Skip Menu |

This queue is for tickets about the OpenGL-List CPAN distribution.

Report information
The Basics
Id: 65021
Status: open
Priority: 0/
Queue: OpenGL-List

People
Owner: Nobody in particular
Requestors: CBRINK [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 0.01
Fixed in: (no value)



Subject: Segfault during test of t/02_glp_list.t
Failure: ~/build/OpenGL-List-0.01$ perl -I lib ./t/02_glp_list.t 1..2 Segmentation fault System info: ~/build/OpenGL-List-0.01$ perl -MOpenGL -E 'say $OpenGL::VERSION' 0.64 ~/build/OpenGL-List-0.01$ dpkg -l | grep freeglut ii freeglut3 2.6.0-0ubuntu2 OpenGL Utility Toolkit ii freeglut3-dev 2.6.0-0ubuntu2 OpenGL Utility Toolkit development files Linux 2.6.35-24-generic-pae #42-Ubuntu SMP Thu Dec 2 03:21:31 UTC 2010 i686 GNU/Linux If you require any other info, I would be happy to provide it
Subject: Re: [rt.cpan.org #65021] Segfault during test of t/02_glp_list.t
Date: Fri, 28 Jan 2011 14:36:52 +1100
To: bug-OpenGL-List [...] rt.cpan.org
From: Adam Kennedy <adamkennedybackup [...] gmail.com>
This seems to be unix specific, on Windows the failure is silent. Suck... Adam K On 23 January 2011 04:39, Christian Brink via RT <bug-OpenGL-List@rt.cpan.org> wrote: Show quoted text
> Sat Jan 22 12:39:23 2011: Request 65021 was acted upon. > Transaction: Ticket created by CBRINK >       Queue: OpenGL-List >     Subject: Segfault during test of t/02_glp_list.t >   Broken in: 0.01 >    Severity: Critical >       Owner: Nobody >  Requestors: CBRINK@cpan.org >      Status: new >  Ticket <URL: https://rt.cpan.org/Ticket/Display.html?id=65021 > > > > Failure: > > ~/build/OpenGL-List-0.01$ perl -I lib ./t/02_glp_list.t > 1..2 > Segmentation fault > > System info: > > ~/build/OpenGL-List-0.01$ perl -MOpenGL -E 'say $OpenGL::VERSION' > 0.64 > > ~/build/OpenGL-List-0.01$ dpkg -l | grep freeglut > ii  freeglut3                            2.6.0-0ubuntu2 > OpenGL Utility Toolkit > ii  freeglut3-dev                        2.6.0-0ubuntu2 > OpenGL Utility Toolkit development files > > Linux 2.6.35-24-generic-pae #42-Ubuntu SMP Thu Dec 2 03:21:31 UTC 2010 > i686 GNU/Linux > > If you require any other info, I would be happy to provide it > >
Opening an opengl window makes it pass instead of segfaulting. Just add glpOpenWindow(); after loading opengl.