Skip to content
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

macstack: .ORF import causing crash when importing #74

Closed
Benitoite opened this issue Oct 6, 2018 · 3 comments
Closed

macstack: .ORF import causing crash when importing #74

Benitoite opened this issue Oct 6, 2018 · 3 comments

Comments

@Benitoite
Copy link
Contributor

Olympus format causing a crash, perhaps another example of LibRaw hitting the top of stack.
Example crashing ORF https://raw.pixls.us/getfile.php/2785/nice/Olympus%20-%20E-M10%20Mark%20II%20-%2016bit%20(4:3).ORF

From the console:

Qt has caught an exception thrown from an event handler. Throwing
exceptions from an event handler is not supported in Qt.
You must not let any exception whatsoever propagate through Qt code.
If that is not possible, in Qt 5 you must at least reimplement
QCoreApplication::notify() and catch all exceptions there.

libc++abi.dylib: terminating with uncaught exception of type Exiv2::BasicError<char>: tiff directory length is too large
Abort trap: 6

@waxfingers
Copy link

I can reproduce, macos 10.14

@CarVac
Copy link
Owner

CarVac commented Oct 7, 2018

It's not a stack issue, it's an EXIF issue.

Right now, Filmulator just naively copies the whole EXIF from the source file to the destination file; sometimes this causes issues, especially with DNGs.

@Benitoite
Copy link
Contributor Author

Duplicates #70

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants