Hello

I have compiled qt from the sources using ./configure -release -force-debug-info
Then I added CONFIG+= debug in my myapp.pro
How can I print the segfault backtrace of my applicaiton to see where it is crashing:
- when the main.qml is started from qmlscene
- when the app is standalone i.e. started as ./myapp

Thanks

Mut