[CentOS] Migration to centos 7 and program seg faulting [solved]

Mon Jun 8 12:28:07 UTC 2015
Jerry Geis <geisj at pagestation.com>

Thanks for the suggestions.
My case ended up being a large local variable (stack data)that was fine
before and not fine on CentOS 7.

If found it by #ifdef entire main function, my program then ran. I then
just started letting in chunks of code to narrow it down.

jerry