forked from torvalds/linux
-
Notifications
You must be signed in to change notification settings - Fork 13
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
[ARC64][specint2006] omnetpp segfaults #46
Comments
That's the part of
@claziss @vineetgarc yet another unwinder-related problem? Or #38 is only applicable to the kernel and user-space unwinder is supposed to work? |
abrodkin
changed the title
[ARC64][specin2006] omnetpp segfaults
[ARC64][specint2006] omnetpp segfaults
Apr 2, 2021
It is libgcc, it is unwind procedure, probably it is unwinding issue. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Fails exactly the same in both QEMU & nSIM
nsimdrv -prop=nsim_isa_vec64=1 -prop=nsim_isa_family=arc64 -prop=nsim_isa_enable_timer_0=1 -prop=nsim_isa_enable_timer_1=1 -prop=nsim_isa_addr_size=64 -prop=nsim_isa_pc_size=64 -prop=icache=16384,64,4,o -prop=dcache=16384,64,4,o -prop=mmu_version=6 -prop=mmu_pagesize=4096 -prop=mmu_address_space=48 -prop=nsim_mem-dev=uart0,kind=dwuart,base=0xf0000000,irq=24 -prop=nsim_isa_mpy_option=3 -prop=nsim_isa_mpy64=1 -prop=nsim_isa_div64_option=1 -prop=nsim_isa_div_rem_option=2 -prop=nsim_isa_atomic_option=1 ./vmlinux
qemu-system-arc64 -M simhs -global cpu.mmuv6=true -nographic -no-reboot -serial stdio -monitor none -cpu arc64 -kernel vmlinux
Attached vmlinux-arc64-specint2006-omnetpp.2021.04.01.zip
To extract
initramfs.cpio.gz
doarc64-elf-objcopy -O binary --only-section=.init.ramfs vmlinux initramfs.cpio.gz
.The text was updated successfully, but these errors were encountered: