ID: 20604
Comment by: [EMAIL PROTECTED]
Reported By: [EMAIL PROTECTED]
Status: Feedback
Bug Type: Unknown/Other Function
Operating System: Linux Debian Sarge
PHP Version: 4CVS-2002-11-24 (dev)
New Comment:
argh forget the relevant part of this script
#!/usr/local/bin/php
<?
if ($argc < 2) die("nothing to do\n");
Previous Comments:
------------------------------------------------------------------------
[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 ?? ()
------------------------------------------------------------------------
[2002-11-24 04:37:31] [EMAIL PROTECTED]
ok i just compiled now with my whole "standard" configure line but
without the --with-apxs2 and it had no segmantation fault on the other
bug report i can see the problem seems to be also with apache 1.3
--with-apxs line
------------------------------------------------------------------------
[2002-11-24 04:32:36] [EMAIL PROTECTED]
it worked befor with exactly this configure line ./configure
--disable-cgi --silent --with-mysql=/usr/local/mysql --enable-trans-sid
--enable-inline-optimization --enable-ftp --enable-sockets
--without-pear --with-mhash --with-bz2 --with-zlib
but when i added the --with-apxs2=/usr/local/apache2/bin/apxs it has
the segmantation fault
sorry for double post
------------------------------------------------------------------------
[2002-11-24 04:31:48] [EMAIL PROTECTED]
cool, so all we need is a backtrace ;)
http://bugs.php.net/bugs-generating-backtrace.php
------------------------------------------------------------------------
[2002-11-24 04:29:39] [EMAIL PROTECTED]
i add evrything one at a time and recompile and rerun my script i
recompiled evry time with make -s clean all install
the problem seems to be in --with-apxs2=/usr/local/apache2/bin/apxs so
there is a bug and a bug report =)
------------------------------------------------------------------------
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