Advertisement
Guest User

Server log: prize crash

a guest
Jan 6th, 2020
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.02 KB | None | 0 0
  1. /usr/local/bin/stktest: line 3: 25929 Segmentation fault (core dumped) ./supertuxkart --server-config=/long/path/frankfurt_test.xml --network-console
  2. root@stkserver:~#
  3. root@stkserver:~# coredumpctl gdb supertuxkart
  4. PID: 25929 (supertuxkart)
  5. UID: 0 (root)
  6. GID: 0 (root)
  7. Signal: 11 (SEGV)
  8. Timestamp: Mon 2020-01-06 18:42:45 UTC (7min ago)
  9. Command Line: ./supertuxkart --server-config=/long/path/frankfurt_test.xml --network-console
  10. Executable: /long/path/cmake_build/bin/supertuxkart
  11. Control Group: /user.slice/user-0.slice/session-2048.scope
  12. Unit: session-2048.scope
  13. Slice: user-0.slice
  14. Session: 2048
  15. Owner UID: 0 (root)
  16. Boot ID: 45a9495d184d43629b687dff497f6aed
  17. Machine ID: 12b0bc3f08ae4afa8dafe38cc36902b7
  18. Hostname: stkserver
  19. Storage: /var/lib/systemd/coredump/core.supertuxkart.0.45a9495d184d43629b687dff497f6aed.25929.1578336165000000.lz4
  20. Message: Process 25929 (supertuxkart) of user 0 dumped core.
  21.  
  22. Stack trace of thread 25929:
  23. #0 0x0000555f7f2cd3bb n/a (/long/path/cmake_build/bin/supertuxkart)
  24. #1 0x00000000ffffffff n/a (n/a)
  25.  
  26. GNU gdb (Ubuntu 8.1-0ubuntu3.2) 8.1.0.20180409-git
  27. Copyright (C) 2018 Free Software Foundation, Inc.
  28. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  29. This is free software: you are free to change and redistribute it.
  30. There is NO WARRANTY, to the extent permitted by law. Type "show copying"
  31. and "show warranty" for details.
  32. This GDB was configured as "x86_64-linux-gnu".
  33. Type "show configuration" for configuration details.
  34. For bug reporting instructions, please see:
  35. <http://www.gnu.org/software/gdb/bugs/>.
  36. Find the GDB manual and other documentation resources online at:
  37. <http://www.gnu.org/software/gdb/documentation/>.
  38. For help, type "help".
  39. Type "apropos word" to search for commands related to "word"...
  40. Reading symbols from /long/path/cmake_build/bin/supertuxkart...(no debugging symbols found)...done.
  41. [New LWP 25929]
  42. [New LWP 25930]
  43. [New LWP 25940]
  44. [New LWP 25941]
  45. [New LWP 25942]
  46. [New LWP 25943]
  47. [Thread debugging using libthread_db enabled]
  48. Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
  49. Core was generated by `./supertuxkart --server-config=/long/path/frankfurt_test.xml'.
  50. Program terminated with signal SIGSEGV, Segmentation fault.
  51. #0 0x0000555f7f2cd3bb in Scripting::Kart::getLocation(int) ()
  52. [Current thread is 1 (Thread 0x7ff4b1d5d780 (LWP 25929))]
  53. (gdb) bt
  54. #0 0x0000555f7f2cd3bb in Scripting::Kart::getLocation(int) ()
  55. #1 0x0000555f7f692e68 in X64_CallFunction(unsigned long const*, int, unsigned long (*)(), unsigned long&, bool) ()
  56. #2 0x0000555f7f69330b in CallSystemFunctionNative(asCContext*, asCScriptFunction*, void*, unsigned int*, void*, unsigned long&, void*) ()
  57. #3 0x0000555f7f691fd7 in CallSystemFunction(int, asCContext*) ()
  58. #4 0x0000555f7f653074 in asCContext::ExecuteNext() ()
  59. #5 0x0000555f7f654dc0 in asCContext::Execute() ()
  60. #6 0x0000555f7f2c9eac in Scripting::ScriptEngine::runFunction(bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::function<void (asIScriptContext*)>, std::function<void (asIScriptContext*)>) ()
  61. #7 0x0000555f7f2cabe7 in Scripting::ScriptEngine::runFunction(bool, std::__cxx11::basic_string<char, std::char_traits<char>, std::allocator<char> >, std::function<void (asIScriptContext*)>) ()
  62. #8 0x0000555f7f3fc4c2 in TrackObjectPresentationActionTrigger::onTriggerItemApproached(int) ()
  63. #9 0x0000555f7f3dbadb in CheckTrigger::trigger(unsigned int) ()
  64. #10 0x0000555f7f3da720 in CheckStructure::update(float) ()
  65. #11 0x0000555f7f3d9703 in CheckManager::update(float) ()
  66. #12 0x0000555f7f3e69b0 in Track::update(int) ()
  67. #13 0x0000555f7f1e3184 in LinearWorld::update(int) ()
  68. #14 0x0000555f7f1fa091 in World::updateWorld(int) ()
  69. #15 0x0000555f7f254191 in RaceEventManager::update(int, bool) ()
  70. #16 0x0000555f7f1d3210 in MainLoop::run() ()
  71. #17 0x0000555f7efd8b6d in main ()
  72. (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement