This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Segfault.
- From: Michał Iwaszko <bishopek at justyna dot my dot beloved dot one dot pl>
- To: gcc-bugs at gcc dot gnu dot org
- Date: Tue, 20 May 2003 04:23:18 +0200 (CEST)
- Subject: Segfault.
Here's the command triggering it:
/bin/sh ../libtool --mode=compile gcc -DHAVE_CONFIG_H -I. -I. -I..
-DG_LOG_DOMAIN=\"Gtk\" -DGTK_LIBDIR=\"/usr/lib\"
-DGTK_DATA_PREFIX=\"/usr\" -DGTK_SYSCONFDIR=\"/etc\"
-DGTK_VERSION=\"2.2.1\" -DGTK_BINARY_VERSION=\"2.2.0\"
-DGTK_HOST=\"i686-pc-linux-gnu\" -DGTK_COMPILATION -I../gtk -I.. -I../gdk
-I../gdk -I../gdk-pixbuf -I../gdk-pixbuf -DG_DISABLE_DEPRECATED
-DGDK_PIXBUF_DISABLE_DEPRECATED -DGDK_DISABLE_DEPRECATED
-DGTK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS -pthread
-I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/usr/include/atk-1.0 -g -O2 -Wall -c
gtkclist.c
gcc -DHAVE_CONFIG_H -I. -I. -I.. -DG_LOG_DOMAIN=\"Gtk\"
-DGTK_LIBDIR=\"/usr/lib\" -DGTK_DATA_PREFIX=\"/usr\"
-DGTK_SYSCONFDIR=\"/etc\" -DGTK_VERSION=\"2.2.1\"
-DGTK_BINARY_VERSION=\"2.2.0\" -DGTK_HOST=\"i686-pc-linux-gnu\"
-DGTK_COMPILATION -I../gtk -I.. -I../gdk -I../gdk -I../gdk-pixbuf
-I../gdk-pixbuf -DG_DISABLE_DEPRECATED -DGDK_PIXBUF_DISABLE_DEPRECATED
-DGDK_DISABLE_DEPRECATED -DGTK_DISABLE_DEPRECATED -DG_DISABLE_CAST_CHECKS
-pthread -I/usr/include/glib-2.0 -I/usr/lib/glib-2.0/include
-I/usr/include/pango-1.0 -I/usr/X11R6/include
-I/usr/X11R6/include/freetype2 -I/usr/include/atk-1.0 -g -O2 -Wall -c
gtkclist.c -fPIC -DPIC -o gtkclist.lo
gtkclist.c: In function `gtk_clist_set_pixmap':
gtkclist.c:2321: internal error: Segmentation fault
Here's my gcc -v output:
Reading specs from /usr/local/lib/gcc-lib/i686-pc-linux-gnu/3.2/specs
Configured with: ./configure
Thread model: posix
gcc version 3.2
If there's something else, I should attach, please tell me. I'm
not a native english speaker, and my english is poor.
---
Michał Iwaszko