GNU bug report logs -
#40323
28.0.50; error in process filter: Invalid search bound (wrong side of point)
Previous Next
Reported by: Jacob Lagares Pozo <jlagarespo <at> iebesalu.cat>
Date: Mon, 30 Mar 2020 11:11:02 UTC
Severity: normal
Tags: moreinfo
Found in version 28.0.50
Done: Lars Ingebrigtsen <larsi <at> gnus.org>
Bug is archived. No further changes may be made.
Full log
View this message in rfc822 format
Jacob Lagares Pozo <jlagarespo <at> iebesalu.cat> writes:
> I should probably make a simple program that prints a bunch of stuff
> and then hangs, so I can have predictable and reproducible output,
> that might help.
It occurs to me that you should see a "non-local exit" in the trace when
the error triggers, and the traces just before that should hopefully
show the swapping of marker positions occuring.
> So what do you exactly mean by that the process is ending normally?
Oh, hmm, I was still a bit confused. I thought the (:comint-pmark nil)
meant the marker was deleted, but actually it's just because around the
call to comint-output-filter a different buffer is current (which makes
the check in the tracing function fail). Maybe one more tweak to the
tracing function:
(defun bug-40323-get-comint-output-marker ()
(list :comint-pmark
(let ((buf (and (markerp comint-last-output-start)
(marker-buffer comint-last-output-start))))
(when (buffer-live-p buf)
(cons
comint-last-output-start
(process-mark (get-buffer-process buf)))))))
This bug report was last modified 2 years and 361 days ago.
Previous Next
GNU bug tracking system
Copyright (C) 1999 Darren O. Benham,
1997,2003 nCipher Corporation Ltd,
1994-97 Ian Jackson.