From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Eli Zaretskii Newsgroups: gmane.emacs.help Subject: Re: Help debugging a backtrace Date: Mon, 02 May 2016 18:33:42 +0300 Message-ID: <834magmq3t.fsf@gnu.org> References: <87wpniyiy6.fsf@gmail.com> <87mvoccdht.fsf@web.de> <87r3dl3ljs.fsf@web.de> <87mvo93lbf.fsf@web.de> <87twihbj7d.fsf@web.de> <167d27f3-4442-49be-8919-376dc1f1c7ab@default> <87wpnc7cfh.fsf@web.de> Reply-To: Eli Zaretskii NNTP-Posting-Host: plane.gmane.org X-Trace: ger.gmane.org 1462203266 23785 80.91.229.3 (2 May 2016 15:34:26 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 2 May 2016 15:34:26 +0000 (UTC) Cc: michael_heerdegen@web.de, help-gnu-emacs@gnu.org To: Kaushal Modi Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Mon May 02 17:34:20 2016 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1axFrX-0003wR-ON for geh-help-gnu-emacs@m.gmane.org; Mon, 02 May 2016 17:34:19 +0200 Original-Received: from localhost ([::1]:37243 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axFrU-0004Yu-2A for geh-help-gnu-emacs@m.gmane.org; Mon, 02 May 2016 11:34:16 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:51928) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axFrE-0004MS-3Y for help-gnu-emacs@gnu.org; Mon, 02 May 2016 11:34:07 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1axFqz-0000fB-N9 for help-gnu-emacs@gnu.org; Mon, 02 May 2016 11:33:54 -0400 Original-Received: from fencepost.gnu.org ([2001:4830:134:3::e]:60028) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1axFqz-0000dO-KO; Mon, 02 May 2016 11:33:45 -0400 Original-Received: from 84.94.185.246.cable.012.net.il ([84.94.185.246]:3360 helo=home-c4e4a596f7) by fencepost.gnu.org with esmtpsa (TLS1.2:RSA_AES_128_CBC_SHA1:128) (Exim 4.82) (envelope-from ) id 1axFqt-000314-CJ; Mon, 02 May 2016 11:33:39 -0400 In-reply-to: (message from Kaushal Modi on Mon, 02 May 2016 15:10:17 +0000) X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.2.x-3.x [generic] X-Received-From: 2001:4830:134:3::e X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:109857 Archived-At: > From: Kaushal Modi > Date: Mon, 02 May 2016 15:10:17 +0000 > > Unless someone finds time to debug the problem in this thread, as I see > this issue only on my phone build, the workaround I am using is to not put > (package-initialize) in a separate file, but in init.el itself. You should debug this on the C level. See the other thread where I suggested that.