[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | POLYCENTER Console Manager |
Notice: | Kits, Scans, Docs on CSC32:: as PCM$KITS:,PCM$DOCS:, PCM$SCANS: |
Moderator: | CSC32::BUTTERWORTH |
|
Created: | Thu Aug 06 1992 |
Last Modified: | Fri Jun 06 1997 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 1541 |
Total number of notes: | 6564 |
683.0. "ACCVIO when doing Edit -> Actions -> Show/Modify" by ZUR01::VOSS (Axel Voss, MCS Software Support) Wed Apr 19 1995 17:48
Hello all,
Just to report another funny/naste ACCVIO.
The envrionment:
OpenVMS AXP V1.5-1H1
MOTIF 1.2-3 / Internationalized with japanish and german
PCM V1.5 and MUP
The action:
Menu "Edit"
drag to "Actions"
select "Show/Modify"
The ACCVIO:
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual
address=00000000, PC
=002A9DB5, PSL=03C00000
Improperly handled condition, image exit forced.
Signal arguments Stack contents
Number = 00000005 00000000
Name = 0000000C 7FEC3AA0
00000000 7FEC3AF8
00000000 00000000
002A9DB5 207C0000
03C00000 7FEC3A60
7FEC3A3C
002AA18B
00434818
00434788
Register dump
R0 = 00000000 R1 = FFFFFFFF R2 = 00434818 R3 = 00434818
R4 = 00225F9C R5 = 00000000 R6 = 00000000 R7 = 00000001
R8 = 7FEC3AF8 R9 = 0000000F R10= 0021B0F0 R11= 7FEC3F50
AP = 7FEC39A8 FP = 7FEC3968 SP = 7FEC39E4 PC = 002A9DB5
PSL= 03C00000
Known problem ?
What are the steps for further troubleshooting ?
Any hints and kinks ?
Regards,
a x e l
T.R | Title | User | Personal Name | Date | Lines |
---|
683.1 | | CSC32::BUTTERWORTH | Gun Control is a steady hand. | Thu Apr 20 1995 18:17 | 14 |
| Axel,
Could you increase the PGFLQUOTA for the account you run the
editor from and try again? My reason for asking is that the VA in the
ACCVIO is zero. This just happens to be the value returned by the
routine "calloc" when it is unable to allocate a piece of virtual
memory which typically means we have exceeded our VA space.
The other possibility is the config database is corrupt! If the above
doesn't work I would rename the database and import
CONSOLE$TEMPLATES:CONSOLE$CONFIG.PORT and then try creating/modifying
some things.
Regs,
dan
|
683.2 | Reinstalling of MOTIF V1.2-3 w/o I18N helped | ZUR01::VOSS | SW-Support Switzerland. | Thu Apr 27 1995 18:10 | 22 |
| Hi Dan,
I talked to a MOTIF guru about it. He thinks about two scenarios
which may lead to it:
- Internationalization only works on MOTIF V1.2.
Customer has V1.2-3...
- Internationalization is done using the japanese kit, which is not
build on the english base kit as all other languages. So this may
introduce some bugs as well.
What the customer did in the meantime was:
- Reinstalling MOTIF V1.2-3 without any language flavours.
(DECW$TAILOR off/on of the previous config has not helped at all.)
- After that the ACCVIO was gone.
Regards,
a x e l
|