NetBSD-Users archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: NetBSD emulation : application stack trace



Mayuresh <mayuresh%acm.org@localhost> wrote:

I am attempting to use Xilinx Vivado 2022.2 (Linux version) closed source
product on NetBSD 9.2 amd64 using Linux emulation.

You could run it using ktrace(1) to find out which syscalls it is trying to
use.

I suspect that it is trying to use futexes that are not correctly emulated
in NetBSD.

The Vivado installer written in Java locks up in futex calls.


Home | Main Index | Thread Index | Old Index