netscanner icon indicating copy to clipboard operation
netscanner copied to clipboard

Crashed during running on MacOs

Open hhemied opened this issue 11 months ago • 0 comments

netscanner got crashed with the following message

Well, this is embarrassing.

netscanner had a problem and crashed. To help us diagnose the problem you can send us a crash report.

We have generated a report file at "/var/folders/zz/zyxvpxvq6csfxvn_n0000000000000/T/report-0054cbe6-cd25-4e68-90bd-97eb31b1fc11.toml". Submit an issue or email with the subject of "netscanner Crash Report" and include the report as an attachment.

- Homepage: https://github.com/Chleba/netscanner
- Authors: Chleba <[email protected]>

To submit the crash report:

https://github.com/Chleba/netscanner/issues

We take privacy seriously, and do not perform any automated error collection. In order to improve the software, we rely on people to submit reports.

Thank you kindly!
The application panicked (crashed).
Message:  index outside of buffer: the area is Rect { x: 0, y: 0, width: 81, height: 801 } but index is (1, 802)
Location: /Users/hazemhemied/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.28.1/src/buffer/buffer.rs:238
This is a bug. Consider reporting it at https://github.com/Chleba/netscanner

Here is the auto generated toml file

name = "netscanner"
operating_system = "Mac OS 15.4.1 [64-bit]"
crate_version = "0.6.3"
explanation = """
Panic occurred in file '/Users/hazemhemied/.cargo/registry/src/index.crates.io-1949cf8c6b5b557f/ratatui-0.28.1/src/buffer/buffer.rs' at line 238
"""
cause = "index outside of buffer: the area is Rect { x: 0, y: 0, width: 81, height: 801 } but index is (1, 802)"
method = "Panic"
backtrace = """
   0:        0x104d312f4 - __mh_execute_header
   1:        0x104dcaabc - __mh_execute_header
   2:        0x104e77a54 - __mh_execute_header
   3:        0x104ea3e74 - __mh_execute_header
   4:        0x104ea3de4 - __mh_execute_header
   5:        0x104ea467c - __mh_execute_header
   6:        0x104f10340 - __mh_execute_header
   7:        0x104e055f0 - __mh_execute_header
   8:        0x104e057ac - __mh_execute_header
   9:        0x104e05890 - __mh_execute_header
  10:        0x104e05958 - __mh_execute_header
  11:        0x104dd5110 - __mh_execute_header
  12:        0x104dbee84 - __mh_execute_header
  13:        0x104de6964 - __mh_execute_header
  14:        0x104daae74 - __mh_execute_header
  15:        0x104dc1dd0 - __mh_execute_header
  16:        0x104de05d0 - __mh_execute_header
  17:        0x104dd5248 - __mh_execute_header
  18:        0x104dc1a08 - __mh_execute_header
"""

hhemied avatar Apr 28 '25 12:04 hhemied