Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 01 Apr 2016 17:59:09 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-threads@FreeBSD.org
Subject:   [Bug 204426] Processes terminating cannot access memory
Message-ID:  <bug-204426-16-i3G4Cim6o8@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-204426-16@https.bugs.freebsd.org/bugzilla/>
References:  <bug-204426-16@https.bugs.freebsd.org/bugzilla/>

next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D204426

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

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_mach=
dep.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_id=
pgtbl.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:17=
8:
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

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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-204426-16-i3G4Cim6o8>