Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261967AbUJ2TtC (ORCPT ); Fri, 29 Oct 2004 15:49:02 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261772AbUJ2TrR (ORCPT ); Fri, 29 Oct 2004 15:47:17 -0400 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:29115 "EHLO www.linux.org.uk") by vger.kernel.org with ESMTP id S261967AbUJ2TXv (ORCPT ); Fri, 29 Oct 2004 15:23:51 -0400 Date: Fri, 29 Oct 2004 14:37:34 -0200 From: Marcelo Tosatti To: Andreas Hartmann Cc: linux-kernel@vger.kernel.org Subject: Re: kswapd crashed 2.4.27 Message-ID: <20041029163734.GA13445@logos.cnet> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.5.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4019 Lines: 98 On Fri, Oct 29, 2004 at 08:27:29AM +0200, Andreas Hartmann wrote: > Hello! > > I had a hard crash this morning on a XSeries 235 with IBM Serveraid, 512 > MB RAM and 1024 MB Swap during rsyncing datas to this machine. The datas > were copied to a drbd-device, which reported some seconds before: > > Oct 29 05:30:20 FAGINTSC kernel: drbd16: Epoch set size wrong!!found=1061 > reported=1060 > > > ~> ksymoops -m /usr/src/linux-2.4.27/System.map oops > ksymoops 2.4.5 on i686 2.4.27. Options used > -V (default) > -k /proc/ksyms (default) > -l /proc/modules (default) > -o /lib/modules/2.4.27/ (default) > -m /usr/src/linux-2.4.27/System.map (specified) > > Oct 29 05:30:29 FAGINTSC kernel: CPU: 0 > Oct 29 05:30:29 FAGINTSC kernel: EIP: 0010:[] Not tainted > Using defaults from ksymoops -t elf32-i386 -a i386 > Oct 29 05:30:29 FAGINTSC kernel: EFLAGS: 00010002 > Oct 29 05:30:29 FAGINTSC kernel: eax: ffffffff ebx: dbcbd160 ecx: > 00000001 edx: dffed600 > Oct 29 05:30:29 FAGINTSC kernel: esi: c158a37c edi: 00001db7 ebp: > dffed6a4 esp: c15b9f30 > Oct 29 05:30:29 FAGINTSC kernel: ds: 0018 es: 0018 ss: 0018 > Oct 29 05:30:29 FAGINTSC kernel: Process kswapd (pid: 5, stackpage=c15b9000) > Oct 29 05:30:29 FAGINTSC kernel: Stack: 00000000 c1243108 c158a38c > c158a384 c15b8000 dffed600 00000000 00000008 > Oct 29 05:30:29 FAGINTSC kernel: 00000000 00000000 00000000 > 00000020 000001d0 c028f69c c028f69c c01368ac > Oct 29 05:30:29 FAGINTSC kernel: c15b9f90 000001d0 0000003c > 00000020 c0136952 c15b9f90 00000246 00000000 > Oct 29 05:30:29 FAGINTSC kernel: Call Trace: [] [] > [] [] [] > Oct 29 05:30:29 FAGINTSC kernel: [] [] [] > Oct 29 05:30:29 FAGINTSC kernel: Code: 8b 00 47 3b 44 24 08 75 f7 8b 5e 2c > 89 fa 8b 46 4c 88 d9 d3 > > > >>EIP; c0135400 <===== > > >>eax; ffffffff > >>ebx; dbcbd160 <_end+1b96ee68/204b3d68> > >>edx; dffed600 <_end+1fc9f308/204b3d68> > >>esi; c158a37c <_end+123c084/204b3d68> > >>edi; 00001db7 Before first symbol > >>ebp; dffed6a4 <_end+1fc9f3ac/204b3d68> > >>esp; c15b9f30 <_end+126bc38/204b3d68> > > Trace; c01368ac > Trace; c0136952 > Trace; c0136b0c > Trace; c0136b78 > Trace; c0136cbd > Trace; c0105000 <_stext+0/0> > Trace; c010745e > Trace; c0136c20 > > Code; c0135400 > 00000000 <_EIP>: > Code; c0135400 <===== > 0: 8b 00 mov (%eax),%eax <===== > Code; c0135402 > 2: 47 inc %edi > Code; c0135403 > 3: 3b 44 24 08 cmp 0x8(%esp,1),%eax > Code; c0135407 > 7: 75 f7 jne 0 <_EIP> > Code; c0135409 > 9: 8b 5e 2c mov 0x2c(%esi),%ebx > Code; c013540c > c: 89 fa mov %edi,%edx > Code; c013540e > e: 8b 46 4c mov 0x4c(%esi),%eax > Code; c0135411 > 11: 88 d9 mov %bl,%cl > Code; c0135413 > 13: d3 00 roll %cl,(%eax) > > > Does anybody know what could be broken? You're using drbd right? What does this message mean Oct 29 05:30:20 FAGINTSC kernel: drbd16: Epoch set size wrong!!found=1061 reported=1060 Send the oops to the drbd people. - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/