Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

37 error in hivescan unexpectedeof #38

Merged
merged 9 commits into from
Apr 18, 2024

Conversation

janstarke
Copy link
Member

fix #37

@janstarke janstarke added the bug Something isn't working label Apr 16, 2024
@janstarke janstarke requested a review from Bitbee0 April 16, 2024 08:59
@janstarke janstarke linked an issue Apr 16, 2024 that may be closed by this pull request
Copy link

codecov bot commented Apr 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 33.01%. Comparing base (30b8148) to head (aad73f9).
Report is 6 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main      #38   +/-   ##
=======================================
  Coverage   33.01%   33.01%           
=======================================
  Files          36       36           
  Lines        1136     1136           
=======================================
  Hits          375      375           
  Misses        761      761           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Copy link
Contributor

@Bitbee0 Bitbee0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Now I get another error message:

thread 'main' panicked at src/bin/hivescan/regtreebuilder.rs:80:9:
assertion failed: !self.subtrees.contains_key(&nk_offset)
stack backtrace:
   0: rust_begin_unwind
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/std/src/panicking.rs:645:5
   1: core::panicking::panic_fmt
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:72:14
   2: core::panicking::panic
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/panicking.rs:127:5
   3: hivescan::regtreebuilder::RegTreeBuilder::insert_nk
             at ./src/bin/hivescan/regtreebuilder.rs:80:9
   4: hivescan::regtreebuilder::RegTreeBuilder::from_hive
             at ./src/bin/hivescan/regtreebuilder.rs:65:17
   5: hivescan::hivescanapplication::HiveScanApplication::run
             at ./src/bin/hivescan/hivescanapplication.rs:38:23
   6: hivescan::main
             at ./src/bin/hivescan/main.rs:38:13
   7: core::ops::function::FnOnce::call_once
             at /rustc/82e1608dfa6e0b5569232559e3d385fea5a93112/library/core/src/ops/function.rs:250:5
note: Some details are omitted, run with `RUST_BACKTRACE=full` for a verbose backtrace.

@janstarke janstarke merged commit 706bb48 into main Apr 18, 2024
4 checks passed
@janstarke janstarke deleted the 37-error-in-hivescan-unexpectedeof branch April 18, 2024 07:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Error in hivescan - UnexpectedEof
2 participants