From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from systemhalted (CPE0080c82c70ca.cpe.net.cable.rogers.com [24.112.224.149]) by dsl2.external.hp.com (Postfix) with ESMTP id D40AA4829 for ; Tue, 17 Sep 2002 19:02:11 -0600 (MDT) Date: Tue, 17 Sep 2002 21:02:09 -0400 From: Carlos O'Donell To: Matthew Wilcox Cc: Grant Grundler , Thibaut VARENE , parisc-linux Subject: Re: [parisc-linux] B132L+ crash with mpg123 Message-ID: <20020918010209.GC17211@systemhalted> References: <3D8701AA.4040700@esiee.fr> <20020917170001.DA8DC4829@dsl2.external.hp.com> <20020917180713.P10583@parcelfarce.linux.theplanet.co.uk> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii In-Reply-To: <20020917180713.P10583@parcelfarce.linux.theplanet.co.uk> Sender: parisc-linux-admin@lists.parisc-linux.org Errors-To: parisc-linux-admin@lists.parisc-linux.org List-Help: List-Post: List-Subscribe: , List-Id: parisc-linux developers list List-Unsubscribe: , List-Archive: > > > Kernel Fault: Code=15 regs=11ddc640 (Addr=00277e00) > > > > > > YZrvWESTHLNXBCVMcbcbcbcbOGFRQPDI > > > PSW: 00000000000011000000000000001111 Not tainted > > > r00-03 00000000 00000023 101feac4 00000200 > > ... > > > IASQ: 00000000 0000000 IAOQ: 10263c78 10263c70 > > ... > > what symbols do 101feac4 and 10263c78 refer to? > > 10263c78 is in copy_from_user, 101feac4 is in harmony_audio_write(). > the only point at which we call copy_from_user is: > > /* Copy the page to an aligned buffer */ > copy_from_user(played_buf.addr + (HARMONY_BUF_SIZE*buf_to_fill) > + harmony.play_offset, > buffer+count, frame_size); > Data TLB miss fault / Data page fault. Looks like it walked a little too far into some address that wasn't mapped? c.