SIGSEGV: invalid attempt to access memory at address 0x00001011 on ArchLinux
MrMonotreme opened this issue · 0 comments
part5_walking_speed_test.cpp.txt
fails with
Thread 1 "PwnAdventure3-L" received signal SIGSEGV, Segmentation fault.
0x00007ffff7bd674c in World::Tick (this=0x7acb950, f=0.0305555463) at part5_walking_speed.cpp:22
22 player->m_walkingSpeed = 999;
(gdb) bt
#0 0x00007ffff7bd674c in World::Tick (this=0x7acb950, f=0.0305555463) at part5_walking_speed.cpp:22
#1 0x00007ffff7461345 in GameAPI::Tick (this=0xbc49bd8, deltaTime=0.0305555463) at GameLogic.cpp:743
#2 0x0000000001405919 in ?? ()
#3 0x0000000000531a09 in ?? ()
#4 0x0000000000531045 in ?? ()
#5 0x000000000053126e in ?? ()
#6 0x00000000005d86e5 in ?? ()
#7 0x0000000001407762 in ?? ()
#8 0x0000000001406d93 in ?? ()
#9 0x000000000120839b in ?? ()
#10 0x000000000115a730 in ?? ()
#11 0x000000000049242a in ?? ()
#12 0x00000000004969da in ?? ()
#13 0x00007ffff61ba06b in __libc_start_main () from /usr/lib/libc.so.6
#14 0x000000000048f4cc in ?? ()
#15 0x00007fffffffdd28 in ?? ()
#16 0x000000000000001c in ?? ()
#17 0x0000000000000001 in ?? ()
#18 0x00007fffffffe0af in ?? ()
#19 0x0000000000000000 in ?? ()
Running 4 x86_64 processors (8 logical cores)
Exception was "SIGSEGV: invalid attempt to access memory at address 0x00001011"