GNOME Bugzilla – Bug 1526
Segmentation fault on all examples on AIX 4.3
Last modified: 2004-12-22 21:47:04 UTC
Package: gtk+ Version: 1.2.3 OS: AIX 4.3.1 X11: X11 R6.1 CC version : egcs-2.91.66 installed in /usr/local/ REPRODUCTION OF bug: $ make gcc `gtk-config --cflags` helloworld.c -o helloworld `gtk-config --libs` $ helloworld Segmentation fault(coredump) $ pwd /home/test1/gtk+-1.2.3/examples/helloworld $ gcc -v Reading specs from /usr/local/lib/gcc-lib/powerpc-ibm-aix4.3.1.0/egcs-2.91.66/sp ecs gcc version egcs-2.91.66 19990314 (egcs-1.1.2 release) $ same with all other examples. NOTE: glib 1.2.3 is fine with the same compiler ( egcs ). I've ran the testgdate and testglib programs and they all reported fine. ################################################################ _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com ------- Additional Comments From otaylor@redhat.com 1999-06-28 12:21:15 ---- Subject: Segmentation fault on all examples on AIX 1.4 From: Owen Taylor <otaylor@redhat.com> To: 1526@bugs.gnome.org Message-Id: <ybeg13c9tz8.fsf@fresnel.labs.redhat.com> Date: 28 Jun 1999 12:21:15 -0400 To start figuring out what is going on, we need more information on where the segfault is occurring. (GTK+ is a big library...) If you have gdb installed, you can get a backtrace by running your program under gdb. gdb helloworld (gdb) r (gdb) where If you are using the native AIX debugger (I don't know whether that even works with egcs) the way of doing this will obviously be different. ------- Additional Comments From chfong@yahoo.com 1999-10-23 17:30:24 ---- Subject: Oh yeaa, From: chun fong <chfong@yahoo.com> To: 1526@bugs.gnome.org Message-Id: <19991023213024.27282.rocketmail@web121.yahoomail.com> Date: Sat, 23 Oct 1999 14:30:24 -0700 (PDT) I'm now using GTK+ 1.2.6 the latest one as of Oct 20, 1999 Thanks, CHF __________________________________________________ Do You Yahoo!? Bid and sell for free at http://auctions.yahoo.com ------- Bug moved to this database by debbugs-export@bugzilla.gnome.org 2001-01-27 14:46 ------- This bug was previously known as bug 1526 at http://bugs.gnome.org/ http://bugs.gnome.org/show_bug.cgi?id=1526 Originally filed under the gtk+ product and general component. The original reporter (chfong@yahoo.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 1087 ***