Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
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

[BUG] Working LinkedList using pointers, but debug is failing. #3328

Open
MVPavan opened this issue Jul 29, 2024 · 3 comments
Open

[BUG] Working LinkedList using pointers, but debug is failing. #3328

MVPavan opened this issue Jul 29, 2024 · 3 comments
Labels
bug Something isn't working Initiative: Debugger mojo-repo Tag all issues with this label

Comments

@MVPavan
Copy link

MVPavan commented Jul 29, 2024

Bug description

Here is the code to my linked list LinkedList

  • I am able to compile and run the program
  • However debug in vscode is failing
Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it):
0  mojo            0x0000562c5c11c438
1  mojo            0x0000562c5c11a25e
2  mojo            0x0000562c5c11cacd
3  libpthread.so.0 0x00007f8289709420
    .....
45 libc.so.6       0x00007f8289175083 __libc_start_main + 243
46 mojo            0x0000562c5c0539ae
mojo crashed!

System information

``
OS: Ubuntu 22
Mojo Version: mojo 24.4.0 (2cb57382)

@MVPavan MVPavan added bug Something isn't working mojo-repo Tag all issues with this label labels Jul 29, 2024
Copy link
Contributor

Thank you for reporting this along with source code to repro. I'll prioritize this!

@MVPavan
Copy link
Author

MVPavan commented Aug 11, 2024

Similar issue with N-Ary Tree

However this time, I can run using debugger but direct run failed 😄

@walter-erquinigo
Copy link
Contributor

Thanks for the additional info. I'm still trying to finish something related to our next release before solving these bugs. Hang in there!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Initiative: Debugger mojo-repo Tag all issues with this label
Projects
None yet
Development

No branches or pull requests

2 participants