Forum Discussion

weaver's avatar
weaver
New Contributor
11 months ago

CLI 2 2.30.0 core dumps on OpenBSD 7.6 (released yesterday)

Probably a result of Go toolchain and lib changes, or the 7.6 ABI?
Go 1.23.1 is the packaged port of Go for 7.6.

Not sure what options are available to fix. This is a showstopper here.


1Password Version: 2.30.0
Extension Version: Not Provided
OS Version: OpenBSD 7.6
Browser: Not Provided

2 Replies

  • weaver's avatar
    weaver
    New Contributor

    I suspect this could be handily fixed with a rebuild.

    It crashes with ILL_BTCFI:
    78402 op PSIG SIGILL SIG_DFL code=ILL_BTCFI addr=0x471f80 trapno=21

    That indicates missing indirect branch target instructions, per this commit:
    https://github.com/openbsd/src/commit/88580652a3669007813512ab28f5ee7ceeae4a78

  • weaver's avatar
    weaver
    New Contributor

    I can provide a ktrace and a core, if that is useful for any AgileBits dev working on this.