gdb ./smaug ../area/core
GNU gdb 5.3
Copyright 2002 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 "i386-slackware-linux"...
Core was generated by `smaug 1202 hotboot 8'.
Program terminated with signal 11, Segmentation fault.
warning: current_sos: Can't read pathname for load map: Input/output error
Cannot access memory at address 0x4c4c5255
#0 0x2283b892 in ?? ()
(gdb) bt
#0 0x2283b892 in ?? ()
#1 0x080e2279 in nextLetter (row=1, col=1, num=21) at scrabble.c:421
#2 0x080e1d93 in nextLetter (row=2, col=1, num=20) at scrabble.c:336
#3 0x080e1d93 in nextLetter (row=3, col=1, num=19) at scrabble.c:336
#4 0x080e1d93 in nextLetter (row=4, col=1, num=18) at scrabble.c:336
#5 0x080e2369 in nextLetter (row=4, col=2, num=17) at scrabble.c:438
#6 0x080e217a in nextLetter (row=3, col=2, num=16) at scrabble.c:404
#7 0x080e217a in nextLetter (row=2, col=2, num=15) at scrabble.c:404
#8 0x080e2279 in nextLetter (row=1, col=3, num=14) at scrabble.c:421
#9 0x080e1d93 in nextLetter (row=2, col=3, num=13) at scrabble.c:336
#10 0x080e1d93 in nextLetter (row=3, col=3, num=12) at scrabble.c:336
#11 0x080e1d93 in nextLetter (row=4, col=3, num=11) at scrabble.c:336
#12 0x080e2369 in nextLetter (row=4, col=4, num=10) at scrabble.c:438
#13 0x080e217a in nextLetter (row=3, col=4, num=9) at scrabble.c:404
#14 0x080e217a in nextLetter (row=2, col=4, num=8) at scrabble.c:404
#15 0x080e217a in nextLetter (row=1, col=4, num=7) at scrabble.c:404
#16 0x080e217a in nextLetter (row=0, col=4, num=6) at scrabble.c:404
#17 0x080e1f85 in nextLetter (row=0, col=3, num=5) at scrabble.c:370
#18 0x080e1f85 in nextLetter (row=0, col=2, num=4) at scrabble.c:370
#19 0x080e1d93 in nextLetter (row=1, col=2, num=3) at scrabble.c:336
#20 0x080e2087 in nextLetter (row=0, col=1, num=1) at scrabble.c:387
#21 0x080e194f in startWord (row=0, col=0, num=1) at scrabble.c:237
#22 0x081941a1 in do_scrabble (ch=0x8e2e880, argument=0x0) at scrabble.c:154
#23 0x080b1502 in interpret (ch=0x8e2e880, argument=0x5e9843c9 "showwords") at interp.c:611
#24 0x080710d6 in game_loop () at comm.c:881
#25 0x080705e7 in main (argc=4, argv=0x5e9868d4) at comm.c:440
#26 0x227d6d06 in ?? ()
|