GNU bug report logs - #54996
Emacs hangs when editing Python code with debug-on-error set to t

Previous Next

Package: emacs;

Reported by: Richard Stanton <rhstanton <at> berkeley.edu>

Date: Sun, 17 Apr 2022 20:17:02 UTC

Severity: normal

Fixed in version 28.2

Done: Lars Ingebrigtsen <larsi <at> gnus.org>

Bug is archived. No further changes may be made.

Full log


Message #14 received at 54996 <at> debbugs.gnu.org (full text, mbox):

From: Lars Ingebrigtsen <larsi <at> gnus.org>
To: Eli Zaretskii <eliz <at> gnu.org>
Cc: rhstanton <at> berkeley.edu, 54996 <at> debbugs.gnu.org
Subject: Re: bug#54996: Emacs hangs when editing Python code with
 debug-on-error set to t
Date: Mon, 18 Apr 2022 11:45:30 +0200
Eli Zaretskii <eliz <at> gnu.org> writes:

> And I cannot reproduce at all.  Does the recipe involve the Python
> interpreter in any way?  If so, that might be the reason why it
> doesn't reproduce here.

Nope, just font locking.

> It is also not clear to me whether I should insert ‘ or ' (I tried
> both).

It's '

>> But it's bizarre that the debug-on-error setting should affect this.
>> I've skimmed through python.el looking for anything obvious (like a
>> `condition-case-unless-debug' but can't find anything).
>
> Calling a debugger triggers a redisplay cycle, and maybe that explains
> the problem.

Hm, yes...

>> The culprit must be in python-syntax-stringify -- if I just remove that,
>> the hang is gone.  But there's no odd error handling there that I can
>> see (unless it's hiding in syntax-ppss)...  anybody got any ideas?
>
> Catching a backtrace on the C level might explain what happens.  But
> since I cannot reproduce the problem, I cannot show such a backtrace,
> either.

Do you have any suggestions about where to put a breakpoint?  I tried to
put a breakpoint on call_debugger, but nothing...

My test case is:

gdb --args ./src/emacs -geometry -0+0 --eval "(setq debug-on-error t)" -Q  /tmp/foo.py

with foo.py containing just that triple-quoted string.

-- 
(domestic pets only, the antidote for overdose, milk.)
   bloggy blog: http://lars.ingebrigtsen.no




This bug report was last modified 3 years and 88 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.