reiserfs-devel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [Bug 14855] New: Reiserproblem
@ 2009-12-21 11:48 bugzilla-daemon
  2009-12-21 19:24 ` [Bug 14855] Reiserproblem bugzilla-daemon
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-12-21 11:48 UTC (permalink / raw)
  To: reiserfs-devel

http://bugzilla.kernel.org/show_bug.cgi?id=14855

           Summary: Reiserproblem
           Product: File System
           Version: 2.5
    Kernel Version: 2.6.26.5
          Platform: All
        OS/Version: Linux
              Tree: Mainline
            Status: NEW
          Severity: normal
          Priority: P1
         Component: ReiserFS
        AssignedTo: reiserfs-devel@vger.kernel.org
        ReportedBy: nerijus.kislauskas@ktu.lt
        Regression: No


Created an attachment (id=24242)
 --> (http://bugzilla.kernel.org/attachment.cgi?id=24242)
Our used kernel config of 2.6.26.5 kernel

A little bit of history:
I use reiserfs on our FTP server for debian, ubuntu mirrors. Every few months I
need to do reiserfsck because of file system corruption. Usualy need to execute
reiserfsck with --rebuild-tree option.

On 19 Dec 2009 server's kernel was not able to produce call's to disk. As I
noticed, kernel.log produces such information:

Dec 19 23:56:56 ftp kernel: [15486951.996884] ------------[ cut here
]------------ 
Dec 19 23:56:56 ftp kernel: [15486951.996884] kernel BUG at
fs/reiserfs/journal.c:532!
Dec 19 23:56:56 ftp kernel: [15486951.996884] invalid opcode: 0000 [#1] SMP     
Dec 19 23:56:56 ftp kernel: [15486951.996884] Modules linked in: qla2xxx        
Dec 19 23:56:56 ftp kernel: [15486951.997036]                                   
Dec 19 23:56:56 ftp kernel: [15486951.997036] Pid: 14237, comm: rsync Tainted:
G        W (2.6.26.5 #2)
Dec 19 23:56:56 ftp kernel: [15486951.997036] EIP: 0060:[<c01b511e>] EFLAGS:
00010246 CPU: 1           
Dec 19 23:56:56 ftp kernel: [15486951.997036] EIP is at
reiserfs_in_journal+0x111/0x137                
Dec 19 23:56:56 ftp kernel: [15486951.997036] EAX: f8ea29fc EBX: 0000180c ECX:
05b31574 EDX: f8e20000  
Dec 19 23:56:56 ftp kernel: [15486951.997036] ESI: cfb2be00 EDI: 05b30000 EBP:
00000005 ESP: e4115aa8  
Dec 19 23:56:56 ftp kernel: [15486951.997036]  DS: 007b ES: 007b FS: 00d8 GS:
0033 SS: 0068            
Dec 19 23:56:56 ftp kernel: [15486951.997036] Process rsync (pid: 14237,
ti=e4114000 task=f54823b0 task.ti=e4114000)
Dec 19 23:56:56 ftp kernel: [15486951.997036] Stack: 00002d98 f8e20000 00001574
00000b66 e4115b8c c81f6ed8 c0194264 00000001 
Dec 19 23:56:56 ftp kernel: [15486951.997506]        e4115ae4 e4115c60 00000b66
f6d54ec0 cfb2be00 f8e1ad98 00000000 00000000 
Dec 19 23:56:56 ftp kernel: [15486951.997506]        00000b66 00000b66 e4115c60
cfb2be00 c0195098 00008000 00000001 00000011 
Dec 19 23:56:56 ftp kernel: [15486951.997884] Call Trace:                       
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0194264>]
scan_bitmap_block+0x127/0x2a1                                    
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0195098>]
reiserfs_allocate_blocknrs+0x470/0xdd5                           
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c019d64e>]
reiserfs_get_block+0x304/0x12a8                                  
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c01778cd>]
__block_prepare_write+0x1b6/0x374                                
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c013aed2>]
add_to_page_cache+0x74/0x7b                                      
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0177b13>]
block_write_begin+0x57/0xea                                      
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c019d34a>]
reiserfs_get_block+0x0/0x12a8                                    
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c019f7e7>]
reiserfs_write_begin+0xff/0x1ec                                  
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c019d34a>]
reiserfs_get_block+0x0/0x12a8                                    
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c013b9fb>]
generic_file_buffered_write+0x116/0x63c                          
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c01d486f>]
security_inode_need_killpriv+0xc/0xd                             
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c013a81e>]
remove_suid+0x15/0x53                                            
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c013c1be>]
__generic_file_aio_write_nolock+0x29d/0x555                      
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c013c4cb>]
generic_file_aio_write+0x55/0xc5                                 
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c017331f>]
__mark_inode_dirty+0x4c/0x14c                                    
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0158cf2>]
do_sync_write+0xd2/0x10e                                         
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c016ace7>]
inode_setattr+0x9c/0x16d                                         
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c01629cf>]
do_filp_open+0x6e9/0x733                                         
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0129467>]
autoremove_wake_function+0x0/0x37                                
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c016af43>]
notify_change+0x18b/0x1b4                                        
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c016d3a5>]
mnt_drop_write+0x1d/0xcf                                         
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c01d4896>]
security_file_permission+0xc/0xd                                 
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0158e96>]
rw_verify_area+0x5a/0xb5                                         
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0157a1c>]
sys_fchmod+0x3e/0xac                                             
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c01a066a>]
reiserfs_file_write+0x0/0x7a                                     
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0159424>] vfs_write+0x79/0xa0 
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0159908>] sys_write+0x41/0x6a 
Dec 19 23:56:56 ftp kernel: [15486951.997884]  [<c0102c3d>]
sysenter_past_esp+0x6a/0x91                                      
Dec 19 23:56:56 ftp kernel: [15486951.997884]  =======================          
Dec 19 23:56:56 ftp kernel: [15486951.997884] Code: d0 31 c3 81 e3 ff 1f 00 00
8b 54 24 04 8b 84 9a 10 01 00 00 85 c0 75 09 eb 15 8b 40 20 85 c0 74 0e 39 48
08 75 f4 3b 70 04 75 ef <0f> 0b eb fe 31 c0 83 c4 08 5b 5e 5f 5d c3 83 c1 01 8b
56 0c c1                                                                        
Dec 19 23:56:56 ftp kernel: [15486951.999884] EIP: [<c01b511e>]
reiserfs_in_journal+0x111/0x137 SS:ESP 0068:e4115aa8                            
Dec 19 23:56:56 ftp kernel: [15486952.005586] ---[ end trace 6c0651af41821b30
]---                                                                            
Dec 19 23:56:56 ftp kernel: [15486952.005657] ------------[ cut here
]------------                                                                   
Dec 19 23:56:56 ftp kernel: [15486952.005730] WARNING: at kernel/exit.c:965
do_exit+0x537/0x677()                                                           
Dec 19 23:56:56 ftp kernel: [15486952.005800] Modules linked in: qla2xxx        
Dec 19 23:56:56 ftp kernel: [15486952.005983] Pid: 14237, comm: rsync Tainted:
G      D W 2.6.26.5 #2
Dec 19 23:56:56 ftp kernel: [15486952.006057]  [<c0118b48>]
warn_on_slowpath+0x4d/0x66
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c012c90a>]
atomic_notifier_call_chain+0x17/0x1b
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c022f111>]
notify_update+0x1f/0x23
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c022f33d>]
vt_console_print+0x1c0/0x290
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c022f17d>]
vt_console_print+0x0/0x290
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c0118f0a>]
__call_console_drivers+0x53/0x5f
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c012c74e>] up+0x9/0x2b
Dec 19 23:56:56 ftp kernel: [15486952.006919]  [<c011938e>]
release_console_sem+0x197/0x1c8
Dec 19 23:56:56 ftp kernel: [15486952.006985]  [<c011c0a9>] do_exit+0x537/0x677
Dec 19 23:56:56 ftp kernel: [15486952.007094]  [<c01036ec>]
apic_timer_interrupt+0x28/0x30
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c01198bc>] printk+0x1b/0x1f
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c01040bc>] do_trap+0x0/0xbe
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c0104205>]
do_invalid_op+0x0/0x8a
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c0104286>]
do_invalid_op+0x81/0x8a
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c01b511e>]
reiserfs_in_journal+0x111/0x137
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c01766db>]
__find_get_block_slow+0x4b/0xe8
Dec 19 23:56:56 ftp kernel: [15486952.007899]  [<c033f9ee>]
io_schedule+0x1d/0x27
Dec 19 23:56:56 ftp kernel: [15486952.007972]  [<c033fc2b>]
__wait_on_bit+0x54/0x5e
Dec 19 23:56:56 ftp kernel: [15486952.008081]  [<c0177281>]
sync_buffer+0x0/0x37
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c0177281>]
sync_buffer+0x0/0x37
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c033fc98>]
out_of_line_wait_on_bit+0x63/0x6b
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c0340e2a>]
error_code+0x72/0x78
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c017007b>]
aio_kick_handler+0x10b/0x2b0
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c01200d8>]
ptrace_get_task_struct+0x23/0x33
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c01b511e>]
reiserfs_in_journal+0x111/0x137
Dec 19 23:56:56 ftp kernel: [15486952.008908]  [<c0194264>]
scan_bitmap_block+0x127/0x2a1
Dec 19 23:56:56 ftp kernel: [15486952.008973]  [<c0195098>]
reiserfs_allocate_blocknrs+0x470/0xdd5
Dec 19 23:56:56 ftp kernel: [15486952.009086]  [<c019d64e>]
reiserfs_get_block+0x304/0x12a8
Dec 19 23:56:56 ftp kernel: [15486952.009899]  [<c01778cd>]
__block_prepare_write+0x1b6/0x374
Dec 19 23:56:56 ftp kernel: [15486952.009899]  [<c013aed2>]
add_to_page_cache+0x74/0x7b
Dec 19 23:56:56 ftp kernel: [15486952.009899]  [<c0177b13>]
block_write_begin+0x57/0xea
Dec 19 23:56:56 ftp kernel: [15486952.009899]  [<c019d34a>]
reiserfs_get_block+0x0/0x12a8
Dec 19 23:56:56 ftp kernel: [15486952.011908]  [<c019f7e7>]
reiserfs_write_begin+0xff/0x1ec
Dec 19 23:56:56 ftp kernel: [15486952.012019]  [<c019d34a>]
reiserfs_get_block+0x0/0x12a8
Dec 19 23:56:56 ftp kernel: [15486952.012129]  [<c013b9fb>]
generic_file_buffered_write+0x116/0x63c
Dec 19 23:56:56 ftp kernel: [15486952.012246]  [<c01d486f>]
security_inode_need_killpriv+0xc/0xd
Dec 19 23:56:56 ftp kernel: [15486952.012357]  [<c013a81e>]
remove_suid+0x15/0x53
Dec 19 23:56:56 ftp kernel: [15486952.012470]  [<c013c1be>]
__generic_file_aio_write_nolock+0x29d/0x555
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c013c4cb>]
generic_file_aio_write+0x55/0xc5
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c017331f>]
__mark_inode_dirty+0x4c/0x14c
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c0158cf2>]
do_sync_write+0xd2/0x10e
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c016ace7>]
inode_setattr+0x9c/0x16d
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c01629cf>]
do_filp_open+0x6e9/0x733
Dec 19 23:56:56 ftp kernel: [15486952.012894]  [<c0129467>]
autoremove_wake_function+0x0/0x37
Dec 19 23:56:56 ftp kernel: [15486952.012898]  [<c016af43>]
notify_change+0x18b/0x1b4
Dec 19 23:56:56 ftp kernel: [15486952.013007]  [<c016d3a5>]
mnt_drop_write+0x1d/0xcf
Dec 19 23:56:56 ftp kernel: [15486952.013115]  [<c01d4896>]
security_file_permission+0xc/0xd
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c0158e96>]
rw_verify_area+0x5a/0xb5
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c0157a1c>]
sys_fchmod+0x3e/0xac
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c01a066a>]
reiserfs_file_write+0x0/0x7a
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c0159424>] vfs_write+0x79/0xa0
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c0159908>] sys_write+0x41/0x6a
Dec 19 23:56:56 ftp kernel: [15486952.013896]  [<c0102c3d>]
sysenter_past_esp+0x6a/0x91
Dec 19 23:56:56 ftp kernel: [15486952.013896]  =======================
Dec 19 23:56:56 ftp kernel: [15486952.013947] ---[ end trace 6c0651af41821b30
]---

Server was online for about 250 days, filesystem repaired 2 or 3 times. I've
checked information regarding reiserfs, haven't found any patch or fix or
update to newer kernels. I strongly believe, that this problem may exist on a
stable 2.6.32.2 version kernel. Now our server runs on 2.6.29.3 kernel (was
configured earlier). Because this is a production server, we cannot do much
testing.

Related modules: qla2xxx (version:        8.03.00-k4)

Hardware:
Server: IBM eServer xSeries 346
HBA: QLogic QLA2340 ISP2312 FC2-133 PCI-X
Disk system: IBM DS400 (1700-1RS) with 14 SCSI disks

System: Debian 5.0.3

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 14855] Reiserproblem
  2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
@ 2009-12-21 19:24 ` bugzilla-daemon
  2009-12-21 20:31 ` [Bug 14855] New: Reiserproblem Christian Kujau
                   ` (3 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-12-21 19:24 UTC (permalink / raw)
  To: reiserfs-devel

http://bugzilla.kernel.org/show_bug.cgi?id=14855


Toby Thain <toby@telegraphics.com.au> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |toby@telegraphics.com.au




--- Comment #1 from Toby Thain <toby@telegraphics.com.au>  2009-12-21 19:24:38 ---
Have you thoroughly checked your hardware? (e.g. a proper soak of memtest86, to
start)

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* Re: [Bug 14855] New: Reiserproblem
  2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
  2009-12-21 19:24 ` [Bug 14855] Reiserproblem bugzilla-daemon
@ 2009-12-21 20:31 ` Christian Kujau
  2009-12-21 20:31 ` [Bug 14855] Reiserproblem bugzilla-daemon
                   ` (2 subsequent siblings)
  4 siblings, 0 replies; 6+ messages in thread
From: Christian Kujau @ 2009-12-21 20:31 UTC (permalink / raw)
  To: bugzilla-daemon; +Cc: reiserfs-devel, randy.dunlap, nerijus.kislauskas

On Mon, 21 Dec 2009 at 11:48, bugzilla-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=14855

Is this perhaps the same BUG Randy Dunlap reported[0] for 2.6.23-rc6-git3?
It's in fs/reiserfs/journal.c:531 there. There's another BUG in that area, 
also seen [1] by Randy. Can anyone confirm if they are related to this 
one here?

I've attached the first part of Nerijus' backtrace, hopefully line-unwrapped, below.

Christian.

[0] http://lkml.org/lkml/2007/9/13/284
[1] http://oss.oracle.com/~rdunlap/kerneltest/reiserfs-fsx/bug-2620-rc5-uni-reis-fsx

 ------------[ cut here ]------------ 
 kernel BUG at fs/reiserfs/journal.c:532!
 invalid opcode: 0000 [#1] SMP     
 Modules linked in: qla2xxx        
                                   
 Pid: 14237, comm: rsync Tainted: G        W (2.6.26.5 #2)
 EIP: 0060:[<c01b511e>] EFLAGS: 00010246 CPU: 1           
 EIP is at reiserfs_in_journal+0x111/0x137                
 EAX: f8ea29fc EBX: 0000180c ECX: 05b31574 EDX: f8e20000  
 ESI: cfb2be00 EDI: 05b30000 EBP: 00000005 ESP: e4115aa8  
  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068            
 Process rsync (pid: 14237, ti=e4114000 task=f54823b0 task.ti=e4114000)
 Stack: 00002d98 f8e20000 00001574 00000b66 e4115b8c c81f6ed8 c0194264 00000001 
        e4115ae4 e4115c60 00000b66 f6d54ec0 cfb2be00 f8e1ad98 00000000 00000000 
        00000b66 00000b66 e4115c60 cfb2be00 c0195098 00008000 00000001 00000011 
 Call Trace:                       
  [<c0194264>] scan_bitmap_block+0x127/0x2a1                                    
  [<c0195098>] reiserfs_allocate_blocknrs+0x470/0xdd5                           
  [<c019d64e>] reiserfs_get_block+0x304/0x12a8                                  
  [<c01778cd>] __block_prepare_write+0x1b6/0x374                                
  [<c013aed2>] add_to_page_cache+0x74/0x7b                                      
  [<c0177b13>] block_write_begin+0x57/0xea                                      
  [<c019d34a>] reiserfs_get_block+0x0/0x12a8                                    
  [<c019f7e7>] reiserfs_write_begin+0xff/0x1ec                                  
  [<c019d34a>] reiserfs_get_block+0x0/0x12a8                                    
  [<c013b9fb>] generic_file_buffered_write+0x116/0x63c                          
  [<c01d486f>] security_inode_need_killpriv+0xc/0xd                             
  [<c013a81e>] remove_suid+0x15/0x53                                            
  [<c013c1be>] __generic_file_aio_write_nolock+0x29d/0x555                      
  [<c013c4cb>] generic_file_aio_write+0x55/0xc5                                 
  [<c017331f>] __mark_inode_dirty+0x4c/0x14c                                    
  [<c0158cf2>] do_sync_write+0xd2/0x10e                                         
  [<c016ace7>] inode_setattr+0x9c/0x16d                                         
  [<c01629cf>] do_filp_open+0x6e9/0x733                                         
  [<c0129467>] autoremove_wake_function+0x0/0x37                                
  [<c016af43>] notify_change+0x18b/0x1b4                                        
  [<c016d3a5>] mnt_drop_write+0x1d/0xcf                                         
  [<c01d4896>] security_file_permission+0xc/0xd                                 
  [<c0158e96>] rw_verify_area+0x5a/0xb5                                         
  [<c0157a1c>] sys_fchmod+0x3e/0xac                                             
  [<c01a066a>] reiserfs_file_write+0x0/0x7a                                     
  [<c0159424>] vfs_write+0x79/0xa0 
  [<c0159908>] sys_write+0x41/0x6a 
  [<c0102c3d>] sysenter_past_esp+0x6a/0x91                                      
  =======================          
 Code: d0 31 c3 81 e3 ff 1f 00 00 8b 54 24 04 8b 84 9a 10 01 00 00 85 c0 75 09 eb 15 8b 40 20 85 c0 74 0e 39 48 08 75 f4 3b 70 04 75 ef <0f> 0b eb fe 31 c0 83 c4 08 5b 5e 5f 5d c3 83 c1 01 8b 56 0c c1                                                                        
 EIP: [<c01b511e>] reiserfs_in_journal+0x111/0x137 SS:ESP 0068:e4115aa8                            
  ---[ end trace 6c0651af41821b30 ]--- 
-- 
BOFH excuse #211:

Lightning strikes.

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

* [Bug 14855] Reiserproblem
  2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
  2009-12-21 19:24 ` [Bug 14855] Reiserproblem bugzilla-daemon
  2009-12-21 20:31 ` [Bug 14855] New: Reiserproblem Christian Kujau
@ 2009-12-21 20:31 ` bugzilla-daemon
  2009-12-22  8:22 ` bugzilla-daemon
  2009-12-22 17:33 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-12-21 20:31 UTC (permalink / raw)
  To: reiserfs-devel

http://bugzilla.kernel.org/show_bug.cgi?id=14855





--- Comment #2 from Christian Kujau <lists@nerdbynature.de>  2009-12-21 20:31:38 ---
On Mon, 21 Dec 2009 at 11:48, bugzilla-daemon@bugzilla.kernel.org wrote:
> http://bugzilla.kernel.org/show_bug.cgi?id=14855

Is this perhaps the same BUG Randy Dunlap reported[0] for 2.6.23-rc6-git3?
It's in fs/reiserfs/journal.c:531 there. There's another BUG in that area, 
also seen [1] by Randy. Can anyone confirm if they are related to this 
one here?

I've attached the first part of Nerijus' backtrace, hopefully line-unwrapped,
below.

Christian.

[0] http://lkml.org/lkml/2007/9/13/284
[1]
http://oss.oracle.com/~rdunlap/kerneltest/reiserfs-fsx/bug-2620-rc5-uni-reis-fsx

 ------------[ cut here ]------------ 
 kernel BUG at fs/reiserfs/journal.c:532!
 invalid opcode: 0000 [#1] SMP     
 Modules linked in: qla2xxx        

 Pid: 14237, comm: rsync Tainted: G        W (2.6.26.5 #2)
 EIP: 0060:[<c01b511e>] EFLAGS: 00010246 CPU: 1           
 EIP is at reiserfs_in_journal+0x111/0x137                
 EAX: f8ea29fc EBX: 0000180c ECX: 05b31574 EDX: f8e20000  
 ESI: cfb2be00 EDI: 05b30000 EBP: 00000005 ESP: e4115aa8  
  DS: 007b ES: 007b FS: 00d8 GS: 0033 SS: 0068            
 Process rsync (pid: 14237, ti=e4114000 task=f54823b0 task.ti=e4114000)
 Stack: 00002d98 f8e20000 00001574 00000b66 e4115b8c c81f6ed8 c0194264 00000001 
        e4115ae4 e4115c60 00000b66 f6d54ec0 cfb2be00 f8e1ad98 00000000 00000000 
        00000b66 00000b66 e4115c60 cfb2be00 c0195098 00008000 00000001 00000011 
 Call Trace:                       
  [<c0194264>] scan_bitmap_block+0x127/0x2a1                                    
  [<c0195098>] reiserfs_allocate_blocknrs+0x470/0xdd5                           
  [<c019d64e>] reiserfs_get_block+0x304/0x12a8                                  
  [<c01778cd>] __block_prepare_write+0x1b6/0x374                                
  [<c013aed2>] add_to_page_cache+0x74/0x7b                                      
  [<c0177b13>] block_write_begin+0x57/0xea                                      
  [<c019d34a>] reiserfs_get_block+0x0/0x12a8                                    
  [<c019f7e7>] reiserfs_write_begin+0xff/0x1ec                                  
  [<c019d34a>] reiserfs_get_block+0x0/0x12a8                                    
  [<c013b9fb>] generic_file_buffered_write+0x116/0x63c                          
  [<c01d486f>] security_inode_need_killpriv+0xc/0xd                             
  [<c013a81e>] remove_suid+0x15/0x53                                            
  [<c013c1be>] __generic_file_aio_write_nolock+0x29d/0x555                      
  [<c013c4cb>] generic_file_aio_write+0x55/0xc5                                 
  [<c017331f>] __mark_inode_dirty+0x4c/0x14c                                    
  [<c0158cf2>] do_sync_write+0xd2/0x10e                                         
  [<c016ace7>] inode_setattr+0x9c/0x16d                                         
  [<c01629cf>] do_filp_open+0x6e9/0x733                                         
  [<c0129467>] autoremove_wake_function+0x0/0x37                                
  [<c016af43>] notify_change+0x18b/0x1b4                                        
  [<c016d3a5>] mnt_drop_write+0x1d/0xcf                                         
  [<c01d4896>] security_file_permission+0xc/0xd                                 
  [<c0158e96>] rw_verify_area+0x5a/0xb5                                         
  [<c0157a1c>] sys_fchmod+0x3e/0xac                                             
  [<c01a066a>] reiserfs_file_write+0x0/0x7a                                     
  [<c0159424>] vfs_write+0x79/0xa0 
  [<c0159908>] sys_write+0x41/0x6a 
  [<c0102c3d>] sysenter_past_esp+0x6a/0x91                                      
  =======================          
 Code: d0 31 c3 81 e3 ff 1f 00 00 8b 54 24 04 8b 84 9a 10 01 00 00 85 c0 75 09
eb 15 8b 40 20 85 c0 74 0e 39 48 08 75 f4 3b 70 04 75 ef <0f> 0b eb fe 31 c0 83
c4 08 5b 5e 5f 5d c3 83 c1 01 8b 56 0c c1                                       
 EIP: [<c01b511e>] reiserfs_in_journal+0x111/0x137 SS:ESP 0068:e4115aa8         
  ---[ end trace 6c0651af41821b30 ]---

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 14855] Reiserproblem
  2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
                   ` (2 preceding siblings ...)
  2009-12-21 20:31 ` [Bug 14855] Reiserproblem bugzilla-daemon
@ 2009-12-22  8:22 ` bugzilla-daemon
  2009-12-22 17:33 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-12-22  8:22 UTC (permalink / raw)
  To: reiserfs-devel

http://bugzilla.kernel.org/show_bug.cgi?id=14855





--- Comment #3 from Nerijus Kislauskas <nerijus.kislauskas@ktu.lt>  2009-12-22 08:22:01 ---
(In reply to comment #1)
> Have you thoroughly checked your hardware? (e.g. a proper soak of memtest86, to
> start)

Hi Toby,

Before production, I always do a memtest, upgrading firmware, do some stress
tests. As I remember, in that time memtest86 showed good results. Maybe
somethings changed since then, I can do more memtesting, but need to plan
downtime for couple of hours, let know users about maintenance and so on.
Server itself does not give any info through diagnostic LED's about any
problems. Give me some time, I will try to do additional memtesting, but I
don't think that problem is in memory.

Nerijus

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

* [Bug 14855] Reiserproblem
  2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
                   ` (3 preceding siblings ...)
  2009-12-22  8:22 ` bugzilla-daemon
@ 2009-12-22 17:33 ` bugzilla-daemon
  4 siblings, 0 replies; 6+ messages in thread
From: bugzilla-daemon @ 2009-12-22 17:33 UTC (permalink / raw)
  To: reiserfs-devel

http://bugzilla.kernel.org/show_bug.cgi?id=14855





--- Comment #4 from Toby Thain <toby@telegraphics.com.au>  2009-12-22 17:33:26 ---
Memory can die over time. Another way to do quick and dirty memory testing
while the box is in production could be to run some heavy compiles, perhaps
many in parallel... but ideally memtest, of course :)

The main reason I mentioned it is because you are using Reiser3, which is very
mature and stable. It seems plausible that hardware could be at fault.

-- 
Configure bugmail: http://bugzilla.kernel.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

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

end of thread, other threads:[~2009-12-22 17:33 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-21 11:48 [Bug 14855] New: Reiserproblem bugzilla-daemon
2009-12-21 19:24 ` [Bug 14855] Reiserproblem bugzilla-daemon
2009-12-21 20:31 ` [Bug 14855] New: Reiserproblem Christian Kujau
2009-12-21 20:31 ` [Bug 14855] Reiserproblem bugzilla-daemon
2009-12-22  8:22 ` bugzilla-daemon
2009-12-22 17:33 ` bugzilla-daemon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).