|
php.net | support | documentation | report a bug | advanced search | search howto | statistics | random bug | login |
PatchesPull RequestsHistoryAllCommentsChangesGit/SVN commits
[2006-01-05 02:02 UTC] sfox@php.net
[2006-01-05 02:03 UTC] sfox@php.net
[2006-01-13 03:34 UTC] sfox@php.net
|
|||||||||||||||||||||||||||||||||||||
Copyright © 2001-2025 The PHP GroupAll rights reserved. |
Last updated: Thu Oct 30 19:00:01 2025 UTC |
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