| Newsgroups |
php.gtk.dev |
| Message-ID |
<[email protected]> |
ID: 47063
Updated by: [email protected]
Reported By: db4fn1 dot snl at gishpuppy dot com
-Status: Open
+Status: Feedback
Bug Type: PHP-GTK related
Operating System: Ubuntu
PHP Version: 5.2.8
New Comment:
1. This reproducing script is VERY long - please get it down to less
than 20 lines.
2. What version of PHP-GTK are you using? What version of Gtk?
3. Please read on how to create a proper backtrace so we have some
useful information - http://bugs.php.net/bugs-generating-backtrace.php
(a backtrace is rather useless without symbols)
Thanks,
Elizabeth
Previous Comments:
------------------------------------------------------------------------
[2009-01-10 20:04:39] db4fn1 dot snl at gishpuppy dot com
Description:
------------
PHP-GTK2 crashed on PHP5 when some code was executed. The interface was
made with phpGladeTool.
Reproduce code:
---------------
http://php.pastebin.com/m2e33034b
Expected result:
----------------
A working interface
Actual result:
--------------
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[Thread debugging using libthread_db enabled]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
[New Thread 0xb77796d0 (LWP 10533)]
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
---Type <return> to continue, or q <return> to quit---
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(no debugging symbols found)
(app.php:10533): Gtk-CRITICAL **: gtk_window_set_type_hint: assertion
`!GTK_WIDGET_VISIBLE (window)' failed
(no debugging symbols found)
(no debugging symbols found)
Program received signal SIGSEGV, Segmentation fault.
---Type <return> to continue, or q <return> to quit---
[Switching to Thread 0xb77796d0 (LWP 10533)]
0x082fa343 in zend_object_store_get_object ()
(gdb) bt
#0 0x082fa343 in zend_object_store_get_object ()
#1 0xb765c4a3 in ?? () from /usr/lib/php5/20060613+lfs/php_gtk2.so
#2 0x08313f23 in ?? ()
#3 0x082ff3bb in execute ()
#4 0x083137e6 in ?? ()
#5 0x082ff3bb in execute ()
#6 0x083137e6 in ?? ()
#7 0x082ff3bb in execute ()
#8 0x083137e6 in ?? ()
#9 0x082ff3bb in execute ()
#10 0x082d9a60 in zend_execute_scripts ()
#11 0x0828e3ca in php_execute_script ()
#12 0x0835e0c4 in main ()
(gdb)
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=47063&edit=1