monotone-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Monotone-devel] automate stdio bug / botan problem


From: Jack Lloyd
Subject: Re: [Monotone-devel] automate stdio bug / botan problem
Date: Wed, 28 May 2008 10:38:13 -0400
User-agent: Mutt/1.5.11

On Wed, May 28, 2008 at 04:26:49PM +0200, Thomas Keller wrote:

> As you can see, the second select i: succeeds just fine, but the third 
> (invalid) command again crashes automate stdio. Has anybody a clue with 
> more botan knowledge than me what is going on here?

A guess:

pipe.start_msg();
pipe.write(/*some stuff*/)
 // -> throws an exception, unwinds
pipe.end_msg(); // never called due to unwind

// later
pipe.start_msg(); // still inside previous message
  // -> throws Invalid_State

Epic design fail on my part. :(

-Jack




reply via email to

[Prev in Thread] Current Thread [Next in Thread]