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

LLDB pretty printers crash with OverflowError #22936

Open
joelreymont opened this issue Feb 18, 2025 · 0 comments
Open

LLDB pretty printers crash with OverflowError #22936

joelreymont opened this issue Feb 18, 2025 · 0 comments
Labels
bug Observed behavior contradicts documented or intended behavior

Comments

@joelreymont
Copy link

Zig Version

0.14.0-dev.3050+d72f3d353

Steps to Reproduce and Observed Behavior

I’m trying to use the lldb pretty printers to display a Zig slice in lldb.

I get OverflowError: int too big to convert in a loop, with no way to break it. I can suspend lldb and then kill it but that’s it.

Any suggestions on how to have the pretty printing code break and display a stack trace?

P.S. I’m on a M2 Mac and latest macOS.

Expected Behavior

I should see my data structure printed.

@joelreymont joelreymont added the bug Observed behavior contradicts documented or intended behavior label Feb 18, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Observed behavior contradicts documented or intended behavior
Projects
None yet
Development

No branches or pull requests

1 participant