[xdebug-dev] Bug 0000074: Seg. fault

From: <xdebug-dev[@]lists.xdebug.org>
Date: Mon, 12 Jul 2004 18:27:36 +0200

The following bug requires your FEEDBACK.
======================================================================
http://bugs.xdebug.org/bug_view_page.php?bug_id=0000074
======================================================================
Reporter: PerGustafsson
Handler:
======================================================================
Project: Xdebug
Bug ID: 74
Category: Usage problems
Reproducibility: always
Severity: crash
Priority: normal
Status: feedback
Operating System: Linux 2.4.18-19.7.x
PHP Version: 5.0.0rc3
Xdebug Version: 1.3.2
======================================================================
Date Submitted: 2004-07-12 10:59 CEST
Last Modified: 2004-07-12 18:27 CEST
======================================================================
Summary: Seg. fault
Description:
PHP 5.0.0RC3 with xdebug 1.3.2 generates a segmentation fault, the
particular line is:

$mail_template->assign('view_caption',
Easy_Button::button($captions['view_caption']));

And the error goes away if I do:

$foo = Easy_Button::button($captions['view_caption']);
$mail_template->assign('view_caption', $foo);

It is part of a fairly complex application and I've been unable to make a
simple script to isolate and reproduce the bug.
======================================================================

----------------------------------------------------------------------
 derick - 2004-07-12 18:27 CEST
----------------------------------------------------------------------
A script to reproduce would really help me finding this bug. Can you also
show me the lines before you enter "bt" at the GDB prompt, that usually
shows better where the crash is.

Bug History
Date Modified Username Field Change
======================================================================
2004-07-12 10:59PerGustafsson New Bug
2004-07-12 16:21PerGustafsson Bug Monitored: PerGustafsson
2004-07-12 18:27derick Bugnote Added: 0000150
2004-07-12 18:27derick Status new => feedback
======================================================================
Received on Mon Jul 12 2004 - 18:27:41 BST

This archive was generated by hypermail 2.2.0 : Sun Jun 24 2018 - 04:00:02 BST