-
Notifications
You must be signed in to change notification settings - Fork 285
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
wasm debug crash in lldb on MacOSX #2817
Comments
Your bug report is not very clear, I'm afraid. What does "debug crash" mean? I see "process exited with status -1", is that what you mean? Can you elaborate how that constitutes a crash? |
More generally, I can't get |
yeah, I mean |
I can't reproduce on macos 10.14.6 with lldb 1001.0.13.3. The
What do you mean? Is "the program" node or lldb and what specifically isn't working as expected? |
it should print "res: 5", but as you see in the screenshot, it just exit with exitcode -1 ,and print nothing |
@hardfist can you try running |
I can't repro anymore after enabling developer mode. |
I've moved this to nodejs/help because it's likely a toolchain issue, almost certainly not an issue with node itself. |
did you
? |
yes, I set it on .lldbinit |
I am asking because that made breakpoints of |
yes , it works well for wasmtime but not nodejs |
@bnoordhuis I can debug node using lldb my built node(nodejs/node#34340) , but it seems that |
There has been no activity on this issue for 3 years and it may no longer be relevant. It will be closed 1 month after the last non-automated comment. |
There has been no activity on this issue and it is being closed. If you feel closing this issue is not the right thing to do, please leave a comment. |
What steps will reproduce the bug?
you can reproduce it in https://github.com/hardfist/wasm-demo,
How often does it reproduce? Is there a required condition?
What is the expected behavior?
What do you see instead?
Additional information
The text was updated successfully, but these errors were encountered: