GNU bug report logs - #34489
25.2; pdb fails if directory contains '++'

Previous Next

Package: emacs;

Reported by: a.soroa <at> ehu.eus (a.soroa)

Date: Fri, 15 Feb 2019 16:02:01 UTC

Severity: normal

Tags: patch

Found in version 25.2

Done: Eli Zaretskii <eliz <at> gnu.org>

Bug is archived. No further changes may be made.

Full log


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

From: Eli Zaretskii <eliz <at> gnu.org>
To: Stefan Kangas <stefan <at> marxist.se>
Cc: a.soroa <at> ehu.eus, 34489 <at> debbugs.gnu.org
Subject: Re: bug#34489: 25.2; pdb fails if directory contains '++'
Date: Sun, 30 Jun 2019 19:33:46 +0300
> From: Stefan Kangas <stefan <at> marxist.se>
> Date: Sun, 30 Jun 2019 18:13:19 +0200
> Cc: 34489 <at> debbugs.gnu.org
> 
> The expected behaviour is to see TWO buffers in separate windows,
> first "*gud-pp.py" with the following content:
> 
>     Current directory is /tmp/foo++/
>     > /tmp/foo++/pp.py(1)<module>()
>     -> print(10)
>     (Pdb)
> 
> And the second a buffer visiting "pp.py".
> 
> The symptom is that you only see ONE buffer "*gud-pp.py*" with the
> following content:
> 
>     Current directory is /tmp/foo++/
> 
> The bug (half) goes away as soon as I try to debug `gud-common-init'
> using M-x edebug-defun, but only when stepping through manually using
> "n" (and not when hitting "c").  Without this instrumentation, I get
> the bug as above.  With it, I see the expected output in the
> "*gud-pp.py*" buffer (but *not* the expected "pp.py" buffer).
> 
> I tried adding strategic calls to sit-for in gud-common-init and could
> get the same result as with M-x edebug-defun.
> 
> Does anyone have any ideas what could cause this?

A stab in the dark: gud-pdb-marker-regexp?




This bug report was last modified 5 years and 317 days ago.

Previous Next


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