Morten Tryfoss
Morten.Tryfoss at 1880nummeropplysning.no
Tue Nov 5 20:58:51 EST 2002
Now I've tried to upgrade Python, and it still segfaults. Here's some lines from apache's error_log: [Tue Nov 05 20:51:21 2002] [notice] child pid 29905 exit signal Segmentation fault (11) [Tue Nov 05 20:51:56 2002] [info] (104)Connection reset by peer: core_output_filter: writing data to the network [Tue Nov 05 20:51:56 2002] [info] (32)Broken pipe: core_output_filter: writing data to the network [Tue Nov 05 20:53:08 2002] [notice] child pid 29995 exit signal Segmentation fault (11) [Tue Nov 05 20:56:24 2002] [info] (104)Connection reset by peer: core_output_filter: writing data to the network [Tue Nov 05 20:56:24 2002] [info] (32)Broken pipe: core_output_filter: writing data to the network Is it possible that the scripts are the reason for this? (It worked fine on earlier versions of apache/mod_python). Morten -----Opprinnelig melding----- Fra: Gregory (Grisha) Trubetskoy [mailto:grisha at modpython.org] Sendt: 5. november 2002 20:20 Til: Morten Tryfoss Kopi: mod_python at modpython.org Emne: Re: SV: [mod_python] Problem with mod_python3.0(beta4), python2.2.1and apache 2.0.43 The first thing I would try is upgrading to Python 2.2.2. If that doesn't solve it, then you need to try to figure out a way to replicate this issue, which is easier said than done. So far I haven't had any segfault reports for BETA4, so I have no other info to relate this to. Grisha On Tue, 5 Nov 2002, Morten Tryfoss wrote: > SuSE Linux 8.0 (2.4.18) > > Morten > > -----Opprinnelig melding----- > Fra: Gregory (Grisha) Trubetskoy [mailto:grisha at modpython.org] > Sendt: 5. november 2002 19:49 > Til: Morten Tryfoss > Emne: Re: [mod_python] Problem with mod_python3.0(beta4), python > 2.2.1and apache 2.0.43 > > > > Morten - what's your operating system? > > On Tue, 5 Nov 2002, Morten Tryfoss wrote: > > > > > I start my server up, and everything works ok. But after av while(when > > the number of clients raise) some of the apache childs segfaults. Users > > who are running on their persistent connections may still use the > > server, but new connections are dropped. Any thoughts of what may be > > wrong? > > > > Currently I'm running apache 1.3.x, but some part of my scripts performs > > poorly. Running them on apache 2.0 improved a lot (as long as the server > > didn't crash). > > > > > > Morten Tryfoss > > > > _______________________________________________ > > Mod_python mailing list > > Mod_python at modpython.org > > http://www.modpython.org/mailman/listinfo/mod_python > > > > > _______________________________________________ > Mod_python mailing list > Mod_python at modpython.org > http://www.modpython.org/mailman/listinfo/mod_python >
|