php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #585 different crash after zeevs last fix....
Submitted: 1998-07-27 14:54 UTC Modified: 1998-07-30 08:12 UTC
From: thies at digicol dot de Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Latest CVS OS: solaris
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
27 - 18 = ?
Subscribe to this entry?

 
 [1998-07-27 14:54 UTC] thies at digicol dot de
mail me for additional info....


Program received signal SIGSEGV, Segmentation fault.
0x67dac in shutdown_memory_manager () at alloc.c:377
377                     free(t);
(gdb) p t
$1 = (mem_header *) 0x20
(gdb) where
#0  0x67dac in shutdown_memory_manager () at alloc.c:377
#1  0x5f17c in php3_request_shutdown (dummy=0x0) at main.c:821
#2  0xafc20 in run_cleanups (c=0x15af20) at alloc.c:1439
#3  0xaeee8 in ap_clear_pool (a=0x15a1a0) at alloc.c:475
#4  0xaef40 in ap_destroy_pool (a=0x15a1a0) at alloc.c:505
#5  0xaeed0 in ap_clear_pool (a=0x14da20) at alloc.c:472
#6  0xbaa3c in child_main (child_num_arg=1366616) at http_main.c:3405
#7  0xbaf68 in make_child (s=0x1340b0, slot=0, now=901565303) at http_main.c:3711
#8  0xbb0b4 in startup_children (number_to_start=5) at http_main.c:3785
#9  0xbb660 in standalone_main (argc=1047320, argv=0x12b800) at http_main.c:4063
#10 0xbbd88 in main (argc=4, argv=0xeffff984) at http_main.c:4336

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1998-07-30 08:12 UTC] rasmus
Closing - this one went away
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 20:01:28 2024 UTC