Re: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Yasuo Ohgaki
Alok K. Dhir wrote: > Also, I saw the faults with little to no load on the server. I.e. just > me banging on it. The faults are seemingly random, although I was able > to duplicate failing test cases with some consistency. > > More on this in a day or two. > Unless you provide meaningfull b

RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Alok K. Dhir
PROTECTED] > [mailto:[EMAIL PROTECTED]. > net] On Behalf Of Alok K. Dhir > Sent: Thursday, December 13, 2001 2:49 PM > To: 'Jaime Bozza'; 'Yasuo Ohgaki' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions > > > FWIW, and I do

RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Alok K. Dhir
2001 2:36 PM > To: 'Yasuo Ohgaki' > Cc: [EMAIL PROTECTED] > Subject: RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions > > > I've been trying to work something up running httpd -X, > unfortunately, single user access doesn't seem to help. As > near as I can

RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Jaime Bozza
r gdb. If any segfault happens while you are running apache under gdb, you can get backtrace. BTW, did you try benchmarking tools like ab? You may be able to reproduce problem with benchmark tools. -- Yasuo Ohgaki > > Jaime Bozza > > > -Original Message- > From: Yasu

Re: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Yasuo Ohgaki
BTW, did you try benchmarking tools like ab? You may be able to reproduce problem with benchmark tools. -- Yasuo Ohgaki > > Jaime Bozza > > > -Original Message- > From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, December 12, 2001 9:04 PM

RE: [PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-13 Thread Jaime Bozza
tsoever. The last paragraph explains my attempts on using enable-debug. Jaime Bozza -Original Message- From: Yasuo Ohgaki [mailto:[EMAIL PROTECTED]] Sent: Wednesday, December 12, 2001 9:04 PM To: [EMAIL PROTECTED]; Jaime Bozza Subject: [PHP] Re: PHP 4.1.0 and User-defined Sessions Search

[PHP] Re: PHP 4.1.0 and User-defined Sessions

2001-12-12 Thread Yasuo Ohgaki
Search bug database to see if the same problem is reported or not. If you get segfault, buld PHP with --enable-debug and get core file. If it is new, get backtrace as described in bugs.php.net. Submit new bug report. If you found multiple issues, submit bug report separately. There are more comm