php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #4609 Child pid xxxxx exit signal Segmentation Fault
Submitted: 2000-05-26 14:07 UTC Modified: 2000-06-08 11:34 UTC
From: bdv at sea-aeroportimilano dot it Assigned:
Status: Closed Package: Sybase (dblib) related
PHP Version: 4.0.0 Release 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: bdv at sea-aeroportimilano dot it
New email:
PHP Version: OS:

 

 [2000-05-26 14:07 UTC] bdv at sea-aeroportimilano dot it
I use apache 1.3.12, php 4.0.0 and sybase 11.5.1.1 compiled in static mode.

At runtime when i fetch rows (with sybase_fetch_row) from database in the log file appear this error:

FATAL:  erealloc():  Unable to allocate 1515870831 bytes
[Thu May 25 12:58:05 2000] [notice] child pid 18547 exit signal Segmentation Fault (11)

Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2000-05-27 03:23 UTC] joey at cvs dot php dot net
Can you provide a backtrace?
 [2000-05-30 13:55 UTC] bdv at sea-aeroportimilano dot it
I have wrong the problem, is in the configuration of PHP4.

If I use:
         --with-sybase=/database/sybase
         the error appears
If I use:
         --with-sybase-ct=/database/sybase
the error doesn' t occur any more.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC