vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| |||
| niteshkpatil@gmail.com wrote: > Hi, > I am compiling a C program on Hp-UX11.11 using the HP C compiler. > % cc test.c (say for example....) > I get the following message and the compilation is aborted. > % cc: panic 3011: > What does this mean ?? I suspect it means the compiler got into a very nasty situation which it could not handle. If you are on the latest version of the (unbundled) HP C compiler you should try to distill your test.c program into something as small as possible and contact the Response Centre to have a bug filed. If you aren't on the latest version/patches of the unbundled HP C compiler, you should try to get onto the latest version/patches of the unbundled HP C compiler, and if the problem persists, procede as above. 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. Caveat - I'm not a compiler guy, I've just read a bunch of responses by compiler guys to other posts rick jones -- denial, anger, bargaining, depression, acceptance, rebirth... where do you want to be today? these opinions are mine, all mine; HP might not want them anyway... feel free to post, OR email to rick.jones2 in hp.com but NOT BOTH... |
| ||||
| 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. |
| Thread Tools | |
| Display Modes | |
|
|