Reply
Thread Tools
Posts: 61 | Thanked: 36 times | Joined on Feb 2006 @ Harpenden
#1
I'm porting an app to my N900, and I've got it running OK on my desktop. When I try to run it in QT Creator in the debugger on my device, it immediately fails with a SIG33. Running outside of the debugger just gives "Segmentation Fault" It looks like it is failing during initialisation before it gets anywhere near my code. Any pointers on what to do?

Regards,
Dave
 
Posts: 67 | Thanked: 26 times | Joined on Jan 2010
#2
My app failed once i upgraded from Qt 4.6 to 4.7 but only on the device. Worked fine in the PC. The problem boiled down to having a view created in the ui form - once I deleted this and created it in code it fixed the problem.

No idea of course if you are doing anything like this :P

Heres my thread in case it helps..
http://discussion.forum.nokia.com/fo...mo-since-Qt4.7
 
Posts: 61 | Thanked: 36 times | Joined on Feb 2006 @ Harpenden
#3
It is my code Although I didn't get a meaningful stack trace, by a process of binary search commenting and single stepping, it coughs on a call to QFileDialog :-


commonDir = QFileDialog::getExistingDirectory(NULL,QString("Lo cate Common Directory"),QString("."));

This happens after my QApplication object is initialised, but before I've constructed my main window.
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 15:03.