-
-
Save anonymous/4433738 to your computer and use it in GitHub Desktop.
ddd
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
GNU DDD 3.3.12 (i686-pc-linux-gnu), by Dorothea Lütkehaus and Andreas Zeller. | |
Copyright © 1995-1999 Technische Universität Braunschweig, Germany. | |
Copyright © 1999-2001 Universität Passau, Germany. | |
Copyright © 2001 Universität des Saarlandes, Germany. | |
Copyright © 2001-2004 Free Software Foundation, Inc. | |
Reading symbols from /home/koom/manaplus2/src/manaplus...done. | |
(gdb) run | |
Starting program: /home/koom/manaplus2/src/manaplus | |
[Thread debugging using libthread_db enabled] | |
Using host libthread_db library "/lib/i386-linux-gnu/libthread_db.so.1". | |
[10:50:42.21] Generating config dir: /home/koom//.config/mana/mana | |
[10:50:42.21] init 1 | |
[10:50:42.21] init 2 | |
[10:50:42.21] init 3 | |
[10:50:42.21] configPath: /home/koom//.config/mana/mana/config.xml | |
[10:50:42.21] init 4 | |
[10:50:42.21] Configuration::write() writing configuration... | |
[10:50:42.22] bindtextdomain: /usr/local/share/locale | |
[10:50:42.22] locale: en_US.UTF-8 | |
[New Thread 0xb6578b40 (LWP 14080)] | |
[New Thread 0xb56e1b40 (LWP 14081)] | |
[New Thread 0xb4cffb40 (LWP 14082)] | |
[Thread 0xb4cffb40 (LWP 14082) exited] | |
[New Thread 0xb42ffb40 (LWP 14083)] | |
[Thread 0xb42ffb40 (LWP 14083) exited] | |
[New Thread 0xb3afeb40 (LWP 14084)] | |
[Thread 0xb3afeb40 (LWP 14084) exited] | |
[New Thread 0xb32fdb40 (LWP 14085)] | |
[Thread 0xb32fdb40 (LWP 14085) exited] | |
[New Thread 0xb2afcb40 (LWP 14086)] | |
[Thread 0xb2afcb40 (LWP 14086) exited] | |
[Thread 0xb56e1b40 (LWP 14081) exited] | |
[New Thread 0xb56e1b40 (LWP 14087)] | |
[Thread 0xb56e1b40 (LWP 14087) exited] | |
[New Thread 0xb56e1b40 (LWP 14088)] | |
[New Thread 0xb1b5eb40 (LWP 14089)] | |
[Thread 0xb1b5eb40 (LWP 14089) exited] | |
Program received signal SIGSEGV, Segmentation fault. | |
0xb7c2ad4b in ?? () from /usr/lib/i386-linux-gnu/libSDL-1.2.so.0 | |
(gdb) up | |
#1 0xb7c23f82 in ?? () from /usr/lib/i386-linux-gnu/libSDL-1.2.so.0 | |
(gdb) up | |
#2 0xb7c3b230 in SDL_LowerBlit () from /usr/lib/i386-linux-gnu/libSDL-1.2.so.0 | |
(gdb) up | |
#3 0x0825df82 in Graphics::drawTile (this=0x840f758, vertCol=0x89e1ab8) at graphics.cpp:785 | |
(gdb) up | |
#4 0x080a7997 in ItemShortcutContainer::draw (this=0x89e1000, graphics=0x840f758) at gui/widgets/itemshortcutcontainer.cpp:122 | |
(gdb) up | |
#5 0x08076709 in gcn::BasicContainer::drawChildren (this=0x89f3ee0, graphics=0x840f758) at guichan/basiccontainer.cpp:287 | |
(gdb) up | |
#6 0x080b3371 in ScrollArea::draw (this=0x89f3ee0, graphics=0x840f758) at gui/widgets/scrollarea.cpp:297 | |
(gdb) up | |
#7 0x08076709 in gcn::BasicContainer::drawChildren (this=0x89ed5e0, graphics=0x840f758) at guichan/basiccontainer.cpp:287 | |
(gdb) up | |
#8 0x080817b7 in gcn::Container::draw (this=0x89ed5e0, graphics=0x840f758) at guichan/widgets/container.cpp:79 | |
(gdb) up | |
#9 0x08076709 in gcn::BasicContainer::drawChildren (this=0x89e0eec, graphics=0x840f758) at guichan/basiccontainer.cpp:287 | |
(gdb) up | |
#10 0x08076709 in gcn::BasicContainer::drawChildren (this=0x89e0c00, graphics=0x840f758) at guichan/basiccontainer.cpp:287 | |
(gdb) up | |
#11 0x080cf193 in Window::draw (this=0x89e0c00, graphics=0x840f758) at gui/widgets/window.cpp:292 | |
(gdb) up | |
#12 0x08076709 in gcn::BasicContainer::drawChildren (this=0x844f8e0, graphics=0x840f758) at guichan/basiccontainer.cpp:287 | |
(gdb) up | |
#13 0x080817b7 in gcn::Container::draw (this=0x844f8e0, graphics=0x840f758) at guichan/widgets/container.cpp:79 | |
(gdb) up | |
#14 0x080f7beb in Gui::draw (this=0x8450400) at gui/gui.cpp:399 | |
(gdb) up | |
#15 0x08230699 in Client::resizeVideo (this=0xbffff0f0, width=1065, height=603, always=false) at client.cpp:2722 | |
(gdb) up | |
#16 0x082587cd in resize (always=false, height=<optimized out>, width=<optimized out>) at client.h:277 | |
(gdb) up | |
#17 Game::handleInput (this=0x885d250) at game.cpp:948 | |
(gdb) up | |
#18 0x082370a7 in Client::gameExec (this=0xbffff0f0) at client.cpp:910 | |
(gdb) up | |
#19 0x0806cf09 in main (argc=1, argv=0xbffff394) at main.cpp:271 | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) up | |
Initial frame selected; you cannot go up. | |
(gdb) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment