App crashing
-
I have no problem with my N8, but the applications I have deployed so far are very simple.
It's probably best that you debug the application on the device.
Cheers
Tom -
[quote author="borut123" date="1295956253"]
Yes, I have upgraded it with the latest Qt from QT SDK 1.1 TP.I also know that there could be some differences between platforms, but I would not expect so frequent crashing of the application on N8, which works perfectly ok on N97.
[/quote]
What ever you do, do not hard reset your phone.
This will end up in trip to service point for flashing a new firmware.
For the moment you are stuck with the tech preview.
See http://discussion.forum.nokia.com/forum/showthread.php?217774-Revert-back-from-Qt-4.7.1-to-Qt-4.6.3 -
Hi
I've made a few changes in the code, also fixed some memory leaks, installed Qt 4.7.2 and Qt Mobility 1.1.0. Now the app is much more stable than before.
Could you explain a bit more about what you're trying to achieve and maybe send the code snippet
of the "critical part" of youre code. -
Qt Creator 2.2 has a plugin which uses Valgrind to detect memory leaks.
I think it works on linux and mac (I use it on Ubuntu).http://doc.trolltech.com/qtcreator-snapshot/creator-analyzer.html
-
I installed Valgrind, but i dont find it "Debug > Start Analyzer > Start." how did you do it? Thanks
[quote author="borut123" date="1305196666"]Qt Creator 2.2 has a plugin which uses Valgrind to detect memory leaks.
I think it works on linux and mac (I use it on Ubuntu).http://doc.trolltech.com/qtcreator-snapshot/creator-analyzer.html
[/quote]