Forum OpenACS Q&A: OACS on Opteron problems

Collapse
Posted by Patrick McNeill on
I'm trying to get an older site working on a new dual Opteron server, running OACS4.5 on Aolserver 3.5.11. I'm getting repeatable crashes in the templating system with no associated logging. Compiling Tcl with --enable-64bit helped a lot of the crashes, but I'm still getting some on a very simple form page (no custom display). The following line in template::form::generate seems to be causing the problem:

set __adp_output [template $id $style]

Any ideas? I'm pretty much baffled.