[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 1 17:59:09 UTC 2016


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

--- Comment #85 from Robert Blayzor <rblayzor at inoc.net> ---
This builds without the following... 

options         INVARIANTS
options         WITNESS



But when I add those two build options, building kernel fails...



sys_machdep.o:/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/amd64/amd64/sys_machdep.c:514:
more undefined references to `__mtx_assert' follow
intel_idpgtbl.o: In function `ctx_idmap_nextlvl':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:117:
undefined reference to `__rw_assert'
intel_idpgtbl.o: In function `ctx_map_buf_locked':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:424:
undefined reference to `__rw_assert'
intel_idpgtbl.o: In function `ctx_unmap_buf_locked':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:604:
undefined reference to `__rw_assert'
intel_idpgtbl.o: In function `ctx_free_pgtbl':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:708:
undefined reference to `__rw_assert'
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:718:
undefined reference to `__rw_assert'
intel_idpgtbl.o:/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_idpgtbl.c:356:
more undefined references to `__rw_assert' follow
intel_qi.o: In function `dmar_qi_invalidate_locked':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:222: undefined
reference to `__mtx_assert'
intel_qi.o: In function `dmar_qi_advance_tail':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:99: undefined
reference to `__mtx_assert'
intel_qi.o: In function `dmar_qi_ensure':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:109: undefined
reference to `__mtx_assert'
intel_qi.o: In function `dmar_qi_advance_tail':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:99: undefined
reference to `__mtx_assert'
intel_qi.o: In function `dmar_qi_emit':
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:142: undefined
reference to `__mtx_assert'
intel_qi.o:/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/x86/iommu/intel_qi.c:178:
more undefined references to `__mtx_assert' follow
*** Error code 1

Stop.
make[2]: stopped in /opt/obj/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/ESXPXE
*** Error code 1

Stop.
make[1]: stopped in /.amd_mnt/juno/pub/FreeBSD/10-STABLE
*** Error code 1

Stop.
make: stopped in /.amd_mnt/juno/pub/FreeBSD/10-STABLE

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-threads mailing list