You must not expect us to intuit where the cause of this bug is. That
is very hard. If you want to fix this bug, you will have to debug it.
Nobody else can debug it, unless he can make it fail.
You may as well start by reading lisp.h and learning the format of
Lisp objects, so that you can figur
On Mon, 21 Feb 2005 05:21:59 -0500
Richard Stallman wrote:
> This looks like stack overflow printing an object that contains
> a pointer to itself. Could you verify this was stack overflow?
I'm afraid I have no idea what can be considered stack overflow.
> What is the value of Vprint_length?
A
This looks like stack overflow printing an object that contains
a pointer to itself. Could you verify this was stack overflow?
What is the value of Vprint_length?
Also, run-time debugging log with dbx (gdb won't work), manually newlined:
Why won't GDB work? Have you tried installing the la