rdmenezes / paragent

Automatically exported from code.google.com/p/paragent
0 stars 0 forks source link

Archon crashes when a machine tries to communicate with it #72

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Set up all the server-side software with the easy installer
2. Install Templar on a client machine
3. Check the logs for Archon

What is the expected output? What do you see instead?
The machine should register and appear in the Nexus interface.
Instead, archon crashes with:
fatal error encountered in SBCL pid 14033(tid 3085227696):
maximum interrupt nesting depth (32) exceeded

Welcome to LDB, a low-level debugger for the Lisp runtime environment.
ldb>

What version of the product are you using? On what operating system?
Ubuntu Linux 7.10. Easy installer downloaded on 15/04/2008

Please provide any additional information below.

I got this working on one server, but moving the install to another server
did not entirely work. Archon is the only broken bit at the moment, nexus
works fine.

Original issue reported on code.google.com by w...@proporta.com on 15 Apr 2008 at 5:28

GoogleCodeExporter commented 9 years ago
Since compiling sbcl, this issue is resolved. The sbcl that came in the Easy
installer couldn't cope with more than one connection at a time I think.

Original comment by will...@gmail.com on 18 Apr 2008 at 4:05