[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#514791: marked as done (libgl1-mesa-glx: segfault calling glGenLists();)



Your message dated Wed, 11 Feb 2009 07:57:09 +0100
with message-id <499276C5.40104@ens-lyon.org>
and subject line Re: Bug#514791: libgl1-mesa-glx: segfault calling glGenLists();
has caused the Debian Bug report #514791,
regarding libgl1-mesa-glx: segfault calling glGenLists();
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact owner@bugs.debian.org
immediately.)


-- 
514791: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=514791
Debian Bug Tracking System
Contact owner@bugs.debian.org with problems
--- Begin Message ---
Package: libgl1-mesa-glx
Version: 7.0.3-7
Severity: important

Hi,

This little test program causes a segfault on amd64:
#include <GL/gl.h>

int main()
{
        glGenLists(1);
        return 0;
}

But the same thing works with the version from experimental (7.3-1).



Kurt




--- End Message ---
--- Begin Message ---
Version: 7.3-1

Kurt Roeckx wrote:
> Package: libgl1-mesa-glx
> Version: 7.0.3-7
> Severity: important
>
> Hi,
>
> This little test program causes a segfault on amd64:
> #include <GL/gl.h>
>
> int main()
> {
>         glGenLists(1);
>         return 0;
> }
>
> But the same thing works with the version from experimental (7.3-1).
>   

Marking as fixed in experimental then :)

Brice



--- End Message ---

Reply to: