Moonlight plugin crashes when switching to fullscreen on 64-bit platforms
Bug #365442 reported by
Jo Shields
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
moon (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Jaunty |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
Due to a pointer size error caused by a pair of missing #includes, whenever the Moonlight plugin tries to display a full-screen window on 64-bit systems, it will crash. Try http://
Related branches
Changed in moon (Ubuntu): | |
status: | New → Confirmed |
tags: |
added: verification-done removed: verification-needed |
To post a comment you must log in.
The attached patch is taken from pkg-mono svn, and simply adds in the required header includes in plugin/windowless.h
Without these includes, sizeof( GdkNativeWindow ) is incorrectly reported as 4 on amd64, when it should be 8, causing a SEGV when full screen is used.