Try compiling --with-debug, and starting pike/tpike with -a7 or more.
/ Henrik Grubbström (Lysator)
Previous text:
2003-02-03 16:34: Subject: Re: Pike 7.4 on Debian/Sparc - a build problem
On Mon, Feb 03, 2003 at 04:25:04PM +0100, Henrik Grubbström (Lysator) @ Pike (-) developers forum scribbled:
#0 0x0037dab0 in sparc_flush_instruction_cache ()
What does a disassembly of sparc_flush_instruction_cache() give?
0x37daac <sparc_flush_instruction_cache>: cmp %o1, 1 0x37dab0 <sparc_flush_instruction_cache+4>: flush %o0 + %o1
Ok, as I suspected, it seems to be the flush instruction that fails.
What does info reg say?
o0 0x5045f8 5260792 o1 0x9de0 40416
%o1 seems rather large.
indeed. What else can I do to help diagnose the problem?
marek
/ Brevbäraren