View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0000321 | UA | Implementation Bug | public | 2008-02-21 04:01 | 2008-02-27 06:27 |
Reporter | Brent Bowers | Assigned To | Randy Armstrong | ||
Priority | normal | Severity | major | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Summary | 0000321: Server enters an infinite loop if you call method with custom structure as an input argument | ||||
Description | If a method call has an input argument that is a structure defined in a model library instead of a base OPC UA type, the server enters an endless tight loop. For example, I modified SampleDesign.xml to add a fourth input parameter to the CreateInstance method, using DataType="AddressDataType". There are two problems going on: 2) The TypeTable.IsEncodingOf method has an endless loop in The | ||||
Additional Information | Version 1.0.200.0 | ||||
Tags | No tags attached. | ||||
Attached Files | |||||
Fix Due Date | |||||
|
Problem was caused by missing assignment in a loop used to verify that the correct structure type was provided. |
Date Modified | Username | Field | Change |
---|---|---|---|
2008-02-21 04:01 | Brent Bowers | New Issue | |
2008-02-21 04:01 | Brent Bowers | File Added: Opc.Ua.Sample.NodeSet.xml | |
2008-02-21 04:03 | Brent Bowers | File Added: SampleDesign.xml | |
2008-02-27 06:26 | Randy Armstrong | Status | new => assigned |
2008-02-27 06:26 | Randy Armstrong | Assigned To | => Randy Armstrong |
2008-02-27 06:27 | Randy Armstrong | Status | assigned => resolved |
2008-02-27 06:27 | Randy Armstrong | Resolution | open => fixed |
2008-02-27 06:27 | Randy Armstrong | Note Added: 0000605 |