[Bf-committers] Segfaulting blender.

Meino Christian Cramer bf-committers@blender.org
Wed, 09 Apr 2003 07:15:27 +0000 (Local time zone must be set--see zic manual page)


Hi,

 with a cvs snapshot of the CVS this morning I got a segfault.

 Building environment: gcc 2.95.3, libc-2.2.5.so, xfree 4.3.0
 Hardware Radeon 7500 (hw dri/drm enabled and working)
 Athlon-xp 2400+, Epox 8K5a3+ motherboard

 configure --disable-openal --prefix/usr

 from gdb:

  solfire:[newdir]> gdb blender core
  GNU gdb 5.1.1
  Copyright 2002 Free Software Foundation, Inc.
  GDB is free software, covered by the GNU General Public License, and you are
  welcome to change it and/or distribute copies of it under certain conditions.
  Type "show copying" to see the conditions.
  There is absolutely no warranty for GDB.  Type "show warranty" for details.
  This GDB was configured as "i686-pc-linux-gnu"...
  Core was generated by `./blender'.
  Program terminated with signal 11, Segmentation fault.
  Reading symbols from /lib/libm.so.6...done.
  Loaded symbols for /lib/libm.so.6
  Reading symbols from /lib/libdl.so.2...done.
  Loaded symbols for /lib/libdl.so.2
  Reading symbols from /opt/kde3/lib/libartsc.so.0...done.
  Loaded symbols for /opt/kde3/lib/libartsc.so.0
  Reading symbols from /usr/X11R6/lib/libGLU.so.1...done.
  Loaded symbols for /usr/X11R6/lib/libGLU.so.1
  Reading symbols from /usr/X11R6/lib/libGL.so.1...done.
  Loaded symbols for /usr/X11R6/lib/libGL.so.1
  Reading symbols from /usr/lib/libSDL-1.2.so.0...done.
  Loaded symbols for /usr/lib/libSDL-1.2.so.0
  Reading symbols from /usr/lib/libesd.so.0...done.
  Loaded symbols for /usr/lib/libesd.so.0
  Reading symbols from /usr/lib/libaudiofile.so.0...done.
  Loaded symbols for /usr/lib/libaudiofile.so.0
  Reading symbols from /usr/lib/libasound.so.2...done.
  Loaded symbols for /usr/lib/libasound.so.2
  Reading symbols from /usr/X11R6/lib/libX11.so.6...done.
  Loaded symbols for /usr/X11R6/lib/libX11.so.6
  Reading symbols from /usr/X11R6/lib/libXext.so.6...done.
  Loaded symbols for /usr/X11R6/lib/libXext.so.6
  Reading symbols from /lib/libutil.so.1...done.
  Loaded symbols for /lib/libutil.so.1
  Reading symbols from /usr/lib/libjpeg.so.62...done.
  Loaded symbols for /usr/lib/libjpeg.so.62
  Reading symbols from /usr/local/lib/libpng.so.3...done.
  Loaded symbols for /usr/local/lib/libpng.so.3
  Reading symbols from /usr/lib/libcrypto.so.0.9.6...done.
  Loaded symbols for /usr/lib/libcrypto.so.0.9.6
  Reading symbols from /usr/lib/libssl.so.0.9.6...done.
  Loaded symbols for /usr/lib/libssl.so.0.9.6
  Reading symbols from /lib/libpthread.so.0...done.
  Loaded symbols for /lib/libpthread.so.0
  Reading symbols from /usr/lib/libstdc++-libc6.2-2.so.3...done.
  Loaded symbols for /usr/lib/libstdc++-libc6.2-2.so.3
  Reading symbols from /lib/libc.so.6...done.
  Loaded symbols for /lib/libc.so.6
  Reading symbols from /lib/ld-linux.so.2...done.
  Loaded symbols for /lib/ld-linux.so.2
  Reading symbols from /usr/X11R6/lib/modules/dri/radeon_dri.so...done.
  Loaded symbols for /usr/X11R6/lib/modules/dri/radeon_dri.so
  Reading symbols from /usr/X11R6/lib/libXcursor.so.1...done.
  Loaded symbols for /usr/X11R6/lib/libXcursor.so.1
  Reading symbols from /usr/X11R6/lib/libXrender.so.1...done.
  Loaded symbols for /usr/X11R6/lib/libXrender.so.1
  Reading symbols from /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2...done.
  Loaded symbols for /usr/X11R6/lib/X11/locale/lib/common/xlcDef.so.2
  #0  0x0810c91f in draw_object ()
  (gdb) backtrace
  #0  0x0810c91f in draw_object ()
  #1  0x08116d4d in drawview3dspace ()
  (gdb) 


 What did I wrong ?

 Kind regards,
 Meino Cramer