-
Notifications
You must be signed in to change notification settings - Fork 341
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
Segfault in async-std/execu #662
Comments
Can you do |
if you mean this:
updated just now... |
How about run on another machine or build with target |
Here is my gdb log: https://gist.github.com/serzhiio/a284da515c3a0620a8225b10655b5e0b |
Update from conversations in chat: we haven't confirmed yet whether this code originates in edit: "async-std/executor" refers to an executor thread that's a part of async-std. These threads are intended to run user code, which means it's not an indicator of where the segfault originates. |
Lets close this issue since i rewrote part of my code and problem seems gone. |
This may be caused by two async runtime embed together, see #929 |
from /var/log/messages
I recieve just this in console with no backtrace
Segmentation fault
Any ideas?
The text was updated successfully, but these errors were encountered: