php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #34535 thttpd-2.21b with oci8 extendion Segmentation fault
Submitted: 2005-09-16 21:05 UTC Modified: 2005-09-27 01:00 UTC
Votes:3
Avg. Score:4.7 ± 0.5
Reproduced:1 of 2 (50.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: dimitri at vinogradov dot de Assigned:
Status: No Feedback Package: OCI8 related
PHP Version: 5CVS-2005-09-16 (snap) OS: linux debian
Private report: No CVE-ID: None
View Add Comment Developer Edit
Welcome! If you don't have a Git account, you can't do anything here.
You can add a comment by following this link or if you reported this bug, you can edit this bug over here.
(description)
Block user comment
Status: Assign to:
Package:
Bug Type:
Summary:
From: dimitri at vinogradov dot de
New email:
PHP Version: OS:

 

 [2005-09-16 21:05 UTC] dimitri at vinogradov dot de
Description:
------------
thttpd-2.21b compiled with php-5.0.5 and oci8-1.1 exits due to Segmentation fault


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-09-16 21:12 UTC] sniper@php.net
Please try using this CVS snapshot:

  http://snaps.php.net/php5-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5-win32-latest.zip


 [2005-09-16 21:32 UTC] tony2001@php.net
Please provide a GDB backtrace.
 [2005-09-16 21:38 UTC] dimitri at vinogradov dot de
@sniper(at)php.net: Same result...
@tony2001(at)php.net: will compile it in debug mode and report ASAP
 [2005-09-16 21:54 UTC] sniper@php.net
we're holding our breaths! :)
 [2005-09-19 13:45 UTC] dimitri at vinogradov dot de
Hear is the GDB backtrace:


(gdb) bt
#0  0x410b83b0 in __pthread_cleanup_upto () from /lib/libpthread.so.0
#1  0x401f3506 in siglongjmp () from /lib/libc.so.6
#2  0x401f347f in siglongjmp () from /lib/libc.so.6
#3  0x401c4a95 in _st_vp_schedule () from /path/to/thttpd_debug/lib/libst.so.1
#4  0x401c4c30 in _st_idle_thread_start () from /path/to/thttpd_debug/lib/libst.so.1
#5  0x401c544d in _st_thread_main () from /path/to/thttpd_debug/lib/libst.so.1
#6  0x401c5888 in st_thread_create () from /path/to/thttpd_debug/lib/libst.so.1
#7  0x00000000 in ?? ()
#8  0x00000001 in ?? ()
#9  0x00000001 in ?? ()
#10 0xbfffeb38 in ?? ()
#11 0x0807e2ac in fdwatch (timeout_msecs=137214280) at fdwatch.c:214
Previous frame inner to this frame (corrupt stack?)
 [2005-09-19 13:49 UTC] sniper@php.net
Please check this page:

  http://www.php.net/oci8

And search for "If your webserver doesn't start or crashes at startup". (it's about Apache, but does apply to any other webserver)

 [2005-09-19 13:55 UTC] tony2001@php.net
Doesn't look like oci8 related problem.
 [2005-09-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 12:01:27 2024 UTC