[Gambas-user] JIT bug 5
Jussi Lahtinen
jussi.lahtinen at ...626...
Tue Jul 10 21:30:49 CEST 2012
Strange, this crash occurs on somewhere in initialization sub of my project
which worked with earlier revision.
Jussi
On 10 July 2012 22:14, Jussi Lahtinen <jussi.lahtinen at ...626...> wrote:
>
> Not yet, able to isolate...
>
> ** INTERNAL ERROR **
> ** Bad type (12) for VALUE_undo_variant
> ** Program aborting. Sorry! :-(
>
>
> So, I set break point on "ERROR_panic":
>
>
>
> Breakpoint 1, ERROR_panic (
> error=0x436524 "Bad type (%d) for VALUE_undo_variant") at
> gb_error.c:517
> 517 {
> (gdb) bt
> #0 ERROR_panic (error=0x436524 "Bad type (%d) for VALUE_undo_variant")
> at gb_error.c:517
> #1 0x0000000000406bbe in VALUE_undo_variant (value=<optimized out>)
> at gbx_value.c:2053
> #2 0x0000000000407e0f in VALUE_write (value=0x7ffff6626300,
> addr=0x1011e80,
> type=<optimized out>) at gbx_value.c:976
> #3 0x0000000000429726 in GB_CollectionSet (col=<optimized out>,
> key=<optimized out>, len=<optimized out>, value=0x7ffff6626300)
> at gbx_c_collection.c:298
> #4 0x00007fffe32eeb21 in ?? ()
> #5 0x00007fffffffd2e0 in ?? ()
> #6 0x0000000000000009 in ?? ()
> #7 0x0000000000a4a830 in ?? ()
> #8 0x0000000100000000 in ?? ()
> #9 0x0000000000000002 in ?? ()
> #10 0x00007fffe32ee8e0 in ?? ()
> #11 0x000000000093e628 in ?? ()
> #12 0x0000000000000002 in ?? ()
> #13 0x0000000000409b86 in EXEC_enter () at gbx_exec.c:536
> #14 0x00007fffe4e2c251 in JR_extern_dispatch_object (object=<optimized
> out>,
> index=<optimized out>) at jit_runtime.c:1014
> #15 0x00007fffffffcec0 in ?? ()
> #16 0x00007fffe4e219a3 in JIT_compile_and_execute () at jit_compile.cpp:138
> ---Type <return> to continue, or q <return> to quit---
> Backtrace stopped: previous frame inner to this frame (corrupt stack?)
>
>
> Jussi
>
More information about the User
mailing list