On Sat, Nov 13, 2004 at 11:35:41AM +0100, Mirar @ Pike developers forum wrote:
clue. But it looks like something reads a null pointer. Is pc NULL perhaps? Add an fprintf(stderr,"pc=%p\n") at the top of
It gives:
pc = 0x8501baf pc = 0x8501bb0 pc = 0x8501bb2 make[5]: *** [override] Segmentation fault (core dumped)
And the lines in master.pike where it happens:
if (!val->_module_value) val = val(); // <= Here
Some observations show that val at this time points to builtin sprintf module... But...
Regards, /Al