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

паника при cntrl+c #20

Closed
alrsorokin opened this issue Dec 23, 2024 · 2 comments
Closed

паника при cntrl+c #20

alrsorokin opened this issue Dec 23, 2024 · 2 comments
Labels
bug Something isn't working

Comments

@alrsorokin
Copy link

как повторить:

cargo pike new test_plugin
cd test_plugin
cargo build
cargo pike run

и сразу жмем cntrl+c

получаем повисший процесс и лог:

SocketError: unexpected EOF when reading from socket, called on fd 22, aka 127.0.0.1:58584, peer of 127.0.0.1:3001: Broken pipe
CRITICAL: failed to activate myself: failed to connect to address '127.0.0.1:3001': Connection refused (os error 111), shutting down...
2024-12-23 17:11:13.367 [2120715] main/104/interactive C> failed to activate myself: failed to connect to address '127.0.0.1:3001': Connection refused (os error 111), shutting down...
thread 'main' panicked at src/cli/run.rs:143:53:
called `Result::unwrap()` on an `Err` value: EIO
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace
@lowitea lowitea added the bug Something isn't working label Dec 24, 2024
@lowitea
Copy link
Collaborator

lowitea commented Dec 24, 2024

Должно решиться с тикетом #16

lowitea added a commit that referenced this issue Jan 27, 2025
- add demon mode
- improve logs
- remove logs while enable plugin
- write logs to files per instance
- add more robust wait for child processes
- add colored instance name as prefix for logs in stdout

Closes #40, #20, #10
lowitea added a commit that referenced this issue Jan 28, 2025
- add demon mode
- improve logs
- remove logs while enable plugin
- write logs to files per instance
- add more robust wait for child processes
- add colored instance name as prefix for logs in stdout

Closes #40, #20, #10
lowitea added a commit that referenced this issue Jan 28, 2025
- add demon mode
- improve logs
- remove logs while enable plugin
- write logs to files per instance
- add more robust wait for child processes
- add colored instance name as prefix for logs in stdout

Closes #40, #20, #10
lowitea added a commit that referenced this issue Jan 28, 2025
- add demon mode
- improve logs
- remove logs while enable plugin
- write logs to files per instance
- add more robust wait for child processes
- add colored instance name as prefix for logs in stdout

Closes #40, #20, #10
@lowitea
Copy link
Collaborator

lowitea commented Jan 29, 2025

Закрыто тут d07baf5

@lowitea lowitea closed this as completed Jan 29, 2025
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 a pull request may close this issue.

2 participants