Forums » Bugs
Client crash on +ActivateTurrets while being in a turret
Steps to reproduce:
1) Do `bind "x" +ActivateTurrets`
2) Enter a turret (Capital Rail used while testing)
3) Press "x"
4) Instant client crash
- No plugins loaded at the time of confirmation testing.
- Tested like 10 times in a row with 100% "success" rate.
- Primary fire does not cause crashing and fires the turret instead. Only +ActivateTurrets does.
1) Do `bind "x" +ActivateTurrets`
2) Enter a turret (Capital Rail used while testing)
3) Press "x"
4) Instant client crash
- No plugins loaded at the time of confirmation testing.
- Tested like 10 times in a row with 100% "success" rate.
- Primary fire does not cause crashing and fires the turret instead. Only +ActivateTurrets does.
I forgot to note that I use the Linux client and xorg.
Confirmed this on my Linux install as well. Tested on iOS, issue is not present there.
We'll take a look, thanks.
I had this problem last night as well. Got this stack trace from errors.log if it's any help:
sigsegv_trap
caught SIGSEGV; generating stack trace
fault address (nil), 00000000, 00000080
cr2 0x0000000000000000 0
oldmask 0x0000000000000000 0
trapno 0x000000000000000d 13
err 0x0000000000000000 0
csgsfs 0x002b000000000033 12103423998558259
efl 0x0000000000010206 66054
rip 0x000000000046e252 4645458
rsp 0x00007fe095e3b1d0 140602564129232
rcx 0x00007fe06f66b2b0 140601918403248
rax 0x00007fe06f8b6ee0 140601920810720
rdx 0xffffffffffb8c814 -4667372
rbx 0x00007fe06f66b2b0 140601918403248
rbp 0x00007fe06e722600 140601902376448
rsi 0x0000000000000019 25
rdi 0x42a0000000000000 4800837202776948736
r15 0x0000000000000000 0
r14 0x00007fe06e467028 140601899511848
r13 0x00007fe06f8b6f90 140601920810896
r12 0x00007fe06e3faab0 140601899068080
r11 0x0000000000000000 0
r10 0x00007fe095e3b110 140602564129040
r9 0x00007fe0822d73d0 140602233418704
r8 0x00007fe0822d73d0 140602233418704
brk> 000000000046e252: 00007fe08d25fba0 00007fe08d25fae0 00007fe06f0ef930 0000001900000000
x:0000000000ce6250
- 00007fe000000001: 00000000004fa050 0000000000504530 00000000005023f0 0000000000502130
x:00000000004f9460
- 00000000004f9590: 8b4818ec8348f824 c08348008050ab05 d0878b4807894810 6d74c08548000000
x:fb8948e8245c8948
sigsegv_trap
caught SIGSEGV; generating stack trace
fault address (nil), 00000000, 00000080
cr2 0x0000000000000000 0
oldmask 0x0000000000000000 0
trapno 0x000000000000000d 13
err 0x0000000000000000 0
csgsfs 0x002b000000000033 12103423998558259
efl 0x0000000000010206 66054
rip 0x000000000046e252 4645458
rsp 0x00007fe095e3b1d0 140602564129232
rcx 0x00007fe06f66b2b0 140601918403248
rax 0x00007fe06f8b6ee0 140601920810720
rdx 0xffffffffffb8c814 -4667372
rbx 0x00007fe06f66b2b0 140601918403248
rbp 0x00007fe06e722600 140601902376448
rsi 0x0000000000000019 25
rdi 0x42a0000000000000 4800837202776948736
r15 0x0000000000000000 0
r14 0x00007fe06e467028 140601899511848
r13 0x00007fe06f8b6f90 140601920810896
r12 0x00007fe06e3faab0 140601899068080
r11 0x0000000000000000 0
r10 0x00007fe095e3b110 140602564129040
r9 0x00007fe0822d73d0 140602233418704
r8 0x00007fe0822d73d0 140602233418704
brk> 000000000046e252: 00007fe08d25fba0 00007fe08d25fae0 00007fe06f0ef930 0000001900000000
x:0000000000ce6250
- 00007fe000000001: 00000000004fa050 0000000000504530 00000000005023f0 0000000000502130
x:00000000004f9460
- 00000000004f9590: 8b4818ec8348f824 c08348008050ab05 d0878b4807894810 6d74c08548000000
x:fb8948e8245c8948
This should be fixed in the next patch.
Thank you very much.