From mboxrd@z Thu Jan 1 00:00:00 1970 From: Oleg Drokin Subject: Re: Re: Segmentation Fault when mounting ataraid Date: Wed, 29 Jan 2003 10:24:56 +0300 Message-ID: <20030129102456.A27895@namesys.com> References: <3E36ECD9.6080103@gmx.net> Mime-Version: 1.0 Return-path: list-help: list-unsubscribe: list-post: Errors-To: flx@namesys.com Content-Disposition: inline In-Reply-To: <3E36ECD9.6080103@gmx.net> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Jochen Haemmerle Cc: reiserfs-list@namesys.com Hello! On Tue, Jan 28, 2003 at 09:49:29PM +0100, Jochen Haemmerle wrote: > Well, down there it is!! Hm. Strange stacktrace, I'd say. Please also decode EIP line, may be you need to get never ksymoops for that. (EIP 0010:[] Tainted: P) BTW, what proprietary modules do you have loaded? > guardian@viking:~$ cat segfault.txt | ksymoops -m /boot/System.map-2.4.20 > ksymoops 2.4.6 on i686 2.4.20. Options used > -V (default) > -k /proc/ksyms (default) > -l /proc/modules (default) > -o /lib/modules/2.4.20/ (default) > -m /boot/System.map-2.4.20 (specified) > > Unable to handle kernel NULL pointer dereference at vitual address 00000004 > c01a62c0 > *pde = 00000000 > Oops: 0002 > CPU: 0 > EFLAGS: 00010012 > eax: 00000000 ebx: c03324f8 ecx: dff188a0 edx: c03324fc > esi: 00000000 edi: c03324f8 ebp: 00000008 esp: d7839d98 > Process mount (pid: 327, stackpage=d7839000) > 007c0000 098a9f2d c0332518 00000800 c0332520 c0332518 00000080 > 00000000 > 003e003f 00000000 c01a6c6c c03324f8 00000000 d7cc54a0 00000008 > 00000000 > Call Trace: [] [][] [] > [] > [] [] [][] [] [] > [] [] [] > Code: 89 50 04 89 02 c7 01 00 00 00 00 c7 41 04 00 00 00 00 ff 0b > Using defaults from ksymoops -t elf32-i386 -a i386 > > > >>ebx; c03324f8 > >>edx; c03324fc > >>edi; c03324f8 > > Trace; c01a698d > Trace; c01a6c6c > Trace; c01a6ccc > Trace; c01a6e27 > Trace; c0172671 > Trace; c0173188 > Trace; c013c712 > Trace; c014d546 > Trace; c013c8fd > Trace; c014e589 > Trace; c014e842 > Trace; c014e6ad > Trace; c014ec6f <__load_block_bitmap+17f/198> > Trace; c0106f17 > > Code; 00000000 Before first symbol > 00000000 <_EIP>: > Code; 00000000 Before first symbol > 0: 89 50 04 mov %edx,0x4(%eax) > Code; 00000003 Before first symbol > 3: 89 02 mov %eax,(%edx) > Code; 00000005 Before first symbol > 5: c7 01 00 00 00 00 movl $0x0,(%ecx) > Code; 0000000b Before first symbol > b: c7 41 04 00 00 00 00 movl $0x0,0x4(%ecx) > Code; 00000012 Before first symbol > 12: ff 0b decl (%ebx) Bye, Oleg