[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
New Jit error Today
[Thread Prev] | [Thread Next]
- Subject: New Jit error Today
- From: Brian G <brian@xxxxxxxxxxxxxxxx>
- Date: Tue, 4 Jun 2024 09:40:23 -0700
- To: GambasList <user@xxxxxxxxxxxxxxxxxxxxxx>
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
--
~~~~ Brian
Attachment:
OpenPGP_0x78BFB26402F48419.asc
Description: OpenPGP public key
Attachment:
OpenPGP_signature.asc
Description: OpenPGP digital signature
| Re: New Jit error Today | Benoît Minisini <benoit.minisini@xxxxxxxxxxxxxxxx> |