Every once and a while, using arc3, I get the below error when hitting the browsers back button. This happens even just using news.arc. * tcp-write error writing (Broken pipe; errno=32)
I have been having a difficult time tracking down why the error happens when it appears I have changed no code or only changed something really small.I am wildly guessing it has to do with arc3's memory custodian changes shutting down the
server loop based upon some internet searching. http://www.cs.brown.edu/pipermail/plt-scheme/2007-July/019673.html
http://www.cs.brown.edu/pipermail/plt-scheme/2007-July/019674.html
but not sure....Note: 1. One time I changed asv from port 9002 to 8080 which seemed to fix the issue.
2. Another time I deleted a hidden file .DS_Store from the arc directory to fix it.
Anyway I am hoping # 2 solves it for me from now on, but I thought other members might like to know.T. |