Displaying 1 result from an estimated 1 matches for "test_input1".
Did you mean:
test_input
2015 Oct 05
0
Compiling v2.2.19 - internal compiler error: segmentation fault (test-timing.c -> int64_t issue?)
...bugs.opensuse.org> for instructions.
make[4]: *** [test_lib-test-timing.o] Error 1
----------------------------------------------
The lines that seem to be causing the problem are the following ( from src/lib/test-timing.c ) :
45: void test_timing(void)
46: {
47: static int64_t test_input1[] = {
48: 20, 19, 18, 1, 2, 3, 4, 5, 6, 7, 8,
49: 9, 10, 11, 12, 13, 14, 15, 16, 17, -1
50: };
This is the first time that any version of dovecot (the v2.2 branch) couldn't compile on my system, and I've literally compiled every single release up to now. M...