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
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
8 - 1 = ?
Subscribe to this entry?

 
 [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

Add a Patch

Pull Requests

Add a Pull Request

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: Sun May 05 19:01:31 2024 UTC