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

Re: New Jit error Today


Le 04/06/2024 à 18:40, Brian G a écrit :
Started getting this error today! Has anyone else seen this type of error?

gb.jit: panic: unknown constant type


//////// ShmFiFo

void jit_shmfifo_2(uchar n);
static void jit_shmfifo_2_();
void jit_shmfifo_3(uchar n);
static void jit_shmfifo_3_();
void jit_shmfifo_4(uchar n);
static GB_VARIANT jit_shmfifo_4_();

// _init

void jit_shmfifo_2(uchar n)
{
   jit_shmfifo_2_();
}

static void jit_shmfifo_2_()
{
   VALUE **psp = (VALUE **)0x5ede292b7968;
   VALUE *sp = SP;
   ushort *pc = (ushort *)0x5ede2a8e6a34;
   GB_VALUE_GOSUB *gp = 0;
   bool error = FALSE;
   VALUE *ssp = sp;
   TRY {

__L0:; // [shmmem:2.0].ShmFiFo._init.19

gbs3 Error : Script had Segmentation fault, Code=6


Can you post the script so that I can reproduce the error?

--
Benoît Minisini.


Follow-Ups:
Re: New Jit error TodayBrian G <brian@xxxxxxxxxxxxxxxx>
References:
New Jit error TodayBrian G <brian@xxxxxxxxxxxxxxxx>