Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- └──> gdb ./minetest
- GNU gdb (GDB) 7.4.1-debian
- Copyright (C) 2012 Free Software Foundation, Inc.
- License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
- This is free software: you are free to change and redistribute it.
- There is NO WARRANTY, to the extent permitted by law. Type "show copying"
- and "show warranty" for details.
- This GDB was configured as "x86_64-linux-gnu".
- For bug reporting instructions, please see:
- <http://www.gnu.org/software/gdb/bugs/>...
- Reading symbols from /media/data/src/minetest/minetest/bin/minetest...done.
- (gdb) run
- Starting program: /media/data/src/minetest/minetest/bin/minetest
- [Thread debugging using libthread_db enabled]
- Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
- [New Thread 0x7ffff7440700 (LWP 29124)]
- [New Thread 0x7ffff6c3f700 (LWP 29125)]
- [Thread 0x7ffff6c3f700 (LWP 29125) exited]
- [Thread 0x7ffff7440700 (LWP 29124) exited]
- Irrlicht Engine version 1.7.3
- Linux 3.7-trunk-amd64 #1 SMP Debian 3.7.8-1~experimental.1 x86_64
- Using renderer: OpenGL 4.2.12002
- AMD Radeon HD 7800 Series : ATI Technologies Inc.
- OpenGL driver version is 1.2 or better.
- GLSL version: 4.2
- Loaded texture: /media/data/src/minetest/minetest/textures/base/pack/menubg.png
- Loaded texture: /media/data/src/minetest/minetest/textures/base/pack/menulogo.png
- ^C
- Program received signal SIGINT, Interrupt.
- 0x0000003762eabbdd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
- 82 ../sysdeps/unix/syscall-template.S: No such file or directory.
- (gdb) thread apply all bt
- Thread 1 (Thread 0x7ffff7c007a0 (LWP 29121)):
- #0 0x0000003762eabbdd in nanosleep () at ../sysdeps/unix/syscall-template.S:82
- #1 0x0000003762ed4c94 in usleep (useconds=<optimized out>) at ../sysdeps/unix/sysv/linux/usleep.c:33
- #2 0x000000000074daaa in main (argc=<optimized out>, argv=<optimized out>) at /home/whirm/src/minetest/minetest/src/main.cpp:1573
RAW Paste Data