[Prev][Next][Index]
Dump_info demos problem
- Date: Tue, 11 Jul 1995 12:24:30 -0700
- From: pedro@cs.ucsb.edu (Pedro N. Diniz)
- To: sage-bugs@extreme.indiana.edu
- Subject: Dump_info demos problem
- Sender: owner-sage-bugs@extreme.indiana.edu
Hello,
The following problem occurs in the running example in
directory: Sage++/demos/dump_info
---------------------------------------------------------
Problem #1: f2dep reports an error on file x.f
---------------------------------------------------------
Output from f2dep:
f2dep x.f
|...............................................|
Sage/Indiana F2DEP version 950706
|...............................................|
Error on line 27 of x.f: Execution error: unclassifiable statement
1 error(s)
Offending line: merge(IN=a, OUT=b, ERR=100, IOSTAT=d)
---------------------------------------------------------
Problem#2: (after commenting out the offending statement)
---------------------------------------------------------
Output of a.out:
EXPR[212] variant: IOSTAT_STORE expr is: IOSTAT=d, ERR=100
Warning : Error in Unparse, not a llnd node
Warning : Error in Unparse, not a llnd node
Warning : Error in Unparse, not a llnd node
Warning : Error in Unparse, not a llnd node
EXPR[213] variant: FUNC_CALL expr is: nmerge (456------ERROR--------,456------ERROR--------,456------ERROR--------,456------ERROR--------)
EXPR[214] variant: KEYWORD_VAL expr is: in
EXPR[215] variable ref: symb[15]:a type[2] variant: VAR_REF expr is: a
Warning : Error in Unparse, not a llnd node
Segmentation Fault (core dumped)
|
----------------------------------------------------
PROBLEM FIX:
----------------------------------------------------
In the dump_info file x.f just correct the statemet on line 27
by changing the keyword "merge" to "merger"
Regards,
Pedro