Can I debug multiple instances of a same object that is of type thread with GDB?

Posted by yan bellavance on Stack Overflow See other posts from Stack Overflow or by yan bellavance
Published on 2010-05-18T23:26:34Z Indexed on 2010/05/18 23:30 UTC
Read the original article Hit count: 255

Filed under:
|
|
|

program runs fine. When I put a breakpoint a segmentation fault is generated. Is it me or GDB? At run time this never happens and if I instantiate only one object then no problems.

Im using QtCreator on ubuntu x86_64 karmic koala.

© Stack Overflow or respective owner

Related posts about gdb

Related posts about qt