php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1472 SISEGV in functions/fsock.c line 392
Submitted: 1999-05-30 09:38 UTC Modified: 1999-06-01 15:46 UTC
From: Danny dot Heijl at cevi dot be Assigned:
Status: Closed Package: Reproducible Crash
PHP Version: 3.0 Latest CVS (30/05/1999) OS: RH 5.2 Linux
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: Danny dot Heijl at cevi dot be
New email:
PHP Version: OS:

 

 [1999-05-30 09:38 UTC] Danny dot Heijl at cevi dot be
tests/sock_io.php3 causes php to crash when the script ends :

Program received signal SIGSEGV, Segmentation fault.
php_cleanup_sockbuf (persistent=0) at functions/fsock.c:392
392                     next = now->next;
(gdb) bt
#0  php_cleanup_sockbuf (persistent=0) at functions/fsock.c:392
#1  0x8070c56 in php3_rshutdown_fsock () at functions/fsock.c:640
#2  0x80615db in module_registry_cleanup (module=0x81c4818) at internal_functions.c:695
#3  0x805c255 in _php3_hash_apply (ht=0x81b42ec, destruct=0x80615b4 <module_registry_cleanup>) at php3_hash.c:664
#4  0x8059a3b in php3_request_shutdown (dummy=0x0) at main.c:774
#5  0x805b381 in main (argc=2, argv=0xbffffc40) at main.c:1867

Danny.
---

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-01 15:46 UTC] sas at cvs dot php dot net
not reproduceable anymore
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Sun Jul 06 17:01:33 2025 UTC