Crash at reading an image file (jpg) on macOS Mojave
A unified display of relevant technical and tag data for A/V files
Brought to you by:
guillaumeroques,
zenitram
Unfortunately there is not enough info in the log for finding the issue.
We need the file making libmediainfo crashing.
unfortnuately we were not able to find one single file which causes the crash.
But I've rewritten the the code since it looks like the issue is being caused by multithreaded access to libmediainfo via JNA... looks like either libmediainfo or JNA (or a combination of both) is not threadsafe..
But since I've rewritten the code to access libmediainfo only from one thread it works - sorry for the noise