messaging-app crashes on startup sometimes
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
Canonical System Image |
Fix Released
|
Critical
|
Bill Filler | ||
messaging-app (Ubuntu) |
In Progress
|
Critical
|
Renato Araujo Oliveira Filho |
Bug Description
latest rc-proposed r105
I launched messaging-app and see the Messages view is frozen only displaying phone numbers and no contact names. Turns out the app has crashed. The core file is attached.
Here is a bt
Thread 16 (Thread 0xa747f3d0 (LWP 4190)):
#0 0xb646ae08 in QtVersit:
from /usr/lib/
#1 0xb646b4d0 in QtVersit:
#2 0xb646b8d0 in QtVersit:
#3 0xb646bc44 in QtVersit:
from /usr/lib/
#4 0xb6cbb496 in ?? () from /usr/lib/
#5 0xb6140490 in start_thread () from /lib/arm-
#6 0xb61e2c4c in ?? () from /lib/arm-
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 15 (Thread 0xb6ff0000 (LWP 4065)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 14 (Thread 0xa7e113d0 (LWP 4157)):
#0 0xb42bffac in ?? ()
#1 0xb42d5ee0 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 13 (Thread 0xab5ae3d0 (LWP 4139)):
---Type <return> to continue, or q <return> to quit---
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 12 (Thread 0xa43023d0 (LWP 4191)):
#0 0xb646ae08 in QtVersit:
from /usr/lib/
#1 0xb646b4d0 in QtVersit:
#2 0xb646b8d0 in QtVersit:
#3 0xb646bc44 in QtVersit:
from /usr/lib/
#4 0xb6cbb496 in ?? () from /usr/lib/
#5 0xb6140490 in start_thread () from /lib/arm-
#6 0xb61e2c4c in ?? () from /lib/arm-
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 11 (Thread 0xabebe3d0 (LWP 4138)):
#0 0xb61e3132 in epoll_wait () from /lib/arm-
#1 0xb398528a in ?? () from /usr/lib/
#2 0xb3987262 in ?? () from /usr/lib/
#3 0xb39877c2 in ?? () from /usr/lib/
#4 0xb3970678 in core::dbus:
#5 0xb62ee2a0 in ?? () from /usr/lib/
#6 0xb6140490 in start_thread () from /lib/arm-
---Type <return> to continue, or q <return> to quit---
#7 0xb61e2c4c in ?? () from /lib/arm-
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 10 (Thread 0xaccd33d0 (LWP 4108)):
#0 0xb61e0620 in syscall () from /lib/arm-
#1 0xadb6fc98 in ?? () from /usr/lib/
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 9 (Thread 0xb0e563d0 (LWP 4099)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 8 (Thread 0xad4d33d0 (LWP 4107)):
#0 0xb61e0620 in syscall () from /lib/arm-
#1 0xadb6fc98 in ?? () from /usr/lib/
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 7 (Thread 0xaedeb3d0 (LWP 4105)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 6 (Thread 0xae3ff3d0 (LWP 4106)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
---Type <return> to continue, or q <return> to quit---
Thread 5 (Thread 0xb2c9a3d0 (LWP 4080)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 4 (Thread 0xb16c33d0 (LWP 4097)):
#0 0xb6148d44 in __libc_do_syscall () from /lib/arm-
#1 0xb61446b0 in pthread_
#2 0xb170f2b4 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 3 (Thread 0xa8b603d0 (LWP 4152)):
#0 0xb6148d44 in __libc_do_syscall () from /lib/arm-
#1 0xb61446b0 in pthread_
#2 0xb6cbc108 in QWaitCondition:
from /usr/lib/
#3 0xb65776b4 in ?? () from /usr/lib/
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 2 (Thread 0xa96973d0 (LWP 4151)):
#0 0xb61dc4e0 in poll () from /lib/arm-
#1 0x00000000 in ?? ()
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
Thread 1 (Thread 0xa3b023d0 (LWP 4192)):
#0 0xb6cede96 in QHashData:
---Type <return> to continue, or q <return> to quit---
#1 0xb646c4de in ?? () from /usr/lib/
Backtrace stopped: previous frame identical to this frame (corrupt stack?)
(gdb)
(gdb)
Related branches
- Tiago Salem Herrmann (community): Approve
- PS Jenkins bot: Approve (continuous-integration)
-
Diff: 201 lines (+60/-6)7 files modifiedcommon/vcard-parser.cpp (+20/-1)
common/vcard-parser.h (+2/-0)
contacts/contacts-service.cpp (+22/-0)
contacts/contacts-service.h (+1/-1)
contacts/qcontactfetchrequest-data.cpp (+10/-1)
contacts/qcontactfetchrequest-data.h (+4/-2)
contacts/qcontactrequest-data.h (+1/-1)
Changed in messaging-app (Ubuntu): | |
importance: | Undecided → Critical |
assignee: | nobody → Tiago Salem Herrmann (tiagosh) |
Changed in canonical-devices-system-image: | |
milestone: | none → ww40-2015 |
assignee: | nobody → Bill Filler (bfiller) |
importance: | Undecided → High |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
milestone: | ww40-2015 → ww46-2015 |
Changed in messaging-app (Ubuntu): | |
assignee: | Tiago Salem Herrmann (tiagosh) → Renato Araujo Oliveira Filho (renatofilho) |
status: | New → Confirmed |
Changed in canonical-devices-system-image: | |
importance: | High → Critical |
Changed in messaging-app (Ubuntu): | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | Confirmed → In Progress |
Changed in canonical-devices-system-image: | |
status: | In Progress → Fix Committed |
Changed in canonical-devices-system-image: | |
status: | Fix Committed → Fix Released |