Advertisement
Guest User

Untitled

a guest
Jun 23rd, 2017
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.70 KB | None | 0 0
  1.  
  2. [Thread 0x7fffd58c7710 (LWP 8006) exited]
  3.  
  4. Program received signal SIGSEGV, Segmentation fault.
  5. 0x00007ffff5e9dd4a in ?? () from /lib/libc.so.6
  6. (gdb) bt
  7. #0 0x00007ffff5e9dd4a in ?? () from /lib/libc.so.6
  8. #1 0x00007ffff5e9f38e in malloc () from /lib/libc.so.6
  9. #2 0x00007ffff66f8ded in operator new(unsigned long) ()
  10. from /usr/lib/libstdc++.so.6
  11. #3 0x00007ffff7a4de43 in irr::io::createReadFile (fileName=...)
  12. at CReadFile.cpp:103
  13. #4 0x00007ffff7a4787f in irr::io::CFileSystem::createAndOpenFile (
  14. this=0x8a0d60, filename=...) at CFileSystem.cpp:113
  15. #5 0x00007ffff79c7aee in irr::video::CNullDriver::getTexture (this=0xc49790,
  16. filename=...) at CNullDriver.cpp:388
  17. #6 0x0000000000447dc2 in IrrDriver::getTexture (this=<value optimized out>,
  18. filename=...) at graphics/irr_driver.cpp:721
  19. #7 0x000000000048f763 in GUIEngine::IconButtonWidget::setImage (
  20. this=0x7fffe3ebc470,
  21. path_to_texture=0x7fffd81d8998 "/home/artem/.config/supertuxkart/Volcano.png", pathType=<value optimized out>)
  22. at guiengine/widgets/icon_button_widget.cpp:153
  23. #8 0x000000000052ce23 in AddonsLoading::onUpdate (this=0x7fffd81ea350,
  24. delta=<value optimized out>)
  25. at states_screens/dialogs/addons_loading.cpp:173
  26. #9 0x00000000004622fd in GUIEngine::render (
  27. elapsed_time=<value optimized out>) at guiengine/engine.cpp:966
  28. #10 0x00000000004459b7 in IrrDriver::update (this=0x89b5b0,
  29. ---Type <return> to continue, or q <return> to quit---
  30. dt=<value optimized out>) at graphics/irr_driver.cpp:883
  31. #11 0x0000000000412114 in MainLoop::run (this=0x7fffe0009c10)
  32. at main_loop.cpp:144
  33. #12 0x0000000000410b18 in main (argc=<value optimized out>,
  34. argv=0x7fffffffe2c8) at main.cpp:776
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement