[Bug 194063] installer fails to boot / kernel panic on HP Probook 430 G1

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Oct 1 10:40:33 UTC 2014


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

--- Comment #3 from Oliver Pinter <op at freebsd.org> ---
addr2line "RIP":

sys/vm/vm_map.c:502

map->system_map does not exists

void
_vm_map_lock_read(vm_map_t map, const char *file, int line)
{
  if (map->system_map)
    mtx_lock_flags_(&map->system_mtx, 0, file, line);
  else
    sx_slock_(&map->lock, file, line);
}

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


More information about the freebsd-bugs mailing list