From owner-freebsd-stable@FreeBSD.ORG Mon Oct 26 20:15:07 2009 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id DDD13106568F for ; Mon, 26 Oct 2009 20:15:07 +0000 (UTC) (envelope-from ronald-freebsd8@klop.yi.org) Received: from smtp-out3.tiscali.nl (smtp-out3.tiscali.nl [195.241.79.178]) by mx1.freebsd.org (Postfix) with ESMTP id 9D3FA8FC15 for ; Mon, 26 Oct 2009 20:15:07 +0000 (UTC) Received: from [212.123.145.58] (helo=sjakie.klop.ws) by smtp-out3.tiscali.nl with esmtp (Exim) (envelope-from ) id 1N2Vy6-0005t3-Ls; Mon, 26 Oct 2009 21:15:06 +0100 Received: from 82-170-177-25.ip.telfort.nl (localhost [127.0.0.1]) by sjakie.klop.ws (Postfix) with ESMTP id C89F613345; Mon, 26 Oct 2009 21:15:02 +0100 (CET) Content-Type: text/plain; charset=us-ascii; format=flowed; delsp=yes To: "Alban Hertroys" , freebsd-stable@freebsd.org References: Date: Mon, 26 Oct 2009 21:15:02 +0100 MIME-Version: 1.0 From: "Ronald Klop" Message-ID: In-Reply-To: User-Agent: Opera Mail/10.00 (FreeBSD) Content-Transfer-Encoding: quoted-printable Cc: Subject: Re: NULL-pointer reference in ulpt X-BeenThere: freebsd-stable@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Production branch of FreeBSD source code List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 26 Oct 2009 20:15:07 -0000 On Mon, 26 Oct 2009 14:51:23 +0100, Alban Hertroys =20 wrote: > I didn't get any replies to my previous report, so I'm trying again. I = =20 > frequently get a kernel-panic after printing something to my USB printe= r =20 > (A Samsung ML-1210). It looks like usb_setup_xfer() is called with a =20 > NULL-pointer for xfer from ulpt_tick(). > > System is a 7.2-STABLE, last updated on Sep 15. I just did a make =20 > update, but there were no changes to ulpt.c. > > The core-summary is available from =20 > http://solfertje.student.utwente.nl/~dalroi/core.txt > > Alban Hertroys Can you try this in 8.0? The USB stack is very different there (and much = =20 better in a lot of ways). Ronald.