id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc	work_issues	upstream	reviewer	author	merged	dependencies	stopgaps
4736	[with patch, positive review] The doctesting doesn't always report segfaults properly	mabshoff	gfurnish	"When reintroducing the bug from #4540 on purposed the doctesting framework after applying #717 and #4719 has trouble detecting segfualts and summarizing them at the end. For example consider this failure:
{{{
sage -t  ""devel/sage/sage/combinat/sf/kschur.py""           
Exception exceptions.TypeError: 'cannot convert a (= 1) to OP' in
'sage.libs.symmetrica.symmetrica._op_schur_general_dict' ignored
function: mult(1)
       [3.1 s]
}}}
When running ""-tp 8 -long"" the failure is reported as:
{{{
 sage -t -long devel/sage/sage/combinat/sf/kschur.py # 0 doctests failed
}}}

Cheers,

Michael"	defect	closed	major	sage-3.2.2	doctest coverage	fixed									
