question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

panicked at 'Removing an unknown connection'

See original GitHub issue

sometimes 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:closed
  • Created 6 years ago
  • Comments:24

github_iconTop GitHub Comments

1reaction
aruedigercommented, Mar 7, 2018

works like a charm. 😃

0reactions
rom1vcommented, Mar 7, 2018

@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) 😃

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found