Put this data into http://bugs.php.net

You'll also need to provide whatever source code is doing this...

Preferably a smaller version.

It looks to me like you are calling eval or exec, and that's the line at
fault, if that helps you narrow it down.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Jack Dempsey <[EMAIL PROTECTED]>
Newsgroups: php.general
To: PHP General List <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 2:42 AM
Subject: further info - seg fault


> hello,
>
> i sent an e-mail before generally describing a seg fault issue i was
> having...i did gdb bt and found this:
>
> (this is at the end of the data after running gdb)
> Loaded symbols for /lib/libnss_dns.so.2
> #0  0x403dab14 in chunk_realloc (ar_ptr=0x4048aba0, oldp=0x82450f0,
> oldsize=1444, nb=1560) at malloc.c:3335
> 3335    malloc.c: No such file or directory.
>         in malloc.c
>
> (then i ran bt and receive this)
> (gdb) bt
> #0  0x403dab14 in chunk_realloc (ar_ptr=0x4048aba0, oldp=0x82450f0,
> oldsize=1444, nb=1560) at malloc.c:3335
> #1  0x403daa11 in __libc_realloc (oldmem=0x82450f8, bytes=1556) at
> malloc.c:3295
> #2  0x080e9c5f in _erealloc () at eval.c:41
> #3  0x080c5504 in php_strtr () at eval.c:41
> #4  0x080c56af in php_if_strtr () at eval.c:41
> #5  0x08107f61 in execute () at eval.c:41
> #6  0x08108148 in execute () at eval.c:41
> #7  0x080e9882 in zend_execute_scripts () at eval.c:41
> #8  0x08067d0f in php_execute_script () at eval.c:41
> #9  0x08064598 in main () at eval.c:41
>
> i can see the "no such file or directory" and am concerned about where
this
> came from...anyone with some lowlevel knowledge of php have any thoughts?
>
> thanks
> jack
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to