On 02/13/12 22:30, Antoine Villeret wrote:
hi,
pix_opencv still crashes with GEM from git after 0.93.3 tag two weeks later and some time spend to figure out which commit broke the things i need help i can't figure out what happen in the gem code since the 11th of november 2011 that can crash pix_opencv moreover i don't know how to investigate through all the commits to identify the cause easily
any advice would be great...
"git bisect" is a great tool for finding a regressions that appeared "somewhen" using binary search. since it is a crash, you could even write a simple test, that fully automates the bughunt. (note: the crash makes it simpler because of Pd, not because of 'git bisect')
fgmar IOhannes