Devuan bug report logs - #746
Killed when starting modale dialog like pinentry

version graph

Package: fvwm; Maintainer for fvwm is (unknown); Source for fvwm is src:fvwm.

Affects: fvwm

Reported by: Klaus Ethgen <Klaus@ethgen.de>

Date: Mon, 6 Mar 2023 17:04:01 UTC

Severity: critical

Tags: debian

Merged with 751

Fixed in version 1:2.7.0-2

Done: Mark Hindley <mark@hindley.org.uk>

Forwarded to https://bugs.debian.org/1034054

Full log


Message #86 received at 746@bugs.devuan.org (full text, mbox, reply):

Received: (at 746) by bugs.devuan.org; 7 Mar 2023 20:37:42 +0000
Return-Path: <rrq@mail.rrq.id.au>
Delivered-To: bugs@devuan.org
Received: from email.devuan.org [2001:41d0:2:d06e::5c4:2612]
	by doc.devuan.org with IMAP (fetchmail-6.4.16)
	for <debbugs@localhost> (single-drop); Tue, 07 Mar 2023 20:37:42 +0000 (UTC)
Received: from email.devuan.org
	by email.devuan.org with LMTP
	id c2TNKFqgB2TcfQAAmSBk0A
	(envelope-from <rrq@mail.rrq.id.au>)
	for <bugs@devuan.org>; Tue, 07 Mar 2023 20:36:42 +0000
Received: by email.devuan.org (Postfix, from userid 109)
	id 701DF96F; Tue,  7 Mar 2023 20:36:42 +0000 (UTC)
X-Spam-Checker-Version: SpamAssassin 3.4.6 (2021-04-09) on email.devuan.org
X-Spam-Level: **
X-Spam-Status: No, score=2.5 required=5.0 tests=FREEMAIL_FORGED_REPLYTO,
	SPF_PASS autolearn=no autolearn_force=no version=3.4.6
Received-SPF: Pass (mailfrom) identity=mailfrom; client-ip=108.61.184.72; helo=mail.rrq.id.au; envelope-from=rrq@mail.rrq.id.au; receiver=<UNKNOWN> 
Received: from mail.rrq.id.au (mail.rrq.id.au [108.61.184.72])
	by email.devuan.org (Postfix) with ESMTPS id DFDA58CF
	for <746@bugs.devuan.org>; Tue,  7 Mar 2023 20:36:35 +0000 (UTC)
Received: from localhost (194-193-171-157.tpgi.com.au [194.193.171.157])
	by mail.rrq.id.au (Postfix) with ESMTPSA id E66BA9FE42
	for <746@bugs.devuan.org>; Wed,  8 Mar 2023 07:36:28 +1100 (AEDT)
Date: Wed, 8 Mar 2023 07:36:27 +1100
From: Ralph Ronnquist <rrq@mail.rrq.id.au>
To: 746@bugs.devuan.org
Subject: Re: bug#746: Killed when starting modale dialog like pinentry
Message-ID: <ZAegS0WuH8IcWSIC@localhost>
Reply-To: Ralph Ronnquist <ralph.ronnquist@gmail.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
Apparently, "exiting" happens in the DoConfigure function which logs
to stderr rather than the log file. So you will need to arrange to
capture stderr for Xorg to get another lead to the exiting.

One way to do that is to (temporarily) move /usr/bin/Xorg to, say,
/usr/bin/Xorg.real, and write an executable text file as /usr/bin/Xorg
with the single 2 lines:
----
#!/bin/sh
exec /usr/bin/Xorg.real $* 2> /tmp/X-stderr-$(date +%s).log
----

By that, any stderr output from Xorg.real will be written to the
special log files /tmp/X-stderr-*.log where the * part is a "Unix
epoch seconds" timestamp, which would be near in time to the creation
time of the associated Xorg.0.log file.

Ralph.


Send a report that this bug log contains spam.


Devuan BTS -- Powered by Debian bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson,
2005-2017 Don Armstrong, and many other contributors.

Devuan Bugs Owner <owner@bugs.devuan.org>.
Last modified: Fri Apr 19 22:46:52 2024;