7 Jan 2005 22:40
irritating bug
in the process of getting setup to try some of the things on caerwyn's blog, I ran into a problem that's almost certainly a bug either in mk, bufio, or even emu itself. I grabbed caerwyn's src, (http://home.comcast.net/~caerwyn/caerwyn.arch.gz), installed it, and then followed his build instructions in doc/NOTES. at a random point in the mk install, mk hangs and there's a bufio thread from mk that appears to be wedged. ps shows: 524 30 crd 0:00.0 release 193K Mk[$Sys] 545 30 crd 0:00.0 release 202K Bufio[$Sys] I can debug the bufio thread, and the stack trace ends in readchunk bufio.b:79.5, 48 I can kill the bufio thread and restart mk, but it never finishes all the way through no matter how many times I do this. since it happens at random points in the process, I thought it might be some bad interaction between emu and the host os's filesystem. this first happened to me on the macosx platform, but I was able to duplicate the problem on both a linux system and a freebsd system. my plan9 system did not have the problem. all the systems were running the 20041217 release, but I recall having the same problem with the 20040905 release (at least on macosx) as well. has anyone else seen this?(Continue reading)
RSS Feed