My application fail in Disassembler - anyone recognize the problem?
-
@RuWex said in My application fail in Disassembler - anyone recognize the problem?:
Do you know what that error maens?
Take a look into the backtrace to see where the crash comes from.
-
@RuWex
Yes, it means thatiwas a negative number when it should have been a positive one, at the given line number in that Qt source file.Compile for debug and use the stack trace pane of the debugger to identify the exact line in your code whence this error emanated. It looks like you are not passing a sensible value/index to a Qt
QStringmethod. -
@RuWex
Yes, it means thatiwas a negative number when it should have been a positive one, at the given line number in that Qt source file.Compile for debug and use the stack trace pane of the debugger to identify the exact line in your code whence this error emanated. It looks like you are not passing a sensible value/index to a Qt
QStringmethod.