Opened 12 years ago
Closed 12 years ago
#9299 closed bug (invalid)
Old BeOS app Mizar crashing after launching.
Reported by: | Premislaus | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | - General | Version: | R1/alpha4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | x86 |
Description
Old BeOS app Mizar crashing after launching.
Attachments (2)
Change History (3)
by , 12 years ago
Attachment: | Mizar_crash_bt added |
---|
by , 12 years ago
Attachment: | Mizar_x86.zip added |
---|
comment:1 by , 12 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
This one looks to simply be a buggy app. The simulation thread makes calls directly into the epoch window without first locking it, and those calls are, among other things attempting to do things like resize UI widgets, which is a no-no without first locking.