Skip to content

Instantly share code, notes, and snippets.

@LotekHeavy
Last active August 29, 2015 14:03
Show Gist options
  • Save LotekHeavy/3954d594f3c8012a93d7 to your computer and use it in GitHub Desktop.
Save LotekHeavy/3954d594f3c8012a93d7 to your computer and use it in GitHub Desktop.
terminate called without an active exception #1413
(gdb) run
Starting program: /home/marcel/Dokumente/Development/MineTest/minetest/bin/minetest
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1".
Irrlicht log: Irrlicht Engine version 1.8.1
Irrlicht log: Linux 3.13.0-29-generic #53-Ubuntu SMP Wed Jun 4 21:00:20 UTC 2014 x86_64
[New Thread 0x7fffeac97700 (LWP 4527)]
Irrlicht log: Using renderer: OpenGL 3.0
Irrlicht log: Gallium 0.4 on AMD PITCAIRN: X.Org
Irrlicht log: OpenGL driver version is 1.2 or better.
Irrlicht log: GLSL version: 1.3
[New Thread 0x7fffe87fd700 (LWP 4528)]
[Thread 0x7fffe87fd700 (LWP 4528) exited]
[New Thread 0x7fffe87fd700 (LWP 4529)]
[New Thread 0x7fffe3ffb700 (LWP 4530)]
[New Thread 0x7fffe37fa700 (LWP 4531)]
[New Thread 0x7fffe2ff9700 (LWP 4532)]
[New Thread 0x7fffe27f8700 (LWP 4533)]
[New Thread 0x7fffe1ff7700 (LWP 4534)]
[Thread 0x7fffe3ffb700 (LWP 4530) exited]
[Thread 0x7fffe87fd700 (LWP 4529) exited]
[Thread 0x7fffe2ff9700 (LWP 4532) exited]
[Thread 0x7fffe1ff7700 (LWP 4534) exited]
[Thread 0x7fffe27f8700 (LWP 4533) exited]
[Thread 0x7fffe37fa700 (LWP 4531) exited]
[New Thread 0x7fffe1ff7700 (LWP 4536)]
[New Thread 0x7fffe27f8700 (LWP 4537)]
[New Thread 0x7fffe2ff9700 (LWP 4538)]
[New Thread 0x7fffe37fa700 (LWP 4539)]
[New Thread 0x7fffbfe29700 (LWP 4541)]
Irrlicht log: Could not load texture:
Irrlicht log: Could not load texture:
Irrlicht log: Could not load texture:
Irrlicht log: Could not load texture:
Font size: 8 15
Irrlicht log: Could not open file of texture: character.png
Irrlicht log: Could not open file of texture: character.png
Irrlicht log: Could not open file of texture: fish_clownfish_mesh.png
Irrlicht log: Could not open file of texture: animal_rat_mesh.png
Irrlicht log: Could not open file of texture: steer_mesh.png
Irrlicht log: Could not open file of texture: fish_clownfish_mesh.png
Irrlicht log: Could not open file of texture: fish_clownfish_mesh.png
Irrlicht log: Could not open file of texture: fish_clownfish_mesh.png
Irrlicht log: Could not open file of texture: fish_blue_white_mesh.png
Program received signal SIGSEGV, Segmentation fault.
0x00007ffff55c9a28 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6
(gdb) bt full
#0 0x00007ffff55c9a28 in main_arena () from /lib/x86_64-linux-gnu/libc.so.6
No symbol table info available.
#1 0x0000000000638afc in GenericCAO::removeFromScene(bool) ()
No symbol table info available.
#2 0x000000000069e67f in ClientEnvironment::removeActiveObject(unsigned short) ()
No symbol table info available.
#3 0x00000000005fe0f7 in Client::ProcessData(unsigned char*, unsigned int, unsigned short) ()
No symbol table info available.
#4 0x00000000006027d4 in Client::Receive() ()
No symbol table info available.
#5 0x00000000006028e9 in Client::ReceiveAll() ()
No symbol table info available.
#6 0x0000000000602ad5 in Client::step(float) ()
No symbol table info available.
#7 0x00000000006c09cd in the_game(bool&, bool, InputHandler*, irr::IrrlichtDevice*, irr::gui::IGUIFont*, std::string, std::string, std::string, std::string, unsigned short, std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> >&, ChatBackend&, SubgameSpec const&, bool) ()
No symbol table info available.
#8 0x00000000005602e4 in main ()
No symbol table info available.
(gdb)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment