-
-
Notifications
You must be signed in to change notification settings - Fork 77
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
Cannot use the tool, process gets instantly killed with 137 exit code #197
Comments
Hmmm. Could you tell me the environment such as os, os version, cpu, etc.? |
$ pnpx envinfo
System:
OS: macOS 12.1
CPU: (10) arm64 Apple M1 Max
Memory: 1.75 GB / 32.00 GB
Shell: 5.8 - /bin/zsh
Binaries:
Node: 16.15.0 - ~/.volta/tools/image/node/16.15.0/bin/node
Yarn: 1.22.18 - ~/.volta/tools/image/yarn/1.22.18/bin/yarn
npm: 8.5.5 - ~/.volta/tools/image/node/16.15.0/bin/npm
Managers:
Cargo: 1.59.0 - ~/homebrew/bin/cargo
Homebrew: 3.5.10 - /Users/work/homebrew/bin/brew
pip3: 21.3.1 - ~/homebrew/bin/pip3
RubyGems: 3.0.3.1 - /usr/bin/gem
Utilities:
Make: 3.81 - /usr/bin/make
GCC: 13.1.6 - /usr/bin/gcc
Git: 2.32.0 - /usr/bin/git
Clang: 13.1.6 - /usr/bin/clang
Servers:
Apache: 2.4.51 - /usr/sbin/apachectl
Virtualization:
Docker: 20.10.12 - /usr/local/bin/docker
IDEs:
Nano: 2.0.6 - /usr/bin/nano
VSCode: 1.70.2 - /usr/local/bin/code
Vim: 8.2 - /usr/bin/vim
Xcode: /undefined - /usr/bin/xcodebuild
Languages:
Bash: 3.2.57 - /bin/bash
Go: 1.17.3 - /Users/work/homebrew/bin/go
Java: 17.0.1 - /usr/bin/javac
Perl: 5.30.3 - /usr/bin/perl
Python: 2.7.18 - /usr/bin/python
Python3: 3.9.10 - /Users/work/homebrew/bin/python3
Ruby: 2.6.8 - /usr/bin/ruby
Rust: 1.59.0 - /Users/work/homebrew/bin/rustc
Databases:
SQLite: 3.36.0 - /usr/bin/sqlite3
Browsers:
Chrome: 104.0.5112.101
Chrome Canary: 107.0.5261.1
Firefox: 104.0
Safari: 15.2 |
Thank you for the information. https://github.com/noborus/homebrew-tap/runs/8047261109?check_suite_focus=true#step:3:33 So I don't know the cause yet. |
I believe github actions are running on an x86 and the issue happens on arm64 |
Hmm, could this be a code signing issue? |
So it seems. My arm64 binary:
My x86 binary:
|
Thank you. What should I do...? |
I also faced the same issue, but I was able to work around the problem by using
|
Sorry for not being able to reply. |
I tried changing the build method using github actions. version: v.013.0-rc8 Homebrew(brew install noborus/tap/trdsql) |
Thank you so much!!
|
Thank you for your report. appreciate. |
I think it's resolved, so I'll close it. |
Even if I run just
trdsql -version
it exists with a 137 exit code instantly. Any ideas? I'm using 0.10.0 and have installed (and tried to reinstall it already) via Homebrew.I have used an older version in the past without issues. It's not a memory problem on my computer as I have plenty of RAM available.
~ ❯ trdsql -version ✘ KILL 05:30:11 PM [1] 16749 killed trdsql -version
The text was updated successfully, but these errors were encountered: