lkml.org 
[lkml]   [2003]   [Dec]   [2]   [last100]   RSS Feed
Views: [more markup]  [less markup]  [headers]  [forward] 
 
Messages in this thread
    /
    DateTue, 02 Dec 2003 11:15:38 +0100
    FromOliver Teuber <>
    SubjectPROBLEM: kernel oops / 2.4.23
    hello
    
    we have some trouble with linux kernel 2.4.
    
    our server is crashing randomly with an
    kernel oops.
    
    attached is the oops, ksymoops output and
    a compressed textfile with the
    system description.
    
    the server is running helios ethershare (like
    netatalk) to serve some apple macs.
    
    please help.
    
    yours, oliver teuber
    
    ksymoops 2.4.9 on i686 2.4.23.  Options used
         -v /usr/src/linux/vmlinux (specified)
         -k /proc/ksyms (default)
         -l /proc/modules (default)
         -o /lib/modules/2.4.23/ (default)
         -m /usr/src/linux/System.map (default)
    
    Reading Oops report from the terminal
    Oops: 0000
    CPU:    0
    EIP:    0010:[<c0119780>]    Not tainted
    Using defaults from ksymoops -t elf32-i386 -a i386
    EFLAGS: 00010086
    eax: c83a643c   ebx: 00000000   ecx: 00000001   edx: 00000001
    esi: ce6d2980   edi: c83a643c   ebp: cdb61a6c   esp: cdb61a54
    ds: 0018   es: 0018   ss: 0018
    Process lpd (pid: 4136, stackpage=cdb61000)
    Stack: 00000001 00000286 00000001 c41c1680 ce6d2980 00000000 00000046 c02282d4
           cfca1400 00000000 00000202 c41c1680 c022789b c41c1680 c8c9b180 c02288d1
           ce6d2980 cfca1560 fffffffd c022c7cb ce6d2980 cdb61af0 00000001 c033aa88
    Call Trace:    [<c02282d4>] [<c022789b>] [<c02288d1>] [<c022c7cb>] [<c0120bb1>]
      [<c010aa19>] [<c010cf18>] [<d094c782>] [<d094cbe4>] [<d094c3c0>] [<d094d048>]
      [<d094ead2>] [<d094f0f2>] [<d095e82f>] [<d093d719>] [<d095e83d>] [<d0955057>]
      [<d093ebd0>] [<d095e83d>] [<c0150356>] [<c013e224>] [<c013cd7d>] [<c013ce0b>]
      [<c0108f27>]
    Code: 8b 13 0f 18 02 39 c3 74 76 8d b4 26 00 00 00 00 8b 4b fc 8b
    
    >>EIP; c0119780 <__wake_up+20/b0>   <=====
    
    >>eax; c83a643c <_end+80372e8/1057bf0c>
    >>esi; ce6d2980 <_end+e36382c/1057bf0c>
    >>edi; c83a643c <_end+80372e8/1057bf0c>
    >>ebp; cdb61a6c <_end+d7f2918/1057bf0c>
    >>esp; cdb61a54 <_end+d7f2900/1057bf0c>
    
    Trace; c02282d4 <sock_def_write_space+64/90>
    Trace; c022789b <sock_wfree+3b/40>
    Trace; c02288d1 <__kfree_skb+41/100>
    Trace; c022c7cb <net_tx_action+2b/b0>
    Trace; c0120bb1 <do_softirq+51/a0>
    Trace; c010aa19 <do_IRQ+99/b0>
    Trace; c010cf18 <call_do_IRQ+5/d>
    Trace; d094c782 <[reiserfs]comp_keys+362/3f0>
    Trace; d094cbe4 <[reiserfs]is_tree_node+64/70>
    Trace; d094c3c0 <[reiserfs]__constant_memcpy+c0/120>
    Trace; d094d048 <[reiserfs]search_for_position_by_key+f8/4c0>
    Trace; d094ead2 <[reiserfs]reiserfs_cut_from_item+222/4b0>
    Trace; d094f0f2 <[reiserfs]reiserfs_do_truncate+322/580>
    Trace; d095e82f <[reiserfs].rodata.end+5ab0/5ca1>
    Trace; d093d719 <[reiserfs]reiserfs_truncate_file+e9/230>
    Trace; d095e83d <[reiserfs].rodata.end+5abe/5ca1>
    Trace; d0955057 <[reiserfs]journal_end+27/30>
    Trace; d093ebd0 <[reiserfs]reiserfs_file_release+3a0/450>
    Trace; d095e83d <[reiserfs].rodata.end+5abe/5ca1>
    Trace; c0150356 <locks_remove_flock+76/80>
    Trace; c013e224 <fput+114/120>
    Trace; c013cd7d <filp_close+4d/90>
    Trace; c013ce0b <sys_close+4b/60>
    Trace; c0108f27 <system_call+33/38>
    
    Code;  c0119780 <__wake_up+20/b0>
    00000000 <_EIP>:
    Code;  c0119780 <__wake_up+20/b0>   <=====
       0:   8b 13                     mov    (%ebx),%edx   <=====
    Code;  c0119782 <__wake_up+22/b0>
       2:   0f 18 02                  prefetchnta (%edx)
    Code;  c0119785 <__wake_up+25/b0>
       5:   39 c3                     cmp    %eax,%ebx
    Code;  c0119787 <__wake_up+27/b0>
       7:   74 76                     je     7f <_EIP+0x7f>
    Code;  c0119789 <__wake_up+29/b0>
       9:   8d b4 26 00 00 00 00      lea    0x0(%esi,1),%esi
    Code;  c0119790 <__wake_up+30/b0>
      10:   8b 4b fc                  mov    0xfffffffc(%ebx),%ecx
    Code;  c0119793 <__wake_up+33/b0>
      13:   8b 00                     mov    (%eax),%eax
     <0>Kernel panic: Aiee, killing interrupt handler!
    [unhandled content-type:application/x-gzip]
    \
     
     \ /
      Last update: 2005-03-22 13:59    [from the cache]
    ©2003-2008