This is the mail archive of the cgen@sources.redhat.com mailing list for the CGEN project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: Interpreting backtraces


Hi -

bje wrote:

> Here is an entry from a backtrace.  What are these `#' characters?
> 
>   [gen-cpu-ref (#(# #) #(# #)) "h_pc"]
> 
> A list of two elements looks right for this argument, but the contents look
> wrong. :-)

Each # is a compressed representation of an atom or a list.
See "guile/libguile/print.c".  Supposedly guile 1.4 has a more
sophisticated and informative printing engine for use in
backtraces.

- FChE

PGP signature


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]