php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #506 Crash in memory manager
Submitted: 1998-07-03 08:48 UTC Modified: 1998-07-11 15:35 UTC
From: kk at shonline dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Final Release OS: Solaris 2.5.1
Private report: No CVE-ID: None
 [1998-07-03 08:48 UTC] kk at shonline dot de
The one in the memory manager...

kk@poe ~/Source/myphp3 $ !cp
cp ~webuser/session/core .
kk@poe ~/Source/myphp3 $ !gdb
gdb php core
GDB is free software and you are welcome to distribute copies of it
 under certain conditions; type "show copying" to see the conditions.
There is absolutely no warranty for GDB; type "show warranty" for details.
GDB 4.16 (sparc-sun-solaris2.5.1), Copyright 1996 Free Software Foundation, Inc...
Core was generated by `php'.
Program terminated with signal 11, Segmentation fault.
Reading symbols from /usr/lib/libresolv.so.2...done.
Reading symbols from /usr/lib/libm.so.1...done.
Reading symbols from /usr/lib/libdl.so.1...done.
Reading symbols from /usr/lib/libnsl.so.1...done.
Reading symbols from /usr/lib/libsocket.so.1...done.
Reading symbols from /usr/lib/libc.so.1...done.
Reading symbols from /usr/lib/libintl.so.1...done.
Reading symbols from /usr/lib/libmp.so.1...done.
Reading symbols from /usr/lib/libw.so.1...done.
Reading symbols from /usr/lib/nss_files.so.1...done.
#0  0x343f8 in shutdown_memory_manager () at alloc.c:377
377                     free(t);
(gdb) bt
#0  0x343f8 in shutdown_memory_manager () at alloc.c:377
#1  0x2a61c in php3_request_shutdown (dummy=0x0) at main.c:784
#2  0x2be80 in main (argc=-1, argv=0xeffffabc) at main.c:1748
(gdb) 

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-11 15:35 UTC] zeev
There's a good chance this bug was fixed with the #520 fix.  If it wasn't - the bug will be resubmitted.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Tue Apr 16 11:01:29 2024 UTC