Segmentation Fault before even the first line of `main()` is executed and there are no non-local variables – CentOS
In the C++ code below, a segmentation fault occurs before the first line of main() is executed. This happens even though there are no objects to be constructed before entering main() and it does not happen if I remove a…