MCPcopy Create free account
hub / github.com/Singular/Singular / fePrintReportBug

Function fePrintReportBug

Singular/emacs.cc:83–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81
82#define feReportBug(s) fePrintReportBug(s, __FILE__, __LINE__)
83void fePrintReportBug(char* msg, char* file, int line)
84{
85 error("YOU HAVE FOUND A BUG IN SINGULAR.\n"
86"Please, email the following output to singular@mathematik.uni-kl.de\n"
87"Bug occurred at %s:%d\n"
88"Message: %s\n"
89"Version: " S_UNAME VERSION VERSION_DATE,
90 file, line, msg);
91
92}
93
94void mainUsage()
95{

Callers

nothing calls this directly

Calls 1

errorFunction · 0.85

Tested by

no test coverage detected