Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 06 Nov 2018 20:49:50 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 232483] loader crashes on "lsdev" command
Message-ID:  <bug-232483-227-K2yQB281ta@https.bugs.freebsd.org/bugzilla/>
In-Reply-To: <bug-232483-227@https.bugs.freebsd.org/bugzilla/>
References:  <bug-232483-227@https.bugs.freebsd.org/bugzilla/>

index | next in thread | previous in thread | raw e-mail

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

--- Comment #4 from Lev A. Serebryakov <lev@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.

help

Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232483-227-K2yQB281ta>