GNU bug report logs -
#30964
python-mode failing "overlapping strings" assertion lately
Previous Next
Reported by: dancol <at> dancol.org
Date: Tue, 27 Mar 2018 18:10:01 UTC
Severity: normal
Done: "Daniel Colascione" <dancol <at> dancol.org>
Bug is archived. No further changes may be made.
Full log
Message #8 received at 30964 <at> debbugs.gnu.org (full text, mbox):
dancol <at> dancol.org writes:
> Has something changed in master that might be breaking python-mode? We
> keep hitting a parsing assertion.
>
> The surrounding code in python.el claims that
>
> ;; The assertion can only fail if syntax table
> ;; text properties and the `syntax-ppss' cache
> ;; are somehow out of whack. This has been
> ;; observed when using `syntax-ppss' during
> ;; narrowing.
> (cl-assert (> string-start last-string-end)
> :show-args
> "\
> Overlapping strings detected (start=%d, last-end=%d)")
>
> I can _sometimes_ repro with (while (not (eobp))
> (python-nav-forward-statement)), but I haven't found a reliable test case.
How recent is "lately"? Could it be related to [1: 14b9558752]?
[1: 14b9558752]: 2017-12-12 23:03:00 -0500
* src/syntax.c (find_defun_start): Use syntax-ppss
https://git.savannah.gnu.org/cgit/emacs.git/commit/?id=14b95587520959c5b54356547a0a69932a9bb480
This bug report was last modified 6 years and 344 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.