Date: Sat, 06 May 2023 18:21:44 +0000 From: bugzilla-noreply@freebsd.org To: gnome@FreeBSD.org Subject: [Bug 257255] graphics/rawtherapee: Crashes in rtengine::Color::rgb2lab01 when editing a picture; nullptr dereference related to color profile Message-ID: <bug-257255-6497-5cHrInghq2@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-257255-6497@https.bugs.freebsd.org/bugzilla/> References: <bug-257255-6497@https.bugs.freebsd.org/bugzilla/>
next in thread | previous in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D257255 --- 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=3DC.UTF-8 $ locale LANG=3DC.UTF-8 LC_CTYPE=3D"C.UTF-8" LC_COLLATE=3D"C.UTF-8" LC_TIME=3D"C.UTF-8" LC_NUMERIC=3D"C.UTF-8" LC_MONETARY=3D"C.UTF-8" LC_MESSAGES=3D"C.UTF-8" LC_ALL=3D And here are the same commands under gdm where RT works fine: $ /usr/bin/env | egrep '^(LC_|LANG)' LANG=3Den_US.UTF-8 LC_MESSAGES=3Den_US.UTF-8 LC_CTYPE=3Den_US.UTF-8 $ locale LANG=3Den_US.UTF-8 LC_CTYPE=3D"en_US.UTF-8" LC_COLLATE=3D"en_US.UTF-8" LC_TIME=3D"en_US.UTF-8" LC_NUMERIC=3D"en_US.UTF-8" LC_MONETARY=3D"en_US.UTF-8" LC_MESSAGES=3D"en_US.UTF-8" LC_ALL=3D --=20 You are receiving this mail because: You are on the CC list for the bug.=
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-257255-6497-5cHrInghq2>