Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 01 Oct 2014 10:40:33 +0000
From:      bugzilla-noreply@freebsd.org
To:        freebsd-bugs@FreeBSD.org
Subject:   [Bug 194063] installer fails to boot / kernel panic on HP Probook 430 G1
Message-ID:  <bug-194063-8-vDl13rmqmC@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-194063-8@https.bugs.freebsd.org/bugzilla/>
References:  <bug-194063-8@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=194063

--- Comment #3 from Oliver Pinter <op@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.



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-194063-8-vDl13rmqmC>