public inbox for kawa@sourceware.org
 help / color / mirror / Atom feed
* Spurious line numbers
@ 2023-09-18 21:25 Panicz Maciej Godek
  2023-09-19  0:08 ` Per Bothner
  0 siblings, 1 reply; 2+ messages in thread
From: Panicz Maciej Godek @ 2023-09-18 21:25 UTC (permalink / raw)
  To: kawa

[-- Attachment #1: Type: text/plain, Size: 722 bytes --]

I have a question.
Recently, I've been developing a module called "stepper", and as I
occasionally get some stack traces, they look more or less like this:

        at gnu.mapping.Procedure.apply2(Procedure.java:160)
        at stepper$frame7.lambda33reduce(stepper.scm:10145)
        at stepper$frame7.lambda33reduce(stepper.scm:10108)
        at stepper.reduce$check(stepper.scm:541)

The problem with the second and the third line is that the stepper module
contains some 700 lines, so that the lines 10145 and 10108 don't even exist.

What is the likely reason for this behavior?

(I can help reproduce it if needed - in the sources of GRASP - but I don't
think I'll find time to build a minimal reproducible example)

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-09-19  0:09 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-09-18 21:25 Spurious line numbers Panicz Maciej Godek
2023-09-19  0:08 ` Per Bothner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).