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

Exceptions lead to segfault or stalled repl #25

Closed
1st1 opened this issue Apr 11, 2020 · 5 comments
Closed

Exceptions lead to segfault or stalled repl #25

1st1 opened this issue Apr 11, 2020 · 5 comments
Assignees
Labels
feedback required Requires more info from reporter

Comments

@1st1
Copy link
Member

1st1 commented Apr 11, 2020

Here's one example:

Screen Shot 2020-04-11 at 1 09 41 PM

I found that repl can hang or segfaul when processing exceptions from the server. The problem is that this is very intermittent and non-consistent.

@tailhook
Copy link
Contributor

Well, works fine for me:
no-crash
The only issue is extra brace at the start which I've just fixed now.

@tailhook
Copy link
Contributor

If only you and @ambv have this issue. This is probably something OSX specific :( Can you run gdb and show the stack trace? I may only guess that backtrace-capturing library has some issue on OSX. We can try to make backtraces optional as a workaround.

@ambv
Copy link
Contributor

ambv commented Apr 13, 2020

I'll look into giving you a system stack trace. Apple is a clang shop so we'll see if it will be through gdb or lldb.

@tailhook tailhook added the feedback required Requires more info from reporter label Apr 16, 2020
@1st1
Copy link
Member Author

1st1 commented May 20, 2020

I can't repro this now.

@tailhook
Copy link
Contributor

It could be this one: rust-lang/rust#71397
Let's close it for now as we don't have anything actionable here now.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feedback required Requires more info from reporter
Projects
None yet
Development

No branches or pull requests

3 participants