https://bugs.kde.org/show_bug.cgi?id=409001
Wolfgang Bauer <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #16 from Wolfgang Bauer <[email protected]> --- FTR, as I found out yesterday, the crash in openSUSE Leap 15.1 was because libopenjpeg1 and libopenjp2 were loaded into the same process. Leap's ffmpeg-3 (libavcodec57) package is built with openjpeg1, and is used by QtWebEngine. So poppler (which uses libopenjp2) ended up calling some functions from libopenjpeg1 instead (both libs contain functions with the same name), resulting in some things not being initialized properly and leading to the crash in libopenjp2 later on. The switch to using an external process actually fixed that as well btw, as the separate executable has much smaller dependencies, in particular it doesn't load QtWebEngine... -- You are receiving this mail because: You are the assignee for the bug.
