-
Notifications
You must be signed in to change notification settings - Fork 229
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Browser Crash with Compressed DICOM Data #248
Comments
Thanks for the report @OzgeYurtsever. Any chance you could attach some DICOM that's causing the problem? That would help troubleshoot it quicker. Please make sure it doesn't contain any identifiable information. |
Thanks for your response @yagni. I am working on finding a deitentified multiframe image. |
Hi @yagni, after conducting further troubleshooting, we have determined that the issue seems to be related to the size of the image. When attempting to load a larger uncompressed image, the OHIF viewer crashes almost immediately. However, in the case of compressed DICOMs, it takes longer for the crash to occur. For testing purposes, you can download the same deidentified data from the following link: sample image By using this larger multiframe DICOM image, you should be able to replicate the crashing issue more quickly. Please note that this sample data is specifically provided to investigate and address the challenges associated with loading large multiframe DICOM images and we were able to reproduce this issue only in Windows machines. |
@OzgeYurtsever @emelalkim I think this might be a cornerstone3D issue, not a dicomParser issue.
I'll leave this open for now, but I would recommend filing this report in cornerstone3D issues. If it ends up being a parsing bug, we can come back here and dig in to it some more. |
Hi,
I would like to report an issue where the browser crashes when attempting to handle compressed DICOM data. It appears that there is no problem when working with uncompressed data. Based on my analysis, I suspect that the cause of this issue might be a nested loop in the "readEncapsulatedPixelDataFromFragments" function.
Steps to Reproduce:
Thank you for your attention to this matter.
The text was updated successfully, but these errors were encountered: