MantisBT - IGSTK
View Issue Details
0009265IGSTKIGSTKpublic2009-07-13 10:102011-02-01 13:56
MichelKitware 
Patrick Cheng 
normalminoralways
acknowledgedopen 
0009265: Examples OpenIGTLinkBroadcast and TrackerDataLogger tracker configuration logic works on Windows only
A for loop that opens configuration files for all trackers supported by IGSTK returns an error for those trackers not currently connected to the computer, for OpenIGTLinkBroadcast and TrackerDataLogger (based on the former). In the latter example, this for loop in fact is limited to the Polaris Hybrid tracker (i=2;i<3;i++), but the former loop running on Linux will abort with an error message indicating an unsupported tracker. The example should be handle Linux returns more seamlessly, in a manner consistent with its performance on Windows.
 
No tags attached.
Issue History
2009-07-13 10:10MichelKitwareNew Issue
2009-07-13 10:10MichelKitwareStatusnew => assigned
2009-07-13 10:10MichelKitwareAssigned To => Patrick Cheng
2011-02-01 13:56Patrick ChengNote Added: 0025199
2011-02-01 13:56Patrick ChengStatusassigned => acknowledged

Notes
(0025199)
Patrick Cheng   
2011-02-01 13:56   
Seems like this issue is related to the way GCC compiler handle exceptions. When the program fail to catch the exception, it leads to program crash under linux