From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp2 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id S23UEV3KzF4xPQAA0tVLHw (envelope-from ) for ; Tue, 26 May 2020 07:50:53 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp2 with LMTPS id 0G0eDV3KzF4KcQAAB5/wlQ (envelope-from ) for ; Tue, 26 May 2020 07:50:53 +0000 Received: from lists.gnu.org (lists.gnu.org [209.51.188.17]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by aspmx1.migadu.com (Postfix) with ESMTPS id D9FDD940253 for ; Tue, 26 May 2020 07:50:52 +0000 (UTC) Received: from localhost ([::1]:45080 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdUMN-0005pF-SV for larch@yhetil.org; Tue, 26 May 2020 03:50:51 -0400 Received: from eggs.gnu.org ([2001:470:142:3::10]:44346) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1jdUMF-0005p8-Ip for guix-devel@gnu.org; Tue, 26 May 2020 03:50:43 -0400 Received: from fencepost.gnu.org ([2001:470:142:3::e]:38560) by eggs.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jdUME-0001mU-C8; Tue, 26 May 2020 03:50:42 -0400 Received: from ti0006q161-2604.bb.online.no ([84.202.68.75]:41122 helo=localhost) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_256_CBC_SHA1:256) (Exim 4.82) (envelope-from ) id 1jdUMD-00069n-MZ; Tue, 26 May 2020 03:50:41 -0400 From: Marius Bakke To: Pierre Neidhardt , Ludovic =?utf-8?Q?Court=C3=A8s?= Subject: Re: Can we increase the print width/column in daemon backtraces In-Reply-To: <875zcjnp14.fsf@ambrevar.xyz> References: <87tvbn7ff3.fsf@ambrevar.xyz> <87k1cjihvm.fsf@elephly.net> <87h87n78yf.fsf@ambrevar.xyz> <87muf38yzh.fsf@gmail.com> <87k117x9m7.fsf@ambrevar.xyz> <87zh9xxc8b.fsf@gnu.org> <87lflgjkqc.fsf@ambrevar.xyz> <87imgk6nov.fsf@gnu.org> <875zcjnp14.fsf@ambrevar.xyz> Date: Tue, 26 May 2020 09:50:37 +0200 Message-ID: <87d06r5e42.fsf@gnu.org> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" X-BeenThere: guix-devel@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: guix-devel@gnu.org, Maxim Cournoyer Errors-To: guix-devel-bounces+larch=yhetil.org@gnu.org Sender: "Guix-devel" X-Scanner: scn0 Authentication-Results: aspmx1.migadu.com; dkim=none; dmarc=none; spf=pass (aspmx1.migadu.com: domain of guix-devel-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=guix-devel-bounces@gnu.org X-Spam-Score: -3.11 X-TUID: SVUR/C5xTozN --=-=-= Content-Type: text/plain Pierre Neidhardt writes: > Marius Bakke writes: > >> You can run it directly from a shell, and/or attach a debugger. > > Thanks for the tip. > > Any idea how to attach Geiser to it? The daemon is a C++ program, so I'm not sure that would work ... If you are trying to increase the trace width within a build expression, you probably just need to (setenv "COLUMNS" "200") in the builder. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAl7Myk4ACgkQoqBt8qM6 VPp4jQf/T4NhLsuXp5lAB8JEaCLycCRBPa1epQrqcRS4LLm28GFu09lfz/6zUujF PsCghB5qgDCzMdR0glloAnytZjUG03q9aWkuSn+dGtIbV1+DnfFQ0aPENcE+Atkz GBxGs5zleR/y+tROJNDA0Pj3nGHkG8RnWxengYNuRWHlTrXHmP+l6jnhv5ohehEP UkZkSjXtWZxC+D4bP7w87U9MnfSEzhp9EqSYdd99X1QJ5cN79ARs6e2FjWppjlIg BYyMTnH7607H7eD8EiRxPJHeezHiGbW0LmHRiFXmzgsE75bj5X20o965wT91l5PM wrSgZjrdf8ur7ny60BtwcFbCBJHQew== =wMuM -----END PGP SIGNATURE----- --=-=-=--