Improved threading and process isolation - now using the existing exception handling instead of pthread_exit to abort a test.
Hence, the exception handling and stack unwinding got an overhaul as well.
Also fixed a performance stupidity in the logger library.
In summary:
- Exception handling
- Thread termination on assert/error/fatal
- gnklog has been upgraded and improved (speed and alike)