I just tried compiling with GCC and the -fsanitize=address flag. When I run my program, the address sanitizer finds a flaw, but the stack trace is not helpful.
-fsanitize=address
GCC 4.9.3 above does not require separate symbolizer.
Check How to compile with GCC with static options