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

--- Comment #8 from Martin Birgmeier <d8zne...@aon.at> ---
Hi Kyle,

Some feedback: I am in the process of recompiling all ports for this armv6
installation after upgrading FreeBSD to head as of r361029. I have noticed two
things:

First, there are still the hangs. They seem to mostly (only?) occur with
running ld (lld), and then also mostly if that process is the end of a deep
sequence of nested processes. So maybe this has something to do with some
resource which gets exhausted by qemu? Maybe some file descriptor? (Maybe ld
opens many file at the same time?)

Second, and this is new with the qemu built with your patch, some emulated
programs result in an immediate signal 11, dumping a core for qemu. These
programs are currently xgettext (from gettext-tools-0.20.2) and xmlcatalog
(from libxml2-2.9.10); both of these ports have already been recompiled. Is it
this issue when you mention the "signal regression"?

It is not even possible to run ldd on these binaries; "ldd
/usr/local/bin/xgettext" results in the same immediate signal 11 core dump (of
qemu).

Note that cmake-3.17.2 has been rebuilt successfully, but building glib20
(which needs xmlcatalog during building) is now not possible.

-- Martin

-- 
You are receiving this mail because:
You are on the CC list 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