From:             [EMAIL PROTECTED]
Operating system: MacOSX 10.2
PHP version:      5CVS-2003-02-19 (dev)
PHP Bug Type:     Network related
Bug description:  gethostbyname() generate a 'Bus Error'

I encountered this bug on MacOSX, and several version.
MacOSX PHP5 dev (12/02/2003) CLI
MacOSX PHP5 dev (12/02/2003) CGI
MacOSX PHP4.3.0 (built by entropy.ch) Apache module


On those specific web sites, there is a 'Bus error'
and the whole script halts. This bug was encountered
after a long serie of gethostbyname call, and
it was also reproduced alone, just like that : 

<?php
 gethostbyname('www.rabobankgroup.coop');
?>
//www.editors.coop
//www.madisonmarket.coop
-- 
Edit bug report at http://bugs.php.net/?id=22299&edit=1
-- 
Try a CVS snapshot:         http://bugs.php.net/fix.php?id=22299&r=trysnapshot
Fixed in CVS:               http://bugs.php.net/fix.php?id=22299&r=fixedcvs
Fixed in release:           http://bugs.php.net/fix.php?id=22299&r=alreadyfixed
Need backtrace:             http://bugs.php.net/fix.php?id=22299&r=needtrace
Try newer version:          http://bugs.php.net/fix.php?id=22299&r=oldversion
Not developer issue:        http://bugs.php.net/fix.php?id=22299&r=support
Expected behavior:          http://bugs.php.net/fix.php?id=22299&r=notwrong
Not enough info:            http://bugs.php.net/fix.php?id=22299&r=notenoughinfo
Submitted twice:            http://bugs.php.net/fix.php?id=22299&r=submittedtwice
register_globals:           http://bugs.php.net/fix.php?id=22299&r=globals
PHP 3 support discontinued: http://bugs.php.net/fix.php?id=22299&r=php3
Daylight Savings:           http://bugs.php.net/fix.php?id=22299&r=dst
IIS Stability:              http://bugs.php.net/fix.php?id=22299&r=isapi
Install GNU Sed:            http://bugs.php.net/fix.php?id=22299&r=gnused

Reply via email to