On 04 Sep 2011, at 20:27, Lukas Renggli wrote:
Strange indeed. I just downloaded the lastest base seaside3 image from http://jenkins.lukas-renggli.ch and executed the builder/scripts/seaside3-zinc.st code manually and the server started and worked as expected.
The strange thing is that it happened in both builds, Seaside 3.0 and 3.1.
Yeah, I saw that too, kind of rules out chance, too bad.
The PrimitiveFailed seems to be in (server) Socket>>#waitForAcceptFor: but nothing was changed in the code calling that, or in surrounding error handlers.
I am correct to assume that the crash is while starting the server ? Or is it later during the save image ?
Yes, the stack trace is while starting the server.
Just looking at the code, I can't think of an explanation (since it worked before). The last diff is pretty small, all in one class. Could it be VM related ? Can I download the exact same VM that you are using, but that would be a linux one I guess ? Maybe I should set up a build process in my virtual Ubuntu but that will take some time. I took the seaside-zinc image but that was the previous one so that didn't help. I want to help but where should I start ? Any suggestions ? Sven