[PHP-DEV] Debugging a segfault

2002-07-09 Thread Igor Stroh
Hi there, I had to patch some code recently (imap module) and as a result the patched module produces a segfault. The backtrace is in [1], notice the second frame, according to http://bugs.php.net/bugs-generating-backtrace.php I should be able to see the function that causes the segfault by execu

[PHP-DEV] debugging httpd and php

2002-03-15 Thread David Ford
There was some recent talk on the list about debugging apache. I have current HEAD code for both httpd-2.0 and php42. If I try to start apache with the php module, it silently crashes on startup. So I pop it into gdb and here's what I get. (gdb) r -X Starting program: /src/cvs/httpd-2.0/http

Re: [PHP-DEV] debugging...

2002-01-18 Thread Markus Fischer
Hi Brad, On Thu, Jan 17, 2002 at 11:40:58AM -0800, brad lafountain wrote : > I don't know a good way of debug my extension on the linux platform.. > > It doens't crash on windows but it crashes on linux.. Can someone > give me some insite how they debug their php extensions. The crash is > repr

[PHP-DEV] debugging...

2002-01-17 Thread brad lafountain
I don't know a good way of debug my extension on the linux platform.. It doens't crash on windows but it crashes on linux.. Can someone give me some insite how they debug their php extensions. The crash is reproducable but it isn't consistant. It crashes ever ? times. - Brad __

Re: [PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Sebastian Bergmann
Derick Rethans wrote: > www.sysinternals.com iirc That's it! Thanks :-) -- Sebastian Bergmann http://sebastian-bergmann.de/ http://phpOpenTracker.de/ Did I help you? Consider a gift: http://wishlist.sebastian-bergmann.de/ -- PHP Development Mailing List

Re: [PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Derick Rethans
On Mon, 29 Oct 2001, Sebastian Bergmann wrote: > I'm searching for a Win32 tool that shows which process wants to open > what files. I used to have a tool like this about two years ago. It was > a freeware tool, but I don't remember the name :-( > > Any ideas/suggestions? www.sysinternal

[PHP-DEV] Debugging tool needed for Win32

2001-10-29 Thread Sebastian Bergmann
I'm searching for a Win32 tool that shows which process wants to open what files. I used to have a tool like this about two years ago. It was a freeware tool, but I don't remember the name :-( Any ideas/suggestions? I hope this is not too off-topic here, but since I need this for work