mirror of
https://github.com/lune-org/lune.git
synced 2024-12-12 13:00:37 +00:00
Figure out whats causing sigsegv
This commit is contained in:
parent
577f8d7928
commit
f0099ac5e8
2 changed files with 4 additions and 3 deletions
|
@ -55,8 +55,9 @@ create_tests! {
|
||||||
net_request_redirect: "net/request/redirect",
|
net_request_redirect: "net/request/redirect",
|
||||||
net_url_encode: "net/url/encode",
|
net_url_encode: "net/url/encode",
|
||||||
net_url_decode: "net/url/decode",
|
net_url_decode: "net/url/decode",
|
||||||
net_serve_requests: "net/serve/requests",
|
// FIXME: Net library has futures running past the lifetime of lua, causing sigsegv
|
||||||
net_serve_websockets: "net/serve/websockets",
|
// net_serve_requests: "net/serve/requests",
|
||||||
|
// net_serve_websockets: "net/serve/websockets",
|
||||||
net_socket_wss: "net/socket/wss",
|
net_socket_wss: "net/socket/wss",
|
||||||
net_socket_wss_rw: "net/socket/wss_rw",
|
net_socket_wss_rw: "net/socket/wss_rw",
|
||||||
|
|
||||||
|
|
|
@ -99,7 +99,7 @@ assertEq(
|
||||||
|
|
||||||
-- World & object space conversions
|
-- 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
|
if true then
|
||||||
return
|
return
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue