From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mp0 ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by ms11 with LMTPS id QD8jHJtOD2AeUAAA0tVLHw (envelope-from ) for ; Mon, 25 Jan 2021 23:04:59 +0000 Received: from aspmx1.migadu.com ([2001:41d0:2:4a6f::]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)) by mp0 with LMTPS id wjD1F5tOD2AsCgAA1q6Kng (envelope-from ) for ; Mon, 25 Jan 2021 23:04:59 +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 BFD579402B1 for ; Mon, 25 Jan 2021 23:04:58 +0000 (UTC) Received: from localhost ([::1]:56916 helo=lists1p.gnu.org) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1l4Aum-00021n-Mm for larch@yhetil.org; Mon, 25 Jan 2021 18:04:56 -0500 Received: from eggs.gnu.org ([2001:470:142:3::10]:36854) by lists.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4Aub-00021d-7y for help-guix@gnu.org; Mon, 25 Jan 2021 18:04:45 -0500 Received: from mx1.riseup.net ([198.252.153.129]:41536) by eggs.gnu.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_GCM_SHA384:256) (Exim 4.90_1) (envelope-from ) id 1l4AuZ-0006Cr-EG for help-guix@gnu.org; Mon, 25 Jan 2021 18:04:44 -0500 Received: from fews1.riseup.net (unknown [10.0.1.83]) (using TLSv1 with cipher ECDHE-RSA-AES256-SHA (256/256 bits)) (Client CN "*.riseup.net", Issuer "Sectigo RSA Domain Validation Secure Server CA" (not verified)) by mx1.riseup.net (Postfix) with ESMTPS id 4DPlmt6kxnzFgYs; Mon, 25 Jan 2021 15:04:30 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=riseup.net; s=squak; t=1611615875; bh=2uhGy4vGqI4r2boHP5SNyPP4fz6hqt1LmjttI6X7ag0=; h=Date:From:To:Cc:Subject:In-Reply-To:References:From; b=KZD4ZvOoJlBvL+OLWIRpwriA/JBP41XthjqixJ+0yVC4wIc2Qs5az8OJi6sqqkSYm jLjJIdsYRCSOkmlYuzmcmU1/Vey4MLdF2tWpTx0XD6WHMyWFxZEKDnJt1WZ1ycKSnl 5GJZ5Z0+1cvyCr4m3TbIdietj4JjwIfWGXeJNV3Y= X-Riseup-User-ID: 3B76723B8216F739E2B75B7627B537B618AF8F30B549C1F40BBBE3514BD99D7E Received: from [127.0.0.1] (localhost [127.0.0.1]) by fews1.riseup.net (Postfix) with ESMTPSA id 4DPlmr0dzKz5wF1; Mon, 25 Jan 2021 15:04:22 -0800 (PST) Date: Mon, 25 Jan 2021 18:28:11 +0100 From: raingloom To: Raghav Gururajan Subject: Re: Help with fixing seg-fault in telegram Message-ID: <20210125182811.50c3c316@riseup.net> In-Reply-To: References: MIME-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Received-SPF: pass client-ip=198.252.153.129; envelope-from=raingloom@riseup.net; helo=mx1.riseup.net X-Spam_score_int: -11 X-Spam_score: -1.2 X-Spam_bar: - X-Spam_report: (-1.2 / 5.0 requ) BAYES_00=-1.9, DATE_IN_PAST_03_06=1.592, DKIM_SIGNED=0.1, DKIM_VALID=-0.1, DKIM_VALID_AU=-0.1, DKIM_VALID_EF=-0.1, RCVD_IN_DNSWL_LOW=-0.7, RCVD_IN_MSPIKE_H3=0.001, RCVD_IN_MSPIKE_WL=0.001, SPF_HELO_PASS=-0.001, SPF_PASS=-0.001 autolearn=no autolearn_force=no X-Spam_action: no action X-BeenThere: help-guix@gnu.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Cc: help-guix@gnu.org Errors-To: help-guix-bounces+larch=yhetil.org@gnu.org Sender: "Help-Guix" X-Migadu-Flow: FLOW_IN X-Migadu-Spam-Score: -3.05 Authentication-Results: aspmx1.migadu.com; dkim=pass header.d=riseup.net header.s=squak header.b=KZD4ZvOo; dmarc=pass (policy=none) header.from=riseup.net; spf=pass (aspmx1.migadu.com: domain of help-guix-bounces@gnu.org designates 209.51.188.17 as permitted sender) smtp.mailfrom=help-guix-bounces@gnu.org X-Migadu-Queue-Id: BFD579402B1 X-Spam-Score: -3.05 X-Migadu-Scanner: scn0.migadu.com X-TUID: hFU8pVLR6naw On Fri, 22 Jan 2021 00:30:12 -0500 Raghav Gururajan wrote: > Hello Folks! > > I am stuck with telegram-desktop segfaulting while answering calls. > > STEPS TO REPRODUCE: > [1] Apply attached diff file on top of master > (296156d9d1def88ccfda7d46cdcb574a4a52947b). > [2] Install telegram-desktop. > [3] Login and make/answer calls. > > Here is the gdb trace: https://paste.debian.net/plain/1182169 > > Any ideas please? > > Regards, > RG. It may be a good idea to show this stack trace to the Telegram developers as well.