Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S263678AbTHZMU3 (ORCPT ); Tue, 26 Aug 2003 08:20:29 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S263670AbTHZMU3 (ORCPT ); Tue, 26 Aug 2003 08:20:29 -0400 Received: from perninha.conectiva.com.br ([200.250.58.156]:17079 "EHLO perninha.conectiva.com.br") by vger.kernel.org with ESMTP id S263710AbTHZMUJ (ORCPT ); Tue, 26 Aug 2003 08:20:09 -0400 Date: Tue, 26 Aug 2003 09:15:41 -0300 (BRT) From: Marcelo Tosatti X-X-Sender: marcelo@freak.distro.conectiva To: Pascal Schmidt Cc: linux-kernel@vger.kernel.org, sct@redhat.com, akpm@osdl.org Subject: Re: [2.4.22-rc1] ext3/jbd assertion failure transaction.c:1164 In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 4301 Lines: 104 Pascal, I've never seen this oops reported before. Can you reproduce the problem? Andrew, Stephen? On Sun, 24 Aug 2003, Pascal Schmidt wrote: > > Hi! > > I was running fsx to test a userspace NFSv3 server. The underlying > filesystem was ext3. After about 10 seconds into the fsx run, I hit the > following BUG() in transaction.c. data=journal was used. I could not start > any new processes after the incident and had to press the reset button. > > Is this a known problem? > > Assertion failure in journal_dirty_metadata() at transaction.c:1164: > "jh->b_frozen_data == 0" > > ksymoops 2.4.4 on i686 2.4.22-rc1. Options used > -V (default) > -k /proc/ksyms (default) > -l /proc/modules (default) > -o /lib/modules/2.4.22-rc1/ (default) > -m /boot/System.map-2.4.22-rc1 (default) > > Warning: You did not tell me where to find symbol information. I will > assume that the log matches the kernel and modules that are running > right now and I'll use the default options above for symbol resolution. > If the current kernel and/or modules do not match the log, you can get > more accurate output by telling me the kernel version and where to find > map, modules, ksyms etc. ksymoops -h explains the options. > > Error (regular_file): read_ksyms stat /proc/ksyms failed > No modules in ksyms, skipping objects > No ksyms, skipping lsmod > kernel BUG at transaction.c:1164! > invalid operand: 0000 > CPU: 0 > EIP: 0010:[journal_dirty_metadata+359/416] Not tainted > EIP: 0010:[] Not tainted > Using defaults from ksymoops -t elf32-i386 -a i386 > EFLAGS: 00010292 > eax: 00000061 ebx: e6044f30 ecx: 00000005 edx: e77a9f44 > esi: e77a67c0 edi: e7c447c0 ebp: e655c940 esp: d1459dcc > ds: 0018 es: 0018 ss: 0018 > Process fsx (pid: 4689, stackpage=d1459000) > Stack: c02d8fa0 c02d4126 c02d49b8 0000048c c02d4bd1 d0785640 e655c940 00000000 > 00001000 c015581a e655c940 d0785640 00000246 00000000 00000246 00000000 > d0785640 d07d7000 00001000 0000001e 00001000 d0785640 0000001c c01637f7 > Call Trace: [commit_write_fn+26/96] [__jbd_kmalloc+39/160] [walk_page_buffers+93/128] [ext3_commit_write+166/448] [commit_write_fn+0/96] > Call Trace: [] [] [] [] [] > [] [] [] [] [] [] > [] > Code: 0f 0b 8c 04 b8 49 2d c0 83 c4 14 6a 03 ff 75 00 53 e8 43 0a > > >>EIP; c015dcc7 <===== > Trace; c015581a > Trace; c01637f7 <__jbd_kmalloc+27/a0> > Trace; c015557d > Trace; c0155906 > Trace; c0155800 > Trace; c01276cd > Trace; c0127ad0 > Trace; c01531ff > Trace; c0132245 > Trace; c0131e20 > Trace; c0131fce > Trace; c01088a3 > Code; c015dcc7 > 00000000 <_EIP>: > Code; c015dcc7 <===== > 0: 0f 0b ud2a <===== > Code; c015dcc9 > 2: 8c 04 b8 movl %es,(%eax,%edi,4) > Code; c015dccc > 5: 49 dec %ecx > Code; c015dccd > 6: 2d c0 83 c4 14 sub $0x14c483c0,%eax > Code; c015dcd2 > b: 6a 03 push $0x3 > Code; c015dcd4 > d: ff 75 00 pushl 0x0(%ebp) > Code; c015dcd7 > 10: 53 push %ebx > Code; c015dcd8 > 11: e8 43 0a 00 00 call a59 <_EIP+0xa59> c015e720 <__journal_file_buffer+0/1e0> > > > 1 warning and 1 error issued. Results may not be reliable. > > > - 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/