[Search for users]
[Overall Top Noters]
[List of all Conferences]
[Download this site]
Title: | DECWINDOWS 26-JAN-89 to 29-NOV-90 |
Notice: | See 1639.0 for VMS V5.3 kit; 2043.0 for 5.4 IFT kit |
Moderator: | STAR::VATNE |
|
Created: | Mon Oct 30 1989 |
Last Modified: | Mon Dec 31 1990 |
Last Successful Update: | Fri Jun 06 1997 |
Number of topics: | 3726 |
Total number of notes: | 19516 |
2303.0. "Reserved operand fault?" by AISG::SCHENG () Mon Feb 19 1990 13:42
I tried to run my program by setting host to a remote node and set
display, it crashed and gave the following error message:
%SYSTEM-F-ROPRAND, reserved operand fault at PC=000789F0, PSL=03C00000
%TRACE-F-TRACEBACK, symbolic stack dump follows
module name routine name line rel PC abs PC
000789F0 000789F0
001490E2 001490E2
0014B77B 0014B77B
0014B9E9 0014B9E9
0014BA64 0014BA64
0014BD4B 0014BD4B
0014BD29 0014BD29
TEST_MAIN main 16096 000000D2 00000CD2
However, when I ran it on my microvax without setting host, it was fine..
What is wrong? The error message didn't give me much information.
Steve C.
T.R | Title | User | Personal Name | Date | Lines |
---|
2303.1 | Need more info | STAR::ORGOVAN | Vince Orgovan | Mon Feb 19 1990 16:57 | 3 |
| Can you run any DECwindows programs on the remote host, or does
this reservered operand fault only affect your program? For
instance, what happens when you run decw$examples:ico?
|
2303.2 | | AISG::SCHENG | | Mon Feb 19 1990 17:52 | 6 |
| The operand fault seems only to affect my program. I can run
DECWrite or ICO without much problem by setting host.
When I took out the printf statement, it seemed to work fine also.
SC.
|
2303.3 | Post source code please | DECWIN::KLEIN | | Mon Feb 19 1990 18:38 | 5 |
| >>TEST_MAIN main 16096 000000D2 00000CD2
Did I miss something? What is the source code for this line?
-steve-
|