tower-cli
tower-cli copied to clipboard
Segfault with Linux binary tw version 0.9.3 on WSL
I see a segmentation fault error when using the Linux binary of tower-cli.
Steps to replicate below:
$ ./tw info
Segmentation fault (core dumped)
$ uname -a
Linux LAPTOP-CURHNF2E 5.15.153.1-microsoft-standard-WSL2 #1 SMP Fri Mar 29 23:14:13 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
I can run the same Linux binary with versions 0.9.2 and below.
Similar on WSL fo v0.10.3, using tw-linux-x86_64:
$ tw info
Segmentation fault
$ uname -a
Linux GRRRRRRR 5.15.146.1-microsoft-standard-WSL2 #1 SMP Thu Jan 11 04:09:03 UTC 2024 x86_64 x86_64 x86_64 GNU/Linux
Seeing the same issue too on WSL2 using the version @swingingsimian reported.
@swingingsimian we are looking into it, for the time being, you can use the jar file
wget https://github.com/seqeralabs/tower-cli/releases/download/v0.10.3/tw-jar.jar
java -jar tw-jar.jar --version
I also get
> tw info
[1] 3648936 segmentation fault tw info
On a Debain machine (Linux XXX 5.10.0-25-amd64 #1 SMP Debian 5.10.191-1 (2023-08-16) x86_64 GNU/Linux)
@munishchouhan Any status update here?
@robnewman I checked the latest builds and still the error is there. I will create a bug in unified team backlog for this
https://seqera.atlassian.net/browse/COMP-1049