Debugging with GDB
#2
Ah, did it. I added a custom constructor to cAssertFailure and set the breakpoint there; this allowed me to use the 100-repetition script and finally I found the problem: The cNetworkSingleton has a HasTerminated flag which was being set too soon - before all the network links have been closed. The links then tried to remove themselves from a cNetworkSingleton which was already marked as HasTerminated, which triggered an assert / throw.
Reply
Thanks given by:


Messages In This Thread
Debugging with GDB - by xoft - 07-23-2015, 09:54 PM
RE: Debugging with GDB - by xoft - 07-24-2015, 12:21 AM
RE: Debugging with GDB - by worktycho - 07-24-2015, 03:06 AM
RE: Debugging with GDB - by xoft - 07-24-2015, 04:43 PM



Users browsing this thread: 1 Guest(s)