Title: | DECC |
Notice: | General DEC C discussions |
Moderator: | TLE::D_SMITH N TE |
Created: | Fri Nov 13 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 2212 |
Total number of notes: | 11045 |
It is said that development doesn't proceed with the following problem. It wants to check a new version. w-sps minami tktvfs::minami ------------------------------------------------------ decc 5.5 , cc01055 is same axp vms 6.2 %CC-I-UNSUPPTYPE, The CDD description for timestamp specifies a data type not supported in C. at line number 313 in file $PNX2:[V40_0.LIBRARY.YAMA]FCA_C_HEADER.H;3 %SYSTEM-F-OPCDEC, opcode reserved to Digital fault at PC=004CA1C4, PS=0000001B Improperly handled condition, image exit forced. Signal arguments: Number = 00000003 Name = 0000043C 004CA1C4 0000001B Register dump: R0 = 0000000000000001 R1 = 000000001516300A R2 = 0000000000020F60 R3 = 0000000000016DD0 R4 = 000000001516300A R5 = FFFFFFFF805984E8 R6 = 000000002000007C R7 = FFFFFFFF805984EA R8 = 0000000000000001 R9 = 0000000000000000 R10 = 0000000000000000 R11 = 000000007FFBE3E0 R12 = 0000000000000000 R13 = FFFFFFFF9A12B910 R14 = 0000000000000000 R15 = 000000007EEF5DA0 R16 = 000000002000007C R17 = 0000000000000000 R18 = 0000000000000000 R19 = 0000000000000000 R20 = 000000007EE3B848 R21 = 000000007EE3B850 R22 = 000000007EE3B858 R23 = 0000000000000000 R24 = 000000000059C884 R25 = 0000000000000002 R26 = 00000000001D673C R27 = 0000000000020F60 R28 = FFFFFFFFFFFFFE35 R29 = 000000007EE3B8E0 SP = 000000007EE3B8E0 PC = 00000000004CA1C4 PS = 200000000000001B
T.R | Title | User | Personal Name | Date | Lines |
---|---|---|---|---|---|
2107.1 | DECC::ERICW | Wed Feb 26 1997 09:18 | 3 | ||
Can you provide the source code (ideally small) that produces the problem? Eric | |||||
2107.2 | may be you can login telnet | OSOSPS::MINAMI | w-sps minami | Thu Feb 27 1997 05:37 | 14 |
>Can you provide the source code (ideally small) that produces the problem? AXP/VMS system is osopnx.oso.dec.com . Could you telnet & reach ? If you can telnet and try to compile, I'll tell you account/pass. provide small ,, may be takes too match time. using CDD and DMQ etc incude files. regarts! w-sps minami | |||||
2107.3 | We can reach it | DECC::MJHANS | Matthew Hanselman, DEC C | Thu Feb 27 1997 08:53 | 6 |
We can reach osopnx.oso.dec.com. If you email me a login & password ([email protected]), I can take it from there. - Matt | |||||
2107.4 | DECC::MJHANS | Matthew Hanselman, DEC C | Mon Mar 03 1997 13:27 | 14 | |
Shinji - This case is failing due to a known problem in DECC: files with names greater than 31 characters in length cause problems when compiled /ANA. This problem has already been fixed in our development compiler, and the fix will be available in the next release. In the meantime, the two workarounds are to either a) not compile /ANA b) rename the offending source files to shorter names (1 - 31 characters) - Matt Hanselman DEC C/C++ |