From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:50331) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1iLOyN-0004Rv-O3 for guix-patches@gnu.org; Fri, 18 Oct 2019 05:55:04 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1iLOyM-0008HC-Q1 for guix-patches@gnu.org; Fri, 18 Oct 2019 05:55:03 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:40596) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1iLOyM-0008H3-Mk for guix-patches@gnu.org; Fri, 18 Oct 2019 05:55:02 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1iLOyM-0004UT-JH for guix-patches@gnu.org; Fri, 18 Oct 2019 05:55:02 -0400 Subject: [bug#37725] [PATCH] gnu: lxqt-config: Add libkscreen as propagated-inputs. Resent-Message-ID: From: Ludovic =?UTF-8?Q?Court=C3=A8s?= References: <0204dc81-bfad-4efb-a88a-5f90e00678aa@www.fastmail.com> <38aa418c-7f64-452b-b49c-8f1b4d2d914e@www.fastmail.com> Date: Fri, 18 Oct 2019 11:54:27 +0200 In-Reply-To: <38aa418c-7f64-452b-b49c-8f1b4d2d914e@www.fastmail.com> (Reza Alizadeh Majd's message of "Wed, 16 Oct 2019 14:48:18 +0330") Message-ID: <87wod24bvw.fsf@gnu.org> MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: Reza Alizadeh Majd Cc: 37725@debbugs.gnu.org Hi Reza, "Reza Alizadeh Majd" skribis: > maybe I could describe better about this patch file. > > `libkscreen` is used by `lxqt-config-monitor` to modify > the desktop resolution in LXQt desktop.=20 > > the problem is that, during execution of `lxqt-config-monitor`=20 > application crashes with "segmentation fault".=20 > > we had a review over `lxqt-config-monitor` source code,=20 > but didn't find any unusual usage of `ksceen` library. just=20 > a normal link during build process and binaries were made=20 > successfully.=20 > > this issue might because of crash inside `libkscreen`, but we > didn't review that yet.=20 > > so as a quick workaround we find that adding the `libkscreen` > as a propagated input could fix this issue. Thanks for explaining, I understand better now. I think that it=E2=80=99s not satisfying to apply a workaround that we don= =E2=80=99t understand. That is, intuitively, I see now reason why propagating libkscreen would =E2=80=9Cfix=E2=80=9D a segfault. Could you either (1) provide an =E2=80=98operating-system=E2=80=99 config a= nd instructions to reproduce the problem, or (2) grab a backtrace of the segfaulted program with GDB? Let us know if you need guidance. Thanks, Ludo=E2=80=99.