What is needed to do to generate trace files with Aion in Linux/Unix environments?
To build an Aion application on Unix with a trace, use the build command :
respawn (my application name).app -cpt -trace
Be sure you have the "-cpt -trace" flags, otherwise, you will not have any trace file. Also, please check in $AION_HOME/.aion.reg. if there is a trace file directory that is set to "/tmp" by default.