25 Nov
2009
25 Nov
'09
2:54 p.m.
Craig Campbell wrote:
Ok, can anyone identify a certain "GOOD" build to use for the git bisect? (Say where 2.1.7 was released?)
I looked through the logs and have arbitrarily selected, 134f314c57d67b56bab93db4089c25e956ad6cf2] Lots of notes prior to 2.1.7
I do not know how to force git to build that revision so I could actually verify it is good.
You could always try building it by hand. Also, when running it in gdb, try: (gdb) break radius_signal_self (gdb) cond 1 (flag == 2) (gdb) run That should catch the case where it's been told to exit. That should be the *only* case where it exits the event loop. Alan DeKok.