Page MenuHomePhabricator

Crash when reading PointSet
Closed, ResolvedPublic

Description

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.

Related Objects

StatusAssignedTask
ResolvedNone
ResolvedNone

Event Timeline

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.

[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.