diff options
author | Jeff Dike <jdike@linux.intel.com> | 2010-06-23 17:29:54 +0100 |
---|---|---|
committer | Joshua Lock <josh@linux.intel.com> | 2010-06-23 17:32:47 +0100 |
commit | 6e4579b32be125cab74d4ad2014fda201d6531c1 (patch) | |
tree | c791f5722e86c44b3770c58f01175891a86f775a /scripts/poky-git-proxy-command | |
parent | bd11abb22c8428b7e619ea4de72d86069b9ecc55 (diff) | |
download | poky-6e4579b32be125cab74d4ad2014fda201d6531c1.tar.gz |
qemu: Work around the crash seen on Ubuntu.
Due to different stack contents in sdl_display_init on Ubuntu vs other distros,
an uninitialized structure is causing a crash. Zeroing the structure makes the
behavior uniform across distros, avoiding the Ubuntu crash, but doesn't fix the
underlying bugs, notably:
the return value of SDL_GetWMInfo needs to be checked, as it's currently
failing silently
the underlying reason for the failure of SDL_GetWMInfo needs to be found -
there is a GetWMINfo method in the internal SDL structure which is NULL, and
the reason for this needs to be found.
Signed-off-by: Jeff Dike <jdike@linux.intel.com>
Diffstat (limited to 'scripts/poky-git-proxy-command')
0 files changed, 0 insertions, 0 deletions