I've patched a fresh kernel 2.4.20 with JFS 1.1.2 tarball from
<http://oss.software.ibm.com/jfs/>.  Once the system was under load, the
kernel oopsed and any access to the JFS partitions deadlocks.  I'm
including the decoded oops below.

Are there problems with the 1.1.2 code?  Or using it with 2.4.20?  Any
hints?


-Chris

ksymoops 2.4.5 on i686 2.4.20jfs.  Options used
     -V (default)
     -k /proc/ksyms (specified)
     -l /proc/modules (specified)
     -o /lib/modules/2.4.20jfs/ (specified)
     -m /boot/System.map-2.4.20jfs (specified)

kernel BUG at jfs_dmap.c:2716!
invalid operand: 0000
CPU:    1
EIP:    0010:[<c018482f>]    Not tainted
Using defaults from ksymoops -t elf32-i386 -a i386
EFLAGS: 00010282
eax: 00000038   ebx: 000000fe   ecx: ffffffff   edx: 00000001
esi: 00000005   edi: 000000ff   ebp: eb6edcdc   esp: eb6edcb8
ds: 0018   es: 0018   ss: 0018
Process rm (pid: 7142, stackpage=eb6ed000)
Stack: c027adae c027ada3 00000a9c c027afb7 f5cda800 00000006 f5cda000 f5cda076
       00000001 eb6edd28 c018419e f5cda010 000000ff 00000005 f5cdabfc 0000000a
       f5cda000 f7658000 00000004 00000000 f7658038 f7659004 f5cda800 f5cda010
Call Trace:    [<c018419e>] [<c0183e16>] [<c018230c>] [<c01921ee>] [<c017d486>]
  [<c01753ec>] [<c018fee7>] [<c0190c19>] [<c0190a63>] [<c019101f>] [<c0176659>]
  [<c01753ec>] [<c01905b9>] [<c0175406>] [<c0149c07>] [<c0147d78>] [<c0140748>]
  [<c0140810>] [<c0106fa3>]
Code: 0f 0b 9c 0a a3 ad 27 c0 83 c4 10 8d b6 00 00 00 00 39 df 7d


>>EIP; c018482f <dbJoin+73/dc>   <=====

>>ecx; ffffffff <END_OF_CODE+76dc7ac/????>
>>ebp; eb6edcdc <_end+2b3aa0a8/385d33cc>
>>esp; eb6edcb8 <_end+2b3aa084/385d33cc>

Trace; c018419e <dbFreeBits+de/2bc>
Trace; c0183e16 <dbFreeDmap+22/9c>
Trace; c018230c <dbFree+208/278>
Trace; c01921ee <txFreeMap+1b2/260>
Trace; c017d486 <xtTruncate+75a/dc4>
Trace; c01753ec <jfs_delete_inode+0/38>
Trace; c018fee7 <txLockFree+6b/70>
Trace; c0190c19 <txUnlock+1a1/220>
Trace; c0190a63 <txRelease+87/9c>
Trace; c019101f <txCommit+25f/2b0>
Trace; c0176659 <freeZeroLink+171/184>
Trace; c01753ec <jfs_delete_inode+0/38>
Trace; c01905b9 <txEnd+e9/fc>
Trace; c0175406 <jfs_delete_inode+1a/38>
Trace; c0149c07 <iput+df/204>
Trace; c0147d78 <d_delete+60/b0>
Trace; c0140748 <vfs_unlink+168/19c>
Trace; c0140810 <sys_unlink+94/110>
Trace; c0106fa3 <system_call+33/38>

Code;  c018482f <dbJoin+73/dc>
00000000 <_EIP>:
Code;  c018482f <dbJoin+73/dc>   <=====
   0:   0f 0b                     ud2a      <=====
Code;  c0184831 <dbJoin+75/dc>
   2:   9c                        pushf
Code;  c0184832 <dbJoin+76/dc>
   3:   0a a3 ad 27 c0 83         or     0x83c027ad(%ebx),%ah
Code;  c0184838 <dbJoin+7c/dc>
   9:   c4 10                     les    (%eax),%edx
Code;  c018483a <dbJoin+7e/dc>
   b:   8d b6 00 00 00 00         lea    0x0(%esi),%esi
Code;  c0184840 <dbJoin+84/dc>
  11:   39 df                     cmp    %ebx,%edi
Code;  c0184842 <dbJoin+86/dc>
  13:   7d 00                     jge    15 <_EIP+0x15> c0184844 <dbJoin+88/dc>

_______________________________________________
Jfs-discussion mailing list
[EMAIL PROTECTED]
http://www-124.ibm.com/developerworks/oss/mailman/listinfo/jfs-discussion

Reply via email to