Hi, On Wed, 2006-03-15 at 07:35 -0600, Dirk Reiners wrote: > Hi Gerrit, > > On Wed, 2006-03-15 at 09:12 +0800, Gerrit Voss wrote: > > Hi, > > > > On Tue, 2006-03-14 at 13:43 -0600, Dirk Reiners wrote: > > > Hi everybody, > > > > > > I've been trying to resurrect my little Python wrapper (Tools/osgBench), > > > but I'm running into some problems that confuse me. So if anybody here > > > has run into a similar problem I'd be interested. > > > > > > The problem is that the system crashes during osgInit, when initializing > > > the ThreadManager, in free() which is called from __tls_get_addr. The > > > error mesahe (and valgrind) say that the address that is freed has not > > > been allocated. The line that is given as the crash site is a > > > static_cast, which doesn't make a lot of sense to me. > > > > > > Has anybody seen this kind of crash before? Any hints? > > > > not really, could you tell us a little bit more (e.g. Linux version, > > compiler version). > > sorry: > > dream: Tools/osgBench 249 % uname -a > Linux dream.vrac 2.6.15.6 #1 SMP PREEMPT Tue Mar 14 10:41:05 CST 2006 > x86_64 x86_64 x86_64 GNU/Linux > dream: Tools/osgBench 250 % gcc --version > gcc (GCC) 3.4.3 20050227 (Red Hat 3.4.3-22.1) > > OpenSG CVS, x86_64 > > ./configure --prefix=BUILD --with-glut --with-qt=/usr/lib64/qt-3.3/ -- > with-tif --with-jpg --with-png --enable-gif --enable-text --enable-opt- > drawtree --enable-pthread-elf-tls > > Using Boost 1.33.1 and Python 2.4 with Tools/osgBench > > Stack trace attached. Not sure if it's correct, the line it crashes is a > static_cast<>, which doesn't make a lot of sense.
hmm ok for the installation I have it works, but this is a slightly older (Centos4.1 Rocks based system). Which basically uses bohr: /home/gerrit% uname -a Linux bohr.camtech.ntu.edu.sg 2.6.9-22.EL #1 Sat Oct 8 21:08:40 BST 2005 x86_64 x86_64 x86_64 GNU/Linux bohr: /home/gerrit% g++ -v Reading specs from /usr/lib/gcc/x86_64-redhat-linux/3.4.4/specs Configured with: ../configure --prefix=/usr --mandir=/usr/share/man --infodir=/usr/share/info --enable-shared --enable-threads=posix --disable-checking --with-system-zlib --enable-__cxa_atexit --disable-libunwind-exceptions --enable-java-awt=gtk --host=x86_64-redhat-linux Thread model: posix gcc version 3.4.4 20050721 (Red Hat 3.4.4-2) python2.3 and boost 1.32 I'll see if I can update it. Which distro are you using FC4 ?. regards, gerrit ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Opensg-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/opensg-users
