Re: Panic Error niteshkpatil wrote:
: I am compiling a C program on Hp-UX11.11 using the HP C compiler.
: I get the following message and the compilation is aborted.
: % cc: panic 3011:
: What does this mean??
This means:
$ dumpmsg /opt/ansic/lib/nls/msg/C/cc.cat | fgrep 3011
3011 Invalid sequence node encountered in %1$s.
Probably not too helpful.
Looking at bug reports:
CR JAGaf37410:
ANSI C PHSS_30766 fails with "panic 3011" for inline func testcase
So if you have version B.11.11.10, you'll need to compile with:
-Dinline= or possibly -D__inline
Otherwise I assume it was fixed in the base release of B.11.11.12.
>Rick Jones at the Unofficial HP
>One other thing you could check is to see how large the compiler
>process gets relative to maxdsiz - although I'd expect the compiler to
>deal with that more gracefully.
Right, not in this case. |