Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SIGSEGV: invalid attempt to access memory at address 0x00001011 on ArchLinux #10

Closed
MrMonotreme opened this issue Jul 8, 2018 · 0 comments

Comments

@MrMonotreme
Copy link

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"

Unknown!./PwnAdventure3-Linux-Shipping() [0x550162] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x496110] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x551d4c] + some bytes Unknown!/usr/lib/libpthread.so.0(+0x11a80) [0x7f9416e4ea80] + some bytes Unknown!World::Tick(float) + some bytes Unknown!GameAPI::Tick(float) + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x1405919] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x531a09] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x531045] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x53126e] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x5d86e5] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x1407762] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x1406d93] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x120839b] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x115a730] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x49242a] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x4969da] + some bytes Unknown!/usr/lib/libc.so.6(__libc_start_main+0xeb) [0x7f941563f06b] + some bytes Unknown!./PwnAdventure3-Linux-Shipping() [0x48f4cc] + some bytes 0 loaded modules Report end!

Sorry if I should add more information this is my first time sending a bug report

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant