Advertisement
Guest User

Minetest 0.4.16 crash

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