Page MenuHomePhabricator

Loading two images with very different dimensions leads to crash
Closed, WontfixPublic

Assigned To
Authored By
wirkert
Oct 22 2014, 2:01 PM
Referenced Files
F1165: call_stack.txt
Oct 22 2014, 2:11 PM
F1164: mitk-0.log
Oct 22 2014, 2:08 PM

Description

First open one of the attached images.
Then open the other attached image.
MITK crashes.

Probably this is due to the radically different sizes of the images:
2456x2058x1 vs 595253x1x1

Event Timeline

Could not attach images because they are to big. Droped them in E130-Daten/Bilddaten/Bugs Testdata/T18332

call stack of crash

What in gods name do you intend to do with such a pixel pole? =)

This is crashing due to VTK trying to reserve a whopping 100 GB of RAM, which obviously is not possible. We believe that this is due to the fact that the ImageReslicer tries to generate an image with reconciled coordinates, resulting in a gigantic volume that floods the RAM.

I am reducing the importance to medium to reflect the very special nature of the images. Further proceeding should be decided on in the MITK Meeting.

Warning to windows users: Do not attempt to modify the origin of the images so that they do not overlap. Your PC will swap itself into oblivion and freeze.

As discussed previously, this will probably require Discussion in the MITK-Meeting. I'm back-assigning this and I'm setting the target milestone to unspecified: To be solved when the circumstances require it.

kislinsk claimed this task.
kislinsk added a subscriber: kislinsk.
This task was automatically closed because it wasn't updated at least since July 2016 (over 2 years). Please re-open this task if you think that it is still relevant. This most probably means that you will resolve it.