Advertisement
Mirppc

Untitled

Jul 31st, 2021
3,102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
GDB 2.29 KB | None | 0 0
  1. ~/.steam/debian-installation/steamapps/common/Starbound/linux$ gdb --args bash ./run-client.sh
  2.  
  3. GNU gdb (Ubuntu 10.1-2ubuntu2) 10.1.90.20210411-git
  4. Copyright (C) 2021 Free Software Foundation, Inc.
  5. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
  6. This is free software: you are free to change and redistribute it.
  7. There is NO WARRANTY, to the extent permitted by law.
  8. Type "show copying" and "show warranty" for details.
  9. This GDB was configured as "x86_64-linux-gnu".
  10. Type "show configuration" for configuration details.
  11. For bug reporting instructions, please see:
  12. <https://www.gnu.org/software/gdb/bugs/>.
  13. Find the GDB manual and other documentation resources online at:
  14.     <http://www.gnu.org/software/gdb/documentation/>.
  15.  
  16. For help, type "help".
  17. Type "apropos word" to search for commands related to "word"...
  18. Reading symbols from bash...
  19. (No debugging symbols found in bash)
  20. (gdb) run
  21. Starting program: /usr/bin/bash ./run-client.sh
  22. [Detaching after fork from child process 1313702]
  23. [Detaching after fork from child process 1313703]
  24. [Info] Application: Initializing SDL
  25. [Info] Application: startup...
  26. [Info] Root: Preparing Root...
  27. [Info] Root: Done preparing Root.
  28. [Info] Client Version 1.4.4 (linux x86_64) Source ID: 8cbe6faf22282659828a194e06a08999f213769e Protocol: 747
  29. [Info] Root: Scanning for asset sources in directory '../assets/'
  30. [Info] Root: Scanning for asset sources in directory '../mods/'
  31. [Warn] Root: Unrecognized file in asset directory 'mods_go_here', skipping
  32. [Info] Root: Detected asset source named 'base' at '../assets/packed.pak'
  33. [Info] Root: Detected unnamed asset source at '../assets/user'
  34. [Info] Loading assets from: '../assets/packed.pak'
  35. [Info] Loading assets from: '../assets/user'
  36. [Info] Assets digest is 531f0b8469832a566d23a0b9870ed717c63291164883670d0ee17086a100d3cd
  37. [Info] Root: Loaded Assets in 1.01106 seconds
  38. [Info] Application: Initializing SDL Video
  39. [Info] Application: Initializing SDL Joystick
  40. [Info] Application: Initializing SDL Sound
  41. Setting breakpad minidump AppID = 211820
  42. malloc(): invalid size (unsorted)
  43. ./run-client.sh: line 5: 1313703 Aborted                 (core dumped) LD_LIBRARY_PATH="$LD_LIBRARY_PATH:./" ./starbound "$@"
  44. [Inferior 1 (process 1313698) exited with code 0206]
  45. (gdb) backtrace
  46. No stack.
  47.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement