RE: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Andi Gutmans
ists.php.net; php-dev@lists.php.net > Subject: Re: [PHP-DEV] SAPI EMBED Problems > > I have enabled debugging and such.. Here is a spit out of bt from gdb > > > #0 0x00501144 in ?? () > #1 0x010f6578 in tsrm_shutdown () at > /usr/src/docelmo/trunk/libs/php-5.1.6

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Brian Fertig
I have enabled debugging and such.. Here is a spit out of bt from gdb #0 0x00501144 in ?? () #1 0x010f6578 in tsrm_shutdown () at /usr/src/docelmo/trunk/libs/php-5.1.6/TSRM/TSRM.c:180 #2 0x011c8759 in php_embed_shutdown (tsrm_ls=0x899e9d8) at /usr/src/docelmo/trunk/libs/php-5.1.6/sapi/embed/p

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Steph Fox
Scratch that, not enough caffeine in the bloodstream :( Yes, of course it's under doze a more intelligent question would be 'which version of PHP are you using?' - Steph Is this crash under Windows perchance? Johannes Schlueter wrote: Not without code, backtrace, etc. johannes Brian

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Stanislav Malyshev
I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to me how I can keep this from happening? Without looking into the code, crash on shutdown frequently hints on one of the two: 1. Me

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Steph Fox
Is this crash under Windows perchance? Johannes Schlueter wrote: Not without code, backtrace, etc. johannes Brian Fertig wrote: I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Brian Fertig
Johannes Schlueter wrote: > Not without code, backtrace, etc. > > johannes > > Brian Fertig wrote: >> I wrote an embedded application that can execute php scripts. >> When the script exits and I call the php_embed_shutdown() function >> it crashes. Can someone explain to me how I can keep this f

Re: [PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Johannes Schlueter
Not without code, backtrace, etc. johannes Brian Fertig wrote: I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to me how I can keep this from happening? Brian -- PHP Interna

[PHP-DEV] SAPI EMBED Problems

2006-09-11 Thread Brian Fertig
I wrote an embedded application that can execute php scripts. When the script exits and I call the php_embed_shutdown() function it crashes. Can someone explain to me how I can keep this from happening? Brian -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http:/