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

Crashing after -CURRENT 1300021 #74

Closed
vishwin opened this issue May 1, 2019 · 3 comments
Closed

Crashing after -CURRENT 1300021 #74

vishwin opened this issue May 1, 2019 · 3 comments

Comments

@vishwin
Copy link

vishwin commented May 1, 2019

1300021 is the only data point I have for when this started crashing upon attempting to run anything. Host system is amd64. Backtrace:

(lldb) bt
* thread #1, name = 'qemu-aarch64-static', stop reason = signal SIGABRT
  * frame #0: 0x00000000600065cf qemu-aarch64-static`tcg_reg_alloc_op at tcg.c:2613:9
    frame #1: 0x00000000600065aa qemu-aarch64-static`tcg_reg_alloc_op(s=0x0000000060755920, op=0x000000086103d000) at tcg.c:2848
    frame #2: 0x00000000600048dd qemu-aarch64-static`tcg_gen_code(s=<unavailable>, tb=0x0000000000000000) at tcg.c:3279:13
    frame #3: 0x000000006003619c qemu-aarch64-static`tb_gen_code(cpu=<unavailable>, pc=48953516, cs_base=0, flags=2147483648, cflags=0) at translate-all.c:1319:21
    frame #4: 0x0000000060034fbe qemu-aarch64-static`cpu_exec [inlined] tb_find(cpu=<unavailable>, last_tb=<unavailable>, tb_exit=<unavailable>, cf_mask=0) at cpu-exec.c:404:18
    frame #5: 0x0000000060034f58 qemu-aarch64-static`cpu_exec(cpu=0x0000000860f29380) at cpu-exec.c:731
    frame #6: 0x0000000060039944 qemu-aarch64-static`target_cpu_loop(env=0x0000000860f31598) at target_arch_cpu.h:58:18
    frame #7: 0x00000000600398b9 qemu-aarch64-static`cpu_loop(env=<unavailable>) at main.c:121:5
    frame #8: 0x000000006003a994 qemu-aarch64-static`main(argc=-5508, argv=0x0000000860f31598) at main.c:518:5
    frame #9: 0x0000000060000114 qemu-aarch64-static`_start(ap=<unavailable>, cleanup=<unavailable>) at crt1.c:76:7
(lldb)

This happens on any emulated architecture.

@MikaelUrankar
Copy link

I think it's https://svnweb.freebsd.org/ports?view=revision&revision=499897, can you try to revert bsd.ssp.mk, rebuild glib20 and qemu-static and do a test?
This is what I have in my log when it crahes: qemu-aarch64-static[14104]: stack overflow detected; terminated

@MikaelUrankar
Copy link

btw, it's not limited to -current, it also affects 12.0

@vishwin
Copy link
Author

vishwin commented May 8, 2019

ports r500819 fixes things for now.

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

2 participants