[Bug 204426] Processes terminating cannot access memory

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Fri Apr 1 15:47:14 UTC 2016


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

--- Comment #82 from Robert Blayzor <rblayzor at inoc.net> ---
Getting a compile build error with the latest patch:

In file included from
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/compat/freebsd32/freebsd32_misc.c:95:
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/vm/vm_object.h:257:3: error: implicit
declaration of function 'rw_assert' is invalid in C99
      [-Werror,-Wimplicit-function-declaration]
  VM_OBJECT_ASSERT_WLOCKED(object);
  ^
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/vm/vm_object.h:229:2: note: expanded
from macro 'VM_OBJECT_ASSERT_WLOCKED'
        rw_assert(&(object)->lock, RA_WLOCKED)
        ^
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/vm/vm_object.h:257:3: error: use of
undeclared identifier 'RA_WLOCKED'
/.amd_mnt/juno/pub/FreeBSD/10-STABLE/sys/vm/vm_object.h:229:29: note: expanded
from macro 'VM_OBJECT_ASSERT_WLOCKED'
        rw_assert(&(object)->lock, RA_WLOCKED)

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


More information about the freebsd-threads mailing list