Ticket #348 (closed defect: fixed)
openmoko-messages crashes in "New SMS" dialog
| Reported by: | alphaone@… | Owned by: | buglog@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-messages | Version: | current svn head |
| Severity: | major | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
root@fic-gta01:~$ DISPLAY=:0.0 dbus-launch openmoko-messages
(process:1500): DEBUG: openmoko-messenger starting up
(openmoko-messages:1500): DEBUG: foldersdb_class_init
(openmoko-messages:1500): DEBUG: D-Bus initialize successfully
(openmoko-messages:1500): DEBUG: adding folder 'Inbox'
(openmoko-messages:1500): DEBUG: adding folder 'Outbox'
(openmoko-messages:1500): DEBUG: adding folder 'Draft'
(openmoko-messages:1500): DEBUG: adding folder 'Sent'
(openmoko-messages:1500): DEBUG: adding folder 'Trash'
(openmoko-messages:1500): Gdk-WARNING : gdk_property_get(): length value has
wrapped in calculation (did you pass G_MAXLONG?)
(openmoko-messages:1500): Gdk-WARNING : gdk_property_get(): length value has
wrapped in calculation (did you pass G_MAXLONG?)
(openmoko-messages:1500): DEBUG: folder Inbox has 8 messages
(openmoko-messages:1500): Gdk-WARNING : gdk_property_get(): length value has
wrapped in calculation (did you pass G_MAXLONG?)
(openmoko-messages:1500): Gdk-WARNING : gdk_property_get(): length value has
wrapped in calculation (did you pass G_MAXLONG?)
(openmoko-messages:1500): WARNING : Got error 20 when opening book
(openmoko-messages:1500): DEBUG: select ok
(openmoko-messages:1500): DEBUG: sms select contact done
(openmoko-messages:1500): DEBUG: start to add 0 contacts to entry
(openmoko-messages:1500): Gtk-CRITICAL : gtk_entry_set_text: assertion `text
!= NULL' failed
* glibc detected * openmoko-messages: malloc(): memory corruption (fast):
0x00008007 *
dbus-marshal-recursive.c(1186)got heredbus-marshal-recursive.c(1186)got
heredbus-marshal-recursive.c(1186)got heredbus-marshal-recursive.c(1186)got
heredbus-marshal-recursive.c(1186)got heredbus-marshal-recursive.c(1186)got
hereAborted
Steps to reproduce:
- root@fic-gta01:~$ DISPLAY=:0.0 dbus-launch openmoko-messages
- Select "New SMS" from the new message button
- Press the contacts... button
- Press cancel without selecting any contacts (there were none for me)
- Application crashes

fixed in r1611. Thanks daniel!