Re: [lc-devel] Compressed Cache v0.23pre6
Status: Beta
Brought to you by:
nitin_sf
From: David C. <dav...@sh...> - 2002-06-16 15:23:56
|
Rodrigo Souza de Castro wrote: >On Fri, Jun 14, 2002 at 03:20:32PM +0200, Marc-Christian Petersen wrote: > > >>On Fri, 14 Jun 2002, Rodrigo Souza de Castro wrote: >> >> >>>Did you compile with page cache support? >>> >>> >>sorry, forgot that in my previous mail. No, without Page cache >>support. >> >> > >Rats, I haven't tested the patch without page cache support before >releasing! Sorry for that. > > > >>Args, now have a look. Thats the first oops i got, before there were just freezes. >>Just started up xwindows and got the following: >> >> > >Nice you sent the oops. Doesn't seem to make much sense, but I will >check that! > > > >>Jun 14 15:00:05 codeman kernel: Call Trace: >>[grow_comp_cache+191/300] [try_to_free_pages+77/104] >>[balance_classzone+119/588] [__alloc_pages+262/356] >>[_alloc_pages+22/24] >>Jun 14 15:00:05 codeman kernel: [do_anonymous_page+76/224] >>[do_no_page+62/412] [handle_mm_fault+93/240] >>[do_page_fault+455/1257] [do_page_fault+0/1257] >>[update_wall_time+11/60] >>Jun 14 15:00:05 codeman kernel: [timer_bh+46/968] >>[bh_action+38/116] [tasklet_hi_action+93/128] [do_softirq+109/216] >>[do_IRQ+214 232] [error_code+52/64] >> >> > >Best regards, > > I also support some problem in the 0.23pre4 page cache support code, I have my own filesystem and experience page cache oops() after using dirty shared mmap pages (calling to writepage() fs methods). I think it is wise to take out the pagecache support code, at least a compile time flag to turn on/off . This will simply way of debugging. regards, David |