php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #1068 httpd: child pid 4476 exit signal Bus error (7)
Submitted: 1999-01-13 16:39 UTC Modified: 1999-06-24 08:31 UTC
From: sbuess at bns dot ch Assigned:
Status: Closed Package: dBase related
PHP Version: 3.0.6 OS: Suse Linux
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: sbuess at bns dot ch
New email:
PHP Version: OS:

 

 [1999-01-13 16:39 UTC] sbuess at bns dot ch
this happens the most of the time, when i want to open my dbase database for reading and i get a:

'you requestet an empty page, please contact system adimistratot' and nothing happend!!

Can you maybe help me??

<? 

		
$timdb = dbase_open('/usr/local/sictim.DBF',2);
				
// for ($i = 1; $i <= dbase_numrecords($timdb); $i++) {

$i = 1;

list($a, $b, $c, $d, $e, $f) = dbase_get_record($timdb,$i);
echo $a;
echo ", ";
echo $b;
echo ", ";
echo $c;
echo ", ";
echo $d;
echo ", ";
echo $e;
echo ", ";
echo $f;
echo "<br>";

// }

dbase_close($timdb);

?>

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [1999-06-01 16:38 UTC] jim at cvs dot php dot net
Need a backtrace.

See http://bugs.php.net/bugs-generating-backtrace.php3
 [1999-06-24 08:31 UTC] sas at cvs dot php dot net
presumely fixed in CVS
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Apr 19 04:01:28 2024 UTC