8000 supervisor: race in (*worker).Start · Issue #89 · containerd/containerd · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
supervisor: race in (*worker).Start #89
Closed
@rakyll

Description

@rakyll
  1. Start containerd
  2. go run hack/benchmark.go

containerd crashes with the following:

fatal error: concurrent map read and map write

goroutine 25 [running]:
runtime.throw(0xb41cc0, 0x21)
    /home/jbd/go/src/runtime/panic.go:530 +0x90 fp=0xc82045fda0 sp=0xc82045fd88
runtime.mapaccess1_faststr(0x8d52c0, 0xc820216030, 0xc8205d8158, 0x3, 0x0)
    /home/jbd/go/src/runtime/hashmap_fast.go:202 +0x5b fp=0xc82045fe00 sp=0xc82045fda0
github.com/docker/containerd/supervisor.(*worker).Start(0xc820127a70)
    /home/jbd/src/github.com/docker/containerd/supervisor/worker.go:50 +0x345 fp=0xc82045ff98 sp=0xc82045fe00
runtime.goexit()
    /home/jbd/go/src/runtime/asm_amd64.s:1998 +0x1 fp=0xc82045ffa0 sp=0xc82045ff98
created by main.daemon
    /home/jbd/src/github.com/docker/containerd/containerd/main.go:193 +0x237

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions

      0