Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 24 Mar 2000 21:54:19 -0500
From:      Alan Clegg <abc@bsdi.com>
To:        freebsd-current@FreeBSD.ORG
Subject:   Re: reproducable system crash in 4.0-STABLE
Message-ID:  <20000324215419.A288@ecto.greenpeas.org>
In-Reply-To: <Pine.BSF.4.10.10003242101270.14291-100000@pawn.primelocation.net>; from jedgar@fxp.org on Fri, Mar 24, 2000 at 09:04:40PM -0500
References:  <20000324205658.A320@ecto.greenpeas.org> <Pine.BSF.4.10.10003242101270.14291-100000@pawn.primelocation.net>

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

--UlVJffcvxoiEqYs2
Content-Type: text/plain; charset=iso-8859-1
Content-Transfer-Encoding: quoted-printable

BTW, this is from sources cvsup'd at 3:00 this afternoon, Fri, March 24.

Out of the ether, Chris D. Faulhaber spewed forth the following bitstream:

> > On a dual PII system, access to /dev/smb0 (system management bus) by=20
> > wmhm (/usr/ports/sysutils/wmhm) or gkrellm (/usr/ports/sysutils/gkrellm)
> > causes an immediate system panic.

> I got similiar panics when I was working on my {wm}lmmon ports.  You need:
>=20
> device          intpm

Even with:

	device          smbus           # Bus support, required for smb below.
	device          intpm
	device          alpm
	device          smb
	device          iicbus          # Bus support, required for ic/iic/iicsmb =
below.
	device          iicbb
	device          ic
	device          iic
	device          iicsmb          # smb over i2c bridge

And finding:

iicbb0: <I2C generic bit-banging driver> on bti2c0
iicbus0: <Philips I2C bus> on iicbb0 master-only
iicsmb0: <I2C to SMB bridge> on iicbus0
smbus0: <System Management Bus> on iicsmb0
smb0: <SMBus general purpose I/O> on smbus0
iic0: <I2C general purpose I/O> on iicbus0
smbus1: <System Management Bus> on bti2c0
smb1: <SMBus general purpose I/O> on smbus1

It still panics:

#0  boot (howto=3D256) at ../../kern/kern_shutdown.c:304
#1  0xc018041c in poweroff_wait (junk=3D0xc032e60f, howto=3D-936382208)
    at ../../kern/kern_shutdown.c:554
#2  0xc02d4f23 in trap_fatal (frame=3D0xc8327c54, eva=3D64)
    at ../../i386/i386/trap.c:924
#3  0xc02d4bb9 in trap_pfault (frame=3D0xc8327c54, usermode=3D0, eva=3D64)
    at ../../i386/i386/trap.c:817
#4  0xc02d47b7 in trap (frame=3D{tf_fs =3D 24, tf_es =3D -1055850480,=20
      tf_ds =3D 16777232, tf_edi =3D 0, tf_esi =3D -1056946688, tf_ebp =3D =
-936215404,=20
      tf_isp =3D -936215424, tf_ebx =3D -1063630272, tf_edx =3D -1056996864=
,=20
      tf_ecx =3D -1056946688, tf_eax =3D 0, tf_trapno =3D 12, tf_err =3D 0,=
=20
      tf_eip =3D -1072138890, tf_cs =3D 8, tf_eflags =3D 66118, tf_esp =3D =
-936215380,=20
      tf_ss =3D -1072271193}) at ../../i386/i386/trap.c:423
#5  0xc0187576 in device_get_softc (dev=3D0x0) at ../../kern/subr_bus.c:982
#6  0xc01670a7 in smbus_request_bus (bus=3D0x0, dev=3D0xc1004600, how=3D3)
    at ../../dev/smbus/smbconf.c:131
#7  0xc0230f3c in bti2c_iic_callback (dev=3D0xc1004600, index=3D1, data=3D0=
xc8327d38)
    at ../../dev/bktr/bktr_i2c.c:265
#8  0xc016909c in IICBB_CALLBACK (dev=3D0xc1004600, index=3D1,=20
    data=3D0xc8327d38 "\003") at iicbb_if.c:27
#9  0xc0168e9e in iicbb_callback (dev=3D0xc1004580, index=3D1,=20
    data=3D0xc8327d38 "\003") at ../../dev/iicbus/iicbb.c:236
#10 0xc01698d0 in IICBUS_CALLBACK (dev=3D0xc1004580, index=3D1,=20
    data=3D0xc8327d38 "\003") at iicbus_if.c:37
#11 0xc0169aed in iicbus_request_bus (bus=3D0xc1004500, dev=3D0xc1004480, h=
ow=3D3)
    at ../../dev/iicbus/iiconf.c:108
#12 0xc01692c8 in iicsmb_callback (dev=3D0xc1004480, index=3D1,=20
    data=3D0xc8327d88 "\003") at ../../dev/iicbus/iicsmb.c:242
#13 0xc0166c98 in SMBUS_CALLBACK (dev=3D0xc1004480, index=3D1,=20
    data=3D0xc8327d88 "\003") at smbus_if.c:37
#14 0xc01670c1 in smbus_request_bus (bus=3D0xc1004380, dev=3D0xc1004300, ho=
w=3D3)
    at ../../dev/smbus/smbconf.c:136
#15 0xc01673bc in smbioctl (dev=3D0xc1004280, cmd=3D2148821255,=20
    data=3D0xc8327ebc "GP\006(P=FA=BF=BFZ\222\004\b\013=F9=BF=BF=A4=FA=BF=
=BF\020=B4\206=C0 =C18=C07",=20
    flags=3D1, p=3D0xc82ff100) at ../../dev/smbus/smb.c:202
#16 0xc01b5c26 in spec_ioctl (ap=3D0xc8327df8)
    at ../../miscfs/specfs/spec_vnops.c:304
#17 0xc01b5951 in spec_vnoperate (ap=3D0xc8327df8)
    at ../../miscfs/specfs/spec_vnops.c:117
#18 0xc026f039 in ufs_vnoperatespec (ap=3D0xc8327df8)
    at ../../ufs/ufs/ufs_vnops.c:2301
#19 0xc01b0d64 in vn_ioctl (fp=3D0xc110c300, com=3D2148821255,=20
    data=3D0xc8327ebc "GP\006(P=FA=BF=BFZ\222\004\b\013=F9=BF=BF=A4=FA=BF=
=BF\020=B4\206=C0 =C18=C07",=20
    p=3D0xc82ff100) at vnode_if.h:429
#20 0xc018d8ef in ioctl (p=3D0xc82ff100, uap=3D0xc8327f80) at ../../sys/fil=
e.h:171
#21 0xc02d51aa in syscall (frame=3D{tf_fs =3D 47, tf_es =3D 47, tf_ds =3D 4=
7,=20
      tf_edi =3D -1077937696, tf_esi =3D 134543628, tf_ebp =3D -1077937888,=
=20
      tf_isp =3D -936214572, tf_ebx =3D -1077937500, tf_edx =3D 4,=20
      tf_ecx =3D 672750752, tf_eax =3D 54, tf_trapno =3D 12, tf_err =3D 2,=
=20
      tf_eip =3D 672513808, tf_cs =3D 31, tf_eflags =3D 659, tf_esp =3D -10=
77937948,=20
      tf_ss =3D 47}) at ../../i386/i386/trap.c:1073
#22 0xc02c32b1 in Xint0x80_syscall ()
#23 0x8049255 in ?? ()
#24 0x8048d9d in ?? ()


--UlVJffcvxoiEqYs2
Content-Type: application/pgp-signature

-----BEGIN PGP SIGNATURE-----
Version: PGPfreeware 5.0i for non-commercial use
MessageID: OF1cXgoGSkArvHtLmFR5dDYFE+Ehtwoq

iQA/AwUBONwqWvcyv/gweBpYEQIdmwCfTTaR843tujipQ4aLru9OsSH/PukAoK8s
rKREZqblhEcmZ0y/MBJbN9EN
=LplT
-----END PGP SIGNATURE-----

--UlVJffcvxoiEqYs2--


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-current" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000324215419.A288>