shampoo icon indicating copy to clipboard operation
shampoo copied to clipboard

Server breaks after some usage

Open zecke opened this issue 12 years ago • 0 comments

I tried to use shampoo with one client. I execute code like:

Smalltalk at: #HO put: Handover new

and the code was not executed (nothing ending in the smalltalk dictionary), then I tried to use '3+3' C-c C-p but it stopped printing anything. I restarted emacs and tried to login again but it failed without asking for a password

The image is still running, the code gives me:

Shampoo.ShampooServer allInstances first inspect Shampoo.ShampooServer process: Process(nil at userSchedulingPriority, waiting on a semaphore) server: Sockets.ServerSocket[0.0.0.0:9092] clients: OrderedCollection (a ClientConnection ) clientsMutex: Semaphore(nil: free, 1 available signals) creds: an AuthInfo a ShampooServer

zecke avatar Dec 25 '12 18:12 zecke