[vtkusers] vtkpython:Linux SMP:SIGSEGV upon import vtk

Brent Goodrick bgoodrick at ipns.com
Tue Mar 4 01:01:50 EST 2003


<snip>

donna> /usr/local/src/gcc3.2.2/srcdir/libstdc++-v3/libsupc++/eh_personality.cc:456
donna> #8  0x41eaf69a in locale (this=0x0) at localefwd.h:298
donna> #9  0x41ec76d7 in basic_filebuf (this=0x41f263c0) at streambuf:350
donna> #10 0x41ec6ca2 in stdio_filebuf (this=0x41f263c0, __f=0x0, __mode=16,
                         ^^^^^^^^^^^^^
I'm not surprised to see stream I/O is choking here.  Your poor lil'
Linux boxes can't keep track of the incompatible libc++.so's
you are feeding it.  

donna> I don't think the SuSE system likes my libstdc++ that I copied from my
donna> build client.

Yep.  SuSE_version_X != Red_Hat_version_Y, especially for C++ binaries.

donna> Logistical constraints kept me from trying this sooner, but it's time to
donna> bite the bullet.

Yes, I know.  libstdc++.so is often different between versions of the
same species of Linux, and I would guess also between, say, SuSE and
Red Hat.

Brent





More information about the vtkusers mailing list