Hi all,
Platform: x86, kernel 2.4.4 including a framebuffer driver.
Installation:
GLIB-2.0.0 standard
ATK-1.0.0 standard
PANGO-1.0.0 configured with "--without-x"
GTK+-2.0.0 configured with "--with-gdktarget=linux-fb"
Problem:
The gtk-demo program displays the window and ends immediately with a segmentation fault. Executing it in gdb provides the following output:
>gdb gtk-demo
GNU gdb 5.0
...
(gdb) r
Starting program: /usr/local/bin/gtk-demo
Got 6 bytes of junk from psaux
Program received signal SIGSEGV, Segmentation fault.
0x4014fd52 in key_hash_insert_entry (key_hash=0x8163d78, entry=0x8167440)
at gtkkeyhash.c:69
69 GSList *old_keys = g_hash_table_lookup (key_hash->keycode_hash,
(gdb) quit
Thanks for help,
Sylvie