ID: 20604 Updated by: [EMAIL PROTECTED] Reported By: [EMAIL PROTECTED] Status: Feedback -Bug Type: Unknown/Other Function +Bug Type: *General Issues Operating System: Linux Debian Sarge PHP Version: 4CVS-2002-11-24 (dev) New Comment:
Do you have 'session.auto_start=1' in your php.ini ? (or php-cli.ini) Does this happen with PHP 4.2.3? Previous Comments: ------------------------------------------------------------------------ [2002-12-05 00:26:04] [EMAIL PROTECTED] still have this error with same backtrace =( ------------------------------------------------------------------------ [2002-12-04 18:18:42] [EMAIL PROTECTED] Please try using this CVS snapshot: http://snaps.php.net/php4-latest.tar.gz For Windows: http://snaps.php.net/win32/php4-win32-latest.zip ------------------------------------------------------------------------ [2002-11-24 05:11:18] [EMAIL PROTECTED] i installed now the libc6-dbg package and put /usr/lib/debug in LD_LIBRARY_PATH and now is the error in another function of libc Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 26000)] 0x403367d0 in main_arena () from /usr/lib/debug/libc.so.6 (gdb) bt #0 0x403367d0 in main_arena () from /usr/lib/debug/libc.so.6 #1 0x403367c0 in main_arena () from /usr/lib/debug/libc.so.6 #2 0x403367c0 in main_arena () from /usr/lib/debug/libc.so.6 #3 0x403367c8 in main_arena () from /usr/lib/debug/libc.so.6 #4 0x403367b0 in main_arena () from /usr/lib/debug/libc.so.6 #5 0x403367a8 in main_arena () from /usr/lib/debug/libc.so.6 #6 0x403367a0 in main_arena () from /usr/lib/debug/libc.so.6 #7 0x40336798 in main_arena () from /usr/lib/debug/libc.so.6 #8 0x40336790 in main_arena () from /usr/lib/debug/libc.so.6 #9 0x081a4560 in ?? () ------------------------------------------------------------------------ [2002-11-24 04:49:27] [EMAIL PROTECTED] argh forget the relevant part of this script #!/usr/local/bin/php <? if ($argc < 2) die("nothing to do\n"); ------------------------------------------------------------------------ [2002-11-24 04:45:24] [EMAIL PROTECTED] here it is (gdb) run ddns-update.php Starting program: /usr/local/bin/php ddns-update.php [New Thread 1024 (LWP 24022)] nothing to do Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 24022)] 0x403357d0 in __morecore () from /lib/libc.so.6 (gdb) bt #0 0x403357d0 in __morecore () from /lib/libc.so.6 #1 0x403357c0 in __morecore () from /lib/libc.so.6 #2 0x403357c0 in __morecore () from /lib/libc.so.6 #3 0x403357c8 in __morecore () from /lib/libc.so.6 #4 0x403357b0 in __morecore () from /lib/libc.so.6 #5 0x403357a8 in __morecore () from /lib/libc.so.6 #6 0x403357a0 in __morecore () from /lib/libc.so.6 #7 0x40335798 in __morecore () from /lib/libc.so.6 #8 0x40335790 in __morecore () from /lib/libc.so.6 #9 0x081a5560 in ?? () ------------------------------------------------------------------------ The remainder of the comments for this report are too long. To view the rest of the comments, please view the bug report online at http://bugs.php.net/20604 -- Edit this bug report at http://bugs.php.net/?id=20604&edit=1