#650208 crash at startup with LIBGL_ALWAYS_INDIRECT

Package:
phlipple
Source:
phlipple
Description:
reduce 3D shapes to a single square
Submitter:
Bas Wijnen
Date:
2013-08-14 23:51:05 UTC
Severity:
important
#650208#5
Date:
2011-11-27 19:27:57 UTC
From:
To:
When trying to start phlipple, I briefly see a black window, then it
crashes with a segmentation fault. I built it with symbols to get a
meaningful stack backtrace:

phlipple-0.8.2$ gdb src/phlipple
GNU gdb (GDB) 7.3-debian
Copyright (C) 2011 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
<http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "i486-linux-gnu".
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>...
Reading symbols from /home/shevek/tmp/phlipple-0.8.2/src/phlipple...done.
(gdb) run
Starting program: /home/shevek/tmp/phlipple-0.8.2/src/phlipple
[Thread debugging using libthread_db enabled]
[New Thread 0xb2d26b70 (LWP 29623)]
[Thread 0xb2d26b70 (LWP 29623) exited]
[New Thread 0xb2d26b70 (LWP 29624)]
[New Thread 0xb2525b70 (LWP 29625)]

Program received signal SIGSEGV, Segmentation fault.
0x00000000 in ?? ()
(gdb) bt
#0  0x00000000 in ?? ()
#1  0x08055341 in quad_renderer_init () at quadrenderer.c:55
#2  0x080556f0 in SceneManager_reshape (w=640, h=480) at scenes.c:103
#3  0x08053c4b in OS_mainLoop () at osinterface_sdl.c:163
#4  0x080556ca in SceneManager_run () at scenes.c:90
#5  0x08050ebc in main (argc=1, argv=0xbffff374) at main.c:26
(gdb) quit

My system does not have hardware openGL support, but other 3D programs
work fine (though sometimes slow).

Thanks,
Bas Wijnen

#650208#10
Date:
2011-12-29 04:14:58 UTC
From:
To:
severity 650208 important
retitle 650208 crash at startup with LIBGL_ALWAYS_INDIRECT
thanks

I'm not able to reproduce this bug on either of my two amd64 machines
with hardware acceleration (intel, nouveau drivers). When I set the
LIBGL_ALWAYS_INDIRECT environment variable, I get a crash though.

#650208#17
Date:
2011-12-29 04:14:58 UTC
From:
To:
severity 650208 important
retitle 650208 crash at startup with LIBGL_ALWAYS_INDIRECT
thanks

I'm not able to reproduce this bug on either of my two amd64 machines
with hardware acceleration (intel, nouveau drivers). When I set the
LIBGL_ALWAYS_INDIRECT environment variable, I get a crash though.

#650208#22
Date:
2011-12-31 02:54:02 UTC
From:
To:
00:02.0 VGA compatible controller: Intel Corporation 82945G/GZ Integrated
Graphics Controller (rev 02)

model name      : Intel(R) Pentium(R) Dual  CPU  E2160  @ 1.80GHz

On a system with the above CPU and video hardware I get the same GDB backtrace
as listed in this bug report.  I'm running a fairly default configuration of
Unstable.

#650208#27
Date:
2013-08-14 23:46:08 UTC
From:
To: