Skip to content

bzl is segfaulting #122

@jasonschroeder-sfdc

Description

@jasonschroeder-sfdc

Hi, I am trying to use bzl tool on macOS Ventura 13.2.1 but the CLI is segfault'ing. There's no additional information.

❯ ./bzl
[1]    38205 segmentation fault  ./bzl

The following versions are segfaulting (for me):

I tried to run it under lldb but only get assembly:

❯ lldb bzl
(lldb) target create "bzl"
Current executable set to '/Users/jschroeder/Downloads/bzl' (x86_64).
(lldb) run
Process 14378 launched: '/Users/jschroeder/Downloads/bzl' (x86_64)
Process 14378 stopped
* thread #1, stop reason = EXC_BAD_ACCESS (code=1, address=0x7ff7bff072fc)
    frame #0: 0x000000000742abb1
->  0x742abb1: cmpl   $0x19, (%rsi)
    0x742abb4: jne    0x742abff
    0x742abb6: movq   0x20(%rsi), %r8
    0x742abba: testq  %r8, %r8
Target 0: (bzl) stopped.
(lldb) bt
* thread #1, stop reason = EXC_BAD_ACCESS (code=1, address=0x7ff7bff072fc)
  * frame #0: 0x000000000742abb1

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions