I'm having problems with a program that I wrote segfaulting. It's crashing while perl is cleaning up, ie, after my program is done executing. I think the problem is somewhere in Gtk-Perl. I wasn't able to create a simplified test case, but the program so far is simple enough, around 200 lines. According to the backtrace, it's crashing in Perl_hv_fetch, after going through some Gtk-Perl (GCHVObject, DestroyGtkObject) and gtk+ ( gtk_handlers_run, some signal stuff, object & widget shutdown and destroy stuff, etc) stuff. According to "perl -DD", it's crashes during or right after (can't tell which) cleaning up a "Gtk::VBox". The entire results of running my program with -DD, the stack backtrace, and my program is available at http://jamus.com/projects/gportal/. I didn't want to post it to the listserv, there's a lot of output! I'm running perl 5.005_03 and gtk+ 1.2.6. Any thoughts? jamus -- To unsubscribe: mail -s unsubscribe [EMAIL PROTECTED] < /dev/null
