2010/12/26 Cyril Brulebois <k...@debian.org>

> Hi,
>
> Raffaele Morelli <raffaele.more...@gmail.com> (26/12/2010):
> > this is what I obtain running blender in debug mode.
> >
> > cass...@jimi:~$ blender -d
> > Blender 2.49 (sub 2) Build
> > argv[0] = blender-bin
> > argv[1] = -d
> > Compiled with Python version 2.6.6.
> > Checking for installed Python... got it!
> > Segmentation fault
>

Hi

please try and run “gdb blender-bin”, then “run” on the gdb
> prompt. Then “bt” when the crash happens. You're lacking debug symbols
> but that might help locating the issue.
>
> KiBi.
>
>
follows the backtrace (or whatever "bt" stands for :-) )
I am on the same machine where the bugreport was generated, but kernel is
2.6.33.7-rt29 #1 SMP PREEMPT RT

regards
raffaele


Reading symbols from /usr/bin/blender-bin...(no debugging symbols
found)...done.
(gdb)
run

Starting program:
/usr/bin/blender-bin

[Thread debugging using libthread_db enabled]
Compiled with Python version
2.6.6.

Checking for installed Python... got it!

Program received signal SIGSEGV, Segmentation fault.
0x00007ffff7e590be in XF86DRIQueryVersion () from /usr/lib/libGL.so.1
(gdb) bt
#0  0x00007ffff7e590be in XF86DRIQueryVersion () from /usr/lib/libGL.so.1
#1  0x00007ffff7e59259 in XF86DRIQueryExtension () from /usr/lib/libGL.so.1
#2  0x00007ffff7e58b6c in ?? () from /usr/lib/libGL.so.1
#3  0x00007ffff7e384af in ?? () from /usr/lib/libGL.so.1
#4  0x00007ffff7e34861 in ?? () from /usr/lib/libGL.so.1
#5  0x00007ffff7e34a3e in glXChooseVisual () from /usr/lib/libGL.so.1
#6  0x000000000083c82d in GHOST_WindowX11::GHOST_WindowX11(GHOST_SystemX11*,
_XDisplay*, STR_String const&, int, int, unsigned int, unsigned int,
GHOST_TWindowState, int, GHOST_TDrawingContextType, bool) ()
#7  0x00000000008385f0 in GHOST_SystemX11::createWindow(STR_String const&,
int, int, unsigned int, unsigned int, GHOST_TWindowState,
GHOST_TDrawingContextType, bool, int) ()
#8  0x0000000000835e05 in GHOST_CreateWindow ()
#9  0x0000000000613316 in window_open ()
#10 0x00000000005a618d in ?? ()
#11 0x00000000005a6d6a in default_twosplit ()
#12 0x000000000065d309 in BIF_init ()
#13 0x000000000059ae43 in main ()

-- 
*L'unica speranza di catarsi, ammesso che ne esista una, resta affidata
all'istinto di ribellione, alla rivolta non isterilita in progetti, alla
protesta violenta e viscerale.*

Reply via email to