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

Exits with no error msg. #1278

Closed
limitee opened this issue Jul 30, 2017 · 4 comments
Closed

Exits with no error msg. #1278

limitee opened this issue Jul 30, 2017 · 4 comments

Comments

@limitee
Copy link

limitee commented Jul 30, 2017

I write a website with hyper, and find something strange, the program has exited with no error message many times.What should I do now...Is there an bug in the tokio's event loop? or how can I get the error message like normal rust program.

@DemiMarie
Copy link

My suggestions:

  • running under gdb and placing a break on _exit.
  • checking your logs to ensure that there is no panic message.

@sfackler
Copy link
Contributor

tokio-rs/tokio-proto#176

@seanmonstar
Copy link
Member

Is there no log at the error level, either from hyper or from tokio_proto?

@sfackler
Copy link
Contributor

Nope

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants