[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 18:21:44 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=257255

--- Comment #28 from Andrew Terekhov <tankist02@mail.com> ---
I commented out setting of LC_ALL where I added them. Verified that under
lightdm RT crashes now.

Here is the output of commands you asked for:

$ /usr/bin/env | egrep '^(LC_|LANG)'
LANG=C.UTF-8


$ locale
LANG=C.UTF-8
LC_CTYPE="C.UTF-8"
LC_COLLATE="C.UTF-8"
LC_TIME="C.UTF-8"
LC_NUMERIC="C.UTF-8"
LC_MONETARY="C.UTF-8"
LC_MESSAGES="C.UTF-8"
LC_ALL=



And here are the same commands under gdm where RT works fine:

$ /usr/bin/env | egrep '^(LC_|LANG)'
LANG=en_US.UTF-8
LC_MESSAGES=en_US.UTF-8
LC_CTYPE=en_US.UTF-8


$ locale
LANG=en_US.UTF-8
LC_CTYPE="en_US.UTF-8"
LC_COLLATE="en_US.UTF-8"
LC_TIME="en_US.UTF-8"
LC_NUMERIC="en_US.UTF-8"
LC_MONETARY="en_US.UTF-8"
LC_MESSAGES="en_US.UTF-8"
LC_ALL=

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