altmp / altv-js-bytecode

alt:V JS bytecode compiler
4 stars 3 forks source link

std::bad_alloc on linux #6

Closed Shino58 closed 2 months ago

Shino58 commented 2 years ago

Description of the problem

When i use on linux this make an std::bad_alloc but on windows thats working properly

[03:27:26] [V8 Bytecode] Converted file to bytecode: client/utility/flags.js
terminate called after throwing an instance of 'std::bad_alloc'
  what():  std::bad_alloc
--Type <RET> for more, q to quit, c to continue without paging--bt

Thread 1 "altv-server" received signal SIGABRT, Aborted.
__GI_raise (sig=sig@entry=6) at ../sysdeps/unix/sysv/linux/raise.c:50
50      ../sysdeps/unix/sysv/linux/raise.c: No such file or directory.

Reproduction steps I just use it on linux

Operating system Debian 11 lite on docker

Version release/10.2

ThomasMarangoni commented 2 years ago

Can you link the docker image you are depending on?

Shino58 commented 2 years ago

i use my own image based on debian:bullseye-slim