Chris McFarlen
Chris McFarlen
For detecting load problems at build-time, consider this approach instead of complicated linker gymnastics: #11008 https://github.com/apache/trafficserver/pull/11008/files#diff-d76a50ed90f4f3c3cc59631b9348502788e6b29d38f35594880f315e7e517b58R66-R76
Cherry-picked to v10.0.x
Cherry-picked to v10.0.x
Cherry-picked to v10.0.x
One way I have found to find the differences is to enable cmake's `CMAKE_EXPORT_COMPILE_COMMANDS` option and then compare that to the filesystem. Cmake will output a compile_commands.json file that lists...
I was not able to reproduce this. I tried a non-existing file, and a corrupted file both at startup and on reload.
Cherry-picked to v10.0.x to avoid conflicts with another PR
Cherry-picked to v10.0.x
Cherry-picked to v10.0.x
Cherry-picked to v10.0.x