gcl-devel
[Top][All Lists]
Advanced

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

Re: [Gcl-devel] Windows GCL: setjmp/longjmp


From: Camm Maguire
Subject: Re: [Gcl-devel] Windows GCL: setjmp/longjmp
Date: 24 Mar 2004 16:50:31 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Greetings!  OK --

1) Which command are we debugging?

2)

...

> (gdb) finish
> Run till exit from #0  0x0041f217 in eval (form=0x1135c1b0) at eval.c:1037
> 0x0041f981 in fLeval (x0=0x1060fba0) at eval.c:1178
> 1178            eval(x0);

Could you start single stepping here, because...

> (gdb) finish
> Run till exit from #0  0x0041f981 in fLeval (x0=0x1060fba0) at eval.c:1178
> 0x00431dc6 in c_apply_n (fn=0x41f925 <fLeval>, n=1, x=0x22e730)
>     at funlink.c:363
> 363         case 1:  res=LCAST(fn)(x[0]);break;
> Value returned is $23 = 0x6b83f0
                          ^^^^^^^^

this is not a valid object pointer.  Perhaps pp(x0) above.  Something
truncated the top byte when writings to vs_base[0].  Can you
investigate?

Take care,


-- 
Camm Maguire                                            address@hidden
==========================================================================
"The earth is but one country, and mankind its citizens."  --  Baha'u'llah




reply via email to

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