-
Notifications
You must be signed in to change notification settings - Fork 45
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
crash: Wrong kind of BTree header #29
Comments
The DMG to reproduce: |
I can confirm the issue with adviseOptimalBlock(), but I haven't yet seen the HFSExtentsOverflowBTree problem. |
I can confirm that
It might not be an error I understand |
Is is an error, which would normally prevent the image from being mounted on Linux, but it just doesn't happen here. I'll download the file again from your DropBox, maybe it's different? |
Sorry but it doesn't happen when trying to mount the file as DMG.
gives exception |
Ah, I see. I'll take a look into that. But given that the .DMG file is itself RAW (=no compression used), it is entirely possible it may get misdetected. |
Just have encounted a DMG file (Apple Service Diagnostic 3S135.dmg, 3.55 GB) that throws this type of exception (in HFSBTree::HFSBTree) when constructing HFSExtentsOverflowBTree
After this, the app crashes in CachedReader::nonCachedRead
throw std::logic_error("Range returned by adviseOptimalBlock() is too large");
The text was updated successfully, but these errors were encountered: