You are viewing a plain text version of this content. The canonical link for it is here.
Posted to modperl@perl.apache.org by Paul <yd...@yahoo.com> on 2000/06/19 20:35:46 UTC

[OT]SegFaults, not PerlFreshRestart or module related

I'm running out of ideas.

PerlFreshRestart was completely unused, then explicitly set Off.
I have two handlers, which seem to work well.  My logs report nothing
amiss aside from the stream of segmentation faults killing off my
server children, usually several in quick succession, then minutes or
hours apart.  This makes me think it's usage-based (duh), but I can't
seem to pin it down.

And there are no core files.  Shouldn't a segmentation fault that kills
a process produce a core file?  What gives? I even logged in as root
and did a "find / -name 'core'", in case it was dumping it in some
obscure spot off the normal web directories.  Not a single hit.  We
don't have gdb on this server, but I assumed it was GNUware and was
going to install it -- but doesn't it need a core file?

I hate to even post this, but I'm completely baffled.
I have users trying to hit the site from bookmarks, and getting the
"document contained no data" popup; I can only assume it's my children
segfaulting, and on no particular page.

All too often, if you go back to a page in the cache (that you *just* c
licked off from!), it refuses to hit any links on that page until you
reload it.  That sounds to me more like a browser problem, but it
wasn't happening until we put the new server online.  Can that be
related?  I hate being clueless.

Finally, let me apologize for posting on this board with what appears
not to be a mod_perl problem.  I don't really kbnow if it is or not,
but couldn't find a straight apache list.  Thanks for your patience,
and for any help you can offer.  

Paul

__________________________________________________
Do You Yahoo!?
Send instant messages with Yahoo! Messenger.
http://im.yahoo.com/

Re: [OT]SegFaults, not PerlFreshRestart or module related

Posted by Doug MacEachern <do...@covalent.net>.
On Mon, 19 Jun 2000, Paul wrote:

> I'm running out of ideas.
> 
> PerlFreshRestart was completely unused, then explicitly set Off.
> I have two handlers, which seem to work well.  My logs report nothing
> amiss aside from the stream of segmentation faults killing off my
> server children, usually several in quick succession, then minutes or
> hours apart.  This makes me think it's usage-based (duh), but I can't
> seem to pin it down.
> 
> And there are no core files.  Shouldn't a segmentation fault that kills
> a process produce a core file?  What gives? I even logged in as root
> and did a "find / -name 'core'", in case it was dumping it in some
> obscure spot off the normal web directories.  Not a single hit.  We
> don't have gdb on this server, but I assumed it was GNUware and was
> going to install it -- but doesn't it need a core file?
> 
> I hate to even post this, but I'm completely baffled.
> I have users trying to hit the site from bookmarks, and getting the
> "document contained no data" popup; I can only assume it's my children
> segfaulting, and on no particular page.

core files might not be produced depending on the user your server runs
as, i think ulimit can change that or something, but don't know off the
top of my head.  if you can't reproduce the problem at will, attach to a
any apache child (make sure it's not the parent!) with gdb (see the
SUPPORT doc for hints) and wait for a segv.  then pass along `bt' and
`curinfo' to us.


Re: [OT]SegFaults, not PerlFreshRestart or module related

Posted by Ged Haywood <ge...@jubileegroup.co.uk>.
Hi all,

On Mon, 19 Jun 2000, Paul wrote:

> I'm running out of ideas.
> 
> PerlFreshRestart was completely unused, then explicitly set Off.
> I have two handlers, which seem to work well.  My logs report nothing
> amiss aside from the stream of segmentation faults killing off my
> server children

What OS?

73,
Ged.