1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61
|
Program received signal SIGSEGV, Segmentation fault.
0x00000001004013ec in countTiles (WIDTH=0, HEIGHT=0, i=0, j=0, boardContents=0x23a900,
checkTiles=0x23a940) at prog1.cpp:84
84 {
(gdb) where
#0 0x00000001004013ec in countTiles (WIDTH=0, HEIGHT=0, i=0, j=0,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:84
#1 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#2 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#3 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#4 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#5 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#6 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#7 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#8 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#9 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#10 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#11 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#12 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#13 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#14 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#15 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#16 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#17 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#18 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#19 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#20 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#21 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#22 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#23 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#24 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#25 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
#26 0x00000001004014dd in countTiles (WIDTH=8, HEIGHT=8, i=1, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:99
#27 0x00000001004014af in countTiles (WIDTH=8, HEIGHT=8, i=0, j=4,
boardContents=0x23a900, checkTiles=0x23a940) at prog1.cpp:98
| |