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: OOM when running typs-test add with template #38

Closed
tingerrr opened this issue Jul 24, 2024 · 1 comment · Fixed by #63 or #64
Closed

BUG: OOM when running typs-test add with template #38

tingerrr opened this issue Jul 24, 2024 · 1 comment · Fixed by #63 or #64
Labels
A-cli Area: binary crate C-bug Category: bug report P-high Priority: high
Milestone

Comments

@tingerrr
Copy link
Owner

When a test template is configured, running add with no extra parameters will panic due to running into a todo! macro. add still lacks the parameters and setup to create a World impl to be able to compile the template.

@tingerrr tingerrr added C-bug Category: bug report A-cli Area: binary crate P-high Priority: high labels Jul 24, 2024
@tingerrr tingerrr added this to the Release 0.1.0 milestone Jul 24, 2024
@tingerrr
Copy link
Owner Author

Turns out I got something worse now:

memory allocation of 26845322225516 bytes failed
Error: nu::shell::core_dumped

  × External command core dumped
   ╭─[entry #3:1:1]
 1 │ tt add new
   · ─┬
   ·  ╰── core dumped with SIGABRT (6)
   ╰────

@tingerrr tingerrr reopened this Jan 11, 2025
@tingerrr tingerrr changed the title Don't panic on add with template BUG: OOM when running typs-test add Jan 11, 2025
@tingerrr tingerrr changed the title BUG: OOM when running typs-test add BUG: OOM when running typs-test add with template Jan 11, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-cli Area: binary crate C-bug Category: bug report P-high Priority: high
Projects
None yet
1 participant