[Interest] Blind binding crash on Qml instantiation

Jason H jhihn at gmx.com
Wed Jun 8 15:22:20 CEST 2016


> 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. 




More information about the Interest mailing list