No, but it doesn't show that problem. Only the usual
Testing uni-directional shutdown on pipe [WATCHDOG]: 00:20:10: Pike testsuite timeout.
but I've had that more or less always.
However, I minimalized the problem to this:
class A { static string foo = "bar"; }
string to_compile=#" constant fum = "gazonk";
class B() { inherit A; string fi() { return fum?1:0; } } ";
int main() { add_constant("A",A); compile_string(to_compile); return 0; }
which gives
| % [...]/7.8.393/bin/pike pike_test.pike | /home/mirar/pike/src/interpret.c:769: Fatal error: | Identifier out of range, loc->parent_identifer=-1! | Backtrace at time of fatal: | -:4: object(-:4)->__INIT() [...]
(The Pike is built with debug.)
Can someone with the right access add it to the testsuite?
/Mirar