Re: [Assp-test] Links in log

2014-01-22 Thread Thomas Eckardt
What determines if a link is supposed to be generated vs just text? This depends on your configuration, the actions selected at the top of the web page and the content of the line. IP's are no links if: - they are privat - they are locals - a file name is made a link in the same line - IP's

[Assp-test] 2.3.3 keeps crashing

2014-01-22 Thread Michelle Dupuis
I saw yesterday that someone else had the same problem. I managed to capture a traceback (below) - hopefully that helps diagnose the problems. # *** stack smashing detected ***: /usr/bin/perl /usr/local/assp/assp.pl MainLoop - next: Tue Jan 21 18:23:15 2014 terminated === Backtrace:

Re: [Assp-test] 2.3.3 keeps crashing

2014-01-22 Thread Thomas Eckardt
Stack Smashing is actually a protection mechanism used by gcc to detect buffer overflow attacks. You can disable this protection of gcc using option -fno-stack-protector while compiling Perl. see: http://stackoverflow.com/questions/1345670/stack-smashing-detected assp.pl could not cause