[Bug 232483] loader crashes on "lsdev" command
bugzilla-noreply at freebsd.org
bugzilla-noreply at freebsd.org
Tue Nov 6 20:49:52 UTC 2018
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232483
--- Comment #4 from Lev A. Serebryakov <lev at FreeBSD.org> ---
gpart show
=> 63 30031187 da0 MBR (14G)
63 1 - free - (512B)
64 1060232 1 freebsd (518M)
1060296 1060232 2 freebsd [active] (518M)
2120528 16384 3 freebsd (8.0M)
2136912 8388608 4 freebsd (4.0G)
10525520 19505730 - free - (9.3G)
=> 0 1060232 da0s1 BSD (518M)
0 16 - free - (8.0K)
16 1060216 1 !0 (518M)
=> 0 1060232 da0s2 BSD (518M)
0 16 - free - (8.0K)
16 1060216 1 !0 (518M)
lsdev -v crashes after showing 3 partitions (slices) too, with exactly same
message.
I've tried /boot/loader (which is loader_lua), /boot/loader_4th and
/boot/loader_simp, results are exactly the same, with and without "-v" flag to
lsdev. All three crashes at same place with same message (6 crashes in total).
Now I'm running 13.0-CURRENT r340152, but as far as I can see, nothing has been
changed in this area beteween new 12 branch and head.
I could build loaded with any additional custom diagnostics, if it is needed.
And, BTW, here is my /boot/loader.conf:
====
# We don't have writeable / FS
entropy_cache_load="NO"
beastie_disable="YES"
autoboot_delay="3"
# Use serial
#boot_serial="YES"
#boot_multicons="YES"
#console="comconsole,vidconsole"
#comconsole_speed="115200"
kern.geom.label.disk_ident.enable=0
dumpdev="/dev/da0s4"
net.link.ifqmaxlen=16384
net.isr.maxthreads=2
net.isr.numthreads=2
net.isr.dispatch="direct"
net.graph.maxdata=4096
hw.em.max_interrupt_rate=32000
hint.acpi_throttle.0.disabled=1
hint.acpi_throttle.1.disabled=1
====
--
You are receiving this mail because:
You are the assignee for the bug.
More information about the freebsd-bugs
mailing list