(moving to php-dev, just incase they know/spoted before/have better ideas.)

ok - if this isn't a dl() issue - (it's 4.3.11-dev)
you have a few options
* compile with --enable-debug and see if there are any messages (rather than just segfaulting)
* try making a small test script to recreate it.. - so someone else can spot why it might be happening.
* try valgrind and disable the memory manager (complex - probably not worth trying atm.)


Regards
Alan

bertrand Gugger wrote:

Hi Alan

If it is segfaulting - you may get lucky and see a meaningfull backtrace


Program received signal SIGSEGV, Segmentation fault.
0x00c713d4 in _int_free () from /lib/tls/libc.so.6
(gdb) backtrace
#0  0x00c713d4 in _int_free () from /lib/tls/libc.so.6
#1  0x00c7272b in free () from /lib/tls/libc.so.6
#2  0x081043b9 in shutdown_memory_manager (silent=1, clean_cache=0)
   at /home/bertrand/down/php4-STABLE-200501071130/Zend/zend_alloc.c:492
#3  0x080eb790 in php_request_shutdown (dummy=0x0)
   at /home/bertrand/down/php4-STABLE-200501071130/main/main.c:1003
#4  0x0811fb57 in main (argc=6, argv=0xbfe8cf44)
   at /home/bertrand/down/php4-STABLE-200501071130/sapi/cli/php_cli.c:873
(gdb)

Should I dump more stuff ?
bye

-- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php



Reply via email to