search for: _m_destroy

Displaying 2 results from an estimated 2 matches for "_m_destroy".

2011 Jun 11
0
[LLVMdev] Kaleidoscope Build Error
...erence to `std::basic_string<char, > std::char_traits<char>, std::allocator<char> >::_Rep::_S_empty_rep_storage' > BitReader.cpp:(.text+0xac): undefined reference to `std::basic_string<char, > std::char_traits<char>, std::allocator<char> >>::_Rep::_M_destroy(std::allocator<char> const&)' > /homes/malecha/tmp/llvm/lib/ocaml/libLLVMBitReader.a(BitReader.o): In > function `LLVMGetBitcodeModuleInContext': > BitReader.cpp:(.text+0x139): undefined reference to `std::basic_string<char, > std::char_traits<char>, std::allo...
2007 Mar 09
1
Error in csharp bindings
...g to the test with gdb shows that it's waiting for a mutex to be released, and that the object that delete() was being called on was a C++ string - the relevant bits of the stacktrace are: #17 0x40eaad11 in operator delete () from /usr/lib/libstdc++.so.6 #18 0x40e87a5d in std::string::_Rep::_M_destroy () from /usr/lib/libstdc++.so.6 #19 0x40e89086 in std::string::assign () from /usr/lib/libstdc++.so.6 #20 0x40cb865c in Xapian::Document::Internal::set_data (this=0x8245348, data_=@0xbfbf67a4) at /usr/lib/gcc/i486-linux-gnu/4.1.2/../../../../include/c++/4.1.2/bits/basic_string.h:486 #21...