Comment 6 for bug 1420556

Revision history for this message
bugproxy (bugproxy) wrote : Comment bridged from LTC Bugzilla

------- Comment From <email address hidden> 2015-03-19 04:55 EDT-------
This is interesting, as this is exactly the behavior you get when debugging in gdb, and you've made changes in your code, and your breakpoints are now out of sync with your code. (because you've added or removed lines) It seem like the problem almost certainly has to be that the testsuite has some hard-code breakpoints, and these are out of sync with one or more files of the actual source code.