| Summary: | media-libs/mesa-7.3-r1 has unitialized data that leads to mythfrontend crash | ||
|---|---|---|---|
| Product: | Gentoo Linux | Reporter: | Olav Sandstå <olav> |
| Component: | Current packages | Assignee: | Gentoo X packagers <x11> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | High | ||
| Version: | unspecified | ||
| Hardware: | x86 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Package list: | Runtime testing required: | --- | |
| Attachments: | Patch that initializes the two unitialized variables | ||
|
Description
Olav Sandstå
2009-07-08 20:47:19 UTC
Created attachment 197254 [details, diff] Patch that initializes the two unitialized variables This patch is based on the patch attached to the original bug report found here: http://bugs.freedesktop.org/show_bug.cgi?id=21053 This patch solves the problem with mythfrontend crashing during startup Just a note: This bug does not appear to affect nVidia drivers. I ran into this bug trying to run mythtv-setup on my stand-alone backend which has an Intel 82865G card. However I had no problem with my frontend (with an nVidia card), and could also run mythtv-setup on the backend via ssh and X11Forwarding from any machine with an nVidia card. I could also run it if I forced indirect rendering with: export LIBGL_ALWAYS_INDIRECT=1 I applied the above patch in an ebuild in my overlay and it fixed the issue altogether. (In reply to comment #2) Thanks for the update and for the suggested work-around. My crash happened for the mga driver using a Matrox 450 card. Thanks also for verifying that the patch works and solves the problem. Fixed in both latest versions (7.5 and 7.4). We wont backport the fixes, rather update. |