https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=240043

--- Comment #35 from Alex S <iwt...@gmail.com> ---
(In reply to Tijl Coosemans from comment #28)

> This must be caused by the linux_sched_get_priority_min(0x1)
> and linux_sched_get_priority_max(0x1) syscalls in comment 12
> which seem to be returning the FreeBSD priority range
> instead of what Linux would return.
Indeed, FMOD requests priority 90 or 94 (there are multiple calls).


(In reply to Tatsuki Makino from comment #34)

> By the way, how does the FreeBSD Linux emulator do dlopen?
Linuxulator looks for /compat/linux/<whatever> path, if there is nothing here,
it looks for <whatever> path. If you need to check what is getting loaded into
a process, use "procstat -v <pid>".

-- 
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to