[PHP-DEV] PHP 4.0 Bug #2199: segmentation fault when fopen( $url) for specific $url address From: chopin <email protected>
Date: 08/31/99

From: chopin <email protected>
Operating system: SunOS 5.6
PHP version: 4.0 Beta 2
PHP Bug Type: Scripting Engine problem
Bug description: segmentation fault when fopen( $url) for specific $url address

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

-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: php-dev-unsubscribe <email protected>
For additional commands, e-mail: php-dev-help <email protected>
To contact the list administrators, e-mail: php-list-admin <email protected>