Figure out whats causing sigsegv

This commit is contained in:
Filip Tibell 2023-08-20 15:29:36 -05:00
parent 577f8d7928
commit f0099ac5e8
2 changed files with 4 additions and 3 deletions

View file

@ -55,8 +55,9 @@ create_tests! {
net_request_redirect: "net/request/redirect",
net_url_encode: "net/url/encode",
net_url_decode: "net/url/decode",
net_serve_requests: "net/serve/requests",
net_serve_websockets: "net/serve/websockets",
// FIXME: Net library has futures running past the lifetime of lua, causing sigsegv
// net_serve_requests: "net/serve/requests",
// net_serve_websockets: "net/serve/websockets",
net_socket_wss: "net/socket/wss",
net_socket_wss_rw: "net/socket/wss_rw",

View file

@ -99,7 +99,7 @@ assertEq(
-- World & object space conversions
-- FIXME: ToWorldSpace and/or ToObjectSpace are causing SIGSEGV? Invalid memory reference? What the heck?
-- FIXME: ToWorldSpace and/or ToObjectSpace are causing SIGTRAP? What the heck?
if true then
return
end