Skip to content

Instantly share code, notes, and snippets.

@lloyd
Created October 15, 2009 19:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lloyd/211220 to your computer and use it in GitHub Desktop.
Save lloyd/211220 to your computer and use it in GitHub Desktop.
Thread 3 Crashed:
0 libSystem.B.dylib 0x954a4c2e __semwait_signal_nocancel + 10
1 libSystem.B.dylib 0x954a4b12 nanosleep$NOCANCEL$UNIX2003 + 166
2 libSystem.B.dylib 0x955205a6 usleep$NOCANCEL$UNIX2003 + 61
3 libSystem.B.dylib 0x95541c5c abort + 105
4 libSystem.B.dylib 0x9543e215 free + 129
5 libSearchDB.so 0x02594a22 lucene::document::Field::~Field() + 76
6 libSearchDB.so 0x02567663 __gnu_cxx::new_allocator<lucene::document::Field>::destroy(lucene::document::Field*) + 21
7 libSearchDB.so 0x02567930 void std::_Destroy<__gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, std::allocator<lucene::document::Field> >(__gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, __gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, std::allocator<lucene::document::Field>) + 34
8 libSearchDB.so 0x0256f55c std::vector<lucene::document::Field, std::allocator<lucene::document::Field> >::_M_insert_aux(__gnu_cxx::__normal_iterator<lucene::document::Field*, std::vector<lucene::document::Field, std::allocator<lucene::document::Field> > >, lucene::document::Field const&) + 662
9 libSearchDB.so 0x0256f668 std::vector<lucene::document::Field, std::allocator<lucene::document::Field> >::push_back(lucene::document::Field const&) + 104
10 libSearchDB.so 0x02562a5d SearchDBService::addDocument(bplus::service::Transaction const&, bplus::Map const&) + 3307
11 libSearchDB.so 0x02568e83 SearchDBService::invoke(char const*, bplus::service::Transaction const&, bplus::Map const&) + 323
12 libSearchDB.so 0x0256cbb8 bplus::service::Service::bppInvoke(void*, char const*, unsigned int, BPElement_t const*) + 228
13 ServiceRunner 0x0003a01a ServiceRunner::ServiceLibrary::invokeCallbackFunction(unsigned int, long long, BPElement_t const*) + 290
14 ServiceRunner 0x0002bb3e bp::runloop::RunLoop::stop() + 174
15 com.apple.CoreFoundation 0x96f638cb __CFRunLoopDoSources0 + 1563
16 com.apple.CoreFoundation 0x96f6185f __CFRunLoopRun + 1071
17 com.apple.CoreFoundation 0x96f60d34 CFRunLoopRunSpecific + 452
18 com.apple.CoreFoundation 0x96f667a4 CFRunLoopRun + 84
19 ServiceRunner 0x0002bbb5 bp::runloop::RunLoop::run() + 15
20 ServiceRunner 0x000209aa bp::runloop::RunLoopThread::threadFunction(void*) + 96
21 ServiceRunner 0x000232c1 bp::thread::Thread::~Thread() + 103
22 libSystem.B.dylib 0x95464f39 _pthread_start + 345
23 libSystem.B.dylib 0x95464dbe thread_start + 34
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment