Tuesday, March 01, 2022

jwm panics at startup

Hello!

After upgrading -current yesterday evening (~14hrs ago), reboooting and
running pkg_add -u, jwm started crashing upon startup. It worked before.
This was

OpenBSD 7.1-beta (GENERIC.MP) #388: Sun Feb 27 10:38:07 MST 2022

I did another upgrade a couple of minutes ago to

OpenBSD 7.1-beta (GENERIC.MP) #393: Mon Feb 28 21:14:35 MST 2022

and the crash is still there, after pkg_add -u. I have gotten

jwm-2.4.0

The output of the crash is below, followed by the dmesg.

Thanks for reading, Marcus

$ jwm
thread '<unnamed>' panicked at 'assertion failed: width > 0 && height >
0', src/surface_utils/shared_surface.rs:216:9
note: run with `RUST_BACKTRACE=1` environment variable to display a
backtrace
fatal runtime error: failed to initiate panic, error 5
Abort trap (core dumped)

$ env RUST_BACKTRACE=1 jwm
thread '<unnamed>' panicked at 'assertion failed: width > 0 && height >
0', src/surface_utils/shared_surface.rs:216:9
stack backtrace:
0: rust_begin_unwind
1: core::panicking::panic_fmt
2: core::panicking::panic
3:
librsvg::surface_utils::shared_surface::ImageSurface<librsvg::surface_utils::shared_surface::Shared>::wrap
4: librsvg::drawing_ctx::DrawingCtx::with_discrete_layer
5: <librsvg::shapes::Path as librsvg::element::Draw>::draw
6: <librsvg::element::Element as librsvg::element::Draw>::draw
7: <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw
8: librsvg::drawing_ctx::DrawingCtx::draw_node_from_stack
9: <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw_children
10: <librsvg::structure::Svg as
librsvg::element::Draw>::draw::{{closure}}
11: librsvg::drawing_ctx::DrawingCtx::with_discrete_layer
12: <librsvg::structure::Svg as librsvg::element::Draw>::draw
13: <librsvg::element::Element as librsvg::element::Draw>::draw
14: <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw
15: librsvg::drawing_ctx::DrawingCtx::draw_node_from_stack
16: librsvg::drawing_ctx::draw_tree
17: librsvg::drawing_ctx::with_saved_cr
18: librsvg::handle::Handle::render_layer
19: rsvg_handle_render_document
20: <unknown>
21: <unknown>
22: <unknown>
23: <unknown>
24: <unknown>
25: <unknown>
26: <unknown>
27: <unknown>
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a
verbose backtrace.
fatal runtime error: failed to initiate panic, error 5
Abort trap (core dumped)

$ env RUST_BACKTRACE=full jwm
thread '<unnamed>' panicked at 'assertion failed: width > 0 && height >
0', src/surface_utils/shared_surface.rs:216:9
stack backtrace:
0: 0x73e63b02f64 -
<std::sys_common::backtrace::_print::DisplayBacktrace as
core::fmt::Display>::fmt::hb5e496dc9af250bc
1: 0x73e63baecbb - core::fmt::write::hd691279e29b15ae8
2: 0x73e63aee4c3 - std::io::Write::write_fmt::h93b6b7a8a7893296
3: 0x73e63af028b -
std::panicking::default_hook::{{closure}}::hbf8f907e3d25207b
4: 0x73e63aefe3f -
std::panicking::default_hook::h619135cd287b68e7
5: 0x73e63af0b28 -
std::panicking::rust_panic_with_hook::hce35df252f975871
6: 0x73e63b03987 -
std::panicking::begin_panic_handler::{{closure}}::h47e423866eca0a56
7: 0x73e63b03087 -
std::sys_common::backtrace::__rust_end_short_backtrace::h101b8446dda9a41e
8: 0x73e63af0556 - rust_begin_unwind
9: 0x73e63b93d90 - core::panicking::panic_fmt::hd1fdf7ffecf71ce3
10: 0x73e63b93c68 - core::panicking::panic::h4b6e87b0b65cca0e
11: 0x73e6367dd8a -
librsvg::surface_utils::shared_surface::ImageSurface<librsvg::surface_utils::shared_surface::Shared>::wrap::ha6dfcb428e70830c
12: 0x73e6366b842 -
librsvg::drawing_ctx::DrawingCtx::with_discrete_layer::h58cfe8fb5d1cd698
13: 0x73e636d1e15 - <librsvg::shapes::Path as
librsvg::element::Draw>::draw::hafe54a1d0c2b0512
14: 0x73e6362d439 - <librsvg::element::Element as
librsvg::element::Draw>::draw::h7f31faa7a6b15ddc
15: 0x73e637565d3 - <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw::h15e8680f7f666b80
16: 0x73e636739cf -
librsvg::drawing_ctx::DrawingCtx::draw_node_from_stack::h968bdc8d4cb45866
17: 0x73e6375682c - <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw_children::h577337012aa6739b
18: 0x73e636e345f - <librsvg::structure::Svg as
librsvg::element::Draw>::draw::{{closure}}::hd2b7e984bb510f30
19: 0x73e6366bc1e -
librsvg::drawing_ctx::DrawingCtx::with_discrete_layer::h58cfe8fb5d1cd698
20: 0x73e636e2a6b - <librsvg::structure::Svg as
librsvg::element::Draw>::draw::hc91215d10e333c58
21: 0x73e6362d562 - <librsvg::element::Element as
librsvg::element::Draw>::draw::h7f31faa7a6b15ddc
22: 0x73e637565d3 - <rctree::Node<librsvg::node::NodeData> as
librsvg::node::NodeDraw>::draw::h15e8680f7f666b80
23: 0x73e636739cf -
librsvg::drawing_ctx::DrawingCtx::draw_node_from_stack::h968bdc8d4cb45866
24: 0x73e6366814c -
librsvg::drawing_ctx::draw_tree::h26360e6faacdb1d4
25: 0x73e63668576 -
librsvg::drawing_ctx::with_saved_cr::hbdede00f3cbfa30a
26: 0x73e636488c4 -
librsvg::handle::Handle::render_layer::h20f7d785b7a2df96
27: 0x73e636a3efb - rsvg_handle_render_document
28: 0x73c545f3961 - <unknown>
29: 0x73c545f2882 - <unknown>
30: 0x73c545f2329 - <unknown>
31: 0x73c545f2201 - <unknown>
32: 0x73c545f59f4 - <unknown>
33: 0x73c54602c15 - <unknown>
34: 0x73c545f5125 - <unknown>
35: 0x73c545dd242 - <unknown>
fatal runtime error: failed to initiate panic, error 5
Abort trap (core dumped)

OpenBSD 7.1-beta (GENERIC.MP) #393: Mon Feb 28 21:14:35 MST 2022
deraadt@amd64.openbsd.org:/usr/src/sys/arch/amd64/compile/GENERIC.MP
real mem = 16031678464 (15289MB)
avail mem = 15528583168 (14809MB)
random: good seed from bootblocks
mpath0 at root
scsibus0 at mpath0: 256 targets
mainbus0 at root
bios0 at mainbus0: SMBIOS rev. 2.8 @ 0xec2f0 (82 entries)
bios0: vendor American Megatrends Inc. version "1.06" date 03/04/2015
bios0: Shuttle Inc. DS57U
acpi0 at bios0: ACPI 5.0
acpi0: sleep states S0 S3 S4 S5
acpi0: tables DSDT FACP APIC FPDT FIDT MCFG HPET SSDT UEFI SSDT ASF! SLIC SSDT SSDT SSDT DMAR
acpi0: wakeup devices PEG0(S4) PEGP(S4) PEG1(S4) PEGP(S4) PEG2(S4) PEGP(S4) RP01(S4) PXSX(S4) RP02(S4) PXSX(S4) RP03(S4) PXSX(S4) RP04(S4) PXSX(S4) RP05(S4) PXSX(S4) [...]
acpitimer0 at acpi0: 3579545 Hz, 24 bits
acpimadt0 at acpi0 addr 0xfee00000: PC-AT compat
cpu0 at mainbus0: apid 0 (boot processor)
cpu0: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.55 MHz, 06-3d-04
cpu0: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu0: 256KB 64b/line 8-way L2 cache
cpu0: smt 0, core 0, package 0
mtrr: Pentium Pro MTRR support, 10 var ranges, 88 fixed ranges
cpu0: apic clock running at 99MHz
cpu0: mwait min=64, max=64, C-substates=0.2.1.2.4.1.1.1, IBE
cpu1 at mainbus0: apid 2 (application processor)
cpu1: Intel(R) Core(TM) i5-5200U CPU @ 2.20GHz, 2494.24 MHz, 06-3d-04
cpu1: FPU,VME,DE,PSE,TSC,MSR,PAE,MCE,CX8,APIC,SEP,MTRR,PGE,MCA,CMOV,PAT,PSE36,CFLUSH,DS,ACPI,MMX,FXSR,SSE,SSE2,SS,HTT,TM,PBE,SSE3,PCLMUL,DTES64,MWAIT,DS-CPL,VMX,EST,TM2,SSSE3,SDBG,FMA3,CX16,xTPR,PDCM,PCID,SSE4.1,SSE4.2,x2APIC,MOVBE,POPCNT,DEADLINE,AES,XSAVE,AVX,F16C,RDRAND,NXE,PAGE1GB,RDTSCP,LONG,LAHF,ABM,3DNOWP,PERF,ITSC,FSGSBASE,TSC_ADJUST,BMI1,AVX2,SMEP,BMI2,ERMS,INVPCID,RDSEED,ADX,SMAP,PT,SRBDS_CTRL,MD_CLEAR,IBRS,IBPB,STIBP,L1DF,SSBD,SENSOR,ARAT,XSAVEOPT,MELTDOWN
cpu1: 256KB 64b/line 8-way L2 cache
cpu1: smt 0, core 1, package 0
ioapic0 at mainbus0: apid 2 pa 0xfec00000, version 20, 40 pins
acpimadt0: bogus nmi for apid 0
acpimadt0: bogus nmi for apid 2
acpimcfg0 at acpi0
acpimcfg0: addr 0xf8000000, bus 0-63
acpihpet0 at acpi0: 14318179 Hz
acpiprt0 at acpi0: bus 0 (PCI0)
acpiprt1 at acpi0: bus -1 (PEG0)
acpiprt2 at acpi0: bus -1 (PEG1)
acpiprt3 at acpi0: bus -1 (PEG2)
acpiprt4 at acpi0: bus 1 (RP01)
acpiprt5 at acpi0: bus -1 (RP02)
acpiprt6 at acpi0: bus 2 (RP03)
acpiprt7 at acpi0: bus 3 (RP04)
acpiprt8 at acpi0: bus -1 (RP05)
acpiprt9 at acpi0: bus -1 (RP06)
acpiprt10 at acpi0: bus -1 (RP07)
acpiprt11 at acpi0: bus -1 (RP08)
acpiec0 at acpi0: not present
acpipci0 at acpi0 PCI0: 0x00000000 0x00000011 0x00000001
com0 at acpi0 UAR1 addr 0x3f8/0x8 irq 3: ns16550a, 16 byte fifo
com1 at acpi0 UAR2 addr 0x2f8/0x8 irq 4: ns16550a, 16 byte fifo
acpicmos0 at acpi0
acpibtn0 at acpi0: SLPB
acpibtn1 at acpi0: PWRB
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
"PNP0C0B" at acpi0 not configured
acpicpu0 at acpi0: C2(500@67 mwait.1@0x10), C1(1000@1 mwait.1), PSS
acpicpu1 at acpi0: C2(500@67 mwait.1@0x10), C1(1000@1 mwait.1), PSS
acpipwrres0 at acpi0: PG00, resource for PEG0
acpipwrres1 at acpi0: PG01, resource for PEG1
acpipwrres2 at acpi0: PG02, resource for PEG2
acpipwrres3 at acpi0: FN00, resource for FAN0
acpipwrres4 at acpi0: FN01, resource for FAN1
acpipwrres5 at acpi0: FN02, resource for FAN2
acpipwrres6 at acpi0: FN03, resource for FAN3
acpipwrres7 at acpi0: FN04, resource for FAN4
acpitz0 at acpi0: critical temperature is 105 degC
acpitz1 at acpi0: critical temperature is 105 degC
acpivideo0 at acpi0: GFX0
acpivout0 at acpivideo0: DD1F
cpu0: using VERW MDS workaround (except on vmm entry)
cpu0: Enhanced SpeedStep 2494 MHz: speeds: 2201, 2200, 2100, 2000, 1800, 1700, 1600, 1500, 1300, 1200, 1100, 1000, 900, 700, 600, 500 MHz
pci0 at mainbus0 bus 0
pchb0 at pci0 dev 0 function 0 "Intel Core 5G Host" rev 0x09
inteldrm0 at pci0 dev 2 function 0 "Intel HD Graphics 5500" rev 0x09
drm0 at inteldrm0
inteldrm0: msi, BROADWELL, gen 8
azalia0 at pci0 dev 3 function 0 "Intel Core 5G HD Audio" rev 0x09: msi
azalia0: No codecs found
xhci0 at pci0 dev 20 function 0 "Intel 9 Series xHCI" rev 0x03: msi, xHCI 1.0
usb0 at xhci0: USB revision 3.0
uhub0 at usb0 configuration 1 interface 0 "Intel xHCI root hub" rev 3.00/1.00 addr 1
"Intel 9 Series MEI" rev 0x03 at pci0 dev 22 function 0 not configured
em0 at pci0 dev 25 function 0 "Intel I218-LM" rev 0x03: msi, address 80:ee:73:ae:e5:56
azalia1 at pci0 dev 27 function 0 "Intel 9 Series HD Audio" rev 0x03: msi
azalia1: codecs: Realtek ALC662
audio0 at azalia1
ppb0 at pci0 dev 28 function 0 "Intel 9 Series PCIE" rev 0xe3: msi
pci1 at ppb0 bus 1
ppb1 at pci0 dev 28 function 2 "Intel 9 Series PCIE" rev 0xe3: msi
pci2 at ppb1 bus 2
em1 at pci2 dev 0 function 0 "Intel I211" rev 0x03: msi, address 80:ee:73:ae:e5:55
ppb2 at pci0 dev 28 function 3 "Intel 9 Series PCIE" rev 0xe3: msi
pci3 at ppb2 bus 3
rtwn0 at pci3 dev 0 function 0 "Realtek 8188EE" rev 0x01: msi
rtwn0: MAC/BB RTL8188EE, RF 6052 1T1R, address 4c:bb:58:9a:3a:5d
ehci0 at pci0 dev 29 function 0 "Intel 9 Series USB" rev 0x03: apic 2 int 23
usb1 at ehci0: USB revision 2.0
uhub1 at usb1 configuration 1 interface 0 "Intel EHCI root hub" rev 2.00/1.00 addr 1
pcib0 at pci0 dev 31 function 0 "Intel 9 Series LPC" rev 0x03
ahci0 at pci0 dev 31 function 2 "Intel 9 Series AHCI" rev 0x03: msi, AHCI 1.3
ahci0: port 0: 6.0Gb/s
ahci0: port 1: 6.0Gb/s
scsibus1 at ahci0: 32 targets
sd0 at scsibus1 targ 0 lun 0: <ATA, KINGSTON SMS200S, 60AA> naa.50026b726a01e141
sd0: 228936MB, 512 bytes/sector, 468862128 sectors, thin
sd1 at scsibus1 targ 1 lun 0: <ATA, MKNSSDCR120GB-7, 603A> naa.588891410003fc76
sd1: 114473MB, 512 bytes/sector, 234441648 sectors, thin
ichiic0 at pci0 dev 31 function 3 "Intel 9 Series SMBus" rev 0x03: apic 2 int 18
iic0 at ichiic0
spdmem0 at iic0 addr 0x50: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
spdmem1 at iic0 addr 0x52: 8GB DDR3 SDRAM PC3-12800 SO-DIMM
isa0 at pcib0
isadma0 at isa0
pckbc0 at isa0 port 0x60/5 irq 1 irq 12
pcppi0 at isa0 port 0x61
spkr0 at pcppi0
it0 at isa0 port 0x2e/2: IT8728F rev 1, EC port 0xa40
vmm0 at mainbus0: VMX/EPT
uhidev0 at uhub0 port 1 configuration 1 interface 0 "MemsArt MA144 RF Controller" rev 2.00/1.20 addr 2
uhidev0: iclass 3/1
ukbd0 at uhidev0: 8 variable keys, 6 key codes
wskbd0 at ukbd0: console keyboard
uhidev1 at uhub0 port 1 configuration 1 interface 1 "MemsArt MA144 RF Controller" rev 2.00/1.20 addr 2
uhidev1: iclass 3/1
ums0 at uhidev1: 3 buttons, Z dir
wsmouse0 at ums0 mux 0
uhidev2 at uhub0 port 1 configuration 1 interface 2 "MemsArt MA144 RF Controller" rev 2.00/1.20 addr 2
uhidev2: iclass 3/1, 2 report ids
ucc0 at uhidev2 reportid 1: 669 usages, 18 keys, array
wskbd1 at ucc0 mux 1
uhid0 at uhidev2 reportid 2: input=2, output=0, feature=0
uhidev3 at uhub0 port 2 configuration 1 interface 0 "MemsArt MA144 RF Controller" rev 1.10/1.20 addr 3
uhidev3: iclass 3/1, 4 report ids
ucc1 at uhidev3 reportid 1: 669 usages, 18 keys, array
wskbd2 at ucc1 mux 1
uhid1 at uhidev3 reportid 2: input=2, output=0, feature=0
ukbd1 at uhidev3 reportid 3: 8 variable keys, 6 key codes
wskbd3 at ukbd1 mux 1
ums1 at uhidev3 reportid 4: 3 buttons, Z dir
wsmouse1 at ums1 mux 0
uhub2 at uhub0 port 4 configuration 1 interface 0 "Terminus Technology USB 2.0 Hub" rev 2.00/1.11 addr 4
uhidev4 at uhub2 port 4 configuration 1 interface 0 "Logitech Logitech Dual Action" rev 2.00/4.14 addr 5
uhidev4: iclass 3/0
ujoy0 at uhidev4: input=8, output=7, feature=0
uhub3 at uhub0 port 5 configuration 1 interface 0 "Genesys Logic USB2.0 Hub" rev 2.00/85.37 addr 6
umass0 at uhub3 port 2 configuration 1 interface 0 "Generic USB Storage" rev 2.00/94.54 addr 7
umass0: using SCSI over Bulk-Only
scsibus2 at umass0: 2 targets, initiator 0
sd2 at scsibus2 targ 1 lun 0: <Generic, STORAGE DEVICE, 9454> removable
umass1 at uhub0 port 12 configuration 1 interface 0 "Western Digital My Passport 2627" rev 3.10/40.08 addr 8
umass1: using SCSI over Bulk-Only
scsibus3 at umass1: 2 targets, initiator 0
sd3 at scsibus3 targ 1 lun 0: <WD, My Passport 2627, 4008>
sd3: 4769275MB, 512 bytes/sector, 9767475200 sectors
ses0 at scsibus3 targ 1 lun 1: <WD, SES Device, 4008>
ses0: unable to read enclosure configuration
uhub4 at uhub1 port 1 configuration 1 interface 0 "Intel Rate Matching Hub" rev 2.00/0.03 addr 2
vscsi0 at root
scsibus4 at vscsi0: 256 targets
softraid0 at root
scsibus5 at softraid0: 256 targets
root on sd1a (99cc7b789fff8e5c.a) swap on sd1b dump on sd1b
inteldrm0: 1920x1080, 32bpp
wsdisplay0 at inteldrm0 mux 1: console (std, vt100 emulation), using wskbd0
wskbd1: connecting to wsdisplay0
wskbd2: connecting to wsdisplay0
wskbd3: connecting to wsdisplay0
wsdisplay0: screen 1-5 added (std, vt100 emulation)
Automatic boot in progress: starting file system checks.
/dev/sd1a (99cc7b789fff8e5c.a): file system is clean; not checking
/dev/sd1j (99cc7b789fff8e5c.j): file system is clean; not checking
/dev/sd1e (99cc7b789fff8e5c.e): file system is clean; not checking
/dev/sd1f (99cc7b789fff8e5c.f): file system is clean; not checking
/dev/sd1m (99cc7b789fff8e5c.m): file system is clean; not checking
/dev/sd1g (99cc7b789fff8e5c.g): file system is clean; not checking
/dev/sd1h (99cc7b789fff8e5c.h): file system is clean; not checking
/dev/sd1i (99cc7b789fff8e5c.i): file system is clean; not checking
/dev/sd1k (99cc7b789fff8e5c.k): file system is clean; not checking
/dev/sd1l (99cc7b789fff8e5c.l): file system is clean; not checking
/dev/sd1n (99cc7b789fff8e5c.n): file system is clean; not checking
kbd: keyboard mapping set to de
pf enabled
starting network
reordering libraries: done.
starting early daemons: syslogd pflogd ntpd.
starting RPC daemons:.
savecore: no core dump
checking quotas: done.
clearing /tmp
kern.securelevel: 0 -> 1
creating runtime link editor directory cache.
preserving editor files.
running rc.sysmerge
---- /etc/login.conf unhandled, re-run sysmerge to merge the new version
---- /etc/newsyslog.conf unhandled, re-run sysmerge to merge the new version
starting network daemons: sshd dhcpd smtpd sndiod.
running rc.firsttime
fw_update: added none; updated none; kept intel,inteldrm,vmm
starting package daemons: messagebus avahi_daemon mpd ympd mixsvr voice.
starting local daemons: apmd hotplugd cron xenodm.
Tue Mar 1 07:17:56 CET 2022
hw.sensors.cpu0.temp0=47.00 degC
hw.sensors.acpitz0.temp0=27.80 degC (zone temperature)
hw.sensors.acpitz1.temp0=29.80 degC (zone temperature)
hw.sensors.it0.temp0=56.00 degC
hw.sensors.it0.temp1=248.00 degC
hw.sensors.it0.temp2=248.00 degC
hw.sensors.it0.fan0=0 RPM
hw.sensors.it0.fan1=0 RPM
hw.sensors.it0.fan2=0 RPM
hw.sensors.it0.volt0=2.08 VDC (VCORE_A)
hw.sensors.it0.volt1=1.82 VDC (VCORE_B)
hw.sensors.it0.volt2=2.64 VDC (+3.3V)
hw.sensors.it0.volt3=4.62 VDC (+5V)
hw.sensors.it0.volt4=5.63 VDC (+12V)
hw.sensors.it0.volt5=4.01 VDC (-12V)
hw.sensors.it0.volt6=0.62 VDC (-5V)
hw.sensors.it0.volt7=3.68 VDC (+5VSB)
hw.sensors.it0.volt8=2.16 VDC (VBAT)

No comments:

Post a Comment