<literal>SIGSEGV
</literal> indicates that the program tried to access memory (run code or read/write data usually) at a location that does not belong to it, but does not give any specifics. For that, look at the source code at line 10 of file temp2.c, in
<function>bazz()
</function>. The backtrace also says that in this case,
<function>bazz()
</function> was called from
<function>main()
</function>.