Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- $ gdb minetest
- GNU gdb 6.3
- Copyright 2004 Free Software Foundation, Inc.
- GDB is free software, covered by the GNU General Public License, and you are
- welcome to change it and/or distribute copies of it under certain conditions.
- Type "show copying" to see the conditions.
- There is absolutely no warranty for GDB. Type "show warranty" for details.
- This GDB was configured as "amd64-unknown-openbsd6.2"...
- (no debugging symbols found)
- (gdb) run
- Starting program: /usr/local/bin/minetest
- 2017-12-28 00:50:40: [Main]: Automatically selecting world at [/home/fish/.minetest/worlds/New World]
- Loaded texture: /usr/local/share/minetest/games/minetest_game/menu/header.png
- Loaded texture: /usr/local/share/minetest/games/minetest_game/menu/icon.png
- Loaded texture: /usr/local/share/minetest/games/minimal/menu/icon.png
- Program received signal SIGABRT, Aborted.
- thrkill () at -:3
- 3 -: No such file or directory.
- in -
- Current language: auto; currently asm
- (gdb) bt
- #0 thrkill () at -:3
- #1 0x0000164979ddf30e in _libc_abort () at /usr/src/lib/libc/stdlib/abort.c:51
- #2 0x0000164979dc6af6 in _libc_pthread_mutex_unlock (mutexp=0x164969b82500)
- at /usr/src/lib/libc/thread/rthread_mutex.c:266
- #3 0x0000164711664d35 in Mutex::unlock () from /usr/local/bin/minetest
- #4 0x0000164711665173 in Thread::~Thread () from /usr/local/bin/minetest
- #5 0x0000164711568dae in AsyncWorkerThread::~AsyncWorkerThread ()
- from /usr/local/bin/minetest
- #6 0x0000164711568e29 in AsyncWorkerThread::~AsyncWorkerThread ()
- from /usr/local/bin/minetest
- #7 0x00001647115672d3 in AsyncEngine::~AsyncEngine ()
- from /usr/local/bin/minetest
- #8 0x0000164711662484 in MainMenuScripting::~MainMenuScripting ()
- from /usr/local/bin/minetest
- #9 0x0000164711662350 in MainMenuScripting::~MainMenuScripting ()
- from /usr/local/bin/minetest
- #10 0x00001647116623c9 in MainMenuScripting::~MainMenuScripting ()
- from /usr/local/bin/minetest
- #11 0x000016471199ac01 in GUIEngine::~GUIEngine () from /usr/local/bin/minetest
- #12 0x000016471140ca16 in ClientLauncher::main_menu ()
- from /usr/local/bin/minetest
- #13 0x00001647114095a1 in ClientLauncher::launch_game ()
- ---Type <return> to continue, or q <return> to quit---
- from /usr/local/bin/minetest
- #14 0x00001647114041d0 in ClientLauncher::run () from /usr/local/bin/minetest
- #15 0x0000164711acd872 in main () from /usr/local/bin/minetest
- (gdb) next
- Program terminated with signal SIGABRT, Aborted.
- The program no longer exists.
- (gdb)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement