- Community Home
- >
- Servers and Operating Systems
- >
- Operating Systems
- >
- Operating System - OpenVMS
- >
- Re: BUGCHECK starting DECwindows?
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
05-29-2005 08:49 AM
05-29-2005 08:49 AM
I've encountered this problem upgrading to V7.3-2 from V7.3-1:
%SET-I-INTSET, login interactive limit = 64, current interactive value = 0
**** OpenVMS (TM) Alpha Operating System V7.3-2 - BUGCHECK ****
** Bugcheck code = 000001CC: INVEXCEPTN, Exception while above ASTDEL
** Crash CPU: 00 Primary CPU: 00 Active CPUs: 00000001
** Current Process = DECW$STARTUP
** Current PSB ID = 00000001
** Image Name = RABBIT$DKA0:[SYS0.SYSCOMMON.][SYSEXE]DECW$CONFIG.EXE;1
**** Starting compressed selective memory dump at 29-MAY-2005 16:26...
......................................
** System space, key processes, and key global pages have been dumped.
** Now dumping remaining processes and global pages...
............................................................................
...Complete ****
The only way I've found to work around this problem is to:
$ DEFINE DECW$IGNORE_DECWINDOWS TRUE
in my systartup_vms.com. I have a dump, if it would help to diagnose this problem.
TIA
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 05:50 PM
05-29-2005 05:50 PM
Re: BUGCHECK starting DECwindows?
assuming that this happened more than once on your system, please have a look at the crash history first:
$ SET TERM/WIDTH=132
$ TYPE CLUE$HISTORY
There should be one line for each crash, you should be able to easily spot, if the crashes always happened at the same location (compare Module and Offset).
If the crashes are all the same, please consider to post one of the CLUE files from those crashes: DIR CLUE$COLLECT:CLUE$RABBIT_290505_hhmm.LIS as an .TXT attachment in your next reply. From that information, we can find out in which instruction stream (e.g. driver) the crash has happened and what the next steps during analysis would be.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 11:17 PM
05-29-2005 11:17 PM
Re: BUGCHECK starting DECwindows?
Yes, this has occurred more than once, same module and offset. I am attaching the CLUE listing, as suggested.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 11:51 PM
05-29-2005 11:51 PM
Re: BUGCHECK starting DECwindows?
the system crashes because of an INTDIV (integer divide by zero) trap, the caller is SYS$INDRIVER (DECwindows).
Could you check the console environment variable BOOT_RESET ? If it's OFF, try to set it >>> SET BOOT_RESET ON
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-29-2005 11:58 PM
05-29-2005 11:58 PM
Re: BUGCHECK starting DECwindows?
RABBIT::SYSTEM$ write sys$output f$getenv("Boot_reset")
OFF
I'll set it to ON (obviously needs a reboot).
What's going on here? Will I be able to start DECwindows, or should I leave my work-arounbd in place, for now?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 12:09 AM
05-30-2005 12:09 AM
SolutionI have information, that setting BOOT_RESET = ON may prevent this crash from happening.
Just do a reboot with your workaround in place and the manually start DECwindows with @SYS$STARTUP:DECW$STARTUP.
If that doesn't crash, remove your workaround (DECW$IGNORE_DECWINDOWS) and just try one final reboot.
If that also works without crashing, the problem is solved.
Volker.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 12:24 AM
05-30-2005 12:24 AM
Re: BUGCHECK starting DECwindows?
Now, to research BOOT_RESET, so I can understan what this setting does...
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
05-30-2005 12:26 AM
05-30-2005 12:26 AM