Page MenuHomePhabricator

stlFileReader only checks extension before reading
Closed, InvalidPublic

Description

If extension is stl, but the file structure is another format, the reader sometimes loads this data and instantiates the correct data object. In other cases the reader runs into an infinite loop.
This may also be happen for other reader classes.

Event Timeline

Could you describe this in a way that someone else could reproduce/investigate it?

I can not reproduce this problem. I changed the extensions of different files to stl:

.vtk -> fast load, unusable output (as expected)
.ves -> fast load, unusable output (as expected)
.pic -> slow load, unusable output (as expected)

Is it possible, that a big image was loaded as a stl file? In that case it might have worked, although so slowly (a 403 kB pic took 10 seconds in Release mode), that it would look like an infinite loop?

Resetting all bugs without active assignee flag to "CONFIRMED". Change status to IN_PROGRESS if you are working on it.

Incomplete and outdated. Please reopen if this occurs again.

kislinsk changed the task status from Invalid to Spite.Jun 27 2018, 1:33 PM
kislinsk added a project: Bulk Edit.
kislinsk changed the task status from Spite to Invalid.Jun 27 2018, 1:37 PM
kislinsk removed a project: Bulk Edit.