Yichun Zhang
Yichun Zhang
@siddhesh Sure, we can do distro package for luajit2. All our extensions can go under a build flag. No problem with that. I prefer a single branch, which makes maintenance...
@siddhesh OK, your plan sounds good to me. It's just that the moonjit patches still need to go through the pull request/code review process before they can be merged into...
@amdei stack-protector is never supported in LuaJIT. It's explicitly disabled in LuaJIT's own build system (including the official one). It requires extra effort to add support if not impossible.
@amdei I copied your shell commands and ran them on a relatively clean Debian buster x86_64 system on my side and could not reproduce the test failure you are seeing:...
BTW, i'm also using the default gcc in Debian 10: ```console $ gcc --version gcc (Debian 8.3.0-6) 8.3.0 Copyright (C) 2018 Free Software Foundation, Inc. This is free software; see...
@274914765 You should at least use gdb to obtain a full backtrace (via the gdb command `bt full`) from your core dump file.
@274914765 The crash site looks weird. Will you try the gdb command `disas` too and provide the output here?
Oh, and the gdb command `info reg` too. Let's see what's happening on the machine instruction and register level.
@siddhesh Are you familiar with mips64? Will you please shed some light on this? Many thanks!
@siddhesh Okay, thanks for your reply! @274914765 Will you try the latest v2.1-agentzh branch of this luajit2 repo on your side?