shadowm

Untitled

Sep 28th, 2012
171
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.40 KB | None | 0 0
  1. 20120928 19:32:38 received connection from 127.0.0.1
  2. terminate called after throwing an instance of 'boost::exception_detail::clone_impl<boost::exception_detail::error_info_injector<boost::iostreams::gzip_error> >'
  3. what(): gzip error
  4.  
  5. Program received signal SIGABRT, Aborted.
  6. [Switching to Thread 0x7fffef96e700 (LWP 22476)]
  7. 0x00007ffff6c2f475 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  8. 64 ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
  9. (gdb) bt
  10. #0 0x00007ffff6c2f475 in *__GI_raise (sig=<optimized out>) at ../nptl/sysdeps/unix/sysv/linux/raise.c:64
  11. #1 0x00007ffff6c326f0 in *__GI_abort () at abort.c:92
  12. #2 0x00007ffff74816dd in __gnu_cxx::__verbose_terminate_handler() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  13. #3 0x00007ffff747f7e6 in ?? () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  14. #4 0x00007ffff747f813 in std::terminate() () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  15. #5 0x00007ffff747fa3e in __cxa_throw () from /usr/lib/x86_64-linux-gnu/libstdc++.so.6
  16. #6 0x00000000004297ed in boost::throw_exception<boost::iostreams::gzip_error> (e=...) at /usr/include/boost/throw_exception.hpp:61
  17. #7 0x00000000004312ee in boost::iostreams::basic_gzip_decompressor<std::allocator<char> >::read<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > (this=0x7328d8, src=..., s=0x732974 "[request_terms]\n[/request_terms]\n", n=128) at /usr/include/boost/iostreams/filter/gzip.hpp:500
  18. #8 0x0000000000430c7c in boost::iostreams::detail::read_filter_impl<boost::iostreams::multichar_tag>::read<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >, boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > (t=..., src=...,
  19. s=0x732974 "[request_terms]\n[/request_terms]\n", n=128) at /usr/include/boost/iostreams/read.hpp:216
  20. #9 0x0000000000430573 in boost::iostreams::read<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >, boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > (t=..., src=..., s=0x732974 "[request_terms]\n[/request_terms]\n", n=128) at /usr/include/boost/iostreams/read.hpp:57
  21. #10 0x000000000042f7ae in boost::iostreams::detail::flt_wrapper_impl<boost::iostreams::input>::read<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >, boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > (f=..., src=0x732a00,
  22. s=0x732974 "[request_terms]\n[/request_terms]\n", n=128) at /usr/include/boost/iostreams/detail/adapter/concept_adapter.hpp:256
  23. #11 0x000000000042f04e in boost::iostreams::detail::concept_adapter<boost::iostreams::basic_gzip_decompressor<std::allocator<char> > >::read<boost::iostreams::detail::linked_streambuf<char, std::char_traits<char> > > (this=0x7328d8, s=0x732974 "[request_terms]\n[/request_terms]\n", n=128, src=0x732a00)
  24. at /usr/include/boost/iostreams/detail/adapter/concept_adapter.hpp:78
  25. #12 0x000000000042d784 in boost::iostreams::detail::indirect_streambuf<boost::iostreams::basic_gzip_decompressor<std::allocator<char> >, std::char_traits<char>, std::allocator<char>, boost::iostreams::input>::underflow (this=0x732890) at /usr/include/boost/iostreams/detail/streambuf/indirect_streambuf.hpp:258
  26. #13 0x0000000000478490 in buffered_istream::fill_buffer (this=0x73bb10) at src/buffered_istream.hpp:164
  27. #14 0x0000000000478382 in buffered_istream::get (this=0x73bb10) at src/buffered_istream.hpp:62
  28. #15 0x00000000004867fa in tokenizer::next_char_fast (this=0x73bad0) at src/serialization/tokenizer.hpp:108
  29. #16 0x00000000004867db in tokenizer::next_char (this=0x73bad0) at src/serialization/tokenizer.hpp:102
  30. #17 0x0000000000486506 in tokenizer::next_token (this=0x73bad0) at src/serialization/tokenizer.cpp:162
  31. #18 0x00000000004649b5 in (anonymous namespace)::parser::operator() (this=0x7fffef96daf0) at src/serialization/parser.cpp:109
  32. #19 0x000000000046732e in read_gz (cfg=..., file=..., validator=0x0) at src/serialization/parser.cpp:403
  33. #20 0x00000000004887a4 in (anonymous namespace)::process_queue (shard_num=0x0) at src/network_worker.cpp:765
  34. #21 0x00007ffff793d406 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0
  35. #22 0x00007ffff7980899 in ?? () from /usr/lib/x86_64-linux-gnu/libSDL-1.2.so.0
  36. #23 0x00007ffff69e7b50 in start_thread (arg=<optimized out>) at pthread_create.c:304
  37. #24 0x00007ffff6cd570d in clone () at ../sysdeps/unix/sysv/linux/x86_64/clone.S:112
  38. #25 0x0000000000000000 in ?? ()
Advertisement
Add Comment
Please, Sign In to add comment