Re: [PHP-DEV] how to debug a php extension...

2002-07-16 Thread Ron Lange
Hi David, hi Joseph, thanks a lot, I have a very helpful backtrace now. Regards Ron David Eriksson wrote: > On Tue, 16 Jul 2002, Ron Lange wrote: > >> hi, >> in which way I could debug my extension (builtin, apachemodule)? >> unfortunately I get segmentation faults of the forked apache proc, a

RE: [PHP-DEV] how to debug a php extension...

2002-07-16 Thread Joseph Tate
on are built in debug mode.) Then make it crash. Debug as you would any windows App. Joseph > -Original Message- > From: Ron Lange [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 16, 2002 9:47 AM > To: [EMAIL PROTECTED] > Subject: [PHP-DEV] how to debug a php extension... &g

Re: [PHP-DEV] how to debug a php extension...

2002-07-16 Thread David Eriksson
On Tue, 16 Jul 2002, Ron Lange wrote: > hi, > in which way I could debug my extension (builtin, apachemodule)? > unfortunately I get segmentation faults of the forked apache proc, and I can > only guess where it is. It's in a particular place, where I set up a socket > and two fds. I don't use

[PHP-DEV] how to debug a php extension...

2002-07-16 Thread Ron Lange
hi, in which way I could debug my extension (builtin, apachemodule)? unfortunately I get segmentation faults of the forked apache proc, and I can only guess where it is. It's in a particular place, where I set up a socket and two fds. I don't use php_streams. Any hints? Regards Ron -- PHP Deve