Re: [Monotone-devel] Commit error (Possible LUA problem)

2010-01-23 Thread Philipp Gröschler
Thomas Keller schrieb:
 This line leads me to the execute() function, apparently it is called
 with no arguments in place from somewhere. Do you happen to have a
 custom, not working edit_comment hook lingering around anywhere?

Not sure about that. I know that there is no custom LUA script in
~/.monotone, only the key directory. It could be that in the whole
system upgrading process some shared LUA script (if there is any at all)
was modified, though I doubt that.

Too bad the 0.44 ebuild has fallen out of Portage a while ago, otherwise
I could just re-emerge Monotone and the error would most probably go
away. Seems to be time for an update, finally ;-)

Anyway, thanks!

Philipp


___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel


[Monotone-devel] Re: netsync_large_file fails on Linux

2010-01-23 Thread Timothy Brownawell

Thomas Keller wrote:

Hi Timothy!

Thomas Moschny told me about a test failure on OSX in
netsync_large_file, where the netsync session does not properly end in
confirmed state. I bisected (again) my way through the recent changes
and found the faulty revision: 8af10f7c168459e83c2076fedcf5bd2a582143a3.

The problem this time is that I'm not into this networking code much and
if I revert the faulty fix the original issue is no longer addressed
either. Could you have a look if you have some time?


This is fixed now.

What happened was that Netxx::Socket::write() was looping until all 
bytes had been written, and failing if any write(2) didn't work -- which 
of course the second or third wouldn't, given non-blocking mode and more 
data than can fit in the send buffer.



___
Monotone-devel mailing list
Monotone-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/monotone-devel