If no command line arguments are passed to the application, the application will segfault. The problem lies here: https://github.com/Cxbx-Reloaded/XbSymbolCacheGenTest/blob/6e9bb5e7e81d4f6c9b87a04133045ecaad76322b/src/XbSymbolCacheGenTest.cpp#L108 ...in which an out-of-bound access is made to `argv[1]`.