> Em terça-feira, 7 de junho de 2016, às 19:36:15 PDT, Nuno Santos escreveu: > > That’s the question! Completely blind > > > > I have a complex C+ structure with property. Each property can have more > > than one property. > > > > I have a few guesses but couldn’t confirm any of them. > > Do a binary search of the problem: delete half of your application. If it > still crashes, delete half of what's left. If it didn't crash, bring back the > half you had deleted and delete the half you had kept.
Interesting concept. How do you partition the application? I think randomized partition scheme would be best, it'd find the problem in theta(n lg (n)) running time. _______________________________________________ Interest mailing list Interest@qt-project.org http://lists.qt-project.org/mailman/listinfo/interest