Open cxbrooks opened 14 years ago
Created attachment 36 StringToXML to Test Problem
A Const -> StringToXML -> Test model hangs during run
I modified (hacked) XMLToken so that two XMLTokens are comparable. If their toString() representations are equal, then they are equal. (A better test would be to parse both and do the compare, but that would be a later day).
The attached model hangs
$PTII/bin/vergil StringToXML.xml &
run the model
"kill -3 %1", I get:
"StringToXML" prio=1 tid=0x0102f3e0 nid=0x98b400 runnable [0xb0f32000..0xb0f33d90]
at java.lang.Throwable.fillInStackTrace(Native Method)
at java.lang.Throwable.
I think this might be because we are not correctly parsing the XMLToken?
In the model, the Constant has the value as a double quoted string:
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#348 From: @cxbrooks Reported version: 8.1.devel CC: pt-dev@chess.eecs.berkeley.edu