Opened 12 years ago
Closed 11 years ago
#9676 closed bug (fixed)
[Deskbar] crashes in TExpandoMenuBar::MouseMoved
Reported by: | diver | Owned by: | jscipione |
---|---|---|---|
Priority: | normal | Milestone: | R1 |
Component: | Applications/Deskbar | Version: | R1/Development |
Keywords: | Cc: | ||
Blocked By: | Blocking: | #9998 | |
Platform: | All |
Attachments (1)
Change History (11)
by , 12 years ago
Attachment: | Deskbar-124-debug-15-04-2013-14-38-58.report added |
---|
comment:1 by , 12 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
comment:2 by , 12 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
I suppose this isn't an exact duplicate of #8539 since that ticket describes a lockup and this one a crash although they are related. I found this bug to be quite difficult to reproduce but narrowed it down to either the B_ENTERED_VIEW or B_EXITED_VIEW case with message = NULL in the TExpandoMenuBar::MouseDown() method.
comment:3 by , 11 years ago
Got the same problem here today. What I did do, was running a fresh Haiku system ( hrev45717 ) having the Installer opened. I was installing to another disk and at the same time I changed resolution and background colors in the preflets. Then I moved the mouse over the deskbar and it accidently crashed. Following stuff was written into the syslog.
Haiku running in a VirtualBox, 1 CPU, 512 MB RAM, hrev45717.
comment:4 by , 11 years ago
@awoesten:
Was your Deskbar in vertical or horizontal mode? If vertical mode, did you have the expander arrows turned on? If so, did you have any apps expanded at the time of the crash?
comment:5 by , 11 years ago
The deskbar was with default settings. So I guess vertical mode without expander and none of the apps were expanded.
comment:6 by , 11 years ago
Quite possibly is fixed in hrev45720, although it's hard to tell since triggering this bug is tough.
comment:8 by , 11 years ago
Blocking: | 9998 added |
---|
comment:9 by , 11 years ago
Quite possibly fixed in hrev46195 as expander code was refactored. Please retest.
comment:10 by , 11 years ago
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
I'm assuming this one got fixed in hrev46195, please reopen if you experience this crash again.
Duplicate of #8539