From: gnome-perl (bugzilla.gnome.org) <bug...@bu...> - 2005-10-21 16:42:54
|
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 Raf D'Halleweyn 2005-10-21 16:39 ------= - I have this same problem with 1.100 as shipped by Ubuntu and 1.110 that I compiled myself. Like you expected, it did not hit any breakpoints. $ gdb debugperl GNU gdb 6.3-debian Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you = are welcome to change it and/or distribute copies of it under certain conditi= ons. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for detail= s. This GDB was configured as "x86_64-linux-gnu"...Using host libthread_db l= ibrary "/lib/libthread_db.so.1". (gdb) r colortest64 Starting program: /usr/bin/debugperl colortest64 [Thread debugging using libthread_db enabled] [New Thread 46912504633040 (LWP 7384)] Starting Parsed color: 1,2,3 Color from button (property): 0,0,3 Color from button (property, after set): 0,0,3 Color from selection: 1,2,3 Color from selection (property): 0,0,3 Program exited normally. (gdb) b newSVGInt64 Breakpoint 1 at 0x2aaaab434bf0 (gdb) b newSVGUInt64 Breakpoint 2 at 0x2aaaab434c40 (gdb) b SvGInt64 Breakpoint 3 at 0x2aaaab434bc0 (gdb) b SvGUInt64 Breakpoint 4 at 0x2aaaab434c10 (gdb) r colortest64 Starting program: /usr/bin/debugperl colortest64 [Thread debugging using libthread_db enabled] [New Thread 46912504633040 (LWP 7402)] Starting Parsed color: 1,2,3 Color from button (property): 0,0,3 Color from button (property, after set): 0,0,3 Color from selection: 1,2,3 Color from selection (property): 0,0,3 Program exited normally. (gdb) ------- You are receiving this mail because: ------- You are the assignee for the bug. |