You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just reporting what I stumble upon... sn0int looks super awesome so far! :-)
$ RUST_BACKTRACE=1 ./target/release/sn0int --workspace test repl
:: sn0int v0.26.0 lua repl
Assign variables with `a = sn0int_version()` and `return a` to print
Read the docs at https://sn0int.readthedocs.io/en/stable/reference.html
> db_add
thread 'main' panicked at library/core/src/panicking.rs:155:5:
attempted to leave type `&mut hlua_badtouch::Lua<'_>` uninitialized, which is invalid
stack backtrace:
0: rust_begin_unwind
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/std/src/panicking.rs:645:5
1: core::panicking::panic_nounwind_fmt::runtime
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:110:18
2: core::panicking::panic_nounwind_fmt
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:122:9
3: core::panicking::panic_nounwind
at /rustc/07dca489ac2d933c78d3c5158e3f43beefeb02ce/library/core/src/panicking.rs:155:5
4: sn0int::repl::Repl::exec
5: sn0int::repl::Repl::run
6: sn0int::repl::run
7: sn0int::main
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.
thread caused non-unwinding panic. aborting.
[1] 85104 IOT instruction (core dumped) RUST_BACKTRACE=1 ./target/release/sn0int --workspace test repl
Just reporting what I stumble upon... sn0int looks super awesome so far! :-)
Versions
170472813122.04~24d69e2 SMP PREEMPT_DYNAMIC Mon J x86_64 x86_64 x86_64 GNU/LinuxEnvironment
--release
The text was updated successfully, but these errors were encountered: