When trying to open a PointSet (e.g. Core\Code\Testing\Data\testPointSet.mps) the application crashes in PointSetReader::GenerateData(). The XML-Element "time_series" is tried to be accessed but doesn't exist. This should be handled correctly.
Description
Description
Status | Assigned | Task | ||
---|---|---|---|---|
Resolved | None | T1571 IO for 4D PointSets | ||
Resolved | None | T3487 Crash when reading PointSet |
Event Timeline
Comment Actions
There is also no correct handling if the PointSet which should be opened is empty (contains no point data). Openening such an empty PointSet leads to a crash.
Comment Actions
[SVN revision 22422]
FIX (#3487): added a if-else statement to avoid to read the point tag in xml-file, which not exists. Now the application can load a empty pointset.