Summary: | App crashes instantly and never executes with alpha4 | ||
---|---|---|---|
Product: | [Unmaintained] Necessitas | Reporter: | Jon Heron <jon> |
Component: | Android QtCreator | Assignee: | BogDan Vatra <bogdan> |
Status: | RESOLVED DUPLICATE | ||
Severity: | critical | CC: | izar |
Priority: | NOR | ||
Version: | alpha4 | ||
Target Milestone: | Unspecified | ||
Platform: | Android | ||
OS: | Android 2.x | ||
Latest Commit: | http://commits.kde.org/android-qt/ebab12678bd0dde27c8ebd2d32a60b5c31e3bc41 | Version Fixed In: | http://commits.kde.org/android-qt/ebab12678bd0dde27c8ebd2d32a60b5c31e3bc41 |
Sentry Crash Report: | |||
Attachments: |
compile output from Necessitas
logcat of crash adb crash log from emulator |
Description
Jon Heron
2012-09-11 01:48:23 UTC
Created attachment 73804 [details]
compile output from Necessitas
Created attachment 73805 [details]
logcat of crash
Forgot to mention, this line from logcat seems be where it goes bad: I/UsageStats( 119): Unexpected resume of com.android.launcher2 while already resumed in org.kde.necessitas.example.testAlpha4 Hope that helps! Jon *** This bug has been marked as a duplicate of bug 306210 *** @bogdan- this doesn't seem like it has anything to do with bug 306210! that bug is about an error caused by some sort of link code, and here we arn't talking about anything that has to do with our own code but with necessitas code. simply any app we run crashes immediately. (In reply to comment #4) > > > *** This bug has been marked as a duplicate of bug 306210 *** @jon- the line you mentioned appears several times and i believe isn't related to this bug. the trouble began at line 1768: I/DEBUG ( 46): signal 11 (SIGSEGV), fault addr fffffffc (In reply to comment #3) > Forgot to mention, this line from logcat seems be where it goes bad: > I/UsageStats( 119): Unexpected resume of com.android.launcher2 while > already resumed in org.kde.necessitas.example.testAlpha4 > Hope that helps! > Jon Created attachment 73823 [details]
adb crash log from emulator
log from the moment i launched the app till crash.
deployed qt libs earlier.
ubuntu 12.04 x64.
This http://commits.kde.org/android-qt/ebab12678bd0dde27c8ebd2d32a60b5c31e3bc41 commit fixes more than one bug, it fixes also "atomics for armv5 thumb architectue", which is the root cause of your bug. |