Perhaps you're missing a sufficient check for null pointer?
I'm sorry I'm afraid there's not much we can say about it with that amount of information. Just compile the app in debug mode and run it via gdb whenever you get such crashes you don't understand.Qt Code:
if (stringToReturn != NULL) { *stringToReturn = "foo"; }To copy to clipboard, switch view to plain text mode
Bookmarks