Advertisement
carmelo12341

GDB Backtrace

Jun 25th, 2017
212
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.87 KB | None | 0 0
  1. (gdb) r              
  2. Starting program: /home/carmelo12341/Code/c++/hentai/bin/hentai-downloader https://e-hentai.org/g/448677/5994b59613/
  3. [Thread debugging using libthread_db enabled]                                            
  4. Using host libthread_db library "/usr/lib/libthread_db.so.1".                            
  5. [New Thread 0x7ffff247a700 (LWP 24053)]      
  6. [Thread 0x7ffff247a700 (LWP 24053) exited]  
  7. [New Thread 0x7ffff247a700 (LWP 24054)]      
  8. [Thread 0x7ffff247a700 (LWP 24054) exited]  
  9. Gallery title: [Kinoko 931% (Taono Kinoko)] Gishi Gishi An An ~ Hentai Fugou ni Netorare Ikkagetsu (Fullmetal Alchemist) [Digital]
  10. Amount to download: 34 pictures              
  11.  
  12. Start download? [Y/n] y                      
  13. Starting download...
  14. [New Thread 0x7ffff247a700 (LWP 24060)]
  15. [Thread 0x7ffff247a700 (LWP 24060) exited]
  16. [New Thread 0x7ffff247a700 (LWP 24061)]
  17. [Thread 0x7ffff247a700 (LWP 24061) exited]
  18. [New Thread 0x7ffff247a700 (LWP 24062)]
  19. [Thread 0x7ffff247a700 (LWP 24062) exited]
  20. [New Thread 0x7ffff247a700 (LWP 24063)]
  21. [Thread 0x7ffff247a700 (LWP 24063) exited]
  22. [New Thread 0x7ffff247a700 (LWP 24064)]
  23. [Thread 0x7ffff247a700 (LWP 24064) exited]
  24.  
  25. Thread 1 "hentai-download" received signal SIGSEGV, Segmentation fault.
  26. 0x0000000000000000 in ?? ()
  27. (gdb) bt
  28. #0  0x0000000000000000 in ?? ()
  29. #1  0x00007ffff7908275 in __gthread_create (__args=<optimized out>,
  30.     __func=0x7ffff7907f80 <std::execute_native_thread_routine(void*)>,
  31.     __threadid=<optimized out>)
  32.     at /build/gcc-multilib/src/gcc-build/x86_64-pc-linux-gnu/libstdc++-v3/include/x86_64-pc-linux-gnu/bits/gthr-default.h:662
  33. #2  std::thread::_M_start_thread (this=<optimized out>,
  34.     state=std::unique_ptr<std::thread::_State> containing 0x69b800)
  35.     at /build/gcc-multilib/src/gcc/libstdc++-v3/src/c++11/thread.cc:163
  36. #3  0x00007ffff6d6cfac in std::thread::thread<EHentaiDownloader::startDownload()::$_0>(EHentaiDownloader::startDownload()::$_0&&) (this=0x7fffffffd1f0, __f=...)
  37.     at /usr/bin/../lib64/gcc/x86_64-pc-linux-gnu/7.1.1/../../../../include/c++/7.1.1/thread:126
  38. #4  0x00007ffff6d6ca09 in EHentaiDownloader::startDownload (this=0x6678b0)
  39.     at /home/carmelo12341/Code/c++/hentai/src/plugins/gehentai/EHentaiDownloader.cpp:108
  40. #5  0x00007ffff6d6c513 in EHentaiDownloader::init (this=0x6678b0,
  41.     url="https://e-hentai.org/g/448677/5994b59613/")
  42.     at /home/carmelo12341/Code/c++/hentai/src/plugins/gehentai/EHentaiDownloader.cpp:43
  43. #6  0x00007ffff6d6c325 in EHentaiDownloader::init (this=0x6678b0,
  44.     url="https://e-hentai.org/g/448677/5994b59613/")
  45.     at /home/carmelo12341/Code/c++/hentai/src/plugins/gehentai/EHentaiDownloader.cpp:35
  46. #7  0x000000000040476b in Application::start (this=0x7fffffffda80)
  47.     at /home/carmelo12341/Code/c++/hentai/src/Application.cpp:65
  48. #8  0x0000000000404072 in main (argc=2, argv=0x7fffffffdc08)
  49.     at /home/carmelo12341/Code/c++/hentai/main.cpp:5
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement