Open Acce0ss opened 10 years ago
New backtrace, when running "gdb harbour-shellex" ie. starting without the invoker:
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Now let's see if this tells anything about the problem..
found something about this and using beginResetModel() and endResetModel() properly seems to fix it, needs more testing though.
Still not fixed.. Suspecting erroneous usage of QAbstractListModel
The app occasionally crashes from SIGSEGV. I haven't yet isolated how to reproduce every time. It seems to be triggered when returning to the app from the home screen.
Currently the backtrace from gdb has given following output: from /lib/libc.so.6 in ?? () ... __libc_start_main () from /lib/libc.so.6 Cannot access memory address 0x0 This would suggest that null pointer is being used somewhere (in libc??).
before I also got some SIGSEGV from something called QV8QObjectWrapper and QProcess::waitForFinished.
If anyone can help me to get to the root of this, I would be really thankful.