From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2005-10-21 15:44:39
|
Do not reply to this via email (we are currently unable to handle email responses and they get discarded). You can add comments to this bug at http://bugzilla.gnome.org/show_bug.cgi?id=3D319204 gnome-perl | Gtk2 | Ver: unspecified ------- Additional Comments From Torsten Schoenfeld 2005-10-21 15:44 ---= ---- Ok, your configuration matches the one I had in mind when writing the #if= def wrappers for the big integer converters. The weird thing is though, that as far as I can tell, nothing in your cod= e should ever result in one of the 64 bit converters being called. There's= simply nothing in there involving either gint64 or guint64. Does the bug happen with older versions of Gtk2 as well? Or only with 1.= 110? If it only happens with 1.110, can you run this program through gdb, set breakpoints on the converters and put the resulting backtraces here? $ gdb perl (gdb) r color.pl # run it once first so gdb knows about the function name= s (gdb) b newSVGInt64 (gdb) b newSVGUInt64 (gdb) b SvGInt64 (gdb) b SvGUInt64 (gdb) r color.pl Now whenever a breakpoint is reached, get the backtrace and continue: (gdb) bt # ... (gdb) c The output of 'bt' is what I'd need. ------- You are receiving this mail because: ------- You are the assignee for the bug. |