From mboxrd@z Thu Jan 1 00:00:00 1970 From: Eli Zaretskii Subject: Re: bug#18785: 24.4.1; Emacs hangs with Org mode when point is in LOGBOOK Date: Wed, 22 Oct 2014 18:21:21 +0300 Message-ID: <83siig870u.fsf@gnu.org> References: <8661fdegiz.fsf@example.com> <8338ahbgea.fsf@gnu.org> <86r3y0s87h.fsf@example.com> Reply-To: Eli Zaretskii Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:36732) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1XgxjF-0005F2-At for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 11:21:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Xgxj5-0008AG-8o for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 11:21:37 -0400 Received: from mtaout22.012.net.il ([80.179.55.172]:47077) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Xgxj5-00089y-1V for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 11:21:27 -0400 Received: from conversion-daemon.a-mtaout22.012.net.il by a-mtaout22.012.net.il (HyperSendmail v2007.08) id <0NDU00M00QE2JI00@a-mtaout22.012.net.il> for emacs-orgmode@gnu.org; Wed, 22 Oct 2014 18:21:25 +0300 (IDT) In-reply-to: <86r3y0s87h.fsf@example.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Fabrice Niessen Cc: emacs-orgmode@gnu.org, 18785@debbugs.gnu.org > From: Fabrice Niessen > Cc: 18785@debbugs.gnu.org, Org-mode List > Date: Wed, 22 Oct 2014 12:35:30 +0200 > > I reproduced the problem. > > Then, I tried (multiple times) to C-z in the GDB session, but nothing > happens: Emacs stays block and I don't get any GDB prompt. > > Am I missing something? The C-z trick doesn't work on Windows. So instead run Emacs normally, reproduce the problem, and then attach the debugger to the running Emacs with "gdb -p PID", where PID is the numerical process ID of Emacs. Then switch to thread 1, and do what etc/DEBUG says about "finish".