Bug #4404
openPCI(-X) Express Fatal Error (0x43) trace observed during probe of Ethernet Adapter
0%
Description
Trace :-
--------
NOTICE: SUNW-MSG-ID: SUNOS-8000-0G, TYPE: Error, VER: 1, SEVERITY: Major
panic[cpu4]/thread=ffffff00082cac40:
pcieb-0: PCI Express Fatal Error. (0x43)
ffffff00082cab90 pcieb:pcieb_intr_handler+228 ()
ffffff00082cabe0 unix:av_dispatch_autovect+7c ()
ffffff00082cac20 unix:dispatch_hardint+33 ()
ffffff0008294a00 unix:switch_sp_and_call+13 ()
ffffff0008294a50 unix:do_interrupt+b8 ()
ffffff0008294a60 unix:cmnint+ba ()
ffffff0008294bc0 unix:acpi_cpu_cstate+2ae ()
ffffff0008294bf0 unix:cpu_acpi_idle+82 ()
ffffff0008294c00 unix:cpu_idle_adaptive+19 ()
ffffff0008294c20 unix:idle+114 ()
ffffff0008294c30 unix:thread_start+8 ()
syncing file systems...
done
dumping to /dev/zvol/dsk/rpool/dump, offset 65536, content: kernel
----------------------------------------------------------------------------------------------------------------------------------
OS :- OpenIndiana-151a8
Workaround:
Oracle recommends adding the line "set pcie:pcie_max_mps=0" to /etc/system
before installing the adapter for Solaris 10
After setting the above, we don't see any issue.
In Solaris 10, to solve this issue, there is a patch 144500 patch (SPARC) or the 144501 patch for x86.
I was wondering if the patch has been applied to Open Indiana as well.
Updated by Ken Mays almost 10 years ago
- Category set to OS/Net (Kernel and Userland)
- Assignee set to OI illumos
Updated by Rich Lowe about 9 years ago
- Project changed from OpenIndiana Distribution to illumos gate
- Category deleted (
OS/Net (Kernel and Userland))
Updated by Chad Schmelter over 1 year ago
I'm experiencing this on an Intel NUC10i7FNH1.
panic[cpu7]/thread=fffffe007a387c20:
pcieb-4: PCI(-X) Express Fatal Error. (0x43)
fffffe007a387b70 pcieb:pcieb_intr_handler+1dc ()
fffffe007a387bc0 apix:apix_dispatch_by_vector+8c ()
fffffe007a387c00 apix:apix_dispatch_lowlevel+1c ()
fffffe007a336a30 unix:switch_sp_and_call+15 ()
fffffe007a336aa0 apix:apix_do_interrupt+ec ()
fffffe007a336ab0 unix:cmnint+c3 ()
fffffe007a336ba0 unix:i86_mwait+12 ()
fffffe007a336be0 unix:cpu_idle_mwait+142 ()
fffffe007a336c00 unix:idle+ae ()
fffffe007a336c10 unix:thread_start+b ()
In my case the PCIE device is a SD card reader so I've disabled it in the BIOS and so far it hasn't crashed yet.