glk0
glk0
Sorry, made a silly mistake, forgotten to create a new branch for my modifications.
HI, I'd like to work on this feature. Can you assign it to me ?
> > I probably tried some other example, but I can make a clean test from scratch and see what happens. > > no worries, it shouldn't be interfering >...
We could check if driver.__runtimes [script] is defined, and raise an error ?
I think it's the same kind of error as mentioned [here](https://www.virtualbox.org/ticket/21862#comment:6), due to the definition of `TString` [here](https://github.com/luainkernel/lua/blob/ee330a4a5a93a8236c2699c6aed91006c8a7f4d7/lobject.h#L410) as ```c typedef struct TString { CommonHeader; lu_byte extra; /* reserved words...
I'll submit a pull request soon then.
OK. Checking for _KERNEL to enable it then ?
@lneto I can't replicate the issue on my side (checked my log, no occurences). I just sent the pull request to the luainkernel/lua repo. Can you check if the messages...
> you should enable UBSAN on your kernel to reproduce.. will take a look.. Did on Linux 6.8. Getting segfault each time I'm running `lunatik load` ``` [ 125.007460] invalid...
> can you indicate the exact steps you are making to enable it? I edited `.config` and recompiled the kernel. After, ``` $ zcat /proc/config.gz | grep -i ubsan CONFIG_ARCH_HAS_UBSAN=y...