php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #43333 seg fault, but no core with debug version
Submitted: 2007-11-19 11:54 UTC Modified: 2007-11-27 01:00 UTC
From: beluc62 at hotmail dot com Assigned:
Status: No Feedback Package: Reproducible crash
PHP Version: 5.2.5 OS: linux
Private report: No CVE-ID: None
Have you experienced this issue?
Rate the importance of this bug to you:

 [2007-11-19 11:54 UTC] beluc62 at hotmail dot com
Description:
------------
i have a script that make a seg fault and a core dump, but i can't get any core dump when i compile php with debug enabled.

Reproduce code:
---------------
actually, do not know.

Expected result:
----------------
no seg fault.

Actual result:
--------------
without debug-enable, Segmentation fault
with debug-enable :
[Mon Nov 19 12:50:07 2007]  Script:  'xxxxxxxxxxxxx.php'
/var/log/xxx/php-5.2.5/Zend/zend_execute.c(403) :  Freeing 0xB6E56ED0 (16 bytes), script=xxxxxxxxxxxxx.php
Last leak repeated 1 time
=== Total 2 memory leaks detected ===

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2007-11-19 12:05 UTC] derick@php.net
Thank you for this bug report. To properly diagnose the problem, we
need a short but complete example script to be able to reproduce
this bug ourselves. 

A proper reproducing script starts with <?php and ends with ?>,
is max. 10-20 lines long and does not require any external 
resources such as databases, etc. If the script requires a 
database to demonstrate the issue, please make sure it creates 
all necessary tables, stored procedures etc.

Please avoid embedding huge scripts into the report.

.
 [2007-11-27 01:00 UTC] php-bugs at lists dot php dot net
No feedback was provided for this bug for over a week, so it is
being suspended automatically. If you are able to provide the
information that was originally requested, please do so and change
the status of the bug back to "Open".
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 22:01:29 2024 UTC