panicked at 'Removing an unknown connection'
See original GitHub issuesometimes the program terminates with an error:
2017-11-29 20:43:02.240 ERROR TcpConnection: 10.0.0.2:48290 -> 13.107.3.128:443 Cannot read: [ConnectionReset] Удаленный хост принудительно разорвал существующее подключение. (os error 10054) 2017-11-29 20:43:02.241 INFO TcpConnection: 10.0.0.2:48290 -> 13.107.3.128:443 Close thread ‘main’ panicked at ‘Removing an unknown connection’, src\libcore\option.rs:839:4 note: Run with
RUST_BACKTRACE=1
for a backtrace.
What is the reason for this?
Issue Analytics
- State:
- Created 6 years ago
- Comments:24
Top Results From Across the Web
[Rust] thread 'main' panicked at 'Removing an unknown ...
This happens a few minutes after a gnirehtet run . I'm not sure what causes it, since I'm typically not actively using my...
Read more >How do I solve «panic: sql: unknown driver "postgres ...
Open("postgres", psqlInfo) if err != nil { panic(err) } defer db.Close() sqlStatement := ` INSERT INTO base_teste (CPF,"PRIVATE" ...
Read more >What Is the Unknown Accessory Detected Message on an ...
The “unknown accessory detected” alert could mean the device is no longer with you. However, it could also signify a weak Bluetooth connection...
Read more >xcom enemy unknown - How can I calm panicked units?
Late game, the psionic ability "Psychic Inspiration" will remove panic, and re-allow them to take their actions.
Read more >Unknown Shutdown - Panic Report - Apple Community
Hello. I was playing Minecraft when I got a kernel panic shutdown. I would like to know what went wrong with my Mac....
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
works like a charm. 😃
@2beaucoup yes, the crash occurred after network socket errors.
Now it does not crash anymore, but you still have network socket errors (your computer cannot connect to the requested server) 😃