Quote: - Linux x86_64 only: rebuilt Dullahan against the latest CEF 119 release (with security fixes). - Linux only: in the wrapper script, now preload (via LD_PRELOAD) libcef.so, since otherwise, CEF119's insane use of TLS space would cause the dynamic loader to abort when loading this library from the SLPlugin executable. This got the side effects of increasing the memory usage (by 250MB or so) when no web plugin is running in the viewer (since libcef.so then stays loaded until the viewer exits) but also, on the other hand, of speeding up the web plugin loading and first page rendering. It solves as well failed CEF launches when the viewer is built with the Tracy profiler (same TLS usage issue, which gets even larger with Tracy's data storage).
|