- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- NOTES and Ctrl-C leads to TPU ACCVIO
Categories
Company
Local Language
Forums
Discussions
Forums
- Data Protection and Retention
- Entry Storage Systems
- Legacy
- Midrange and Enterprise Storage
- Storage Networking
- HPE Nimble Storage
Discussions
Forums
Discussions
Discussions
Discussions
Forums
Discussions
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
- BladeSystem Infrastructure and Application Solutions
- Appliance Servers
- Alpha Servers
- BackOffice Products
- Internet Products
- HPE 9000 and HPE e3000 Servers
- Networking
- Netservers
- Secure OS Software for Linux
- Server Management (Insight Manager 7)
- Windows Server 2003
- Operating System - Tru64 Unix
- ProLiant Deployment and Provisioning
- Linux-Based Community / Regional
- Microsoft System Center Integration
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Discussion Boards
Community
Resources
Forums
Blogs
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 01:17 PM
10-31-2007 01:17 PM
NOTES and Ctrl-C leads to TPU ACCVIO
I have an Alpha running V8.3, with the latest patches as of a week ago.
When using NOTES (2.5, with the latest ECO), typing a simple ^C at the NOTES> prompt leads to an ACCVIO in "DECTPU."
This did not happen on V7.3-2. (We upgraded just two weeks ago to V8.3...)
Any thoughts? Thanks!!
\john
Notes> ^C
Fatal DECTPU internal error, please submit an SPR including:
1. A description of the actions that revealed the bug
2. The versions of DECTPU and the operating system you are running
3. Machine-readable media containing:
- The source files of your DECTPU section and command files
- Copies of the data files used during the session
- The keystroke journal file if one exists
4. Your terminal characteristics, if applicable
5. A description of the command used to invoke DECTPU
Shareable base: 7BC98884 Ident: DECTPU V3.2 2006-06-29 18:17
Updater base: 7C072034 Ident: DECTPU V3.2 2006-06-29 18:17
Updater file: TPU$CCTSHR
%SYSTEM-F-ACCVIO, access violation, reason mask=00, virtual address=0000000000000024, PC=00000000000B5384, PS=0000001B
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 01:54 PM
10-31-2007 01:54 PM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
What sort of terminal (or emulator)?
It's reproduceable on my unpatched V8.3 Alpha system, using Powerterm 525 V5.6.
I'll poke around tomorrow (Thursday) to see who might want to take a look at this.
-- Rob
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 03:26 PM
10-31-2007 03:26 PM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
At a minimum it happens with Powerterm, QVTnet, PuTTY, a SET HOST 0 and SSH LOCALHOST.
It's reproducible by all users, regardless of emulator.
Thank you for asking around!
\john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 03:47 PM
10-31-2007 03:47 PM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
Try grabbing the V2.6 kit:
http://mvb.saic.com/freeware/freewarev70/notes_ft/
That's probably not going to cure this, but it's worth a shot.
The DCL ECO doesn't look relevant, but there's a DCL image lurking inside UPDATE V4, and (another?) one over in the SYS V3 (and in V4, too?) kit. ECO kits probably won't help, but HP support is likely to ask about this.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-31-2007 04:04 PM
10-31-2007 04:04 PM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
I do have the DEC AXPVMS VMS83A_UPDATE V4.0 ECO installed, and I read just today the SYS V4.0 kit contents, but they don't seem relevant; all solved issues reported in the kit .TXT file involve system crashes. That said, I will get the SYS V4 kit when I try the NOTES.
Much obliged.
\john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 02:14 AM
11-01-2007 02:14 AM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
you could collect a little bit more information about the immeidate ACCVIO like this:
- invoke Notes in one terminal session
- invoke SDA in another terminal session
$ ANAL/SYS
SDA> SET PROC/IND=xxx ! set context to your process running notes
SDA> EXA/INS B5384 ! shows failing instruction
Which instruction ? Which module/shareable library and offset ? Is an ACCVIO at address 0x24 plausible with that instruction ?
I've tried it with Notes V2.5 on OpenVMS Alpha V8.2 - no problem. Just a message: 'Key CTRL_C_KEY currently has no definition'
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 04:16 AM
11-01-2007 04:16 AM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
SDA> ex/inst 0B5384
NOTES$SHARE+83384: LDL R0,#X000C(R0)
SDA>
Image Name Start End Type IMCB
--------------------------------------- -------- -------- ------------ --------
NOTES$MAIN 00010000 000301FF MAIN 7FF4E010
NOTES$SHARE 00032000 00112FFF GLBL SHR 7FF4EFA0
DECC$MSG 00146000 00149FFF MRGD SHR 7FF4EE70
...
R0 while sitting at the NOTES> prompt is an unrelated 00000FB2.
Image Identification Information
image name: "NOTES$SHARE"
image file identification: "NOTES V2.5"
link date/time: 6-DEC-1993 16:13:32.26
linker identification: "A10-62"
Thanks again to all!! It could indeed be that the new V2.6 notes will help.
\john
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 04:40 AM
11-01-2007 04:40 AM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
I'm actually running NOTES T2.5-1 on OpenVMS Alpha V8.2 (NOTES$SHR linked 22-APR-1994), so it seems worth to try the most recent version of NOTES (V2.6) as suggested by Hoff.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-01-2007 10:04 AM
11-01-2007 10:04 AM
Re: NOTES and Ctrl-C leads to TPU ACCVIO
If you want to poke around and find out exactly what NOTES is asking TPU to do, try FAKE_RTL (latest version attached). Build a fake TPUSHR and maybe a fake NOTES$SHARE, turn on argument tracing and reproduce your error (in as few commands as possible, as those argument trace logs can get very large very quickly). Depending on what you find, it might be interesting to add LIBRTL and/or SMGSHR.