PHP :: Bug #15992 :: Segmentation fault (11)
| Bug #15992 | Segmentation fault (11) | |||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| Submitted: | 2002-03-11 05:07 UTC | Modified: | 2002-04-04 07:38 UTC |
|
||||||||||
| From: | office at lunar dot com dot pl | Assigned: | ||||||||||||
| Status: | Closed | Package: | InterBase related | |||||||||||
| PHP Version: | 4.1.2 | OS: | RH 7.2 | |||||||||||
| Private report: | No | CVE-ID: | None | |||||||||||
[2002-03-11 05:07 UTC] office at lunar dot com dot pl
ibase_close function causes Segmentation fault (11) in Apache 1.3.23 web server. Program received signal SIGSEGV, Segmentation fault. 0x40430c7c in memcpy () from /lib/i686/libc.so.6 (gdb) bt #0 0x40430c7c in memcpy () from /lib/i686/libc.so.6 #1 0x00000000 in __strtol_internal (nptr=0x0, endptr=0x0, base=165, group=128) If I comment out the ibase_close() from my PHP scripst all works well.
Patches
Pull Requests
History
AllCommentsChangesGit/SVN commits
[2002-03-11 06:07 UTC] mfischer@php.net
[2002-03-11 06:25 UTC] office at lunar dot com dot pl
[2002-03-11 06:33 UTC] mfischer@php.net
[2002-03-11 06:51 UTC] office at lunar dot com dot pl
[2002-03-11 08:13 UTC] sander@php.net
[2002-03-11 09:32 UTC] office at lunar dot com dot pl