From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Wed, 29 May 2002 18:39:21 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Wed, 29 May 2002 18:39:20 -0400 Received: from AMontpellier-201-1-3-85.abo.wanadoo.fr ([193.252.1.85]:40421 "EHLO awak") by vger.kernel.org with ESMTP id convert rfc822-to-8bit; Wed, 29 May 2002 18:39:18 -0400 Subject: Re: 2.4.19-pre7-ac2 USBnet with iPaq freezes host From: Xavier Bestel To: Linux Kernel Mailing List In-Reply-To: <1022711350.1087.13.camel@bip> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8BIT X-Mailer: Ximian Evolution 1.0.5 Date: 30 May 2002 00:39:16 +0200 Message-Id: <1022711956.1085.16.camel@bip> Mime-Version: 1.0 Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Le jeu 30/05/2002 à 00:29, Xavier Bestel a écrit : > I've compiled-in (i.e. not as a module) usbnet to talk to my ipaq > through usb0. It works well, mostly, except that sometimes it lockups my > desktop completely (not the pda). > > I got bored today and copied the console message on a shit a paper and > retyped it through ksymoops: > > wait_on_irq, CPU0 > irq: 1 [ 0 1 ] > bh: 0 [ 0 0 ] > stack dumps: > cpu 1: 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 > 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 > 00000000 00000000 00000000 00000000 00000000 00000000 00000000 00000000 > cpu 0: c19d3f54 c02cb45d 00000000 00000000 00000000 c0109e9d c02cb472 c0349e64 > d5dca000 00000001 c01b854d c0349e64 c19d3fa4 c19d3fe0 c19d2000 d5dca168 > c0120400 d5dca000 c19d2654 ffffffff d5dca130 c0349e64 c01287f7 c0343900 > call trace: [] [] [] [] [] > Warning (Oops_read): Code line not seen, dumping what data is available > > > Trace; 0000000c0109e9d3 > Trace; c01b854d > Trace; c0120400 <__run_task_queue+60/6c> > Trace; c01287f7 > Trace; c0106fd4 actually there was a typo: call trace: [] [] [] [] [] Warning (Oops_read): Code line not seen, dumping what data is available Trace; c0109e9d <__global_cli+bd/124> Trace; c01b854d Trace; c0120400 <__run_task_queue+60/6c> Trace; c01287f7 Trace; c0106fd4 And yes, the call trace for CPU1 was empty ... Xav