* 2.6.8.1-mm4 oops
@ 2004-08-28 15:07 Pierre Etchemaite
2004-08-28 18:27 ` Alex Zarochentsev
0 siblings, 1 reply; 2+ messages in thread
From: Pierre Etchemaite @ 2004-08-28 15:07 UTC (permalink / raw)
To: reiserfs-list
Hi all,
Just gave kernel 2.6.8.1-mm4's Reiserfs4 support a try on my home box :)
As a test, I tried to import Linux kernel 2.6.0 source tree into a brand new
Subversion repository (Just in case you don't
know about Subversion yet, try http://subversion.tigris.org/, it's a
very nice revision control system).
Importing was much slower than expected, so I straced svn. The problem was
easy to understand: being based on BerkeleyDB4 transactions, it was doing
fsync() all around, and I remember reading in this list that Reiserfs4's
fsync()s [well, was it sync() ?] was currently exiting synchronously, which
is not the traditional behavior of this call.
Ok, nevermind if this was a bad speed test ;) I ^C'ed strace (during a
fsync() I think, since most of svn's time was spent there), and all
the sudden OOPses started scrolling in logs' window. After a few seconds, I
had to reset the system.
Too bad I couldn't find anything in the logs after reboot, but the problem
occured on first try, so I suspect it will be easy to reproduce.
Good luck!
Pierre.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: 2.6.8.1-mm4 oops
2004-08-28 15:07 2.6.8.1-mm4 oops Pierre Etchemaite
@ 2004-08-28 18:27 ` Alex Zarochentsev
0 siblings, 0 replies; 2+ messages in thread
From: Alex Zarochentsev @ 2004-08-28 18:27 UTC (permalink / raw)
To: Pierre Etchemaite; +Cc: reiserfs-list
On Sat, Aug 28, 2004 at 05:07:21PM +0200, Pierre Etchemaite wrote:
>
> Hi all,
>
> Just gave kernel 2.6.8.1-mm4's Reiserfs4 support a try on my home box :)
>
> As a test, I tried to import Linux kernel 2.6.0 source tree into a brand new
> Subversion repository (Just in case you don't
> know about Subversion yet, try http://subversion.tigris.org/, it's a
> very nice revision control system).
>
> Importing was much slower than expected, so I straced svn. The problem was
> easy to understand: being based on BerkeleyDB4 transactions, it was doing
> fsync() all around, and I remember reading in this list that Reiserfs4's
> fsync()s [well, was it sync() ?] was currently exiting synchronously, which
> is not the traditional behavior of this call.
>
> Ok, nevermind if this was a bad speed test ;) I ^C'ed strace (during a
> fsync() I think, since most of svn's time was spent there), and all
> the sudden OOPses started scrolling in logs' window. After a few seconds, I
> had to reset the system.
did you enable reiser4 debugging options?
>
> Too bad I couldn't find anything in the logs after reboot, but the problem
> occured on first try, so I suspect it will be easy to reproduce.
>
> Good luck!
> Pierre.
thanks for the report.
--
Alex.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2004-08-28 18:27 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2004-08-28 15:07 2.6.8.1-mm4 oops Pierre Etchemaite
2004-08-28 18:27 ` Alex Zarochentsev
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.