Ajtim <lum...@gmail.com> writes:

> (gdb) backtrace
> #0  0x0000000000000000 in ?? ()
> #1  0x0000000806daa072 in __dynamic_cast (src_ptr=0x806fe5760, 
> src_type=0x806fdbc10, dst_type=0x806fdb940, src2dst=0)
>     at ../../.././../gcc-4.6.4/libstdc++-v3/libsupc++/dyncast.cc:61
> #2  0x0000000806d7d100 in std::has_facet<std::ctype<char> > (__loc=@0x7a4e18) 
> at locale_classes.tcc:234
> #3  0x0000000806d71ff4 in std::basic_ios<char, std::char_traits<char> 
> >::_M_cache_locale (this=0x7a4d48, __loc=@0x7a4e18)
>     at basic_ios.tcc:160
> #4  0x0000000806d72098 in std::basic_ios<char, std::char_traits<char> >::init 
> (this=0x7a4d48, __sb=0x806fe4ac0)
>     at basic_ios.tcc:133
> #5  0x0000000806d599dd in Init (this=<value optimized out>) at ostream:85
> #6  0x00000008024a83e0 in ?? () from /usr/local/lib/libopenbabel.so.4
> #7  0x00007fffffffd000 in ?? ()
> #8  0x00007fffffffcb20 in ?? ()
> #9  0x0000000802879138 in ?? () from /usr/local/lib/libopenbabel.so.4
> #10 0x0000000800848d80 in ?? ()
> #11 0x0000000000000000 in ?? ()
> (gdb) 
>
> The same is with avogadro.

My first guess is that both libstdc++ and libc++ are being loaded at the
same time and this is causing a lot of problems.

Can you rebuild science/openbabel with clang/libc++ after svn up'ing to
ports r333701 and see if it fixes your problems? If not, can you check
what else you've built with gcc?
_______________________________________________
kde-freebsd mailing list
kde-freebsd@kde.org
https://mail.kde.org/mailman/listinfo/kde-freebsd
See also http://freebsd.kde.org/ for latest information

Reply via email to