Maybe not directly related to recent update though...

# uname -a
FreeBSD limbo.lan 9.0-STABLE FreeBSD 9.0-STABLE #0 r232716: Fri Mar 9 22:38:03 EET 2012 arc...@limbo.lan:/usr/obj/usr/src/sys/MINIMALx32 i386

World and ports built with clang.

When building port everything stop after:

kBuild: Compiling PcBiosBin - /tmp/ports/usr/ports/emulators/virtualbox-ose/work/VirtualBox-4.1.8_OSE/out/freebsd.x86/release/obj/PcBiosBin/rombios1.s
load: 2.91  cmd: as86 21213 [runnable] 17.18r 16.10u 0.02s 53% 2136k
load: 3.86  cmd: as86 21213 [runnable] 143.14r 132.38u 0.09s 91% 8980k
load: 3.86  cmd: as86 21213 [runnable] 143.37r 132.60u 0.09s 91% 8980k
load: 3.86  cmd: as86 21213 [runnable] 143.55r 132.77u 0.09s 91% 8980k
load: 3.86  cmd: as86 21213 [runnable] 143.72r 132.93u 0.09s 91% 8980k
load: 3.86  cmd: as86 21213 [runnable] 143.89r 133.09u 0.09s 91% 8980k
load: 3.86  cmd: as86 21213 [runnable] 144.05r 133.24u 0.09s 91% 8980k
load: 3.87  cmd: as86 21213 [runnable] 144.17r 133.35u 0.09s 91% 8980k
load: 3.87  cmd: as86 21213 [runnable] 144.29r 133.46u 0.09s 91% 8980k
load: 3.96  cmd: as86 21213 [runnable] 227.38r 212.50u 0.14s 93% 8980k

It can sit for hours.

I rebuild devel/dev86 from scratch and replaced /usr/local/bin/as86 with unstripped version. Using gcore I catched some cores of running process:

(gdb) bt full
#0  build_number (num=1, width=3, where=0x80587a0 "") at genlist.c:122
No locals.
#1  0x0804d20a in entermac (symptr=Variable "symptr" is not available.
) at macro.c:37
        param1 = Unhandled dwarf expression opcode 0x0
Current language:  auto; currently minimal

(gdb) bt full
#0  build_number (num=1, width=3, where=0x80587a0 "") at genlist.c:122
No locals.
#1  0x0804d20a in entermac (symptr=Variable "symptr" is not available.
) at macro.c:37
        param1 = Unhandled dwarf expression opcode 0x0
Current language:  auto; currently minimal

(gdb) bt full
#0  build_number (num=1, width=3, where=0x80587a0 "") at genlist.c:122
No locals.
#1  0x0804d20a in entermac (symptr=Variable "symptr" is not available.
) at macro.c:37
        param1 = Unhandled dwarf expression opcode 0x0
Current language:  auto; currently minimal

diff states that captured cores differ.

--
Sphinx of black quartz judge my vow.
_______________________________________________
freebsd-emulation@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-emulation
To unsubscribe, send any mail to "freebsd-emulation-unsubscr...@freebsd.org"

Reply via email to