unofficial mirror of guile-user@gnu.org 
 help / color / mirror / Atom feed
* Where is the backtrace?
@ 2014-01-03  2:30 Panicz Maciej Godek
  2014-01-03 10:28 ` Ian Price
  0 siblings, 1 reply; 5+ messages in thread
From: Panicz Maciej Godek @ 2014-01-03  2:30 UTC (permalink / raw)
  To: guile-user@gnu.org

> (define (f) (define (g) (define (h) ((lambda x (cdr x)))) (h)) (g))
> (f)
<unnamed port>:13:0: In procedure #<procedure 24df3a0 at <current
input>:13:0 x>:
<unnamed port>:13:0: In procedure cdr: Wrong type argument in position
1 (expecting pair): ()

Entering a new prompt.  Type `,bt' for a backtrace or `,q' to continue

> ,bt
In current input:
     13:0  0 (#<procedure 24df3a0 at <current input>:13:0 x>)

Why isn't the information about the subsequent procedures tracked? Do
they all get inlined?

regards,
M.



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

end of thread, other threads:[~2014-01-03 18:03 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-01-03  2:30 Where is the backtrace? Panicz Maciej Godek
2014-01-03 10:28 ` Ian Price
2014-01-03 13:57   ` Panicz Maciej Godek
2014-01-03 16:15     ` Ian Price
2014-01-03 18:03     ` Mark H Weaver

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).