On 01. November 2013 at 08:10:22, Dave Cottlehuber ([email protected]) wrote: > > > On Oct 31, 2013, at 5:13 PM, Nathan Vander Wilt > > > wrote: > > So there’s 2 things here > > - why the couch doesn’t get restarted? > > Sounds very much like the afore mentioned pid race condition. > Wendall do you know any more about this? I thought you had some > ideas about it IIRC. > > - why io:putchars/2 has trouble writing to a boring log file, > which obviously works most of the time. > > <0.93.0>,unicode, <<"[Thu, 31 Oct 2013 19:48:48 GMT...”>> > > io:put_chars(Fd, unicode, <>) doesn’t look right > — there’s no io:put_chars/3. > > This unicode looks weird and from a quick look I can’t see where > it should come from.
Hey Nate, I think from unicode:characters_to_binary actually. BTW what erlang are you running here, and what couch version? > Can you get more of the logfile (like hundreds of lines) and stick > it somewhere? email is fine. > > I’d like to see what happens to <0.93.0> (the process wrapping > the log fd), and also if the unicode atom turns up anywhere else > prior. > > A+ > Dave
