-
Notifications
You must be signed in to change notification settings - Fork 223
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
Segmentation violation running Azcopy jobs list on mac os #2714
Comments
This is not only happening on macOS. We see the same issue with AZcopy 10.25 on GitHub Runner:
It happens quite often but not every time Crash log when running
|
Hi @pgabioud and @ptc-lfruehstueck ! Thanks for reporting this issue. I was able to reproduce this issue and have marked this as a bug. Please give us some time to investigate further. If it is possible, please try using AzCopy 10.24 using this link in the meantime - https://azcopyvnextrelease.blob.core.windows.net/releases/release-10.24.0-20240326/azcopy_linux_amd64_10.24.0.tar.gz |
Fix will be available in the next release i.e. 10.27.0 |
Which version of the AzCopy was used?
AzCopy 10.25.0
Which platform are you using? (ex: Windows, Mac, Linux)
macOS Sonoma 14.5
2.4 GHz 8-Core Intel Core i9
What command did you run?
azcopy jobs list
What problem was encountered?
unexpected fault address 0x1109f59b8
fatal error: fault
[signal SIGSEGV: segmentation violation code=0x1 addr=0x1109f59b8 pc=0x10eecc881]
goroutine 1 gp=0xc0000061c0 m=0 mp=0x1103f90e0 [running]:
runtime.throw({0x10f84be8f?, 0x0?})
runtime/panic.go:1023 +0x5c fp=0xc0006bf590 sp=0xc0006bf560 pc=0x10ee9425c
runtime.sigpanic()
runtime/signal_unix.go:895 +0x285 fp=0xc0006bf5f0 sp=0xc0006bf590 pc=0x10eeacd05
runtime.memmove()
runtime/memmove_amd64.s:200 +0x181 fp=0xc0006bf5f8 sp=0xc0006bf5f0 pc=0x10eecc881
fmt.(*buffer).writeString(...)
fmt/print.go:108
fmt.(*fmt).padString(0xc00003ac00?, {0x1109f59b8, 0x5c})
.....
net.init.func1({0x10fcedf48?, 0xc0005be1e0?}, 0x100000000000000?, {0x10f84afdd?, 0x0?}, {0xc0001ba330?, 0x0?})
net/hook.go:22 +0x37 fp=0xc000094ee0 sp=0xc000094ea0 pc=0x10f0130b7
net.(*Resolver).lookupIPAddr.func1()
net/lookup.go:334 +0x37 fp=0xc000094f38 sp=0xc000094ee0 pc=0x10f030df7
internal/singleflight.(*Group).doCall(0x1103f6250, 0xc0005be230, {0xc0001ba390, 0x2c}, 0xc0005c8000?)
internal/singleflight/singleflight.go:93 +0x35 fp=0xc000094fa8 sp=0xc000094f38 pc=0x10f012015
internal/singleflight.(*Group).DoChan.gowrap1()
internal/singleflight/singleflight.go:86 +0x30 fp=0xc000094fe0 sp=0xc000094fa8 pc=0x10f011fb0
runtime.goexit({})
runtime/asm_amd64.s:1695 +0x1 fp=0xc000094fe8 sp=0xc000094fe0 pc=0x10eecb921
created by internal/singleflight.(*Group).DoChan in goroutine 43
internal/singleflight/singleflight.go:86 +0x2d2
How can we reproduce the problem in the simplest way?
brew install azcopy
when list empty, output string "Existing Jobs"
azcopy jobs list
test job
azcopy copy [source] [destination]
works
azcopy jobs show [job-id]
seg fault
azcopy jobs list
Have you found a mitigation/solution?
No.
Tried to uninstall - reinstall, with brew or with azure exec file
The text was updated successfully, but these errors were encountered: