Re: [PHP-DEV] Apache2Filter crashes on Windows

2001-12-19 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > ap_save_brigade(ap_filter_t * 0x00564f00, apr_bucket_brigade * * > 0x10d95984, apr_bucket_brigade * * 0x10a6bdf8, apr_pool_t * 0x10cd4070) > line 416 + 71 bytes > php_output_filter(ap_filter_t * 0x00564f00, apr_bucket_brigade * > 0x00565068) line 350 + 32 bytes > ap_pas

Re: [PHP-DEV] Re: Apache2Filter crashes on Windows

2001-12-17 Thread Zeev Suraski
View->Debug Windows->Call Stack Just copy&paste it and send. Zeev At 12:09 17/12/2001, Sebastian Bergmann wrote: >Daniel Stone wrote: > > Please provide a full gdb backtrace of the problem; just the last call > > on the stack won't help the developers much. > > How do I generate a backtrace w

Re: [PHP-DEV] Apache2Filter crashes on Windows

2001-12-17 Thread Sebastian Bergmann
Sebastian Bergmann wrote: > Setup: Windows 2000, Apache 2 (current CVS), PHP 4 (current CVS). > > After several requests Apache.exe crashes, when using the > Apache2Filter SAPI module of PHP 4. > > I built both debug versions of Apache 2 and PHP 4, and the debugger > shows the cause of

RE: Apache2Filter crashes on Windows

2001-12-17 Thread Sander Striker
> From: Sebastian Bergmann [mailto:[EMAIL PROTECTED]] > Sent: 17 December 2001 11:10 > Daniel Stone wrote: > > Please provide a full gdb backtrace of the problem; just the last call > > on the stack won't help the developers much. > > How do I generate a backtrace with MSVC? :-/ Look at the c

Re: Apache2Filter crashes on Windows

2001-12-17 Thread Sebastian Bergmann
Daniel Stone wrote: > Please provide a full gdb backtrace of the problem; just the last call > on the stack won't help the developers much. How do I generate a backtrace with MSVC? :-/ -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I h

Re: Apache2Filter crashes on Windows

2001-12-17 Thread Daniel Stone
On Sun, Dec 16, 2001 at 05:03:38PM +0100, Sebastian Bergmann wrote: > Setup: Windows 2000, Apache 2 (current CVS), PHP 4 (current CVS). > > After several requests Apache.exe crashes, when using the Apache2Filter > SAPI module of PHP 4. > > I built both debug versions of Apache 2 and PHP

Apache2Filter crashes on Windows

2001-12-16 Thread Sebastian Bergmann
Setup: Windows 2000, Apache 2 (current CVS), PHP 4 (current CVS). After several requests Apache.exe crashes, when using the Apache2Filter SAPI module of PHP 4. I built both debug versions of Apache 2 and PHP 4, and the debugger shows the cause of the crash to be in server/util_filter.c