Opened 14 years ago
Closed 14 years ago
#6334 closed bug (fixed)
Alternating Terminal's fullscreen mode crashes app_server
Reported by: | mmadia | Owned by: | czeidler |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Servers/app_server | Version: | R1/alpha2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: | ||
Platform: | All |
Description (last modified by )
This bug can reliably be reproduced. It does not occur on hrev37520. First noticed on hrev37556 and confirmed on hrev37570.
To reproduce:
- start Terminal
- enter full-screen mode, CMD+Enter
- exit full-screen mode, CMD+Enter
Upon exiting, Terminal will have no decorator.
Shortly afterwards and with some other window operations, app_server will crash. I haven't yet pinned down the exact window operation. Normally I'll try moving Terminal, moving other applications over and under it -- but it's easy to get the crash.
Attached is a serial log of the crash occurring, with some guess-work of KDL commands.
Attachments (1)
Change History (5)
by , 14 years ago
Attachment: | minicom-app_server-bomb.cap added |
---|
comment:1 by , 14 years ago
Description: | modified (diff) |
---|
comment:2 by , 14 years ago
Owner: | changed from | to
---|---|
Status: | new → assigned |
comment:3 by , 14 years ago
comment:4 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Should be working now (hrev37610). Thank you for pointing this out!
Current guess for a likely culprit is hrev37524. The backtrace seems to imply that the decorator object exists but has no drawing engine allocated to it.