php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #25944 memory limit reached in PEAR_Error constructor
Submitted: 2003-10-22 01:57 UTC Modified: 2004-09-01 16:13 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:0 (0.0%)
Same OS:0 (0.0%)
From: rashid at ds dot pg dot gda dot pl Assigned:
Status: Not a bug Package: PEAR related
PHP Version: 4.3.2 OS: linux
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: rashid at ds dot pg dot gda dot pl
New email:
PHP Version: OS:

 

 [2003-10-22 01:57 UTC] rashid at ds dot pg dot gda dot pl
Description:
------------
in applications that use DB_DataObject and do a lot of queries memory limit is reached in PEAR_Error constructor. the reason is big number of calls to debug_backtrace.

the best solution might be disabling call to debug_backtrace by default and adding option to turn it back on.

this bug has been discussed here:
<20031021102601.99579.qmail@pb1.pair.com>


Patches

Pull Requests

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2004-09-01 16:13 UTC] alan_k@php.net
can you report this on pear.php.net - none of the pear maintainers read bugs.php.net (package PEAR bug)
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Sat Dec 21 18:01:29 2024 UTC