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

RE: [XaraXtreme-dev] Annoying stop in debugger...



Yes, it's a problem either in gdb or kdevelop: Breakpoints gets confused about where they should be breaking.
 
Clear your breakpoints and you should startup without the unwanted breaks (and you should be able to add back the breakpoints that you want to use without it causing the same problem).
 
Phil


From: owner-dev@xxxxxxxxxxxxxxxx [mailto:owner-dev@xxxxxxxxxxxxxxxx] On Behalf Of Gerry Iles
Sent: 25 July 2006 10:40
To: dev@xxxxxxxxxxxxxx
Subject: [XaraXtreme-dev] Annoying stop in debugger...

Can anyone explain why my debug build keeps stopping shortly after being started under the debugger...?  It gets quite annoying after a while and if anyone can tell me what I need to update/whatever then I’ll be much happier...

 

Gerry

 

Stopped due to shared library event

(gdb) info thread

* 1 Thread -1208420672 (LWP 26401)  0x007ad54a in _dl_debug_state () from /lib/ld-linux.so.2

(gdb) backtrace

#0  0x007ad54a in _dl_debug_state () from /lib/ld-linux.so.2

#1  0x007a4c6b in _dl_map_object_from_fd () from /lib/ld-linux.so.2

#2  0x007a74b5 in _dl_map_object () from /lib/ld-linux.so.2

#3  0x007b0274 in dl_open_worker () from /lib/ld-linux.so.2

#4  0x007acc6e in _dl_catch_error () from /lib/ld-linux.so.2

#5  0x007b09c9 in _dl_open () from /lib/ld-linux.so.2

#6  0x0090fd42 in dlopen_doit () from /lib/libdl.so.2

#7  0x007acc6e in _dl_catch_error () from /lib/ld-linux.so.2

#8  0x009103e3 in _dlerror_run () from /lib/libdl.so.2

#9  0x0090fdd2 in dlopen@@GLIBC_2.1 () from /lib/libdl.so.2

#10 0x007974c5 in g_module_open () from /usr/lib/libgmodule-2.0.so.0

#11 0x0048b291 in pango_glyph_string_x_to_index () from /usr/lib/libpango-1.0.so.0

#12 0x00780be5 in g_type_module_use () from /usr/lib/libgobject-2.0.so.0

#13 0x0048b4da in pango_glyph_string_x_to_index () from /usr/lib/libpango-1.0.so.0

#14 0x0048bd55 in pango_map_get_engine () from /usr/lib/libpango-1.0.so.0

#15 0x0048bdd0 in pango_map_get_engines () from /usr/lib/libpango-1.0.so.0

#16 0x0048ec92 in pango_context_get_base_dir () from /usr/lib/libpango-1.0.so.0

#17 0x0048f0b8 in pango_context_get_base_dir () from /usr/lib/libpango-1.0.so.0

#18 0x0048f35b in pango_itemize_with_base_dir () from /usr/lib/libpango-1.0.so.0

#19 0x00496459 in pango_layout_iter_get_char_extents () from /usr/lib/libpango-1.0.so.0

#20 0x00497007 in pango_layout_iter_get_char_extents () from /usr/lib/libpango-1.0.so.0

#21 0x00497e91 in pango_layout_get_pixel_size () from /usr/lib/libpango-1.0.so.0

#22 0x00240c40 in wxWindowDC::DoGetTextExtent (this=0xbf8b403c, string=@0xbf8b416c, width=0xbf8b4170, height=0xbf8b4174, descent=0x0, externalLeading=0x0, theFont=0x0) at ./src/gtk/dcclient.cpp:1781

#23 0x080aef14 in wxDCBase::GetTextExtent (this=0xbf8b403c, string=@0xbf8b416c, x=0xbf8b4170, y=0xbf8b4174, descent=0x0, externalLeading=0x0, theFont=0x0) at /usr/local/include/wx-2.6/wx/dc.h:417

#24 0x0810ffd4 in OILRuler::GetTextSize (pTextSize=0xbf8b41c0, str=0x88703a4) at /home/gerry/src/XaraLX/wxOil/oilruler.cpp:1255

#25 0x08110405 in OILRuler::Init () at /home/gerry/src/XaraLX/wxOil/oilruler.cpp:204

#26 0x08340145 in InitPostTools2 () at /home/gerry/src/XaraLX/Kernel/main3.cpp:306

#27 0x0833f5ba in InitKernel () at /home/gerry/src/XaraLX/Kernel/main.cpp:165

#28 0x0807524a in CCamApp::OnInit (this=0x97364a8) at /home/gerry/src/XaraLX/wxOil/camelot.cpp:594

#29 0x08077376 in wxAppConsole::CallOnInit (this=0x97364a8) at /usr/local/include/wx-2.6/wx/app.h:87

#30 0x0057bb0b in wxEntry (argc=@0xbf8b50c0, argv=0x97237b0) at ./src/common/init.cpp:423

#31 0x0057bc16 in wxEntry (argc=@0xbf8b50c0, argv=0xbf8b5144) at ./src/common/init.cpp:451

#32 0x0807236d in main (argc=1, argv=0xbf8b5144) at /home/gerry/src/XaraLX/wxOil/camelot.cpp:221