#14558 closed bug (duplicate)
Stacking maximized windows crash
Reported by: | curyous | Owned by: | nobody |
---|---|---|---|
Priority: | normal | Milestone: | Unscheduled |
Component: | Add-Ons/Decorators/BeDecorator | Version: | R1/beta1 |
Keywords: | Cc: | ||
Blocked By: | #13119 | Blocking: | |
Platform: | All |
Description
Stacking a non-maximized window, on top of a maximized one, causes the system to "crash" - the screen goes blank, and lines similar to the ones below are written on the screen. Mouse cursor is still responsive but, not the interface. The system is installed on the machine, 64 bits from this image https://s3.wasabisys.com/haiku-release/r1beta1/haiku-r1beta1-x86_64-anyboot.zip.
Failed to set attribute: name: DW_AT_abstract_origin, form: DW_FORM_ref4: Bad data (this line appears dozens of times) DwarfManager::File:Load("/boot/system/lib/libbsd.so"): no .debug_info or .debug_address DwarfManager::File:Load("/boot/system/lib/libbsd.so"): no .debug_info or .debug_address DwarfManager::File:Load("/boot/system/add-ons/decorators/BeDecorator"): no .debug_info or .debug_address DwarfManager::File:Load("/boot/system/add-ons/decorators/intel_extreme.accelerant"): no .debug_info or .debug_address
Change History (4)
comment:1 by , 6 years ago
comment:2 by , 6 years ago
Ah, you're using the BeDecorator? Yes. Does the same thing occur with the standard Haiku window decorator? Said crash does not happen in the standard window decorator. BeDecorator seems to be the component to blame, thank you so much!
comment:3 by , 6 years ago
Blocked By: | 13119 added |
---|---|
Component: | - General → Add-Ons/Decorators/BeDecorator |
Resolution: | → duplicate |
Status: | new → closed |
comment:4 by , 5 years ago
Remove milestone for tickets with status = closed and resolution != fixed
Ah, you're using the BeDecorator? Does the same thing occur with the standard Haiku window decorator?