After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 1526 - Segmentation fault on all examples on AIX 4.3
Segmentation fault on all examples on AIX 4.3
Status: RESOLVED DUPLICATE of bug 1087
Product: gtk+
Classification: Platform
Component: .General
unspecified
Other other
: Normal normal
: ---
Assigned To: gtk-bugs
gtk-bugs
Depends on:
Blocks:
 
 
Reported: 1999-06-21 15:00 UTC by Chun Fong
Modified: 2004-12-22 21:47 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chun Fong 2001-01-27 19:46:29 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.

Comment 1 Havoc Pennington 2001-01-28 00:52:15 UTC

*** This bug has been marked as a duplicate of 1087 ***