Hello Iain, Thank you for your reply, I did what you proposed and got the following trace on the shell :
(gdb) r Starting program: /home/spatio/V1/dev/bin/spatio [New Thread 1024 (LWP 31938)] Program received signal SIGSEGV, Segmentation fault. [Switching to Thread 1024 (LWP 31938)] 0x4030b365 in art_uta_add_line () from /usr/lib/libart_lgpl.so.2 (gdb) bt #0 0x4030b365 in art_uta_add_line () from /usr/lib/libart_lgpl.so.2 #1 0x00000000 in ?? () Seems that it is a libart problem then? Shall I send my post to the libart mailing list? (is there existing one?) After looking on internet, I found a newer version than mine, I'll try to check if it solves the problem! Thank you for your help, Best regards, --- Jean-Christophe Berthon ----- Original Message ----- From: "iain" <[EMAIL PROTECTED]> To: "Jean-Christophe Berthon" <[EMAIL PROTECTED]> Cc: "Gtk List" <[EMAIL PROTECTED]> Sent: Monday, March 25, 2002 3:45 PM Subject: Re: SegFault with GnomeCanvas (Polygon) > > > 3) I don't have debug feature for Gtk/GNOME so the only thing I know is that > > I'm getting seg-fault (and no core dump....) on the call of > > gnome_canvas_item_set. I can make a little test case and send it to the list > > once it is done (later in the afternoon or maybe tomorrow...) > > Run > gdb program-name > then type r to run the program, make it segfault and type bt to see > exactly where it crashed. > > iain > -- > "Everybody thinks of changing humanity and nobody thinks of changing > himself" > - Leo Tolstoy. > > _______________________________________________ > gtk-list mailing list > [EMAIL PROTECTED] > http://mail.gnome.org/mailman/listinfo/gtk-list _______________________________________________ gtk-list mailing list [EMAIL PROTECTED] http://mail.gnome.org/mailman/listinfo/gtk-list
