Closed
Bug 1484924
Opened 7 years ago
Closed 7 years ago
Intermittent: Could not start taskcluster proxy: fork/exec C:\generic-worker\taskcluster-proxy.exe: Access is denied. => "invalid memory address or nil pointer dereference"
Categories
(Taskcluster :: Workers, defect)
Taskcluster
Workers
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jlorenzo, Unassigned)
References
Details
(Keywords: intermittent-failure)
This happened once in this job: https://tools.taskcluster.net/groups/A0nXB_grTCqOfv6_z5gBcA/tasks/f-dtjM55TcCqgCKCQWX0Gg/runs/0/logs/public%2Flogs%2Flive_backing.log#L34
> [taskcluster:error] Could not start taskcluster proxy: fork/exec C:\generic-worker\taskcluster-proxy.exe: Access is denied.
> [taskcluster:error] goroutine 1 [running]:
> [taskcluster:error] runtime/debug.Stack(0xc042555520, 0x8e8a00, 0xcadbd0)
> [taskcluster:error] /home/travis/.gimme/versions/go1.10.3.src/src/runtime/debug/stack.go:24 +0xae
> [taskcluster:error] main.(*TaskRun).Run.func2(0xc042596018, 0xc042572000, 0xc042596020)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/main.go:1120 +0x231
> [taskcluster:error] panic(0x8e8a00, 0xcadbd0)
> [taskcluster:error] /home/travis/.gimme/versions/go1.10.3.src/src/runtime/panic.go:502 +0x237
> [taskcluster:error] github.com/taskcluster/generic-worker/tcproxy.(*TaskclusterProxy).Terminate(0x0, 0x0, 0x0)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/tcproxy/tcproxy.go:62 +0x35
> [taskcluster:error] main.(*TaskclusterProxyTask).Stop(0xc0422157c0, 0xc04223a760)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/taskcluster_proxy.go:106 +0x8e
> [taskcluster:error] main.(*TaskRun).Run.func3(0xc042596018, 0xa39980, 0xc0422157c0, 0xa39f00, 0xcd6d90)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/main.go:1204 +0xdc
> [taskcluster:error] main.(*TaskRun).Run(0xc042572000, 0xc04228c050)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/main.go:1208 +0x1500
> [taskcluster:error] main.RunWorker(0x0)
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/main.go:669 +0xe1b
> [taskcluster:error] main.main()
> [taskcluster:error] /home/travis/gopath/src/github.com/taskcluster/generic-worker/main.go:417 +0x946
> [taskcluster:error]
> [taskcluster:error] "invalid memory address or nil pointer dereference"
> [taskcluster:error] runtime error: invalid memory address or nil pointer dereference
A rerun fixed it.
Comment 1•7 years ago
|
||
Indeed that is very weird.
Let's leave this open and see if it happens again. Perhaps caused by a solar storm?
Comment 3•7 years ago
|
||
afaik no. can close for now. will reopen if it starts blocking again.
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(jlund)
Resolution: --- → WORKSFORME
Assignee | ||
Updated•6 years ago
|
Component: Generic-Worker → Workers
You need to log in
before you can comment on or make changes to this bug.
Description
•