Re: segfault in force_to_data() inside gdk_colormap_sync()



I'm not sure but this looks like a compilation problem

do you have gtk compiled for your particular system ?
(do any gtk aplications work?)

in my experience "illegal instruction" is in machine code.

for example:
        somewhere in my config.someting it says -mcpu=i386
        when it should be -mcpu=k6 and then I get "illegal instruction"
        while executing strncpy()

Of course I could be way off course ... Good luck!
        -Tristan

Owen Taylor wrote:

Michael Rothwell <rothwell holly-springs nc us> writes:

Owen Taylor wrote:
Most likely, you don't have an accurate backtrace; there is
no force_to_data() function in GTK+.

Okay, I was compiling with g++. When compiled with gcc, it does the
following:

main()
gtk_init_check()
gdk_colormap_get_system()
gdk_colormap_sync()
__CTOR_LIST__

"illegal instruction"

I'm afraid this really isn't more useful...

Regards,
                                        Owen
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list gnome org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]