Ticket #612 (closed defect: fixed)
[FIX] libmokui globals make openmoko-messages crash
| Reported by: | elrond+bugzilla.openmoko.org@… | Owned by: | mickey@… |
|---|---|---|---|
| Priority: | high | Milestone: | |
| Component: | openmoko-libs | Version: | unspecified |
| Severity: | normal | Keywords: | |
| Cc: | buglog@… | Blocked By: | |
| Blocking: | Estimated Completion (week): | ||
| HasPatchForReview: | PatchReviewResult: | ||
| Reproducible: |
Description
libmokoui exports "parent_class" as a global.
And openmoko-messages happens to have the same global.
Guess what happens? Right, they share the same memory (ELF specs), and thus
conflict.
Makes openmoko-messages SIGSEGV.
Patch will be uplodaed within minutes.
Attachments
Change History
Changed 6 years ago by elrond+bugzilla.openmoko.org@…
- Attachment OM-static.diff added
Note: See
TracTickets for help on using
tickets.

parent_class-static.diff