Crash in vout_display_PlacePicture
Posted: 06 Jan 2023 17:21
I've implemented libvlc in my Mac app and am encountering a very annoying bug that only affects some of my users some of the time, and I can't recreate it on my end. Basically, when they load a video and hit play, the app crashes.
The only breadcrumb I have to go on is that their crash reports all point to the same line in libvlccore as the cause: vout_display_PlacePicture + 288
But even this is limited as it's an isolated line in the crash report with no preceding lines in the stack trace. With this admittedly small amount of knowledge, do you have any theories or suggestions as to what I could be doing wrong that might cause a crash at this line only some of the time?
The only breadcrumb I have to go on is that their crash reports all point to the same line in libvlccore as the cause: vout_display_PlacePicture + 288
But even this is limited as it's an isolated line in the crash report with no preceding lines in the stack trace. With this admittedly small amount of knowledge, do you have any theories or suggestions as to what I could be doing wrong that might cause a crash at this line only some of the time?