Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jun 14th, 2012  |  syntax: None  |  size: 3.03 KB  |  hits: 22  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. live@fudepan:~/saarna$ gdb --args ./saarna_client externals/antivirals.xml
  2. GNU gdb (Ubuntu/Linaro 7.4-2012.04-0ubuntu2) 7.4-2012.04
  3. Copyright (C) 2012 Free Software Foundation, Inc.
  4. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  5. This is free software: you are free to change and redistribute it.
  6. There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
  7. and "show warranty" for details.
  8. This GDB was configured as "x86_64-linux-gnu".
  9. Para las instrucciones de informe de errores, vea:
  10. <http://bugs.launchpad.net/gdb-linaro/>...
  11. Leyendo símbolos desde /home/live/saarna/saarna_client...hecho.
  12. (gdb) run
  13. Starting program: /home/live/saarna/saarna_client externals/antivirals.xml
  14. [Depuración de hilo usando libthread_db enabled]
  15. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  16. -- Data base loaded.
  17. [Nuevo Thread 0x7ffff5794700 (LWP 25727)]
  18. [Nuevo Thread 0x7ffff4f93700 (LWP 25728)]
  19.  
  20. Program received signal SIGSEGV, Segmentation fault.
  21. 0x000000000046c41b in std::_Construct<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >, biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > > (__p=0x6c3130, __value=...)
  22.     at /usr/include/c++/4.6/bits/stl_construct.h:84
  23. 84            ::new(static_cast<void*>(__p)) _T1(__value);
  24. (gdb) bt
  25. #0  0x000000000046c41b in std::_Construct<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >, biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > > (__p=0x6c3130, __value=...)
  26.     at /usr/include/c++/4.6/bits/stl_construct.h:84
  27. #1  0x000000000046b4e9 in std::__uninitialized_copy<false>::__uninit_copy<__gnu_cxx::__normal_iterator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > const*, std::vector<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >, std::allocator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > > > >, biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >*> (__first=..., __last=..., __result=0x6c3130)
  28.     at /usr/include/c++/4.6/bits/stl_uninitialized.h:77
  29. #2  0x0000000000469af9 in std::uninitialized_copy<__gnu_cxx::__normal_iterator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > const*, std::vector<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >, std::allocator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > > > >, biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >*> (
  30.     __first=..., __last=..., __result=0x6c3130)
  31.     at /usr/include/c++/4.6/bits/stl_uninitialized.h:119
  32. #3  0x0000000000467ca6 in std::__uninitialized_copy_a<__gnu_cxx::__normal_iterator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > const*, std::vector<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >, std::allocator<biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> > > > >, biopp::Pseudo_Alphabet<biopp::AXCG_Alphabet<biopp::Base_Alphabet> >*, ---Type <return> to continue, or q <return> to quit---