Norbert Koch <n.koch(a)delta-ii.de> writes:
Adrian Aichner <aichner(a)ecf.teradyne.com> writes:
> >>>>> "Jonathan" == Jonathan Harris
<jhar(a)tardis.ed.ac.uk> writes:
>
> Jonathan> Adrian Aichner wrote:
> >>
> >> This seems to be a new kind...
>
> Jonathan> I haven't played with 21.2 since Martin's changes. Could
> Jonathan> you provide a debug_backtrace() next time you hit this
> Jonathan> and a description of how to reproduce the problem, or
> Jonathan> failing that a description of what you were doing.
>
> Here's another of these:
>
> I have the baby tarpped inside MS VC++. How can I provide you with
> the debug_backtrace() information?
>
I'm not sure I understand Jonathan's remark, but I guess he is
thinking about the callstack, you can display in MS VC++.
No, I think debug_backtrace() is the C function that spits out the
Lisp backtrace. You get it by calling `debug_backtrace()' from your
favorite debugger, and capturing the resulting output.