Summary: | Application crashes when folder is touched for too long | ||
---|---|---|---|
Product: | [Unmaintained] KAddressbook Mobile | Reporter: | Felix Wolfsteller <felix.wolfsteller> |
Component: | general | Assignee: | Till Adam <adam> |
Status: | CLOSED FIXED | ||
Severity: | major | CC: | adam, bjoern.ricks |
Priority: | HI | ||
Version: | unspecified | ||
Target Milestone: | --- | ||
Platform: | Maemo 5 | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Felix Wolfsteller
2010-08-31 13:42:26 UTC
It actually crashes indepent of where touched too long, also in 4:4.5~20100902.1170752-1maemo1.1170522 . Could you please provide a backtrace? E.g. by running the application in gdb after installing the debug packages. SVN commit 1175721 by tilladam: Don't crash on context menu events. We do want to pass them to webkit, so let's handle it in webview for now, until we have an action collection there to actually handle URL clicks and such. BUG: 249620 BUG: 249905 M +1 -0 mailwebview_webkit.cpp M +3 -0 viewer_p.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1175721 Still happens in 4:4.5~20100917.1176264-1maemo1.1174921 . I can't reproduce this at all anymore, with 20100917.1176429-1maemo1.1174921. Please provide more concrete steps to reproduce this with this or a later version. With 4:4.5~20100920.1177273-1maemo1.1174921 : 1) open "KDE Contacts" 2) hold your finger on "Personal Contacts" for a short while (< 3 sec). In this setting, my configuration involved "Personal Contacts" only. Can confirm that this bug still occurs in kaddressbook-mobile. I'll try to get some debug output tomorrow. Seems to be fixed in 4:4.5~20100917.1177596-1maemo3.1174921 Does still happen with 4:4.5~20101001.1181430-1maemo1.1181463 (had "opened" one folder). Please provide a backtrace then. *** Bug 252756 has been marked as a duplicate of this bug. *** With version 4:4.5~20101001.1181430-1maemo1.1181463. Program received signal SIGSEGV, Segmentation fault. 0x414ca6c8 in QWidget::actions() const () from /opt/qt4-maemo5/lib/libQtGui.so.4 0x414ca6c8 <_ZNK7QWidget7actionsEv+0>: ldr r2, [r1, #4] (gdb) bt #0 0x414ca6c8 in QWidget::actions() const () from /opt/qt4-maemo5/lib/libQtGui.so.4 #1 0x40932630 in ?? () from /usr/lib/libakonadi-contact.so.4 #2 0x40932630 in ?? () from /usr/lib/libakonadi-contact.so.4 Backtrace stopped: previous frame identical to this frame (corrupt stack?) SVN commit 1182355 by vkrause: don't crash if there is no context menu CCBUG: 249620 M +2 -0 textbrowser_p.h WebSVN link: http://websvn.kde.org/?view=rev&revision=1182355 I think we got all of them now, if not please reopen and provide a backtrace. Confirmed, version 4:4.5~20101013.1185418-1maemo1.1185177. |