GNOME Bugzilla – Bug 2598
Gtk+1.2.5 out of bounds hash key in gtk_type_create() and SEGV results
Last modified: 2004-12-22 21:47:04 UTC
Package: Gtk+ Version: 1.2.5 I grabbed glib-1.2.5 and gtk+-1.2.5 off the ftp site and compiled on a development Sun Enterprise 450 here. 'uname -a' reveals: SunOS wireless1 5.7 Generic_106541-02 sun4u sparc SUNW,Ultra-4 I wrote a simple test program that is nothing more than: -- #include <gtk/gtk.h> int main( int argc, char **argv ) { gtk_init( &argc, &argv ); return 0; } -- ---------------------------- It gets SEGV and dumps core. ---------------------------- The gdb output with backtrace is below: --- Program terminated with signal 11, Segmentation Fault. Reading symbols from /home/melmore/apps/lib/libgtk-1.2.so.0...done. Reading symbols from /home/melmore/apps/lib/libgdk-1.2.so.0...done. Reading symbols from /home/melmore/apps/lib/libgmodule-1.2.so.0...done. Reading symbols from /home/melmore/apps/lib/libglib-1.2.so.0...done. Reading symbols from /usr/lib/libdl.so.1...done. Reading symbols from /usr/lib/libXext.so.0...done. Reading symbols from /usr/lib/libX11.so.4...done. Reading symbols from /usr/lib/libsocket.so.1...done. Reading symbols from /usr/lib/libnsl.so.1...done. Reading symbols from /usr/lib/libm.so.1...done. Reading symbols from /usr/lib/libc.so.1...done. Reading symbols from /usr/lib/libmp.so.2...done. Reading symbols from /usr/platform/SUNW,Ultra-4/lib/libc_psr.so.1...done.
+ Trace 839
Any ideas? Anyone else having this problem on Solaris 2.7? -- ___________ Thanks, Mike Elmore kre8tive mwelmor@enteract.com http://www.enteract.com/~mwelmor/ It's not "Where do you want to go today?" ...It's more like "What did I do to deserve this today?" ------- Bug moved to this database by debbugs-export@bugzilla.gnome.org 2001-01-27 14:46 ------- This bug was previously known as bug 2598 at http://bugs.gnome.org/ http://bugs.gnome.org/show_bug.cgi?id=2598 Originally filed under the gtk+ product and general component. The original reporter (mwelmor@enteract.com) of this bug does not have an account here. Reassigning to the exporter, debbugs-export@bugzilla.gnome.org. Reassigning to the default owner of the component, gtk-bugs@gtk.org.
*** This bug has been marked as a duplicate of 1502 ***