[Bug 257255] graphics/rawtherapee: Crashes in rtengine::Color::rgb2lab01 when editing a picture; nullptr dereference related to color profile

From: <bugzilla-noreply_at_freebsd.org>
Date: Sat, 06 May 2023 00:26:09 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257255

--- Comment #24 from Andrew Terekhov <tankist02@mail.com> ---
It looks I found the remedy. If env. var. LC_ALL is set like this then RT
works:

export LC_ALL=C.UTF-8


If I add this var. to my ~/.bashrc (I use bash as my shell) and start RT from
shell, it works.

If I add this var. to my ~/.xinitrc and start Xorg without Display Manager RT
works.

If I add this var to /usr/local/etc/rc.d/lightdm and start Xorg with lightdm
then RT works.

-- 
You are receiving this mail because:
You are on the CC list for the bug.