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

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





--On 25 July 2006 10:40 +0100 Gerry Iles <GerryI@xxxxxxxx> wrote:

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...

The short answer is a gdb bug / feature. It's something to do with having
breakpoints or watchpoints set in shared library space. Clear all your
breakpoints and watchpoints and it stops happening.

It's not nearly annoying as the gdb bug which causes gdb to break (and
eventually segv) when another program is executed whilst pthreads is in
use. This happens if you use any of the ImageMagick or printing stuff.
Makes debugging these really easy (I've filed a bug report).

Alex