On Sat, Jun 22, 2002 at 04:10:40PM -0400, Daniel Andor wrote: > Hi, > > When trying to run a particular program, I reproducibly get a few > dozen kernel messages of the form: > > attempt to access beyond end of device > 03:06: rw=0, want=536995844, limit=11680168 > attempt to access beyond end of device > 03:06: rw=0, want=1342296068, limit=11680168 My previous email got swallowed because I used a singe '.' in a line. :) Apart from the above errors, I then get a whole bunch of EXT3 errors ending in: EXT3-fs error (device ide0(3,6)): ext3_free_blocks: Freeing blocks not in datazone - block = 788558848, count = 1 Kernel panic: EXT3-fs panic (device ide0(3,6)): load_block_bitmap: block_group >= groups_count - block_group = 131071, groups_count = 90 (inode.c, 2328): ext3_write_inode: called recursively, non-PF_MEMALLOC! (inode.c, 2328): ext3_write_inode: called recursively, non-PF_MEMALLOC! (inode.c, 2328): ext3_write_inode: called recursively, non-PF_MEMALLOC! (inode.c, 2328): ext3_write_inode: called recursively, non-PF_MEMALLOC! (inode.c, 2328): ext3_write_inode: called recursively, non-PF_MEMALLOC! Then the filesystem is remounted ro, and I can't use the computer. I've tried fsck when the systemm is ro, but it doesn't make any difference. Any ideas? Many thanks, Daniel.