@autostart_next_job crashes if no jobs in que

It took me forever to narrow this down to what was actually causing the crash but apparently when there are no more jobs in the queue and @autostart_next_job is active then the server crashes. The logs don't show the problem because it crashes at the completion of the last print in queue. 

Comments

  • Ok, looking into the code I believe it. It was working on a null pointe rin that case and that causes normally a crash. Fixed for next release.
Sign In or Register to comment.