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] Error using CLI #718

Closed
1 task done
briandowns opened this issue Dec 21, 2023 · 0 comments · Fixed by #719
Closed
1 task done

[BUG] Error using CLI #718

briandowns opened this issue Dec 21, 2023 · 0 comments · Fixed by #719
Assignees
Labels
bug Something isn't working

Comments

@briandowns
Copy link
Contributor

Is there an existing issue for this?

  • I have searched the existing issues

Current Behavior

>>> const b = "true";
>>> b.toBool();
true
dictu(11292,0x7ff84a21ab40) malloc: *** error for object 0x7fc4c7822000: pointer being freed was not allocated
dictu(11292,0x7ff84a21ab40) malloc: *** set a breakpoint in malloc_error_break to debug
[1]    11292 abort      dictu

Expected Behavior

No response

Steps To Reproduce

>>> const b = "true";
>>> b.toBool();

Anything else?

No response

@briandowns briandowns added the bug Something isn't working label Dec 21, 2023
@Jason2605 Jason2605 self-assigned this Dec 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants