Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#10584 closed bug (duplicate)

BrainWash locks up system

Reported by: jscipione Owned by: jackburton
Priority: normal Milestone: R1
Component: Kits/Game Kit Version: R1/Development
Keywords: Cc:
Blocked By: Blocking: #511
Platform: All

Description

Brainwash changes resolution to 640x480 and then won't stop, need to reboot to get back. Suspect a bug in BDirectWindow.

Attachments (1)

BrainWash.zip (51.0 KB ) - added by jscipione 10 years ago.
BrainWash screen saver

Download all attachments as: .zip

Change History (4)

by jscipione, 10 years ago

Attachment: BrainWash.zip added

BrainWash screen saver

comment:1 by jackburton, 10 years ago

Are you sure it's BDirectWindow and not BWindowScreen ? Because the latter is the one which can change resolution of the screen.

comment:2 by pulkomandy, 10 years ago

Blocked By: 7831 added
Resolution: duplicate
Status: newclosed

comment:3 by pulkomandy, 10 years ago

Blocked By: 7831 removed

(In #7831) Investigation of the crash in GDB (the one I get after recompiling) shows a race condition in the way the window is created and connected.

I noticed use of BWindowScreen tends to crahs the intel_extreme driver, so it's safer to test this using VESA (or fix the intel_extreme driver to handle 8-bit video modes again).

Note: See TracTickets for help on using tickets.