file: util.c
function: print_output
After global variable 'report_gui' is set TRUE function 'print_output' is (on error condition of course) called but global variable 'interp' (TCL interpreter) is not yet initialized what causes a Segmentation Fault.
You can cause this Bug with following command: covered report -view bla1 bla2
Solution: Put some 'if (interp)' around the called TCL functions
Patch file attached ..
diff -cNB util.c util-orig.c > util-diff.c
Attaching a bug patch for this issue which will be generally available in the 0.7.8 stable release.
Bug fix patch
This Tracker item was closed automatically by the system. It was
previously set to a Pending status, and the original submitter
did not respond within 14 days (the time period specified by
the administrator of this Tracker).