EIP (kernel ver 1.3.26)

root (root@gytha.demon.co.uk)
Thu, 14 Sep 1995 22:11:41 +0100 (BST)


first, I've allready put an EIP on this list, but I diden't put the
version on, it's 1.3.26 like this one.

(deleted: "Sep 14 21:15:01 gytha kernel: ")
general protection: 0000
EIP: 0010:001595b0
EFLAGS: 00010282
eax: f000f37a ebx: 00000000 ecx: 0067d810 edx: 00000006
esi: 00ab5ee0 edi: 00bb7380 ebp: 006b8f74 esp: 006b8f1c
ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
Process killall (pid: 846, process nr: 24, stackpage=006b8000)
Stack: 00ab5ee0 006b8f74 00000000 bffff0d0 001274e7 00bb7380 00ab5ee0 00000000
00000000 006b8f74 00000000 006b8f74 006b8fb4 001276cb 00bb7380 00ab5ee0
00000000 00000000 006b8f74 00000000 006b8fb4 00000000 00000000 007ac00a
Call Trace: 001274e7 001276cb 00127780 00124619 0010a499
Code: f6 40 11 10 75 4a 8b 40 1c 85 c0 75 f3 eb 54 90 89 d0 c1 e8

EIP: 001594a0 t proc_follow_link
Trace: 00127490 T follow_link
Trace: 00127630 t _namei
Trace: 00127750 T namei
Trace: 001246f0 T sys_newstat
Trace: 0010a499 T system_call

(deleted: "Sep 14 21:20:03 gytha kernel: ")
general protection: 0000
EIP: 0010:001595b0
EFLAGS: 00010282
eax: f000f37a ebx: 00000000 ecx: 002a6810 edx: 00000006
esi: 00d0fb60 edi: 00902a80 ebp: 00bd1f74 esp: 00bd1f1c
ds: 0018 es: 0018 fs: 002b gs: 002b ss: 0018
Process killall (pid: 913, process nr: 22, stackpage=00bd1000)
Stack: 00d0fb60 00bd1f74 00000000 bffff0d0 001274e7 00902a80 00d0fb60 00000000
00000000 00bd1f74 00000000 00bd1f74 00bd1fb4 001276cb 00902a80 00d0fb60
00000000 00000000 00bd1f74 00000000 00bd1fb4 00000000 00000000 00ebd00a
Call Trace: 001274e7 001276cb 00127780 00124619 0010a499
Code: f6 40 11 10 75 4a 8b 40 1c 85 c0 75 f3 eb 54 90 89 d0 c1 e8

well the EIP, and Trace are the same for this one too. then these
happened, I was trying to link (with ppp) to check mail. I have a script
that I run (with killall on it) to kill off unwanted processes, (like
waitpppd if pppd exits (pppd send's wiatpppd a SIGCONT via
/etc/ppp/ip-up). It calls it's self to carry on checking ....)

#!/bin/sh
sleep 5s
killall -0 $1 2>/dev/null
if [ $? = 0 ]; then
killall -0 $2 2>/dev/null
if [ $? != 0 ]; then
killall $1
else
/etc/ppp/killme.sh $1 $2 &
fi
fi

Hmm, just had annother one (same EIP, and Trace)
Bryn Jones

--
I'm Really Bryn Jones <bpaj@gytha.demon.co.uk>