|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2000-12-05 08:33 UTC] sniper@php.net
[2000-12-30 19:35 UTC] sniper@php.net
|
|||||||||||||||||||||||||||
Copyright © 2001-2026 The PHP GroupAll rights reserved. |
Last updated: Wed Jul 15 19:00:01 2026 UTC |
I've narrowed the code snipp down to this. $page = fopen("http://web.slashdot.org", "r"); ... fclose($page); it seems fopen() is causing a segfault, I've tried normal files on my filesystem, same crash. here's a backtrace #0 0x4011e717 in memcpy() from /lib/libc.so.6 #1 0x403a228b in _estrndup () from /usr/lib/apache/1.3/libphp4.so #2 0404226d1 in url_parse () from /usr/lib/apache/1.3.libphp4.so Machine Infomation: PII 300 128 meg ram Kernel: 2.4.0-test 5 php release php4.0.3-pl1 (debian release 7) apache 1.3.14 (debian release 1) libc6 2.2 (debian release 4)