[ZCM] [ZC] 2075/ 2 Edit "zdrun.py is crashing with SEGV"

Collector: Zope Bugs, Features, and Patches ... zope-coders-admin at zope.org
Wed Apr 26 00:25:10 EDT 2006


Issue #2075 Update (Edit) "zdrun.py is crashing with SEGV"
 Status Pending, Zope/bug medium
To followup, visit:
  http://www.zope.org/Collectors/Zope/2075

==============================================================
= Edit - Entry #2 by ajung on Apr 26, 2006 12:25 am

 Changes: submitter email, importance (critical => medium)
________________________________________
= Request - Entry #1 by oddjob on Apr 25, 2006 8:56 pm

Has happens for a couple of days at a time, seems to be traffic related, no apparent pattern available from log files, Firewalling off certain Internet address ranges seems to help.

 * site drives a public web site)
 * if it matters, the top level application is "Plone"
 * system is running other applications, nothing else seems to be effected
 * zope runs behind apache2

I attached strace to it and this is what happens when it crashes;

 accept(3, {sa_family=AF_INET, sin_port=htons(39771), sin_addr=inet_addr("127.0.0.1")}, [16]) = 21
 fcntl64(21, F_GETFL)                    = 0x2 (flags O_RDWR)
 fcntl64(21, F_SETFL, O_RDWR|O_NONBLOCK) = 0
 fcntl64(21, F_GETFL)                    = 0x802 (flags O_RDWR|O_NONBLOCK)
 fcntl64(21, F_SETFL, O_RDWR|O_NONBLOCK) = 0
 getpeername(21, {sa_family=AF_INET, sin_port=htons(39771), sin_addr=inet_addr("127.0.0.1")}, [16]) = 0
 gettimeofday({1145987756, 502686}, NULL) = 0
 fcntl64(21, F_SETFD, FD_CLOEXEC)        = 0
 select(22, [3 8 13 17 19 20 21], [], [], {30, 0}) = 1 (in [21], left {30, 0})
 recv(21, "GET /VirtualHostBase/http/flashl"..., 4096, 0) = 638
 gettimeofday({1145987756, 503343}, NULL) = 0
 kill(15272, SIGRTMIN)                   = 0
 kill(15272, SIGRTMIN)                   = 0
 select(22, [3 8 13 17 19 20 21], [], [], {30, 0}) = ? ERESTARTNOHAND (To be restarted)
 --- SIGSEGV (Segmentation fault) @ 0 (0) ---

==============================================================



More information about the Zope-Collector-Monitor mailing list