guile-user
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Line numbers for scm_c_primitive_load() errors


From: Robert Gill
Subject: Line numbers for scm_c_primitive_load() errors
Date: Fri, 30 Mar 2018 22:30:18 -0700
User-agent: Mutt/1.7.2 (2016-11-26)

I'm trying to read a file with scm_c_primitive_load() that uses some
custom functions defined with scm_c_define_gsubr(). If I pass an invalid
data type to one of these functions, I get an expected exception, but
the line number of the file where they occur is not included in the
stack trace. I tried following the directions in the manual under
'6.25.3.2 Capturing the full error stack', and wrapping the call in
scm_c_catch(), while manually capturing the stack, but it still doesn't
seem to include the line number.

I'm using guile 2.0.14.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]