php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #35871 GTK Scribble Widget and Demo
Submitted: 2006-01-02 12:05 UTC Modified: 2006-01-13 03:34 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:1 of 1 (100.0%)
Same Version:1 (100.0%)
Same OS:0 (0.0%)
From: jcohen at codeux dot com Assigned: andrei (profile)
Status: Closed Package: PHP-GTK related
PHP Version: 2.0.0-beta OS: Gentoo Linux 2005.1-r1
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 this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: jcohen at codeux dot com
New email:
PHP Version: OS:

 

 [2006-01-02 12:05 UTC] jcohen at codeux dot com
Description:
------------
PHP-GTK 2.0 Beta (from 01/01/2006 CVS) fails to run the "scribble" demo. Everything else runs. GDB reports the failure at this line of code:

if (destructor->op_array.fn_flags & (ZEND_ACC_PRIVATE|ZEND_ACC_PROTECTED)) {

The error is a seg fault that occurs EVERYTIME. I have recompiled PHP 5.1.1 and PHP-GTK2 with no success.

Expected result:
----------------
GTK Scribble widget to work

Actual result:
--------------
Segment Fault with no other messages

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2006-01-05 02:02 UTC] sfox@php.net
Crash stems from a ZE2 change (HEAD and 5_1 branch) made by Dmitry on 15th Nov. - http://cvs.php.net/diff.php/ZendEngine2/zend_objects_API.c?r1=1.47.2.2&r2=1.47.2.3&ty=u

Guess we need to follow a new party line here?
 [2006-01-05 02:03 UTC] sfox@php.net
Assigning to Andrei.
 [2006-01-13 03:34 UTC] sfox@php.net
This bug has been fixed in CVS.

Snapshots of the sources are packaged every three hours; this change
will be in the next snapshot. You can grab the snapshot at
http://snaps.php.net/.
 
Thank you for the report, and for helping us make PHP better.

Andrei fixed this in CVS today.  Thanks!
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Mar 28 22:01:26 2024 UTC