#include "misc/auxiliary.h"
#include "misc/distrib.h"
#include "reporter/reporter.h"
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>
#include <strings.h>
Go to the source code of this file.
◆ DERROR_C
◆ dReportError()
Definition at line 44 of file dError.cc.
45{
46#if 0
47#ifdef HAVE_EXECINFO_H
48#define SIZE 50
50#endif
51#endif
52
55#ifndef MAKE_DISTRIBUTION
58#if !defined(OM_NDEBUG)
59 #ifdef omPrintCurrentBackTraceMax
62 #endif
63#endif
64
65#if 0
66#ifdef HAVE_EXECINFO_H
69
70#ifndef HAVE_GCC_ABI_DEMANGLE
72#else
74
79 for (
int i = 0;
i <
ret;
i++)
80 {
82
84
85
89 ss[0] =
'(';
s =
ss + 1;
90
92
94 {
99 else
101
105 }
106
109 {
113 }
114
116 }
118#endif
119#endif
120
121#undef SIZE
122#endif
123
125#else
126 fprintf(
stderr,
"\n// !!! YOU HAVE FOUND A BUG IN SINGULAR.");
127 fprintf(
stderr,
"// !!! Please, email the input\n// and the following error message to singular@mathematik.uni-kl.de");
129#endif
130 return 0;
131}
static void malloc_free(void *ptr)
const CanonicalForm int s
static int index(p_Length length, p_Ord ord)
#define omPrintCurrentBackTraceMax(A, B)
◆ malloc_free()