public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [OOPS] testing/prerelease of 01/03 on startup
@ 2001-01-04  9:08 Tom Leete
  2001-01-04  9:31 ` Linus Torvalds
  0 siblings, 1 reply; 3+ messages in thread
From: Tom Leete @ 2001-01-04  9:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Hello,

kernel is 2.4.0-prerelease with testing/prerelease patch of Jan. 3, i486.
Oops is repeatable.

I caught this one on serial console just as init begins:

$ ksymoops -K -L -O -v /boot/vmlinux-2.4.0-prerelease -m
/boot/System.map-2.4.0-prerelease tleete.prerelease.oops
ksymoops 2.3.5 on i486 2.4.0-test13-pre4.  Options used
     -v /boot/vmlinux-2.4.0-prerelease (specified)
     -K (specified)
     -L (specified)
     -O (specified)
     -m /boot/System.map-2.4.0-prerelease (specified)

Unable to handle kernel paging request at virtual address 08048004
c011240a
*pde = 01151067
Oops: 0003
CPU:    0
EIP:    0010:[<c011240a>]
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010202
eax: 08048000   ebx: c1169120   ecx: c11690ac   edx: c1169090
esi: c1169090   edi: c1169154   ebp: 00000000   esp: c11dbf28
ds: 0018   es: 0018   ss: 0018
Process init (pid: 1, stackpage=c11db000)
Stack: c3758000 c116a534 c116aa44 c02210c0 c1167550 c11da000 c11690c4
c1169154
       c11690ac c11da000 c116755c c1169090 c0112c52 00000011 c3758000
c11da000
       bffffa18 bffff998 c11dbfbc 00000000 c11dbf94 fffffff4 00000000
00000000
Call Trace: [<c0112c52>] [<c0107804>] [<c0108e63>] [<c0100023>]
Code: 89 78 04 89 43 34 8b 44 24 18 89 47 04 89 7e 34 85 ed 75 22

>>EIP; c011240a <copy_mm+27a/2d0>   <=====
Trace; c0112c52 <do_fork+472/6c0>
Trace; c0107804 <sys_fork+14/20>
Trace; c0108e63 <system_call+33/40>
Trace; c0100023 <startup_32+23/139>
Code;  c011240a <copy_mm+27a/2d0>
00000000 <_EIP>:
Code;  c011240a <copy_mm+27a/2d0>   <=====
   0:   89 78 04                  mov    %edi,0x4(%eax)   <=====
Code;  c011240d <copy_mm+27d/2d0>
   3:   89 43 34                  mov    %eax,0x34(%ebx)
Code;  c0112410 <copy_mm+280/2d0>
   6:   8b 44 24 18               mov    0x18(%esp,1),%eax
Code;  c0112414 <copy_mm+284/2d0>
   a:   89 47 04                  mov    %eax,0x4(%edi)
Code;  c0112417 <copy_mm+287/2d0>
   d:   89 7e 34                  mov    %edi,0x34(%esi)
Code;  c011241a <copy_mm+28a/2d0>
  10:   85 ed                     test   %ebp,%ebp
Code;  c011241c <copy_mm+28c/2d0>
  12:   75 22                     jne    36 <_EIP+0x36> c0112440
<copy_mm+2b0/2d0>

Kernel panic: Attempted to kill init!
$

Everything is looged on the serial console machine, so if you need more,
it's here.

Hope this helps,
Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OOPS] testing/prerelease of 01/03 on startup
  2001-01-04  9:08 [OOPS] testing/prerelease of 01/03 on startup Tom Leete
@ 2001-01-04  9:31 ` Linus Torvalds
  2001-01-04 11:08   ` Tom Leete
  0 siblings, 1 reply; 3+ messages in thread
From: Linus Torvalds @ 2001-01-04  9:31 UTC (permalink / raw)
  To: Tom Leete; +Cc: linux-kernel



On Thu, 4 Jan 2001, Tom Leete wrote:
> 
> kernel is 2.4.0-prerelease with testing/prerelease patch of Jan. 3, i486.
> Oops is repeatable.

Looks like your mm->mmlist list is corrupted from the very start.

Can you humor me and make sure you do a "make clean" and re-check your
prerelease patch? Is the initialization of mmlist there in linux/sched.h,
for example?

		Linus


-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: [OOPS] testing/prerelease of 01/03 on startup
  2001-01-04  9:31 ` Linus Torvalds
@ 2001-01-04 11:08   ` Tom Leete
  0 siblings, 0 replies; 3+ messages in thread
From: Tom Leete @ 2001-01-04 11:08 UTC (permalink / raw)
  To: Linus Torvalds; +Cc: linux-kernel

Linus Torvalds wrote:
> 
> On Thu, 4 Jan 2001, Tom Leete wrote:
> >
> > kernel is 2.4.0-prerelease with testing/prerelease patch of Jan. 3, i486.
> > Oops is repeatable.
> 
> Looks like your mm->mmlist list is corrupted from the very start.
> 
> Can you humor me and make sure you do a "make clean" and re-check your
> prerelease patch? Is the initialization of mmlist there in linux/sched.h,
> for example?
> 
>                 Linus

Ahh... oops is on me.

Patch was ok, but there must have been cruft from another build. A rebuild
from clean seems to have cured it.

Sorry for the noise,
Tom
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.kernel.org
Please read the FAQ at http://www.tux.org/lkml/

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2001-01-04 11:09 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2001-01-04  9:08 [OOPS] testing/prerelease of 01/03 on startup Tom Leete
2001-01-04  9:31 ` Linus Torvalds
2001-01-04 11:08   ` Tom Leete

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox