php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #2199 segmentation fault when fopen( $url) for specific $url address
Submitted: 1999-08-31 03:07 UTC Modified: 1999-09-27 11:17 UTC
From: chopin at csone dot kaist dot ac dot kr Assigned:
Status: Closed Package: Scripting Engine problem
PHP Version: 4.0 Beta 2 OS: SunOS 5.6
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: chopin at csone dot kaist dot ac dot kr
New email:
PHP Version: OS:

 

 [1999-08-31 03:07 UTC] chopin at csone dot kaist dot ac dot kr
It alway produced segmentation faults error in fopen()
and php interpreter aborted. 
I don't know how to produce gdb core dump for debugging.
I can produce and send core dump file if you let me know how I change the php compilation option for debug information including in core file.

<pre>
<?php 
    fopen("http://www.lg.or.kr/ver_confirm.hts.org", "r");   ?>
</pre>

comment : there is no problem in php-3.012 version.
          this bug is occured only in php-4.0b2


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-09-27 11:17 UTC] andrey at cvs dot php dot net
Fixed - thanks.
 
PHP Copyright © 2001-2025 The PHP Group
All rights reserved.
Last updated: Thu Jul 03 16:01:36 2025 UTC