Re: [Monotone-devel] monotone Fehler

2007-10-05 Thread Markus Schiltknecht
Hallo Matthias, Matthias Jauernig wrote: mtn: Fataler Fehler: std::logic_error: paths.cc:415: Invariante 'I(utf8_validate(utf8(data)) !has_bad_component_chars(data) data != . data != ..)' verletzt mtn: Dies ist ganz bestimmt ein Fehler in monotone. ... Über eine Antwort (vll. war es ja ein

[Monotone-devel] database or disk is full

2007-10-05 Thread Benoît Dejean
Hello, I'm running 4c7504ea753f15bde2abc80e0e74dfc0951735e4 and i can't db init with it: i get sqlite error: database or disk is full. Of course disk is not full at all. Debian Sid mtn-0.35 runs fine. There is obviously an overflow somewhere. Please have a look at the attached strace output:

Re: [Monotone-devel] missing public keys

2007-10-05 Thread Benoît Dejean
Le mardi 02 octobre 2007 à 16:26 +0200, Benoît Dejean a écrit : Hello, I'm trying to checkout a branch but i'm missing a public key : mtn -d /home/monotone/foobar.db co --branch=com.foobar foobar mtn: warning: ignoring unknown signature by '[EMAIL PROTECTED]' on '[EMAIL

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Zack Weinberg
On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: Hello, I'm running 4c7504ea753f15bde2abc80e0e74dfc0951735e4 and i can't db init with it: i get sqlite error: database or disk is full. Of course disk is not full at all. Debian Sid mtn-0.35 runs fine. I'm afraid this is a known bug. No one

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Benoît Dejean
Le vendredi 05 octobre 2007 à 09:27 -0700, Zack Weinberg a écrit : On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: Hello, I'm running 4c7504ea753f15bde2abc80e0e74dfc0951735e4 and i can't db init with it: i get sqlite error: database or disk is full. Of course disk is not full at

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Benoît Dejean
Le vendredi 05 octobre 2007 à 09:27 -0700, Zack Weinberg a écrit : On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: Hello, I'm running 4c7504ea753f15bde2abc80e0e74dfc0951735e4 and i can't db init with it: i get sqlite error: database or disk is full. Of course disk is not full at

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Zack Weinberg
On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: I'm afraid this is a known bug. No one has yet been able to track it down. Does this happen 100% reproducibly for you? Does it go away if you rebuild the mtn executable with CFLAGS='-g -O0' CXXFLAGS='-g -O0'? Yep, it does not happen

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Justin Patrin
On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: Le vendredi 05 octobre 2007 à 09:27 -0700, Zack Weinberg a écrit : On 10/5/07, Benoît Dejean [EMAIL PROTECTED] wrote: Hello, I'm running 4c7504ea753f15bde2abc80e0e74dfc0951735e4 and i can't db init with it: i get sqlite error:

Re: [Monotone-devel] missing public keys

2007-10-05 Thread Nathaniel Smith
On Fri, Oct 05, 2007 at 10:07:49AM +0200, Benoît Dejean wrote: Let me explain better. I'm missing two public keys: - an old key of mine that i used to commit on this project. - a key from a another developer. I though the keys were stored in the database. My old key was surely in my

Re: [Monotone-devel] database or disk is full

2007-10-05 Thread Nathaniel Smith
On Fri, Oct 05, 2007 at 07:54:51PM +0200, Benoît Dejean wrote: I'm rebuilding right now. This makes me very nervous about silent database corruption :/ Don't be too nervous -- as far as we can tell, it is some sort of weird sqlite issue, and monotone doesn't actually trust sqlite not to clobber

[Monotone-devel] nvm.experiment.pcre ready for merge

2007-10-05 Thread Zack Weinberg
I've updated the net.venge.monotone.experiment.pcre branch to latest mainline and to PCRE 7.4. It passes all the tests with no problems. I've dealt with the potential stack-overflow problem by imposing a sane recursion limit (normal regexps need only a few recursions at most; PCRE's default is

Re: [Monotone-devel] nvm.experiment.pcre ready for merge

2007-10-05 Thread Richard Levitte
In message [EMAIL PROTECTED] on Fri, 5 Oct 2007 19:04:46 -0700, Zack Weinberg [EMAIL PROTECTED] said: zackw I've updated the net.venge.monotone.experiment.pcre branch to zackw latest mainline and to PCRE 7.4. It passes all the tests with zackw no problems. I've dealt with the potential