[xdebug-dev] Bug 0000074: Seg. fault

From: <xdebug-dev[@]lists.xdebug.org>
Date: Mon, 12 Jul 2004 10:59:49 +0200

The following NEW bug has been ADDED.
======================================================================
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: new
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 10:59 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.
======================================================================

Bug History
Date Modified Username Field Change
======================================================================
2004-07-12 10:59PerGustafsson New Bug
======================================================================
Received on Mon Jul 12 2004 - 10:59:55 BST

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