这是indexloc提供的服务,不要输入任何密码
Skip to content

Crash related to TUI column rendering #10639

@lucafaggianelli

Description

@lucafaggianelli

Verify canary release

  • I verified that the issue exists in the latest Turborepo canary release.

Link to code that reproduces this issue

none

Which canary version will you have in your reproduction?

turbo 2.5.4

Environment information

turbo 2.5.4

CLI:
   Version: 2.5.4
   Path to executable: /Users/luca/dev/experiments/lumen/node_modules/.pnpm/turbo-darwin-arm64@2.5.4/node_modules/turbo-darwin-arm64/bin/turbo
   Daemon status: Not running
   Package manager: pnpm9

Platform:
   Architecture: aarch64
   Operating system: macos
   WSL: false
   Available memory (MB): 5934
   Available CPU cores: 8

Environment:
   CI: None
   Terminal (TERM): xterm-256color
   Terminal program (TERM_PROGRAM): vscode
   Terminal program version (TERM_PROGRAM_VERSION): 1.101.2
   Shell (SHELL): /bin/zsh
   stdin: false

Expected behavior

To not crash out of the blue

Actual behavior

Turbo just crashed:

Tasks                    │ @lumen/query-service#dev > cache bypass, force executing 13c49de38a098063 
↑ ↓ - Select             │<-- POST /api/query
m - More binds           │   i - Interact   u/d - Scroll logs   U/D - Page logs   t/b - Jump to top/bottomOops! Turbo has crashed.

                                                                                                                                  A report has been written to /var/folders/pz/6sskpsmn0639wbyff_7nl7580000gn/T/report-e94fd8c7-056f-48a0-86bb-5433135ecc95.toml

                                                                                        Please open an issue at https://github.com/vercel/turborepo/issues/new/choose and include this file

To Reproduce

Run turbo dev

Additional context

log file:

"name" = "turbo"
"operating_system" = "Mac OS 14.7.4 [64-bit]"
"crate_version" = "2.5.4"
"explanation" = """
file 'crates/turborepo-vt100/src/grid.rs' at line 869
"""
"cause" = """
panicked at crates/turborepo-vt100/src/grid.rs:869:18:
called `Option::unwrap()` on a `None` value"""
"method" = "Panic"
"backtrace" = """

   0: 0x1044181a4 - __mh_execute_header
   1: 0x10441c05c - __mh_execute_header
   2: 0x1055bb8b4 - __mh_execute_header
   3: 0x1055bece4 - __mh_execute_header
   4: 0x10558cb60 - __mh_execute_header
   5: 0x105369798 - __mh_execute_header
   6: 0x10503b770 - __mh_execute_header
   7: 0x104a151e4 - __mh_execute_header
   8: 0x104a1f42c - __mh_execute_header
   9: 0x104a09194 - __mh_execute_header
  10: 0x104a08dec - __mh_execute_header
  11: 0x10488bf38 - __mh_execute_header
  12: 0x189af1f94 - __pthread_joiner_wake"""

Metadata

Metadata

Assignees

No one assigned

    Labels

    kind: bugSomething isn't working

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions