[GH-ISSUE #11165] Crash on GPU Init (SIGSEGV & SIGABRT) on Windows Server w/ 4x RTX A5500 #7363

Closed
opened 2026-04-12 19:25:22 -05:00 by GiteaMirror · 10 comments
Owner

Originally created by @xxthemayourxx on GitHub (Jun 23, 2025).
Original GitHub issue: https://github.com/ollama/ollama/issues/11165

What is the issue?

System Information

  • OS: Windows Server 2022 with WSL 2 (Ubuntu)
  • GPU: 4x NVIDIA RTX A5500
  • NVIDIA Driver Version: 573.42 (CUDA 12.8)

Problem Description

The Ollama container fails to start when any GPU is assigned, but runs successfully in CPU-only mode. I have tested multiple versions of Ollama and multiple GPU configurations, and they all result in a low-level memory crash during CUDA initialization. nvidia-smi works correctly inside WSL.

Steps to Reproduce & Results

1. Ollama latest Version

  • Command: docker run -d --gpus '"device=0"' -e NVIDIA_DRIVER_CAPABILITIES=all --name ollama-latest ollama/ollama:latest
  • Result: Container crashes instantly.
  • Error: free(): double free detected in tcache 2 followed by SIGABRT: abort.

2. Ollama 0.1.42 Version

  • Command: docker run -d --gpus '"device=0"' -e NVIDIA_DRIVER_CAPABILITIES=all --name ollama-stable-test ollama/ollama:0.1.42
  • Result: Container runs for ~5 seconds then crashes.
  • Error: SIGSEGV: segmentation violation

The crash in both versions occurs during the nvcuda_init function call.

Full Logs from 0.1.42 is below

Relevant log output

$ docker logs ollama-stable-test
2025/06/23 10:59:04 routes.go:1011: INFO server config env="map[OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_HOST: OLLAMA_KEEP_ALIVE: OLLAMA_LLM_LIBRARY: OLLAMA_MAX_LOADED_MODELS:1 OLLAMA_MAX_QUEUE:512 OLLAMA_MAX_VRAM:0 OLLAMA_MODELS: OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://*] OLLAMA_RUNNERS_DIR: OLLAMA_TMPDIR:]"
time=2025-06-23T10:59:04.489Z level=INFO source=images.go:740 msg="total blobs: 0"
time=2025-06-23T10:59:04.493Z level=INFO source=images.go:747 msg="total unused blobs removed: 0"
time=2025-06-23T10:59:04.498Z level=INFO source=routes.go:1057 msg="Listening on [::]:11434 (version 0.1.42)"
time=2025-06-23T10:59:04.500Z level=INFO source=payload.go:30 msg="extracting embedded files" dir=/tmp/ollama3852021571/runners
time=2025-06-23T10:59:08.253Z level=INFO source=payload.go:44 msg="Dynamic LLM libraries [cpu cpu_avx cpu_avx2 cuda_v11 rocm_v60002]"
SIGSEGV: segmentation violation5 +0x1 fp=0xc0003fdfe8 sp=0xc0003fdfe0 pc=0x498b41
PC=0x7de8a0c0158d m=12 sigcode=1 addr=0x7de8a4016ine 1
signal arrived during cgo execution

goroutine 1 gp=0xc0000061c0 m=12 mp=0xc000588808 [syscall]:
runtime.cgocall(0xf54b10, 0xc0008b7530)0x0?)
        runtime/cgocall.go:157 +0x4b fp=0xc0008b7508 sp=0xc0008b74d0 pc=0x42efab
github.com/ollama/ollama/gpu._Cfunc_nvcuda_init(0x7de8a4000cb0, 0xc000016680)
        _cgo_gotypes.go:492 +0x3f fp=0xc0008b7530 sp=0xc0008b7508 pc=0x820c3f
github.com/ollama/ollama/gpu.LoadNVCUDAMgmt.func2(0x7de8a4000cb0, 0xc000016680)
        github.com/ollama/ollama/gpu/gpu.go:353 +0x4a fp=0xc0008b7560 sp=0xc0008b7530 pc=0x82374a
github.com/ollama/ollama/gpu.LoadNVCUDAMgmt({0xc0004dc3e0, 0x2, 0x13fce2e0?})
        github.com/ollama/ollama/gpu/gpu.go:353 +0x23e fp=0xc0008b7658 sp=0xc0008b7560 pc=0x82359e
github.com/ollama/ollama/gpu.initGPUHandles()
goroutingithub.com/ollama/ollama/gpu/gpu.go:135 +0x205 fp=0xc0008b77e0 sp=0xc0008b7658 pc=0x820fc5
github.com/ollama/ollama/gpu.GetGPUInfo()0?)
        github.com/ollama/ollama/gpu/gpu.go:164 +0xa7 fp=0xc0008b7ac0 sp=0xc0008b77e0 pc=0x821367
github.com/ollama/ollama/server.Serve({0x138a3648, 0xc0004dc600})
        github.com/ollama/ollama/server/routes.go:1082 +0x7bb fp=0xc0008b7c70 sp=0xc0008b7ac0 pc=0xf2b4bb
github.com/ollama/ollama/cmd.RunServer(0xc000267700?, {0x14125380?, 0x4?, 0x12619b6?})
        github.com/ollama/ollama/cmd/cmd.go:978 +0x177 fp=0xc0008b7d58 sp=0xc0008b7c70 pc=0xf4ac37
github.com/spf13/cobra.(*Command).execute(0xc0001c4308, {0x14125380, 0x0, 0x0})
        github.com/spf13/cobra@v1.7.0/command.go:940 +0x882 fp=0xc0008b7e78 sp=0xc0008b7d58 pc=0x7bea42
github.com/spf13/cobra.(*Command).ExecuteC(0xc000543508)
goroutingithub.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0008b7f30 sp=0xc0008b7e78 pc=0x7bf285
github.com/spf13/cobra.(*Command).Execute(...)
        github.com/spf13/cobra@v1.7.0/command.go:992=0xc0003f8730 pc=0x465d4e
github.com/spf13/cobra.(*Command).ExecuteContext(...)
        github.com/spf13/cobra@v1.7.0/command.go:985=0xc0003f8750 pc=0x447cc5
main.main()xit({})
        github.com/ollama/ollama/main.go:11 +0x4d fp=0xc0008b7f50 sp=0xc0008b7f30 pc=0xf53bed
runtime.main()time.gcBgMarkStartWorkers in goroutine 1
        runtime/proc.go:271 +0x29d fp=0xc0008b7fe0 sp=0xc0008b7f50 pc=0x46591d
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0008b7fe8 sp=0xc0008b7fe0 pc=0x498b41
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
goroutine 18 gp=0xc000122380 m=nil [force gc (idle)]:0xc0003f8f30 pc=0x465d4e
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ea7a8 sp=0xc0000ea788 pc=0x465d4e
runtime.goparkunlock(...)
        runtime/proc.go:408:1695 +0x1 fp=0xc0003f8fe8 sp=0xc0003f8fe0 pc=0x498b41
runtime.forcegchelper()MarkStartWorkers in goroutine 1
        runtime/proc.go:326 +0xb3 fp=0xc0000ea7e0 sp=0xc0000ea7a8 pc=0x465bd3
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ea7e8 sp=0xc0000ea7e0 pc=0x498b41
created by runtime.init.6 in goroutine 1x0?)
        runtime/proc.go:314 +0x1a fp=0xc0000f0f50 sp=0xc0000f0f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 19 gp=0xc000122540 m=nil [GC sweep wait]:p=0xc0000f0f50 pc=0x447cc5
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000eaf80 sp=0xc0000eaf60 pc=0x465d4e8b41
runtime.goparkunlock(...)rkStartWorkers in goroutine 1
        runtime/proc.go:408 +0x1c
runtime.bgsweep(0xc000130000)
goroutinruntime/mgcsweep.go:318 +0xdf fp=0xc0000eafc8 sp=0xc0000eaf80 pc=0x4512ff
runtime.gcenable.gowrap1() 0x0?, 0x0?, 0x0?)
        runtime/mgc.go:203 +0x25 fp=0xc0000eafe0 sp=0xc0000eafc8 pc=0x445be5e
runtime.goexit({})rker()
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0000eafe8 sp=0xc0000eafe0 pc=0x498b41
created by runtime.gcenable in goroutine 1
        runtime/mgc.go:203 +0x66 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
goroutine 20 gp=0xc000122700 m=nil [GC scavenge wait]:
runtime.gopark(0x5d5049?, 0x5bd1e5?, 0x0?, 0x0?, 0x0?)
goroutinruntime/proc.go:402 +0xce fp=0xc0000eb778 sp=0xc0000eb758 pc=0x465d4e
runtime.goparkunlock(...), 0x25?, 0x0?, 0x0?)
        runtime/proc.go:408 +0xce fp=0xc000408750 sp=0xc000408730 pc=0x465d4e
runtime.(*scavengerState).park(0x140376e0)
        runtime/mgcscavenge.go:425 +0x49 fp=0xc0000eb7a8 sp=0xc0000eb778 pc=0x44ec89
runtime.bgscavenge(0xc000130000)
        runtime/mgcscavenge.go:658 +0x59 fp=0xc0000eb7c8 sp=0xc0000eb7a8 pc=0x44f239
runtime.gcenable.gowrap2()kStartWorkers in goroutine 1
        runtime/mgc.go:204 +0x25 fp=0xc0000eb7e0 sp=0xc0000eb7c8 pc=0x445b85
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000eb7e8 sp=0xc0000eb7e0 pc=0x498b41
created by runtime.gcenable in goroutine 1?)
        runtime/mgc.go:204 +0xa5e fp=0xc0003f9750 sp=0xc0003f9730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 2 gp=0xc0000076c0 m=nil [finalizer wait]:p=0xc0003f9750 pc=0x447cc5
runtime.gopark(0x0?, 0x13779a18?, 0x20?, 0xa0?, 0x2000000020?)
        runtime/proc.go:402 +0xce fp=0xc0000ee620 sp=0xc0000ee600 pc=0x465d4e8b41
runtime.runfinq()e.gcBgMarkStartWorkers in goroutine 1
        runtime/mfinal.go:194 +0x107 fp=0xc0000ee7e0 sp=0xc0000ee620 pc=0x444c27
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ee7e8 sp=0xc0000ee7e0 pc=0x498b41
created by runtime.createfing in goroutine 1
        runtime/mfinal.go:164 +0x3dp=0xc0003f9f50 sp=0xc0003f9f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 34 gp=0xc00047c000 m=nil [GC worker (idle)]:xc0003f9f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003fa750 sp=0xc0003fa730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fa7e0 sp=0xc0003fa750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fa7e8 sp=0xc0003fa7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000408f50 sp=0xc000408f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 21 gp=0xc0003fe000 m=nil [GC worker (idle)]:xc000408f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ebf50 sp=0xc0000ebf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000ebfe0 sp=0xc0000ebf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ebfe8 sp=0xc0000ebfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000409750 sp=0xc000409730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 35 gp=0xc00047c1c0 m=nil [GC worker (idle)]:xc000409750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003faf50 sp=0xc0003faf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fafe0 sp=0xc0003faf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fafe8 sp=0xc0003fafe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000404750 sp=0xc000404730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 22 gp=0xc0003fe1c0 m=nil [GC worker (idle)]:xc000404750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ec750 sp=0xc0000ec730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000ec7e0 sp=0xc0000ec750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ec7e8 sp=0xc0000ec7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000404f50 sp=0xc000404f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 36 gp=0xc00047c380 m=nil [GC worker (idle)]:xc000404f50 pc=0x447cc5
runtime.gopark(0x7de8d96f3bf8?, 0x2b8?, 0xb8?, 0xc5?, 0x2c0?)
        runtime/proc.go:402 +0xce fp=0xc0003fb750 sp=0xc0003fb730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fb7e0 sp=0xc0003fb750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fb7e8 sp=0xc0003fb7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000405750 sp=0xc000405730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 23 gp=0xc0003fe380 m=nil [GC worker (idle)]:xc000405750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ecf50 sp=0xc0000ecf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000ecfe0 sp=0xc0000ecf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ecfe8 sp=0xc0000ecfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000409f50 sp=0xc000409f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 37 gp=0xc00047c540 m=nil [GC worker (idle)]:xc000409f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003fbf50 sp=0xc0003fbf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fbfe0 sp=0xc0003fbf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fbfe8 sp=0xc0003fbfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc00040a750 sp=0xc00040a730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 24 gp=0xc0003fe540 m=nil [GC worker (idle)]:xc00040a750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ed750 sp=0xc0000ed730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000ed7e0 sp=0xc0000ed750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ed7e8 sp=0xc0000ed7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0000f1f50 sp=0xc0000f1f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 38 gp=0xc00047c700 m=nil [GC worker (idle)]:xc0000f1f50 pc=0x447cc5
runtime.gopark(0x1d0000003a?, 0x8c?, 0x5?, 0x0?, 0xc0003b5708?)
        runtime/proc.go:402 +0xce fp=0xc0003fc750 sp=0xc0003fc730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fc7e0 sp=0xc0003fc750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fc7e8 sp=0xc0003fc7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000405f50 sp=0xc000405f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 25 gp=0xc0003fe700 m=nil [GC worker (idle)]:xc000405f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000edf50 sp=0xc0000edf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000edfe0 sp=0xc0000edf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000edfe8 sp=0xc0000edfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc00040af50 sp=0xc00040af30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 39 gp=0xc00047c8c0 m=nil [GC worker (idle)]:xc00040af50 pc=0x447cc5
runtime.gopark(0xd4?, 0xc000046fe0?, 0x2c?, 0x86?, 0xc000046ff0?)
        runtime/proc.go:402 +0xce fp=0xc0003fcf50 sp=0xc0003fcf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fcfe0 sp=0xc0003fcf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fcfe8 sp=0xc0003fcfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc00040b750 sp=0xc00040b730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 3 gp=0xc000007880 m=nil [GC worker (idle)]:0xc00040b750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000eef50 sp=0xc0000eef30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000eefe0 sp=0xc0000eef50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000eefe8 sp=0xc0000eefe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc00040bf50 sp=0xc00040bf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 26 gp=0xc0003fe8c0 m=nil [GC worker (idle)]:xc00040bf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f6750 sp=0xc0003f6730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f67e0 sp=0xc0003f6750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f67e8 sp=0xc0003f67e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004ba750 sp=0xc0004ba730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 27 gp=0xc0003fea80 m=nil [GC worker (idle)]:xc0004ba750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f6f50 sp=0xc0003f6f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f6fe0 sp=0xc0003f6f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f6fe8 sp=0xc0003f6fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004baf50 sp=0xc0004baf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 4 gp=0xc000007a40 m=nil [GC worker (idle)]:0xc0004baf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000ef750 sp=0xc0000ef730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000ef7e0 sp=0xc0000ef750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ef7e8 sp=0xc0000ef7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bb750 sp=0xc0004bb730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 28 gp=0xc0003fec40 m=nil [GC worker (idle)]:xc0004bb750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x15?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f7750 sp=0xc0003f7730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f77e0 sp=0xc0003f7750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f77e8 sp=0xc0003f77e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004b6750 sp=0xc0004b6730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 40 gp=0xc00047ca80 m=nil [GC worker (idle)]:xc0004b6750 pc=0x447cc5
runtime.gopark(0x75d736?, 0xc0000477e0?, 0x0?, 0xe6?, 0xc0000477e0?)
        runtime/proc.go:402 +0xce fp=0xc0003fd750 sp=0xc0003fd730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fd7e0 sp=0xc0003fd750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fd7e8 sp=0xc0003fd7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001ba750 sp=0xc0001ba730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 5 gp=0xc000007c00 m=nil [GC worker (idle)]:0xc0001ba750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000eff50 sp=0xc0000eff30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000effe0 sp=0xc0000eff50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000effe8 sp=0xc0000effe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001baf50 sp=0xc0001baf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 41 gp=0xc00047cc40 m=nil [GC worker (idle)]:xc0001baf50 pc=0x447cc5
runtime.gopark(0x13fdcf20?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003fdf50 sp=0xc0003fdf30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003fdfe0 sp=0xc0003fdf50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fdfe8 sp=0xc0003fdfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bbf50 sp=0xc0004bbf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 6 gp=0xc000007dc0 m=nil [GC worker (idle)]:0xc0004bbf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000f0750 sp=0xc0000f0730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000f07e0 sp=0xc0000f0750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001bb750 sp=0xc0001bb730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 29 gp=0xc0003fee00 m=nil [GC worker (idle)]:xc0001bb750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f7f50 sp=0xc0003f7f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f7fe0 sp=0xc0003f7f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f7fe8 sp=0xc0003f7fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bc750 sp=0xc0004bc730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 30 gp=0xc0003fefc0 m=nil [GC worker (idle)]:xc0004bc750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f8750 sp=0xc0003f8730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f87e0 sp=0xc0003f8750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f87e8 sp=0xc0003f87e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001bbf50 sp=0xc0001bbf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 31 gp=0xc0003ff180 m=nil [GC worker (idle)]:xc0001bbf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f8f50 sp=0xc0003f8f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f8fe0 sp=0xc0003f8f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f8fe8 sp=0xc0003f8fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001bc750 sp=0xc0001bc730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 7 gp=0xc0001b4000 m=nil [GC worker (idle)]:0xc0001bc750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000f0f50 sp=0xc0000f0f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000f0fe0 sp=0xc0000f0f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000406750 sp=0xc000406730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 8 gp=0xc0001b41c0 m=nil [GC worker (idle)]:0xc000406750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000f1750 sp=0xc0000f1730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000f17e0 sp=0xc0000f1750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004b6f50 sp=0xc0004b6f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 42 gp=0xc00047ce00 m=nil [GC worker (idle)]:xc0004b6f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x25?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000408750 sp=0xc000408730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0004087e0 sp=0xc000408750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004087e8 sp=0xc0004087e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bcf50 sp=0xc0004bcf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 32 gp=0xc0003ff340 m=nil [GC worker (idle)]:xc0004bcf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f9750 sp=0xc0003f9730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f97e0 sp=0xc0003f9750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f97e8 sp=0xc0003f97e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1?)
        runtime/mgc.go:1234 +0x1c fp=0xc0001bcf50 sp=0xc0001bcf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 33 gp=0xc0003ff500 m=nil [GC worker (idle)]:xc0001bcf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0xd?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0003f9f50 sp=0xc0003f9f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0003f9fe0 sp=0xc0003f9f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f9fe8 sp=0xc0003f9fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bd750 sp=0xc0004bd730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 43 gp=0xc00047cfc0 m=nil [GC worker (idle)]:xc0004bd750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000408f50 sp=0xc000408f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc000408fe0 sp=0xc000408f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000408fe8 sp=0xc000408fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001bd750 sp=0xc0001bd730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 44 gp=0xc00047d180 m=nil [GC worker (idle)]:xc0001bd750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000409750 sp=0xc000409730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0004097e0 sp=0xc000409750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004097e8 sp=0xc0004097e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004b7750 sp=0xc0004b7730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 50 gp=0xc0003ff6c0 m=nil [GC worker (idle)]:xc0004b7750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000404750 sp=0xc000404730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0004047e0 sp=0xc000404750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004047e8 sp=0xc0004047e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0004bdf50 sp=0xc0004bdf30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 51 gp=0xc0003ff880 m=nil [GC worker (idle)]:xc0004bdf50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000404f50 sp=0xc000404f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc000404fe0 sp=0xc000404f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000404fe8 sp=0xc000404fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1)
        runtime/mgc.go:1234 +0x1c fp=0xc0004b7f50 sp=0xc0004b7f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 52 gp=0xc0003ffa40 m=nil [GC worker (idle)]:xc0004b7f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000405750 sp=0xc000405730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0004057e0 sp=0xc000405750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004057e8 sp=0xc0004057e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000406f50 sp=0xc000406f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 45 gp=0xc00047d340 m=nil [GC worker (idle)]:xc000406f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000409f50 sp=0xc000409f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc000409fe0 sp=0xc000409f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000409fe8 sp=0xc000409fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1?)
        runtime/mgc.go:1234 +0x1c fp=0xc000407750 sp=0xc000407730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 46 gp=0xc00047d500 m=nil [GC worker (idle)]:xc000407750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc00040a750 sp=0xc00040a730 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc00040a7e0 sp=0xc00040a750 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc00040a7e8 sp=0xc00040a7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc0001b6750 sp=0xc0001b6730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 9 gp=0xc0001b4380 m=nil [GC worker (idle)]:0xc0001b6750 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0000f1f50 sp=0xc0000f1f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc0000f1fe0 sp=0xc0000f1f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c fp=0xc000407f50 sp=0xc000407f30 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutine 53 gp=0xc0003ffc00 m=nil [GC worker (idle)]:xc000407f50 pc=0x447cc5
runtime.gopark(0x0?, 0x0?, 0x2d?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000405f50 sp=0xc000405f30 pc=0x465d4e8b41
runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1
        runtime/mgc.go:1310 +0xe5 fp=0xc000405fe0 sp=0xc000405f50 pc=0x447cc5
runtime.goexit({})
goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000405fe8 sp=0xc000405fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1001b8794?)
        runtime/mgc.go:1234 +0x1c fp=0xc0001b8638 sp=0xc0001b8618 pc=0x465d4e
runtime.selectgo(0xc0001b87a8, 0xc0001b8790, 0x0?, 0x0, 0x0?, 0x1)
goroutine 47 gp=0xc00047d6c0 m=nil [GC worker (idle)]:p=0xc0001b8638 pc=0x4771a5
runtime.gopark(0x0?, 0x0?, 0x1d?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc00040af50 sp=0xc00040af30 pc=0x465d4e=0x48febf
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc00040afe0 sp=0xc00040af50 pc=0x447cc58b41
runtime.goexit({}).ensureSigM in goroutine 1
        runtime/asm_amd64.s:1695 +0x1 fp=0xc00040afe8 sp=0xc00040afe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
goroutinruntime/mgc.go:1234 +0x1cmp=0xc00040e008 [syscall]:
runtime.notetsleepg(0x14126060, 0xffffffffffffffff)
goroutine 48 gp=0xc00047d880 m=nil [GC worker (idle)]:0 sp=0xc0001d4778 pc=0x4375c9
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc00040b750 sp=0xc00040b730 pc=0x465d4e55a9
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc00040b7e0 sp=0xc00040b750 pc=0x447cc50x74dff3
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc00040b7e8 sp=0xc00040b7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c0x1f

goroutine 49 gp=0xc00047da40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc00040bf50 sp=0xc00040bf30 pc=0x465d4e
runtime.gcBgMarkWorker()96f00, 0x0, 0x1)
        runtime/mgc.go:1310 +0xe5 fp=0xc00040bfe0 sp=0xc00040bf50 pc=0x447cc5f
runtime.goexit({})0x0?, 0x0?)
        runtime/asm_amd64.s:1695 +0x1 fp=0xc00040bfe8 sp=0xc00040bfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1cserver/routes.go:1066 +0x3d fp=0xc0001b8fe0 sp=0xc0001b8fa0 pc=0xf2b5fd
runtime.goexit({})
goroutine 66 gp=0xc0004b4000 m=nil [GC worker (idle)]:sp=0xc0001b8fe0 pc=0x498b41
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)erve in goroutine 1
        runtime/proc.go:402 +0xce fp=0xc0004ba750 sp=0xc0004ba730 pc=0x465d4e
runtime.gcBgMarkWorker()
goroutinruntime/mgc.go:1310 +0xe5 fp=0xc0004ba7e0 sp=0xc0004ba750 pc=0x447cc5
runtime.goexit({})0004b9750?, 0x3?, 0x0?, 0x0?, 0xc0004b9552?)
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004ba7e8 sp=0xc0004ba7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 10?, 0x0, 0x0?, 0x1)
        runtime/mgc.go:1234 +0x1c725 fp=0xc000107d00 sp=0xc000107be0 pc=0x4771a5
github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000471ae0, {0x138a6020, 0xc000471a90})
goroutine 67 gp=0xc0004b41c0 m=nil [GC worker (idle)]:0xec fp=0xc000107fb8 sp=0xc000107d00 pc=0xf2f9cc
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?).Run.func2()
        runtime/proc.go:402 +0xce fp=0xc0004baf50 sp=0xc0004baf30 pc=0x465d4e0xc000107fb8 pc=0xf2ed1f
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bafe0 sp=0xc0004baf50 pc=0x447cc58b41
runtime.goexit({})com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bafe8 sp=0xc0004bafe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
goroutinruntime/mgc.go:1234 +0x1cil [select]:
runtime.gopark(0xc000106f58?, 0x3?, 0x60?, 0x0?, 0xc000106e32?)
goroutine 68 gp=0xc0004b4380 m=nil [GC worker (idle)]:xc000106c98 pc=0x465d4e
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 0x0?, 0x0, 0x0?, 0x1)
        runtime/proc.go:402 +0xce fp=0xc0004bb750 sp=0xc0004bb730 pc=0x465d4e1a5
runtime.gcBgMarkWorker()/server.(*Scheduler).processPending(0xc000471ae0, {0x138a6020, 0xc000471a90})
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bb7e0 sp=0xc0004bb750 pc=0x447cc5=0xc000106dd8 pc=0xf2ee4f
runtime.goexit({})ollama/server.(*Scheduler).Run.func1()
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bb7e8 sp=0xc0004bb7e0 pc=0x498b4100106fb8 pc=0xf2ed5f
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c+0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x498b41
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
goroutine 82 gp=0xc00047dc00 m=nil [GC worker (idle)]:xb4
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
rax    0runtime/proc.go:402 +0xce fp=0xc0004b6750 sp=0xc0004b6730 pc=0x465d4e
runtime.gcBgMarkWorker()
rcx    0runtime/mgc.go:1310 +0xe5 fp=0xc0004b67e0 sp=0xc0004b6750 pc=0x447cc5
runtime.goexit({})
rdi    0runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b67e8 sp=0xc0004b67e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
rbp    0runtime/mgc.go:1234 +0x1c
rsp    0x7de8c17f98d0
goroutine 10 gp=0xc0001b4540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
r10    0runtime/proc.go:402 +0xce fp=0xc0001ba750 sp=0xc0001ba730 pc=0x465d4e
runtime.gcBgMarkWorker()c
r12    0runtime/mgc.go:1310 +0xe5 fp=0xc0001ba7e0 sp=0xc0001ba750 pc=0x447cc5
runtime.goexit({})b50
r14    0runtime/asm_amd64.s:1695 +0x1 fp=0xc0001ba7e8 sp=0xc0001ba7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
rip    0runtime/mgc.go:1234 +0x1c
rflags 0x10202
goroutine 11 gp=0xc0001b4700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
gs     0runtime/proc.go:402 +0xce fp=0xc0001baf50 sp=0xc0001baf30 pc=0x465d4e
runtime.gcBgMarkWorker()J1:/mnt/c/Users/Administrator$
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bafe0 sp=0xc0001baf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bafe8 sp=0xc0001bafe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 69 gp=0xc0004b4540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004bbf50 sp=0xc0004bbf30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bbfe0 sp=0xc0004bbf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bbfe8 sp=0xc0004bbfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 12 gp=0xc0001b48c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001bb750 sp=0xc0001bb730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bb7e0 sp=0xc0001bb750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bb7e8 sp=0xc0001bb7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 70 gp=0xc0004b4700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004bc750 sp=0xc0004bc730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bc7e0 sp=0xc0004bc750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bc7e8 sp=0xc0004bc7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 13 gp=0xc0001b4a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001bbf50 sp=0xc0001bbf30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bbfe0 sp=0xc0001bbf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bbfe8 sp=0xc0001bbfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 14 gp=0xc0001b4c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001bc750 sp=0xc0001bc730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bc7e0 sp=0xc0001bc750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bc7e8 sp=0xc0001bc7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 54 gp=0xc0003ffdc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000406750 sp=0xc000406730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004067e0 sp=0xc000406750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004067e8 sp=0xc0004067e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 83 gp=0xc00047ddc0 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x5?, 0xcd?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004b6f50 sp=0xc0004b6f30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004b6fe0 sp=0xc0004b6f50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b6fe8 sp=0xc0004b6fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 71 gp=0xc0004b48c0 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x8?, 0xc4?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004bcf50 sp=0xc0004bcf30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bcfe0 sp=0xc0004bcf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bcfe8 sp=0xc0004bcfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 15 gp=0xc0001b4e00 m=nil [GC worker (idle)]:
runtime.gopark(0x5a8a801d645?, 0x1?, 0x80?, 0x8b?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001bcf50 sp=0xc0001bcf30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bcfe0 sp=0xc0001bcf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bcfe8 sp=0xc0001bcfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 72 gp=0xc0004b4a80 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x0?, 0xc4?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004bd750 sp=0xc0004bd730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bd7e0 sp=0xc0004bd750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bd7e8 sp=0xc0004bd7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 16 gp=0xc0001b4fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x8?, 0xe9?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001bd750 sp=0xc0001bd730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001bd7e0 sp=0xc0001bd750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bd7e8 sp=0xc0001bd7e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 84 gp=0xc00040c000 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0xdc?, 0x7c?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004b7750 sp=0xc0004b7730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004b77e0 sp=0xc0004b7750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b77e8 sp=0xc0004b77e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 73 gp=0xc0004b4c40 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0xc8?, 0x78?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004bdf50 sp=0xc0004bdf30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004bdfe0 sp=0xc0004bdf50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bdfe8 sp=0xc0004bdfe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 85 gp=0xc00040c1c0 m=nil [GC worker (idle)]:
runtime.gopark(0x5a8a801a319?, 0x1?, 0x64?, 0x8?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0004b7f50 sp=0xc0004b7f30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004b7fe0 sp=0xc0004b7f50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b7fe8 sp=0xc0004b7fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 55 gp=0xc000500380 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0xe1?, 0xb9?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000406f50 sp=0xc000406f30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc000406fe0 sp=0xc000406f50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc000406fe8 sp=0xc000406fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 56 gp=0xc000500540 m=nil [GC worker (idle)]:
runtime.gopark(0x5a7ee572fce?, 0x1?, 0x34?, 0xb8?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000407750 sp=0xc000407730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0004077e0 sp=0xc000407750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0004077e8 sp=0xc0004077e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 74 gp=0xc0004b4e00 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x38?, 0x97?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001b6750 sp=0xc0001b6730 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc0001b67e0 sp=0xc0001b6750 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b67e8 sp=0xc0001b67e0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 57 gp=0xc000500700 m=nil [GC worker (idle)]:
runtime.gopark(0x141275a0?, 0x1?, 0x98?, 0xbe?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc000407f50 sp=0xc000407f30 pc=0x465d4e
runtime.gcBgMarkWorker()
        runtime/mgc.go:1310 +0xe5 fp=0xc000407fe0 sp=0xc000407f50 pc=0x447cc5
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 pc=0x498b41
created by runtime.gcBgMarkStartWorkers in goroutine 1
        runtime/mgc.go:1234 +0x1c

goroutine 58 gp=0xc00040c700 m=nil [select, locked to thread]:
runtime.gopark(0xc0001b87a8?, 0x2?, 0x60?, 0x86?, 0xc0001b8794?)
        runtime/proc.go:402 +0xce fp=0xc0001b8638 sp=0xc0001b8618 pc=0x465d4e
runtime.selectgo(0xc0001b87a8, 0xc0001b8790, 0x0?, 0x0, 0x0?, 0x1)
        runtime/select.go:327 +0x725 fp=0xc0001b8758 sp=0xc0001b8638 pc=0x4771a5
runtime.ensureSigM.func1()
        runtime/signal_unix.go:1034 +0x19f fp=0xc0001b87e0 sp=0xc0001b8758 pc=0x48febf
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b87e8 sp=0xc0001b87e0 pc=0x498b41
created by runtime.ensureSigM in goroutine 1
        runtime/signal_unix.go:1017 +0xc8

goroutine 98 gp=0xc0004b4fc0 m=9 mp=0xc00040e008 [syscall]:
runtime.notetsleepg(0x14126060, 0xffffffffffffffff)
        runtime/lock_futex.go:246 +0x29 fp=0xc0001d47a0 sp=0xc0001d4778 pc=0x4375c9
os/signal.signal_recv()
        runtime/sigqueue.go:152 +0x29 fp=0xc0001d47c0 sp=0xc0001d47a0 pc=0x4955a9
os/signal.loop()
        os/signal/signal_unix.go:23 +0x13 fp=0xc0001d47e0 sp=0xc0001d47c0 pc=0x74dff3
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001d47e8 sp=0xc0001d47e0 pc=0x498b41
created by os/signal.Notify.func1.1 in goroutine 1
        os/signal/signal.go:151 +0x1f

goroutine 59 gp=0xc00040c8c0 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
        runtime/proc.go:402 +0xce fp=0xc0001b8f00 sp=0xc0001b8ee0 pc=0x465d4e
runtime.chanrecv(0xc000196f00, 0x0, 0x1)
        runtime/chan.go:583 +0x3bf fp=0xc0001b8f78 sp=0xc0001b8f00 pc=0x4315bf
runtime.chanrecv1(0x0?, 0x0?)
        runtime/chan.go:442 +0x12 fp=0xc0001b8fa0 sp=0xc0001b8f78 pc=0x4311d2
github.com/ollama/ollama/server.Serve.func2()
        github.com/ollama/ollama/server/routes.go:1066 +0x3d fp=0xc0001b8fe0 sp=0xc0001b8fa0 pc=0xf2b5fd
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b8fe8 sp=0xc0001b8fe0 pc=0x498b41
created by github.com/ollama/ollama/server.Serve in goroutine 1
        github.com/ollama/ollama/server/routes.go:1065 +0x745

goroutine 118 gp=0xc00040cc40 m=nil [select]:
runtime.gopark(0xc0004b9750?, 0x3?, 0x0?, 0x0?, 0xc0004b9552?)
        runtime/proc.go:402 +0xce fp=0xc000107be0 sp=0xc000107bc0 pc=0x465d4e
runtime.selectgo(0xc000107f50, 0xc0004b954c, 0x138bc0e0?, 0x0, 0x0?, 0x1)
        runtime/select.go:327 +0x725 fp=0xc000107d00 sp=0xc000107be0 pc=0x4771a5
github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000471ae0, {0x138a6020, 0xc000471a90})
        github.com/ollama/ollama/server/sched.go:214 +0xec fp=0xc000107fb8 sp=0xc000107d00 pc=0xf2f9cc
github.com/ollama/ollama/server.(*Scheduler).Run.func2()
        github.com/ollama/ollama/server/sched.go:96 +0x1f fp=0xc000107fe0 sp=0xc000107fb8 pc=0xf2ed1f
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc000107fe8 sp=0xc000107fe0 pc=0x498b41
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
        github.com/ollama/ollama/server/sched.go:95 +0x110

goroutine 117 gp=0xc00040d180 m=nil [select]:
runtime.gopark(0xc000106f58?, 0x3?, 0x60?, 0x0?, 0xc000106e32?)
        runtime/proc.go:402 +0xce fp=0xc000106cb8 sp=0xc000106c98 pc=0x465d4e
runtime.selectgo(0xc000106f58, 0xc000106e2c, 0x0?, 0x0, 0x0?, 0x1)
        runtime/select.go:327 +0x725 fp=0xc000106dd8 sp=0xc000106cb8 pc=0x4771a5
github.com/ollama/ollama/server.(*Scheduler).processPending(0xc000471ae0, {0x138a6020, 0xc000471a90})
        github.com/ollama/ollama/server/sched.go:102 +0xcf fp=0xc000106fb8 sp=0xc000106dd8 pc=0xf2ee4f
github.com/ollama/ollama/server.(*Scheduler).Run.func1()
        github.com/ollama/ollama/server/sched.go:92 +0x1f fp=0xc000106fe0 sp=0xc000106fb8 pc=0xf2ed5f
runtime.goexit({})
        runtime/asm_amd64.s:1695 +0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x498b41
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
        github.com/ollama/ollama/server/sched.go:91 +0xb4

rax    0x7de8a0e0e240
rbx    0x7de8a4016
rcx    0x7de8a40438d0
rdx    0x0
rdi    0x7de8a4016
rsi    0x7de8a40008e0
rbp    0x7de8c17f9910
rsp    0x7de8c17f98d0
r8     0x7de8a4043a50
r9     0x7de8a40962a0
r10    0x7de8a4095ef0
r11    0xcc1576e1ad1e409c
r12    0x7de8a4042b20
r13    0x7de8a4042b50
r14    0x7de8a40162a0
r15    0x2
rip    0x7de8a0c0158d
rflags 0x10202
cs     0x33
fs     0x0
gs     0x0

OS

Windows, WSL2

GPU

Nvidia

CPU

AMD

Ollama version

Latest and tried 0.1.4.2

Originally created by @xxthemayourxx on GitHub (Jun 23, 2025). Original GitHub issue: https://github.com/ollama/ollama/issues/11165 ### What is the issue? ### System Information * **OS:** Windows Server 2022 with WSL 2 (Ubuntu) * **GPU:** 4x NVIDIA RTX A5500 * **NVIDIA Driver Version:** 573.42 (CUDA 12.8) ### Problem Description The Ollama container fails to start when any GPU is assigned, but runs successfully in CPU-only mode. I have tested multiple versions of Ollama and multiple GPU configurations, and they all result in a low-level memory crash during CUDA initialization. `nvidia-smi` works correctly inside WSL. ### Steps to Reproduce & Results **1. Ollama `latest` Version** * **Command:** `docker run -d --gpus '"device=0"' -e NVIDIA_DRIVER_CAPABILITIES=all --name ollama-latest ollama/ollama:latest` * **Result:** Container crashes instantly. * **Error:** `free(): double free detected in tcache 2` followed by `SIGABRT: abort`. **2. Ollama `0.1.42` Version** * **Command:** `docker run -d --gpus '"device=0"' -e NVIDIA_DRIVER_CAPABILITIES=all --name ollama-stable-test ollama/ollama:0.1.42` * **Result:** Container runs for ~5 seconds then crashes. * **Error:** `SIGSEGV: segmentation violation` The crash in both versions occurs during the `nvcuda_init` function call. ### Full Logs from `0.1.42` is below ### Relevant log output ```shell $ docker logs ollama-stable-test 2025/06/23 10:59:04 routes.go:1011: INFO server config env="map[OLLAMA_DEBUG:false OLLAMA_FLASH_ATTENTION:false OLLAMA_HOST: OLLAMA_KEEP_ALIVE: OLLAMA_LLM_LIBRARY: OLLAMA_MAX_LOADED_MODELS:1 OLLAMA_MAX_QUEUE:512 OLLAMA_MAX_VRAM:0 OLLAMA_MODELS: OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:1 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://*] OLLAMA_RUNNERS_DIR: OLLAMA_TMPDIR:]" time=2025-06-23T10:59:04.489Z level=INFO source=images.go:740 msg="total blobs: 0" time=2025-06-23T10:59:04.493Z level=INFO source=images.go:747 msg="total unused blobs removed: 0" time=2025-06-23T10:59:04.498Z level=INFO source=routes.go:1057 msg="Listening on [::]:11434 (version 0.1.42)" time=2025-06-23T10:59:04.500Z level=INFO source=payload.go:30 msg="extracting embedded files" dir=/tmp/ollama3852021571/runners time=2025-06-23T10:59:08.253Z level=INFO source=payload.go:44 msg="Dynamic LLM libraries [cpu cpu_avx cpu_avx2 cuda_v11 rocm_v60002]" SIGSEGV: segmentation violation5 +0x1 fp=0xc0003fdfe8 sp=0xc0003fdfe0 pc=0x498b41 PC=0x7de8a0c0158d m=12 sigcode=1 addr=0x7de8a4016ine 1 signal arrived during cgo execution goroutine 1 gp=0xc0000061c0 m=12 mp=0xc000588808 [syscall]: runtime.cgocall(0xf54b10, 0xc0008b7530)0x0?) runtime/cgocall.go:157 +0x4b fp=0xc0008b7508 sp=0xc0008b74d0 pc=0x42efab github.com/ollama/ollama/gpu._Cfunc_nvcuda_init(0x7de8a4000cb0, 0xc000016680) _cgo_gotypes.go:492 +0x3f fp=0xc0008b7530 sp=0xc0008b7508 pc=0x820c3f github.com/ollama/ollama/gpu.LoadNVCUDAMgmt.func2(0x7de8a4000cb0, 0xc000016680) github.com/ollama/ollama/gpu/gpu.go:353 +0x4a fp=0xc0008b7560 sp=0xc0008b7530 pc=0x82374a github.com/ollama/ollama/gpu.LoadNVCUDAMgmt({0xc0004dc3e0, 0x2, 0x13fce2e0?}) github.com/ollama/ollama/gpu/gpu.go:353 +0x23e fp=0xc0008b7658 sp=0xc0008b7560 pc=0x82359e github.com/ollama/ollama/gpu.initGPUHandles() goroutingithub.com/ollama/ollama/gpu/gpu.go:135 +0x205 fp=0xc0008b77e0 sp=0xc0008b7658 pc=0x820fc5 github.com/ollama/ollama/gpu.GetGPUInfo()0?) github.com/ollama/ollama/gpu/gpu.go:164 +0xa7 fp=0xc0008b7ac0 sp=0xc0008b77e0 pc=0x821367 github.com/ollama/ollama/server.Serve({0x138a3648, 0xc0004dc600}) github.com/ollama/ollama/server/routes.go:1082 +0x7bb fp=0xc0008b7c70 sp=0xc0008b7ac0 pc=0xf2b4bb github.com/ollama/ollama/cmd.RunServer(0xc000267700?, {0x14125380?, 0x4?, 0x12619b6?}) github.com/ollama/ollama/cmd/cmd.go:978 +0x177 fp=0xc0008b7d58 sp=0xc0008b7c70 pc=0xf4ac37 github.com/spf13/cobra.(*Command).execute(0xc0001c4308, {0x14125380, 0x0, 0x0}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x882 fp=0xc0008b7e78 sp=0xc0008b7d58 pc=0x7bea42 github.com/spf13/cobra.(*Command).ExecuteC(0xc000543508) goroutingithub.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc0008b7f30 sp=0xc0008b7e78 pc=0x7bf285 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992=0xc0003f8730 pc=0x465d4e github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985=0xc0003f8750 pc=0x447cc5 main.main()xit({}) github.com/ollama/ollama/main.go:11 +0x4d fp=0xc0008b7f50 sp=0xc0008b7f30 pc=0xf53bed runtime.main()time.gcBgMarkStartWorkers in goroutine 1 runtime/proc.go:271 +0x29d fp=0xc0008b7fe0 sp=0xc0008b7f50 pc=0x46591d runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0008b7fe8 sp=0xc0008b7fe0 pc=0x498b41 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) goroutine 18 gp=0xc000122380 m=nil [force gc (idle)]:0xc0003f8f30 pc=0x465d4e runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ea7a8 sp=0xc0000ea788 pc=0x465d4e runtime.goparkunlock(...) runtime/proc.go:408:1695 +0x1 fp=0xc0003f8fe8 sp=0xc0003f8fe0 pc=0x498b41 runtime.forcegchelper()MarkStartWorkers in goroutine 1 runtime/proc.go:326 +0xb3 fp=0xc0000ea7e0 sp=0xc0000ea7a8 pc=0x465bd3 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ea7e8 sp=0xc0000ea7e0 pc=0x498b41 created by runtime.init.6 in goroutine 1x0?) runtime/proc.go:314 +0x1a fp=0xc0000f0f50 sp=0xc0000f0f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 19 gp=0xc000122540 m=nil [GC sweep wait]:p=0xc0000f0f50 pc=0x447cc5 runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000eaf80 sp=0xc0000eaf60 pc=0x465d4e8b41 runtime.goparkunlock(...)rkStartWorkers in goroutine 1 runtime/proc.go:408 +0x1c runtime.bgsweep(0xc000130000) goroutinruntime/mgcsweep.go:318 +0xdf fp=0xc0000eafc8 sp=0xc0000eaf80 pc=0x4512ff runtime.gcenable.gowrap1() 0x0?, 0x0?, 0x0?) runtime/mgc.go:203 +0x25 fp=0xc0000eafe0 sp=0xc0000eafc8 pc=0x445be5e runtime.goexit({})rker() runtime/asm_amd64.s:1695 +0x1 fp=0xc0000eafe8 sp=0xc0000eafe0 pc=0x498b41 created by runtime.gcenable in goroutine 1 runtime/mgc.go:203 +0x66 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 goroutine 20 gp=0xc000122700 m=nil [GC scavenge wait]: runtime.gopark(0x5d5049?, 0x5bd1e5?, 0x0?, 0x0?, 0x0?) goroutinruntime/proc.go:402 +0xce fp=0xc0000eb778 sp=0xc0000eb758 pc=0x465d4e runtime.goparkunlock(...), 0x25?, 0x0?, 0x0?) runtime/proc.go:408 +0xce fp=0xc000408750 sp=0xc000408730 pc=0x465d4e runtime.(*scavengerState).park(0x140376e0) runtime/mgcscavenge.go:425 +0x49 fp=0xc0000eb7a8 sp=0xc0000eb778 pc=0x44ec89 runtime.bgscavenge(0xc000130000) runtime/mgcscavenge.go:658 +0x59 fp=0xc0000eb7c8 sp=0xc0000eb7a8 pc=0x44f239 runtime.gcenable.gowrap2()kStartWorkers in goroutine 1 runtime/mgc.go:204 +0x25 fp=0xc0000eb7e0 sp=0xc0000eb7c8 pc=0x445b85 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000eb7e8 sp=0xc0000eb7e0 pc=0x498b41 created by runtime.gcenable in goroutine 1?) runtime/mgc.go:204 +0xa5e fp=0xc0003f9750 sp=0xc0003f9730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 2 gp=0xc0000076c0 m=nil [finalizer wait]:p=0xc0003f9750 pc=0x447cc5 runtime.gopark(0x0?, 0x13779a18?, 0x20?, 0xa0?, 0x2000000020?) runtime/proc.go:402 +0xce fp=0xc0000ee620 sp=0xc0000ee600 pc=0x465d4e8b41 runtime.runfinq()e.gcBgMarkStartWorkers in goroutine 1 runtime/mfinal.go:194 +0x107 fp=0xc0000ee7e0 sp=0xc0000ee620 pc=0x444c27 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ee7e8 sp=0xc0000ee7e0 pc=0x498b41 created by runtime.createfing in goroutine 1 runtime/mfinal.go:164 +0x3dp=0xc0003f9f50 sp=0xc0003f9f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 34 gp=0xc00047c000 m=nil [GC worker (idle)]:xc0003f9f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003fa750 sp=0xc0003fa730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fa7e0 sp=0xc0003fa750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fa7e8 sp=0xc0003fa7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000408f50 sp=0xc000408f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 21 gp=0xc0003fe000 m=nil [GC worker (idle)]:xc000408f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ebf50 sp=0xc0000ebf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000ebfe0 sp=0xc0000ebf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ebfe8 sp=0xc0000ebfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000409750 sp=0xc000409730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 35 gp=0xc00047c1c0 m=nil [GC worker (idle)]:xc000409750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003faf50 sp=0xc0003faf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fafe0 sp=0xc0003faf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fafe8 sp=0xc0003fafe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000404750 sp=0xc000404730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 22 gp=0xc0003fe1c0 m=nil [GC worker (idle)]:xc000404750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ec750 sp=0xc0000ec730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000ec7e0 sp=0xc0000ec750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ec7e8 sp=0xc0000ec7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000404f50 sp=0xc000404f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 36 gp=0xc00047c380 m=nil [GC worker (idle)]:xc000404f50 pc=0x447cc5 runtime.gopark(0x7de8d96f3bf8?, 0x2b8?, 0xb8?, 0xc5?, 0x2c0?) runtime/proc.go:402 +0xce fp=0xc0003fb750 sp=0xc0003fb730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fb7e0 sp=0xc0003fb750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fb7e8 sp=0xc0003fb7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000405750 sp=0xc000405730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 23 gp=0xc0003fe380 m=nil [GC worker (idle)]:xc000405750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ecf50 sp=0xc0000ecf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000ecfe0 sp=0xc0000ecf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ecfe8 sp=0xc0000ecfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000409f50 sp=0xc000409f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 37 gp=0xc00047c540 m=nil [GC worker (idle)]:xc000409f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003fbf50 sp=0xc0003fbf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fbfe0 sp=0xc0003fbf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fbfe8 sp=0xc0003fbfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc00040a750 sp=0xc00040a730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 24 gp=0xc0003fe540 m=nil [GC worker (idle)]:xc00040a750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ed750 sp=0xc0000ed730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000ed7e0 sp=0xc0000ed750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ed7e8 sp=0xc0000ed7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0000f1f50 sp=0xc0000f1f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 38 gp=0xc00047c700 m=nil [GC worker (idle)]:xc0000f1f50 pc=0x447cc5 runtime.gopark(0x1d0000003a?, 0x8c?, 0x5?, 0x0?, 0xc0003b5708?) runtime/proc.go:402 +0xce fp=0xc0003fc750 sp=0xc0003fc730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fc7e0 sp=0xc0003fc750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fc7e8 sp=0xc0003fc7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000405f50 sp=0xc000405f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 25 gp=0xc0003fe700 m=nil [GC worker (idle)]:xc000405f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000edf50 sp=0xc0000edf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000edfe0 sp=0xc0000edf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000edfe8 sp=0xc0000edfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc00040af50 sp=0xc00040af30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 39 gp=0xc00047c8c0 m=nil [GC worker (idle)]:xc00040af50 pc=0x447cc5 runtime.gopark(0xd4?, 0xc000046fe0?, 0x2c?, 0x86?, 0xc000046ff0?) runtime/proc.go:402 +0xce fp=0xc0003fcf50 sp=0xc0003fcf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fcfe0 sp=0xc0003fcf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fcfe8 sp=0xc0003fcfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc00040b750 sp=0xc00040b730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 3 gp=0xc000007880 m=nil [GC worker (idle)]:0xc00040b750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000eef50 sp=0xc0000eef30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000eefe0 sp=0xc0000eef50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000eefe8 sp=0xc0000eefe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc00040bf50 sp=0xc00040bf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 26 gp=0xc0003fe8c0 m=nil [GC worker (idle)]:xc00040bf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f6750 sp=0xc0003f6730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f67e0 sp=0xc0003f6750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f67e8 sp=0xc0003f67e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004ba750 sp=0xc0004ba730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 27 gp=0xc0003fea80 m=nil [GC worker (idle)]:xc0004ba750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f6f50 sp=0xc0003f6f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f6fe0 sp=0xc0003f6f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f6fe8 sp=0xc0003f6fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004baf50 sp=0xc0004baf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 4 gp=0xc000007a40 m=nil [GC worker (idle)]:0xc0004baf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000ef750 sp=0xc0000ef730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000ef7e0 sp=0xc0000ef750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000ef7e8 sp=0xc0000ef7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bb750 sp=0xc0004bb730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 28 gp=0xc0003fec40 m=nil [GC worker (idle)]:xc0004bb750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x15?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f7750 sp=0xc0003f7730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f77e0 sp=0xc0003f7750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f77e8 sp=0xc0003f77e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004b6750 sp=0xc0004b6730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 40 gp=0xc00047ca80 m=nil [GC worker (idle)]:xc0004b6750 pc=0x447cc5 runtime.gopark(0x75d736?, 0xc0000477e0?, 0x0?, 0xe6?, 0xc0000477e0?) runtime/proc.go:402 +0xce fp=0xc0003fd750 sp=0xc0003fd730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fd7e0 sp=0xc0003fd750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fd7e8 sp=0xc0003fd7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001ba750 sp=0xc0001ba730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 5 gp=0xc000007c00 m=nil [GC worker (idle)]:0xc0001ba750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000eff50 sp=0xc0000eff30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000effe0 sp=0xc0000eff50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000effe8 sp=0xc0000effe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001baf50 sp=0xc0001baf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 41 gp=0xc00047cc40 m=nil [GC worker (idle)]:xc0001baf50 pc=0x447cc5 runtime.gopark(0x13fdcf20?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003fdf50 sp=0xc0003fdf30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003fdfe0 sp=0xc0003fdf50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003fdfe8 sp=0xc0003fdfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bbf50 sp=0xc0004bbf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 6 gp=0xc000007dc0 m=nil [GC worker (idle)]:0xc0004bbf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000f0750 sp=0xc0000f0730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000f07e0 sp=0xc0000f0750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001bb750 sp=0xc0001bb730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 29 gp=0xc0003fee00 m=nil [GC worker (idle)]:xc0001bb750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f7f50 sp=0xc0003f7f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f7fe0 sp=0xc0003f7f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f7fe8 sp=0xc0003f7fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bc750 sp=0xc0004bc730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 30 gp=0xc0003fefc0 m=nil [GC worker (idle)]:xc0004bc750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f8750 sp=0xc0003f8730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f87e0 sp=0xc0003f8750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f87e8 sp=0xc0003f87e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001bbf50 sp=0xc0001bbf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 31 gp=0xc0003ff180 m=nil [GC worker (idle)]:xc0001bbf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f8f50 sp=0xc0003f8f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f8fe0 sp=0xc0003f8f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f8fe8 sp=0xc0003f8fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001bc750 sp=0xc0001bc730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 7 gp=0xc0001b4000 m=nil [GC worker (idle)]:0xc0001bc750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000f0f50 sp=0xc0000f0f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000f0fe0 sp=0xc0000f0f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000406750 sp=0xc000406730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 8 gp=0xc0001b41c0 m=nil [GC worker (idle)]:0xc000406750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000f1750 sp=0xc0000f1730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000f17e0 sp=0xc0000f1750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004b6f50 sp=0xc0004b6f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 42 gp=0xc00047ce00 m=nil [GC worker (idle)]:xc0004b6f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x25?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000408750 sp=0xc000408730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0004087e0 sp=0xc000408750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004087e8 sp=0xc0004087e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bcf50 sp=0xc0004bcf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 32 gp=0xc0003ff340 m=nil [GC worker (idle)]:xc0004bcf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f9750 sp=0xc0003f9730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f97e0 sp=0xc0003f9750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f97e8 sp=0xc0003f97e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1?) runtime/mgc.go:1234 +0x1c fp=0xc0001bcf50 sp=0xc0001bcf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 33 gp=0xc0003ff500 m=nil [GC worker (idle)]:xc0001bcf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0xd?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0003f9f50 sp=0xc0003f9f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0003f9fe0 sp=0xc0003f9f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0003f9fe8 sp=0xc0003f9fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bd750 sp=0xc0004bd730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 43 gp=0xc00047cfc0 m=nil [GC worker (idle)]:xc0004bd750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000408f50 sp=0xc000408f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc000408fe0 sp=0xc000408f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000408fe8 sp=0xc000408fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001bd750 sp=0xc0001bd730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 44 gp=0xc00047d180 m=nil [GC worker (idle)]:xc0001bd750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000409750 sp=0xc000409730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0004097e0 sp=0xc000409750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004097e8 sp=0xc0004097e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004b7750 sp=0xc0004b7730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 50 gp=0xc0003ff6c0 m=nil [GC worker (idle)]:xc0004b7750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000404750 sp=0xc000404730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0004047e0 sp=0xc000404750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004047e8 sp=0xc0004047e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0004bdf50 sp=0xc0004bdf30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 51 gp=0xc0003ff880 m=nil [GC worker (idle)]:xc0004bdf50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000404f50 sp=0xc000404f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc000404fe0 sp=0xc000404f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000404fe8 sp=0xc000404fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1) runtime/mgc.go:1234 +0x1c fp=0xc0004b7f50 sp=0xc0004b7f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 52 gp=0xc0003ffa40 m=nil [GC worker (idle)]:xc0004b7f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000405750 sp=0xc000405730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0004057e0 sp=0xc000405750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0004057e8 sp=0xc0004057e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000406f50 sp=0xc000406f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 45 gp=0xc00047d340 m=nil [GC worker (idle)]:xc000406f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000409f50 sp=0xc000409f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc000409fe0 sp=0xc000409f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000409fe8 sp=0xc000409fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1?) runtime/mgc.go:1234 +0x1c fp=0xc000407750 sp=0xc000407730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 46 gp=0xc00047d500 m=nil [GC worker (idle)]:xc000407750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc00040a750 sp=0xc00040a730 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc00040a7e0 sp=0xc00040a750 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc00040a7e8 sp=0xc00040a7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc0001b6750 sp=0xc0001b6730 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 9 gp=0xc0001b4380 m=nil [GC worker (idle)]:0xc0001b6750 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0000f1f50 sp=0xc0000f1f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc0000f1fe0 sp=0xc0000f1f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c fp=0xc000407f50 sp=0xc000407f30 pc=0x465d4e runtime.gcBgMarkWorker() goroutine 53 gp=0xc0003ffc00 m=nil [GC worker (idle)]:xc000407f50 pc=0x447cc5 runtime.gopark(0x0?, 0x0?, 0x2d?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000405f50 sp=0xc000405f30 pc=0x465d4e8b41 runtime.gcBgMarkWorker()arkStartWorkers in goroutine 1 runtime/mgc.go:1310 +0xe5 fp=0xc000405fe0 sp=0xc000405f50 pc=0x447cc5 runtime.goexit({}) goroutinruntime/asm_amd64.s:1695 +0x1 fp=0xc000405fe8 sp=0xc000405fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1001b8794?) runtime/mgc.go:1234 +0x1c fp=0xc0001b8638 sp=0xc0001b8618 pc=0x465d4e runtime.selectgo(0xc0001b87a8, 0xc0001b8790, 0x0?, 0x0, 0x0?, 0x1) goroutine 47 gp=0xc00047d6c0 m=nil [GC worker (idle)]:p=0xc0001b8638 pc=0x4771a5 runtime.gopark(0x0?, 0x0?, 0x1d?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc00040af50 sp=0xc00040af30 pc=0x465d4e=0x48febf runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc00040afe0 sp=0xc00040af50 pc=0x447cc58b41 runtime.goexit({}).ensureSigM in goroutine 1 runtime/asm_amd64.s:1695 +0x1 fp=0xc00040afe8 sp=0xc00040afe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 goroutinruntime/mgc.go:1234 +0x1cmp=0xc00040e008 [syscall]: runtime.notetsleepg(0x14126060, 0xffffffffffffffff) goroutine 48 gp=0xc00047d880 m=nil [GC worker (idle)]:0 sp=0xc0001d4778 pc=0x4375c9 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc00040b750 sp=0xc00040b730 pc=0x465d4e55a9 runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc00040b7e0 sp=0xc00040b750 pc=0x447cc50x74dff3 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc00040b7e8 sp=0xc00040b7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c0x1f goroutine 49 gp=0xc00047da40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc00040bf50 sp=0xc00040bf30 pc=0x465d4e runtime.gcBgMarkWorker()96f00, 0x0, 0x1) runtime/mgc.go:1310 +0xe5 fp=0xc00040bfe0 sp=0xc00040bf50 pc=0x447cc5f runtime.goexit({})0x0?, 0x0?) runtime/asm_amd64.s:1695 +0x1 fp=0xc00040bfe8 sp=0xc00040bfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1cserver/routes.go:1066 +0x3d fp=0xc0001b8fe0 sp=0xc0001b8fa0 pc=0xf2b5fd runtime.goexit({}) goroutine 66 gp=0xc0004b4000 m=nil [GC worker (idle)]:sp=0xc0001b8fe0 pc=0x498b41 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)erve in goroutine 1 runtime/proc.go:402 +0xce fp=0xc0004ba750 sp=0xc0004ba730 pc=0x465d4e runtime.gcBgMarkWorker() goroutinruntime/mgc.go:1310 +0xe5 fp=0xc0004ba7e0 sp=0xc0004ba750 pc=0x447cc5 runtime.goexit({})0004b9750?, 0x3?, 0x0?, 0x0?, 0xc0004b9552?) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004ba7e8 sp=0xc0004ba7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 10?, 0x0, 0x0?, 0x1) runtime/mgc.go:1234 +0x1c725 fp=0xc000107d00 sp=0xc000107be0 pc=0x4771a5 github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000471ae0, {0x138a6020, 0xc000471a90}) goroutine 67 gp=0xc0004b41c0 m=nil [GC worker (idle)]:0xec fp=0xc000107fb8 sp=0xc000107d00 pc=0xf2f9cc runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?).Run.func2() runtime/proc.go:402 +0xce fp=0xc0004baf50 sp=0xc0004baf30 pc=0x465d4e0xc000107fb8 pc=0xf2ed1f runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bafe0 sp=0xc0004baf50 pc=0x447cc58b41 runtime.goexit({})com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bafe8 sp=0xc0004bafe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 goroutinruntime/mgc.go:1234 +0x1cil [select]: runtime.gopark(0xc000106f58?, 0x3?, 0x60?, 0x0?, 0xc000106e32?) goroutine 68 gp=0xc0004b4380 m=nil [GC worker (idle)]:xc000106c98 pc=0x465d4e runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) 0x0?, 0x0, 0x0?, 0x1) runtime/proc.go:402 +0xce fp=0xc0004bb750 sp=0xc0004bb730 pc=0x465d4e1a5 runtime.gcBgMarkWorker()/server.(*Scheduler).processPending(0xc000471ae0, {0x138a6020, 0xc000471a90}) runtime/mgc.go:1310 +0xe5 fp=0xc0004bb7e0 sp=0xc0004bb750 pc=0x447cc5=0xc000106dd8 pc=0xf2ee4f runtime.goexit({})ollama/server.(*Scheduler).Run.func1() runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bb7e8 sp=0xc0004bb7e0 pc=0x498b4100106fb8 pc=0xf2ed5f created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c+0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x498b41 created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 goroutine 82 gp=0xc00047dc00 m=nil [GC worker (idle)]:xb4 runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) rax 0runtime/proc.go:402 +0xce fp=0xc0004b6750 sp=0xc0004b6730 pc=0x465d4e runtime.gcBgMarkWorker() rcx 0runtime/mgc.go:1310 +0xe5 fp=0xc0004b67e0 sp=0xc0004b6750 pc=0x447cc5 runtime.goexit({}) rdi 0runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b67e8 sp=0xc0004b67e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 rbp 0runtime/mgc.go:1234 +0x1c rsp 0x7de8c17f98d0 goroutine 10 gp=0xc0001b4540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) r10 0runtime/proc.go:402 +0xce fp=0xc0001ba750 sp=0xc0001ba730 pc=0x465d4e runtime.gcBgMarkWorker()c r12 0runtime/mgc.go:1310 +0xe5 fp=0xc0001ba7e0 sp=0xc0001ba750 pc=0x447cc5 runtime.goexit({})b50 r14 0runtime/asm_amd64.s:1695 +0x1 fp=0xc0001ba7e8 sp=0xc0001ba7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 rip 0runtime/mgc.go:1234 +0x1c rflags 0x10202 goroutine 11 gp=0xc0001b4700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) gs 0runtime/proc.go:402 +0xce fp=0xc0001baf50 sp=0xc0001baf30 pc=0x465d4e runtime.gcBgMarkWorker()J1:/mnt/c/Users/Administrator$ runtime/mgc.go:1310 +0xe5 fp=0xc0001bafe0 sp=0xc0001baf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bafe8 sp=0xc0001bafe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 69 gp=0xc0004b4540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004bbf50 sp=0xc0004bbf30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bbfe0 sp=0xc0004bbf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bbfe8 sp=0xc0004bbfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 12 gp=0xc0001b48c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001bb750 sp=0xc0001bb730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001bb7e0 sp=0xc0001bb750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bb7e8 sp=0xc0001bb7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 70 gp=0xc0004b4700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004bc750 sp=0xc0004bc730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bc7e0 sp=0xc0004bc750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bc7e8 sp=0xc0004bc7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 13 gp=0xc0001b4a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001bbf50 sp=0xc0001bbf30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001bbfe0 sp=0xc0001bbf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bbfe8 sp=0xc0001bbfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 14 gp=0xc0001b4c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001bc750 sp=0xc0001bc730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001bc7e0 sp=0xc0001bc750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bc7e8 sp=0xc0001bc7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 54 gp=0xc0003ffdc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000406750 sp=0xc000406730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004067e0 sp=0xc000406750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004067e8 sp=0xc0004067e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 83 gp=0xc00047ddc0 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x5?, 0xcd?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004b6f50 sp=0xc0004b6f30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004b6fe0 sp=0xc0004b6f50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b6fe8 sp=0xc0004b6fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 71 gp=0xc0004b48c0 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x8?, 0xc4?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004bcf50 sp=0xc0004bcf30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bcfe0 sp=0xc0004bcf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bcfe8 sp=0xc0004bcfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 15 gp=0xc0001b4e00 m=nil [GC worker (idle)]: runtime.gopark(0x5a8a801d645?, 0x1?, 0x80?, 0x8b?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001bcf50 sp=0xc0001bcf30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001bcfe0 sp=0xc0001bcf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bcfe8 sp=0xc0001bcfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 72 gp=0xc0004b4a80 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x0?, 0xc4?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004bd750 sp=0xc0004bd730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bd7e0 sp=0xc0004bd750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bd7e8 sp=0xc0004bd7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 16 gp=0xc0001b4fc0 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x8?, 0xe9?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001bd750 sp=0xc0001bd730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001bd7e0 sp=0xc0001bd750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001bd7e8 sp=0xc0001bd7e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 84 gp=0xc00040c000 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0xdc?, 0x7c?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004b7750 sp=0xc0004b7730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004b77e0 sp=0xc0004b7750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b77e8 sp=0xc0004b77e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 73 gp=0xc0004b4c40 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0xc8?, 0x78?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004bdf50 sp=0xc0004bdf30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004bdfe0 sp=0xc0004bdf50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004bdfe8 sp=0xc0004bdfe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 85 gp=0xc00040c1c0 m=nil [GC worker (idle)]: runtime.gopark(0x5a8a801a319?, 0x1?, 0x64?, 0x8?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0004b7f50 sp=0xc0004b7f30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004b7fe0 sp=0xc0004b7f50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004b7fe8 sp=0xc0004b7fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 55 gp=0xc000500380 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0xe1?, 0xb9?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000406f50 sp=0xc000406f30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc000406fe0 sp=0xc000406f50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc000406fe8 sp=0xc000406fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 56 gp=0xc000500540 m=nil [GC worker (idle)]: runtime.gopark(0x5a7ee572fce?, 0x1?, 0x34?, 0xb8?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000407750 sp=0xc000407730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0004077e0 sp=0xc000407750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0004077e8 sp=0xc0004077e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 74 gp=0xc0004b4e00 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x38?, 0x97?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001b6750 sp=0xc0001b6730 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc0001b67e0 sp=0xc0001b6750 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b67e8 sp=0xc0001b67e0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 57 gp=0xc000500700 m=nil [GC worker (idle)]: runtime.gopark(0x141275a0?, 0x1?, 0x98?, 0xbe?, 0x0?) runtime/proc.go:402 +0xce fp=0xc000407f50 sp=0xc000407f30 pc=0x465d4e runtime.gcBgMarkWorker() runtime/mgc.go:1310 +0xe5 fp=0xc000407fe0 sp=0xc000407f50 pc=0x447cc5 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc000407fe8 sp=0xc000407fe0 pc=0x498b41 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1234 +0x1c goroutine 58 gp=0xc00040c700 m=nil [select, locked to thread]: runtime.gopark(0xc0001b87a8?, 0x2?, 0x60?, 0x86?, 0xc0001b8794?) runtime/proc.go:402 +0xce fp=0xc0001b8638 sp=0xc0001b8618 pc=0x465d4e runtime.selectgo(0xc0001b87a8, 0xc0001b8790, 0x0?, 0x0, 0x0?, 0x1) runtime/select.go:327 +0x725 fp=0xc0001b8758 sp=0xc0001b8638 pc=0x4771a5 runtime.ensureSigM.func1() runtime/signal_unix.go:1034 +0x19f fp=0xc0001b87e0 sp=0xc0001b8758 pc=0x48febf runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b87e8 sp=0xc0001b87e0 pc=0x498b41 created by runtime.ensureSigM in goroutine 1 runtime/signal_unix.go:1017 +0xc8 goroutine 98 gp=0xc0004b4fc0 m=9 mp=0xc00040e008 [syscall]: runtime.notetsleepg(0x14126060, 0xffffffffffffffff) runtime/lock_futex.go:246 +0x29 fp=0xc0001d47a0 sp=0xc0001d4778 pc=0x4375c9 os/signal.signal_recv() runtime/sigqueue.go:152 +0x29 fp=0xc0001d47c0 sp=0xc0001d47a0 pc=0x4955a9 os/signal.loop() os/signal/signal_unix.go:23 +0x13 fp=0xc0001d47e0 sp=0xc0001d47c0 pc=0x74dff3 runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001d47e8 sp=0xc0001d47e0 pc=0x498b41 created by os/signal.Notify.func1.1 in goroutine 1 os/signal/signal.go:151 +0x1f goroutine 59 gp=0xc00040c8c0 m=nil [chan receive]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:402 +0xce fp=0xc0001b8f00 sp=0xc0001b8ee0 pc=0x465d4e runtime.chanrecv(0xc000196f00, 0x0, 0x1) runtime/chan.go:583 +0x3bf fp=0xc0001b8f78 sp=0xc0001b8f00 pc=0x4315bf runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:442 +0x12 fp=0xc0001b8fa0 sp=0xc0001b8f78 pc=0x4311d2 github.com/ollama/ollama/server.Serve.func2() github.com/ollama/ollama/server/routes.go:1066 +0x3d fp=0xc0001b8fe0 sp=0xc0001b8fa0 pc=0xf2b5fd runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc0001b8fe8 sp=0xc0001b8fe0 pc=0x498b41 created by github.com/ollama/ollama/server.Serve in goroutine 1 github.com/ollama/ollama/server/routes.go:1065 +0x745 goroutine 118 gp=0xc00040cc40 m=nil [select]: runtime.gopark(0xc0004b9750?, 0x3?, 0x0?, 0x0?, 0xc0004b9552?) runtime/proc.go:402 +0xce fp=0xc000107be0 sp=0xc000107bc0 pc=0x465d4e runtime.selectgo(0xc000107f50, 0xc0004b954c, 0x138bc0e0?, 0x0, 0x0?, 0x1) runtime/select.go:327 +0x725 fp=0xc000107d00 sp=0xc000107be0 pc=0x4771a5 github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000471ae0, {0x138a6020, 0xc000471a90}) github.com/ollama/ollama/server/sched.go:214 +0xec fp=0xc000107fb8 sp=0xc000107d00 pc=0xf2f9cc github.com/ollama/ollama/server.(*Scheduler).Run.func2() github.com/ollama/ollama/server/sched.go:96 +0x1f fp=0xc000107fe0 sp=0xc000107fb8 pc=0xf2ed1f runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc000107fe8 sp=0xc000107fe0 pc=0x498b41 created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 github.com/ollama/ollama/server/sched.go:95 +0x110 goroutine 117 gp=0xc00040d180 m=nil [select]: runtime.gopark(0xc000106f58?, 0x3?, 0x60?, 0x0?, 0xc000106e32?) runtime/proc.go:402 +0xce fp=0xc000106cb8 sp=0xc000106c98 pc=0x465d4e runtime.selectgo(0xc000106f58, 0xc000106e2c, 0x0?, 0x0, 0x0?, 0x1) runtime/select.go:327 +0x725 fp=0xc000106dd8 sp=0xc000106cb8 pc=0x4771a5 github.com/ollama/ollama/server.(*Scheduler).processPending(0xc000471ae0, {0x138a6020, 0xc000471a90}) github.com/ollama/ollama/server/sched.go:102 +0xcf fp=0xc000106fb8 sp=0xc000106dd8 pc=0xf2ee4f github.com/ollama/ollama/server.(*Scheduler).Run.func1() github.com/ollama/ollama/server/sched.go:92 +0x1f fp=0xc000106fe0 sp=0xc000106fb8 pc=0xf2ed5f runtime.goexit({}) runtime/asm_amd64.s:1695 +0x1 fp=0xc000106fe8 sp=0xc000106fe0 pc=0x498b41 created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 github.com/ollama/ollama/server/sched.go:91 +0xb4 rax 0x7de8a0e0e240 rbx 0x7de8a4016 rcx 0x7de8a40438d0 rdx 0x0 rdi 0x7de8a4016 rsi 0x7de8a40008e0 rbp 0x7de8c17f9910 rsp 0x7de8c17f98d0 r8 0x7de8a4043a50 r9 0x7de8a40962a0 r10 0x7de8a4095ef0 r11 0xcc1576e1ad1e409c r12 0x7de8a4042b20 r13 0x7de8a4042b50 r14 0x7de8a40162a0 r15 0x2 rip 0x7de8a0c0158d rflags 0x10202 cs 0x33 fs 0x0 gs 0x0 ``` ### OS Windows, WSL2 ### GPU Nvidia ### CPU AMD ### Ollama version Latest and tried 0.1.4.2
GiteaMirror added the bug label 2026-04-12 19:25:22 -05:00
Author
Owner

@rick-github commented on GitHub (Jun 23, 2025):

What version is latest?

<!-- gh-comment-id:2996213396 --> @rick-github commented on GitHub (Jun 23, 2025): What version is `latest`?
Author
Owner

@ghmer commented on GitHub (Jun 23, 2025):

Latest and tried 0.1.4.2

0.1.4.2 was released a year ago. Are you sure you tried latest?

<!-- gh-comment-id:2997678895 --> @ghmer commented on GitHub (Jun 23, 2025): > Latest and tried 0.1.4.2 0.1.4.2 was released a year ago. Are you sure you tried **latest**?
Author
Owner

@xxthemayourxx commented on GitHub (Jun 24, 2025):

Latest and tried 0.1.4.2

0.1.4.2 was released a year ago. Are you sure you tried latest?

When I used the 0.1.4.2 version, I was trying an older version of Olama to see if it would work or not, turns out I am getting this error on both versions.

<!-- gh-comment-id:3000241410 --> @xxthemayourxx commented on GitHub (Jun 24, 2025): > > Latest and tried 0.1.4.2 > > 0.1.4.2 was released a year ago. Are you sure you tried **latest**? When I used the 0.1.4.2 version, I was trying an older version of Olama to see if it would work or not, turns out I am getting this error on both versions.
Author
Owner

@xxthemayourxx commented on GitHub (Jun 24, 2025):

What version is latest?

v0.9.2

<!-- gh-comment-id:3000248358 --> @xxthemayourxx commented on GitHub (Jun 24, 2025): > What version is `latest`? v0.9.2
Author
Owner

@xxthemayourxx commented on GitHub (Jun 24, 2025):

To provide some context, I am a junior developer, and I am attempting to run Ollama on this server as a personal project to learn about Ollama and RAG applications. It is currently running on an Ubuntu 24.04 WSL on a Windows Server 2022 DC edition. When this is successful, I am going to have it be connected to openwebui and build my pipeline there.

<!-- gh-comment-id:3000271783 --> @xxthemayourxx commented on GitHub (Jun 24, 2025): To provide some context, I am a junior developer, and I am attempting to run Ollama on this server as a personal project to learn about Ollama and RAG applications. It is currently running on an Ubuntu 24.04 WSL on a Windows Server 2022 DC edition. When this is successful, I am going to have it be connected to openwebui and build my pipeline there.
Author
Owner

@rick-github commented on GitHub (Jun 24, 2025):

Can you post the full log from 0.9.2? With OLLAMA_DEBUG=2 if possible.

<!-- gh-comment-id:3000444196 --> @rick-github commented on GitHub (Jun 24, 2025): Can you post the full log from 0.9.2? With `OLLAMA_DEBUG=2` if possible.
Author
Owner

@xxthemayourxx commented on GitHub (Jun 29, 2025):

Can you post the full log from 0.9.2? With OLLAMA_DEBUG=2 if possible.

My Apologies as I was very sick, here are the logs from the latest pull: " 0.9.3", this is a fresh server so I don't know if I am missing some packages or libraries, but I even removed wsl and reinstalled it again and same thing: " localadmin@WIN-3B450C50PJ1:/mnt/d/RAG-App/Testing$ docker logs ollama-gpu-test
time=2025-06-29T08:25:12.137Z level=INFO source=routes.go:1235 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]"
time=2025-06-29T08:25:12.138Z level=INFO source=images.go:476 msg="total blobs: 0"
time=2025-06-29T08:25:12.138Z level=INFO source=images.go:483 msg="total unused blobs removed: 0"
time=2025-06-29T08:25:12.139Z level=INFO source=routes.go:1288 msg="Listening on [::]:11434 (version 0.9.3)"
time=2025-06-29T08:25:12.139Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
free(): double free detected in tcache 2
SIGABRT: abort
PC=0x700e7fb1b00b m=9 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 1 gp=0xc000002380 m=9 mp=0xc00042b008 [syscall]:
runtime.cgocall(0x557637688a40, 0xc000568b78)
runtime/cgocall.go:167 +0x4b fp=0xc000568b50 sp=0xc000568b18 pc=0x5576369c98cb
github.com/ollama/ollama/discover._Cfunc_nvcuda_init(0x700e10000b60, 0xc0002d7080)
_cgo_gotypes.go:548 +0x3e fp=0xc000568b78 sp=0xc000568b50 pc=0x557636d8847e
github.com/ollama/ollama/discover.loadNVCUDAMgmt.func2(...)
github.com/ollama/ollama/discover/gpu.go:593
github.com/ollama/ollama/discover.loadNVCUDAMgmt({0xc000483c40, 0x2, 0x557638534a00?})
github.com/ollama/ollama/discover/gpu.go:593 +0x1e9 fp=0xc000568cb8 sp=0xc000568b78 pc=0x557636d8e789
github.com/ollama/ollama/discover.initCudaHandles()
github.com/ollama/ollama/discover/gpu.go:123 +0x4f6 fp=0xc000568ec8 sp=0xc000568cb8 pc=0x557636d890d6
github.com/ollama/ollama/discover.GetGPUInfo()
github.com/ollama/ollama/discover/gpu.go:251 +0x61e fp=0xc000569b98 sp=0xc000568ec8 pc=0x557636d89fbe
github.com/ollama/ollama/server.Serve({0x557637d2b408, 0xc00054d8c0})
github.com/ollama/ollama/server/routes.go:1320 +0x6a5 fp=0xc000569d18 sp=0xc000569b98 pc=0x5576375effa5
github.com/ollama/ollama/cmd.RunServer(0xc0002fd600?, {0x557638667f00?, 0x4?, 0x557637874079?})
github.com/ollama/ollama/cmd/cmd.go:1284 +0x4a fp=0xc000569d58 sp=0xc000569d18 pc=0x55763761146a
github.com/spf13/cobra.(*Command).execute(0xc0001d5808, {0x557638667f00, 0x0, 0x0})
github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000569e78 sp=0xc000569d58 pc=0x557636b442dc
github.com/spf13/cobra.(*Command).ExecuteC(0xc0001d4908)
github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000569f30 sp=0xc000569e78 pc=0x557636b44b25
github.com/spf13/cobra.(*Command).Execute(...)
github.com/spf13/cobra@v1.7.0/command.go:992
github.com/spf13/cobra.(*Command).ExecuteContext(...)
github.com/spf13/cobra@v1.7.0/command.go:985
main.main()
github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000569f50 sp=0xc000569f30 pc=0x55763761a0cd
runtime.main()
runtime/proc.go:283 +0x29d fp=0xc000569fe0 sp=0xc000569f50 pc=0x557636998ebd
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x5576369d4481

goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f0fa8 sp=0xc0000f0f88 pc=0x5576369ccd4e
runtime.goparkunlock(...)
runtime/proc.go:441
runtime.forcegchelper()
runtime/proc.go:348 +0xb8 fp=0xc0000f0fe0 sp=0xc0000f0fa8 pc=0x5576369991f8
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x5576369d4481
created by runtime.init.7 in goroutine 1
runtime/proc.go:336 +0x1a

goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]:
runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f1780 sp=0xc0000f1760 pc=0x5576369ccd4e
runtime.goparkunlock(...)
runtime/proc.go:441
runtime.bgsweep(0xc0000ea080)
runtime/mgcsweep.go:316 +0xdf fp=0xc0000f17c8 sp=0xc0000f1780 pc=0x55763698399f
runtime.gcenable.gowrap1()
runtime/mgc.go:204 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x557636977d85
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x5576369d4481
created by runtime.gcenable in goroutine 1
runtime/mgc.go:204 +0x66

goroutine 18 gp=0xc000182380 m=nil [GC scavenge wait]:
runtime.gopark(0x10000?, 0x557637a33c38?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000ec778 sp=0xc0000ec758 pc=0x5576369ccd4e
runtime.goparkunlock(...)
runtime/proc.go:441
runtime.(*scavengerState).park(0x5576385bb8e0)
runtime/mgcscavenge.go:425 +0x49 fp=0xc0000ec7a8 sp=0xc0000ec778 pc=0x5576369813e9
runtime.bgscavenge(0xc0000ea080)
runtime/mgcscavenge.go:658 +0x59 fp=0xc0000ec7c8 sp=0xc0000ec7a8 pc=0x557636981979
runtime.gcenable.gowrap2()
runtime/mgc.go:205 +0x25 fp=0xc0000ec7e0 sp=0xc0000ec7c8 pc=0x557636977d25
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ec7e8 sp=0xc0000ec7e0 pc=0x5576369d4481
created by runtime.gcenable in goroutine 1
runtime/mgc.go:205 +0xa5

goroutine 34 gp=0xc000206380 m=nil [finalizer wait]:
runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f0688?)
runtime/proc.go:435 +0xce fp=0xc0000f0630 sp=0xc0000f0610 pc=0x5576369ccd4e
runtime.runfinq()
runtime/mfinal.go:196 +0x107 fp=0xc0000f07e0 sp=0xc0000f0630 pc=0x557636976d47
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x5576369d4481
created by runtime.createfing in goroutine 1
runtime/mfinal.go:166 +0x3d

goroutine 35 gp=0xc000206e00 m=nil [chan receive]:
runtime.gopark(0xc000333360?, 0xc000610048?, 0x60?, 0x87?, 0x557636ab19c8?)
runtime/proc.go:435 +0xce fp=0xc000388718 sp=0xc0003886f8 pc=0x5576369ccd4e
runtime.chanrecv(0xc000202310, 0x0, 0x1)
runtime/chan.go:664 +0x445 fp=0xc000388790 sp=0xc000388718 pc=0x557636968725
runtime.chanrecv1(0x0?, 0x0?)
runtime/chan.go:506 +0x12 fp=0xc0003887b8 sp=0xc000388790 pc=0x5576369682b2
runtime.unique_runtime_registerUniqueMapCleanup.func2(...)
runtime/mgc.go:1796
runtime.unique_runtime_registerUniqueMapCleanup.gowrap1()
runtime/mgc.go:1799 +0x2f fp=0xc0003887e0 sp=0xc0003887b8 pc=0x55763697af2f
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003887e8 sp=0xc0003887e0 pc=0x5576369d4481
created by unique.runtime_registerUniqueMapCleanup in goroutine 1
runtime/mgc.go:1794 +0x85

goroutine 36 gp=0xc000206fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000388f38 sp=0xc000388f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000388fc8 sp=0xc000388f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000388fe0 sp=0xc000388fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000388fe8 sp=0xc000388fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 4 gp=0xc000003880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 19 gp=0xc000182540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000ecf38 sp=0xc0000ecf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000ecfc8 sp=0xc0000ecf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000ecfe0 sp=0xc0000ecfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ecfe8 sp=0xc0000ecfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 37 gp=0xc000207180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000389738 sp=0xc000389718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0003897c8 sp=0xc000389738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0003897e0 sp=0xc0003897c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003897e8 sp=0xc0003897e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 38 gp=0xc000207340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000389f38 sp=0xc000389f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000389fc8 sp=0xc000389f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000389fe0 sp=0xc000389fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000389fe8 sp=0xc000389fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f2738 sp=0xc0000f2718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000f27c8 sp=0xc0000f2738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000f27e0 sp=0xc0000f27c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f27e8 sp=0xc0000f27e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 20 gp=0xc000182700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000ed738 sp=0xc0000ed718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000ed7c8 sp=0xc0000ed738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000ed7e0 sp=0xc0000ed7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ed7e8 sp=0xc0000ed7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 39 gp=0xc000207500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00038a738 sp=0xc00038a718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00038a7c8 sp=0xc00038a738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00038a7e0 sp=0xc00038a7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00038a7e8 sp=0xc00038a7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f2f38 sp=0xc0000f2f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000f2fc8 sp=0xc0000f2f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000f2fe0 sp=0xc0000f2fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f2fe8 sp=0xc0000f2fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f3738 sp=0xc0000f3718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000f37c8 sp=0xc0000f3738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000f37e0 sp=0xc0000f37c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f37e8 sp=0xc0000f37e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 21 gp=0xc0001828c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000edf38 sp=0xc0000edf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000edfc8 sp=0xc0000edf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000edfe0 sp=0xc0000edfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000edfe8 sp=0xc0000edfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 40 gp=0xc0002076c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00038af38 sp=0xc00038af18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00038afc8 sp=0xc00038af38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00038afe0 sp=0xc00038afc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00038afe8 sp=0xc00038afe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 41 gp=0xc000207880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00038b738 sp=0xc00038b718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00038b7c8 sp=0xc00038b738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00038b7e0 sp=0xc00038b7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00038b7e8 sp=0xc00038b7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 42 gp=0xc000207a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00038bf38 sp=0xc00038bf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00038bfc8 sp=0xc00038bf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00038bfe0 sp=0xc00038bfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00038bfe8 sp=0xc00038bfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 43 gp=0xc000207c00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000384738 sp=0xc000384718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0003847c8 sp=0xc000384738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0003847e0 sp=0xc0003847c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003847e8 sp=0xc0003847e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 8 gp=0xc000126000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000f3f38 sp=0xc0000f3f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000f3fc8 sp=0xc0000f3f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000f3fe0 sp=0xc0000f3fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 22 gp=0xc000182a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000ee738 sp=0xc0000ee718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000ee7c8 sp=0xc0000ee738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000ee7e0 sp=0xc0000ee7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ee7e8 sp=0xc0000ee7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 23 gp=0xc000182c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000eef38 sp=0xc0000eef18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000eefc8 sp=0xc0000eef38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000eefe0 sp=0xc0000eefc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000eefe8 sp=0xc0000eefe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 44 gp=0xc000207dc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000384f38 sp=0xc000384f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000384fc8 sp=0xc000384f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000384fe0 sp=0xc000384fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000384fe8 sp=0xc000384fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 9 gp=0xc0001261c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012c738 sp=0xc00012c718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012c7c8 sp=0xc00012c738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012c7e0 sp=0xc00012c7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012c7e8 sp=0xc00012c7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 24 gp=0xc000182e00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000ef738 sp=0xc0000ef718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000ef7c8 sp=0xc0000ef738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000ef7e0 sp=0xc0000ef7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ef7e8 sp=0xc0000ef7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 45 gp=0xc0004fc000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000385738 sp=0xc000385718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0003857c8 sp=0xc000385738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0003857e0 sp=0xc0003857c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003857e8 sp=0xc0003857e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 10 gp=0xc000126380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012cf38 sp=0xc00012cf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012cfc8 sp=0xc00012cf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012cfe0 sp=0xc00012cfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012cfe8 sp=0xc00012cfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 25 gp=0xc000182fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0000eff38 sp=0xc0000eff18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0000effc8 sp=0xc0000eff38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0000effe0 sp=0xc0000effc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0000effe8 sp=0xc0000effe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 46 gp=0xc0004fc1c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000385f38 sp=0xc000385f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000385fc8 sp=0xc000385f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000385fe0 sp=0xc000385fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000385fe8 sp=0xc000385fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 47 gp=0xc0004fc380 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000386738 sp=0xc000386718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0003867c8 sp=0xc000386738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0003867e0 sp=0xc0003867c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003867e8 sp=0xc0003867e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 48 gp=0xc0004fc540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000386f38 sp=0xc000386f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000386fc8 sp=0xc000386f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000386fe0 sp=0xc000386fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000386fe8 sp=0xc000386fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 26 gp=0xc000183180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000128738 sp=0xc000128718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0001287c8 sp=0xc000128738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0001287e0 sp=0xc0001287c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0001287e8 sp=0xc0001287e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 27 gp=0xc000183340 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000128f38 sp=0xc000128f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000128fc8 sp=0xc000128f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000128fe0 sp=0xc000128fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000128fe8 sp=0xc000128fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 11 gp=0xc000126540 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012d738 sp=0xc00012d718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012d7c8 sp=0xc00012d738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012d7e0 sp=0xc00012d7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012d7e8 sp=0xc00012d7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 12 gp=0xc000126700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012df38 sp=0xc00012df18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012dfc8 sp=0xc00012df38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012dfe0 sp=0xc00012dfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012dfe8 sp=0xc00012dfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 49 gp=0xc0004fc700 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000387738 sp=0xc000387718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0003877c8 sp=0xc000387738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0003877e0 sp=0xc0003877c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0003877e8 sp=0xc0003877e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 28 gp=0xc000183500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000129738 sp=0xc000129718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0001297c8 sp=0xc000129738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0001297e0 sp=0xc0001297c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0001297e8 sp=0xc0001297e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 13 gp=0xc0001268c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012e738 sp=0xc00012e718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012e7c8 sp=0xc00012e738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012e7e0 sp=0xc00012e7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012e7e8 sp=0xc00012e7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 50 gp=0xc0004fc8c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000387f38 sp=0xc000387f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000387fc8 sp=0xc000387f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000387fe0 sp=0xc000387fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000387fe8 sp=0xc000387fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 51 gp=0xc0004fca80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0xc0004ac828?, 0x47?, 0xc3?, 0xc0004afc38?)
runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 52 gp=0xc0004fcc40 m=nil [GC worker (idle)]:
runtime.gopark(0xc00046a960?, 0x7?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 14 gp=0xc000126a80 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012ef38 sp=0xc00012ef18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012efc8 sp=0xc00012ef38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012efe0 sp=0xc00012efc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012efe8 sp=0xc00012efe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 29 gp=0xc0001836c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000129f38 sp=0xc000129f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc000129fc8 sp=0xc000129f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc000129fe0 sp=0xc000129fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000129fe8 sp=0xc000129fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 15 gp=0xc000126c40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012f738 sp=0xc00012f718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012f7c8 sp=0xc00012f738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012f7e0 sp=0xc00012f7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012f7e8 sp=0xc00012f7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 53 gp=0xc0004fce00 m=nil [GC worker (idle)]:
runtime.gopark(0x11700000000?, 0x2db00000284?, 0x2?, 0x0?, 0x16e?)
runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 30 gp=0xc000183880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012a738 sp=0xc00012a718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012a7c8 sp=0xc00012a738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012a7e0 sp=0xc00012a7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012a7e8 sp=0xc00012a7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 16 gp=0xc000126e00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012ff38 sp=0xc00012ff18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012ffc8 sp=0xc00012ff38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012ffe0 sp=0xc00012ffc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012ffe8 sp=0xc00012ffe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 54 gp=0xc0004fcfc0 m=nil [GC worker (idle)]:
runtime.gopark(0x1a?, 0x0?, 0x0?, 0x0?, 0x1?)
runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 31 gp=0xc000183a40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012af38 sp=0xc00012af18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012afc8 sp=0xc00012af38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012afe0 sp=0xc00012afc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012afe8 sp=0xc00012afe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 32 gp=0xc000183c00 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012b738 sp=0xc00012b718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012b7c8 sp=0xc00012b738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012b7e0 sp=0xc00012b7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012b7e8 sp=0xc00012b7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 33 gp=0xc000183dc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00012bf38 sp=0xc00012bf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00012bfc8 sp=0xc00012bf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00012bfe0 sp=0xc00012bfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00012bfe8 sp=0xc00012bfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 55 gp=0xc0004fd180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x21c00000000?)
runtime/proc.go:435 +0xce fp=0xc0004ae738 sp=0xc0004ae718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004ae7c8 sp=0xc0004ae738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004ae7e0 sp=0xc0004ae7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ae7e8 sp=0xc0004ae7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 66 gp=0xc000126fc0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0004a8738 sp=0xc0004a8718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004a87c8 sp=0xc0004a8738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004a87e0 sp=0xc0004a87c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a87e8 sp=0xc0004a87e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 56 gp=0xc0004fd340 m=nil [GC worker (idle)]:
runtime.gopark(0xc0004f40e0?, 0x6?, 0x0?, 0x0?, 0xc0003200d4?)
runtime/proc.go:435 +0xce fp=0xc0004aef38 sp=0xc0004aef18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004aefc8 sp=0xc0004aef38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004aefe0 sp=0xc0004aefc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aefe8 sp=0xc0004aefe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 57 gp=0xc0004fd500 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x30?, 0xf8?, 0x557636cfc085?)
runtime/proc.go:435 +0xce fp=0xc0004af738 sp=0xc0004af718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004af7c8 sp=0xc0004af738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004af7e0 sp=0xc0004af7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004af7e8 sp=0xc0004af7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 82 gp=0xc000198000 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019e738 sp=0xc00019e718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019e7c8 sp=0xc00019e738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019e7e0 sp=0xc00019e7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019e7e8 sp=0xc00019e7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 67 gp=0xc000127180 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0xd4?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0004a8f38 sp=0xc0004a8f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004a8fc8 sp=0xc0004a8f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004a8fe0 sp=0xc0004a8fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a8fe8 sp=0xc0004a8fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 58 gp=0xc0004fd6c0 m=nil [GC worker (idle)]:
runtime.gopark(0x5576385be700?, 0xc0004affd0?, 0x77?, 0x8f?, 0x557638545460?)
runtime/proc.go:435 +0xce fp=0xc0004aff38 sp=0xc0004aff18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004affc8 sp=0xc0004aff38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004affe0 sp=0xc0004affc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004affe8 sp=0xc0004affe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 59 gp=0xc0004fd880 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 83 gp=0xc0001981c0 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019ef38 sp=0xc00019ef18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019efc8 sp=0xc00019ef38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019efe0 sp=0xc00019efc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019efe8 sp=0xc00019efe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 68 gp=0xc000127340 m=nil [GC worker (idle)]:
runtime.gopark(0xc0004a9820?, 0x557636cfc085?, 0x38?, 0xfc?, 0xc0004ef570?)
runtime/proc.go:435 +0xce fp=0xc0004a9738 sp=0xc0004a9718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004a97c8 sp=0xc0004a9738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004a97e0 sp=0xc0004a97c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a97e8 sp=0xc0004a97e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 60 gp=0xc0004fda40 m=nil [GC worker (idle)]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 84 gp=0xc000198380 m=nil [GC worker (idle)]:
runtime.gopark(0x1e6b8a4df81?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019f738 sp=0xc00019f718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019f7c8 sp=0xc00019f738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019f7e0 sp=0xc00019f7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019f7e8 sp=0xc00019f7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 69 gp=0xc000127500 m=nil [GC worker (idle)]:
runtime.gopark(0x1e6b8a46475?, 0x1?, 0xe6?, 0x3f?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0004a9f38 sp=0xc0004a9f18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004a9fc8 sp=0xc0004a9f38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004a9fe0 sp=0xc0004a9fc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a9fe8 sp=0xc0004a9fe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 61 gp=0xc0004fdc00 m=nil [GC worker (idle)]:
runtime.gopark(0x1e6b8a51cd6?, 0x1?, 0x0?, 0xb3?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 85 gp=0xc000198540 m=nil [GC worker (idle)]:
runtime.gopark(0x55763866a120?, 0x1?, 0x6b?, 0xb?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019ff38 sp=0xc00019ff18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019ffc8 sp=0xc00019ff38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019ffe0 sp=0xc00019ffc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019ffe8 sp=0xc00019ffe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 70 gp=0xc0001276c0 m=nil [GC worker (idle)]:
runtime.gopark(0x55763866a120?, 0x1?, 0x74?, 0x51?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 62 gp=0xc0004fddc0 m=nil [GC worker (idle)]:
runtime.gopark(0x1e6b8a49f71?, 0x1?, 0xdd?, 0xf7?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x5576369ccd4e
runtime.gcBgMarkWorker(0xc000203570)
runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55763697a249
runtime.gcBgMarkStartWorkers.gowrap1()
runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55763697a125
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x5576369d4481
created by runtime.gcBgMarkStartWorkers in goroutine 1
runtime/mgc.go:1339 +0x105

goroutine 86 gp=0xc000198c40 m=nil [select, locked to thread]:
runtime.gopark(0xc0001a07a8?, 0x2?, 0xe0?, 0xf6?, 0xc0001a0794?)
runtime/proc.go:435 +0xce fp=0xc0001a0620 sp=0xc0001a0600 pc=0x5576369ccd4e
runtime.selectgo(0xc0001a07a8, 0xc0001a0790, 0x0?, 0x0, 0x0?, 0x1)
runtime/select.go:351 +0x837 fp=0xc0001a0758 sp=0xc0001a0620 pc=0x5576369ab3b7
runtime.ensureSigM.func1()
runtime/signal_unix.go:1085 +0x19b fp=0xc0001a07e0 sp=0xc0001a0758 pc=0x5576369c755b
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a07e8 sp=0xc0001a07e0 pc=0x5576369d4481
created by runtime.ensureSigM in goroutine 1
runtime/signal_unix.go:1068 +0xc8

goroutine 71 gp=0xc000592540 m=3 mp=0xc0000f7008 [syscall]:
runtime.notetsleepg(0x557638668c40, 0xffffffffffffffff)
runtime/lock_futex.go:123 +0x29 fp=0xc000135fa0 sp=0xc000135f78 pc=0x55763696e7e9
os/signal.signal_recv()
runtime/sigqueue.go:152 +0x29 fp=0xc000135fc0 sp=0xc000135fa0 pc=0x5576369cf249
os/signal.loop()
os/signal/signal_unix.go:23 +0x13 fp=0xc000135fe0 sp=0xc000135fc0 pc=0x557636cf8f53
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000135fe8 sp=0xc000135fe0 pc=0x5576369d4481
created by os/signal.Notify.func1.1 in goroutine 1
os/signal/signal.go:152 +0x1f

goroutine 63 gp=0xc000524380 m=nil [chan receive]:
runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?)
runtime/proc.go:435 +0xce fp=0xc000131f00 sp=0xc000131ee0 pc=0x5576369ccd4e
runtime.chanrecv(0xc000423340, 0x0, 0x1)
runtime/chan.go:664 +0x445 fp=0xc000131f78 sp=0xc000131f00 pc=0x557636968725
runtime.chanrecv1(0x0?, 0x0?)
runtime/chan.go:506 +0x12 fp=0xc000131fa0 sp=0xc000131f78 pc=0x5576369682b2
github.com/ollama/ollama/server.Serve.func1()
github.com/ollama/ollama/server/routes.go:1305 +0x3d fp=0xc000131fe0 sp=0xc000131fa0 pc=0x5576375f00dd
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000131fe8 sp=0xc000131fe0 pc=0x5576369d4481
created by github.com/ollama/ollama/server.Serve in goroutine 1
github.com/ollama/ollama/server/routes.go:1304 +0x653

goroutine 64 gp=0xc000524540 m=nil [select]:
runtime.gopark(0xc000100f40?, 0x3?, 0x46?, 0x45?, 0xc000100cba?)
runtime/proc.go:435 +0xce fp=0xc000100b28 sp=0xc000100b08 pc=0x5576369ccd4e
runtime.selectgo(0xc000100f40, 0xc000100cb4, 0x0?, 0x0, 0x0?, 0x1)
runtime/select.go:351 +0x837 fp=0xc000100c60 sp=0xc000100b28 pc=0x5576369ab3b7
github.com/ollama/ollama/server.(*Scheduler).processPending(0xc000194ba0, {0x557637d2d880, 0xc00001caa0})
github.com/ollama/ollama/server/sched.go:120 +0xcf fp=0xc000100fb8 sp=0xc000100c60 pc=0x5576375f41cf
github.com/ollama/ollama/server.(*Scheduler).Run.func1()
github.com/ollama/ollama/server/sched.go:110 +0x1f fp=0xc000100fe0 sp=0xc000100fb8 pc=0x5576375f40df
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000100fe8 sp=0xc000100fe0 pc=0x5576369d4481
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
github.com/ollama/ollama/server/sched.go:109 +0xb1

goroutine 65 gp=0xc000524700 m=nil [select]:
runtime.gopark(0xc000521f50?, 0x3?, 0x3?, 0x0?, 0xc000521cd2?)
runtime/proc.go:435 +0xce fp=0xc000521b48 sp=0xc000521b28 pc=0x5576369ccd4e
runtime.selectgo(0xc000521f50, 0xc000521ccc, 0x0?, 0x0, 0x0?, 0x1)
runtime/select.go:351 +0x837 fp=0xc000521c80 sp=0xc000521b48 pc=0x5576369ab3b7
github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000194ba0, {0x557637d2d880, 0xc00001caa0})
github.com/ollama/ollama/server/sched.go:320 +0xec fp=0xc000521fb8 sp=0xc000521c80 pc=0x5576375f556c
github.com/ollama/ollama/server.(*Scheduler).Run.func2()
github.com/ollama/ollama/server/sched.go:114 +0x1f fp=0xc000521fe0 sp=0xc000521fb8 pc=0x5576375f409f
runtime.goexit({})
runtime/asm_amd64.s:1700 +0x1 fp=0xc000521fe8 sp=0xc000521fe0 pc=0x5576369d4481
created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1
github.com/ollama/ollama/server/sched.go:113 +0x10c

rax 0x0
rbx 0x700e316ea700
rcx 0x700e7fb1b00b
rdx 0x0
rdi 0x2
rsi 0x700e316e9530
rbp 0x700e316e9880
rsp 0x700e316e9530
r8 0x0
r9 0x700e316e9530
r10 0x8
r11 0x246
r12 0x700e80097000
r13 0x700e316e97a0
r14 0x1000
r15 0x1
rip 0x700e7fb1b00b
rflags 0x246
cs 0x33
fs 0x0
gs 0x0
localadmin@WIN-3B450C50PJ1:/mnt/d/RAG-App/Testing$"

<!-- gh-comment-id:3016408369 --> @xxthemayourxx commented on GitHub (Jun 29, 2025): > Can you post the full log from 0.9.2? With `OLLAMA_DEBUG=2` if possible. My Apologies as I was very sick, here are the logs from the latest pull: " 0.9.3", this is a fresh server so I don't know if I am missing some packages or libraries, but I even removed wsl and reinstalled it again and same thing: " localadmin@WIN-3B450C50PJ1:/mnt/d/RAG-App/Testing$ docker logs ollama-gpu-test time=2025-06-29T08:25:12.137Z level=INFO source=routes.go:1235 msg="server config" env="map[CUDA_VISIBLE_DEVICES: GPU_DEVICE_ORDINAL: HIP_VISIBLE_DEVICES: HSA_OVERRIDE_GFX_VERSION: HTTPS_PROXY: HTTP_PROXY: NO_PROXY: OLLAMA_CONTEXT_LENGTH:4096 OLLAMA_DEBUG:INFO OLLAMA_FLASH_ATTENTION:false OLLAMA_GPU_OVERHEAD:0 OLLAMA_HOST:http://0.0.0.0:11434 OLLAMA_INTEL_GPU:false OLLAMA_KEEP_ALIVE:5m0s OLLAMA_KV_CACHE_TYPE: OLLAMA_LLM_LIBRARY: OLLAMA_LOAD_TIMEOUT:5m0s OLLAMA_MAX_LOADED_MODELS:0 OLLAMA_MAX_QUEUE:512 OLLAMA_MODELS:/root/.ollama/models OLLAMA_MULTIUSER_CACHE:false OLLAMA_NEW_ENGINE:false OLLAMA_NOHISTORY:false OLLAMA_NOPRUNE:false OLLAMA_NUM_PARALLEL:0 OLLAMA_ORIGINS:[http://localhost https://localhost http://localhost:* https://localhost:* http://127.0.0.1 https://127.0.0.1 http://127.0.0.1:* https://127.0.0.1:* http://0.0.0.0 https://0.0.0.0 http://0.0.0.0:* https://0.0.0.0:* app://* file://* tauri://* vscode-webview://* vscode-file://*] OLLAMA_SCHED_SPREAD:false ROCR_VISIBLE_DEVICES: http_proxy: https_proxy: no_proxy:]" time=2025-06-29T08:25:12.138Z level=INFO source=images.go:476 msg="total blobs: 0" time=2025-06-29T08:25:12.138Z level=INFO source=images.go:483 msg="total unused blobs removed: 0" time=2025-06-29T08:25:12.139Z level=INFO source=routes.go:1288 msg="Listening on [::]:11434 (version 0.9.3)" time=2025-06-29T08:25:12.139Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs" free(): double free detected in tcache 2 SIGABRT: abort PC=0x700e7fb1b00b m=9 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 1 gp=0xc000002380 m=9 mp=0xc00042b008 [syscall]: runtime.cgocall(0x557637688a40, 0xc000568b78) runtime/cgocall.go:167 +0x4b fp=0xc000568b50 sp=0xc000568b18 pc=0x5576369c98cb github.com/ollama/ollama/discover._Cfunc_nvcuda_init(0x700e10000b60, 0xc0002d7080) _cgo_gotypes.go:548 +0x3e fp=0xc000568b78 sp=0xc000568b50 pc=0x557636d8847e github.com/ollama/ollama/discover.loadNVCUDAMgmt.func2(...) github.com/ollama/ollama/discover/gpu.go:593 github.com/ollama/ollama/discover.loadNVCUDAMgmt({0xc000483c40, 0x2, 0x557638534a00?}) github.com/ollama/ollama/discover/gpu.go:593 +0x1e9 fp=0xc000568cb8 sp=0xc000568b78 pc=0x557636d8e789 github.com/ollama/ollama/discover.initCudaHandles() github.com/ollama/ollama/discover/gpu.go:123 +0x4f6 fp=0xc000568ec8 sp=0xc000568cb8 pc=0x557636d890d6 github.com/ollama/ollama/discover.GetGPUInfo() github.com/ollama/ollama/discover/gpu.go:251 +0x61e fp=0xc000569b98 sp=0xc000568ec8 pc=0x557636d89fbe github.com/ollama/ollama/server.Serve({0x557637d2b408, 0xc00054d8c0}) github.com/ollama/ollama/server/routes.go:1320 +0x6a5 fp=0xc000569d18 sp=0xc000569b98 pc=0x5576375effa5 github.com/ollama/ollama/cmd.RunServer(0xc0002fd600?, {0x557638667f00?, 0x4?, 0x557637874079?}) github.com/ollama/ollama/cmd/cmd.go:1284 +0x4a fp=0xc000569d58 sp=0xc000569d18 pc=0x55763761146a github.com/spf13/cobra.(*Command).execute(0xc0001d5808, {0x557638667f00, 0x0, 0x0}) github.com/spf13/cobra@v1.7.0/command.go:940 +0x85c fp=0xc000569e78 sp=0xc000569d58 pc=0x557636b442dc github.com/spf13/cobra.(*Command).ExecuteC(0xc0001d4908) github.com/spf13/cobra@v1.7.0/command.go:1068 +0x3a5 fp=0xc000569f30 sp=0xc000569e78 pc=0x557636b44b25 github.com/spf13/cobra.(*Command).Execute(...) github.com/spf13/cobra@v1.7.0/command.go:992 github.com/spf13/cobra.(*Command).ExecuteContext(...) github.com/spf13/cobra@v1.7.0/command.go:985 main.main() github.com/ollama/ollama/main.go:12 +0x4d fp=0xc000569f50 sp=0xc000569f30 pc=0x55763761a0cd runtime.main() runtime/proc.go:283 +0x29d fp=0xc000569fe0 sp=0xc000569f50 pc=0x557636998ebd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000569fe8 sp=0xc000569fe0 pc=0x5576369d4481 goroutine 2 gp=0xc000002e00 m=nil [force gc (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f0fa8 sp=0xc0000f0f88 pc=0x5576369ccd4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.forcegchelper() runtime/proc.go:348 +0xb8 fp=0xc0000f0fe0 sp=0xc0000f0fa8 pc=0x5576369991f8 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f0fe8 sp=0xc0000f0fe0 pc=0x5576369d4481 created by runtime.init.7 in goroutine 1 runtime/proc.go:336 +0x1a goroutine 3 gp=0xc000003340 m=nil [GC sweep wait]: runtime.gopark(0x1?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f1780 sp=0xc0000f1760 pc=0x5576369ccd4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.bgsweep(0xc0000ea080) runtime/mgcsweep.go:316 +0xdf fp=0xc0000f17c8 sp=0xc0000f1780 pc=0x55763698399f runtime.gcenable.gowrap1() runtime/mgc.go:204 +0x25 fp=0xc0000f17e0 sp=0xc0000f17c8 pc=0x557636977d85 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f17e8 sp=0xc0000f17e0 pc=0x5576369d4481 created by runtime.gcenable in goroutine 1 runtime/mgc.go:204 +0x66 goroutine 18 gp=0xc000182380 m=nil [GC scavenge wait]: runtime.gopark(0x10000?, 0x557637a33c38?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000ec778 sp=0xc0000ec758 pc=0x5576369ccd4e runtime.goparkunlock(...) runtime/proc.go:441 runtime.(*scavengerState).park(0x5576385bb8e0) runtime/mgcscavenge.go:425 +0x49 fp=0xc0000ec7a8 sp=0xc0000ec778 pc=0x5576369813e9 runtime.bgscavenge(0xc0000ea080) runtime/mgcscavenge.go:658 +0x59 fp=0xc0000ec7c8 sp=0xc0000ec7a8 pc=0x557636981979 runtime.gcenable.gowrap2() runtime/mgc.go:205 +0x25 fp=0xc0000ec7e0 sp=0xc0000ec7c8 pc=0x557636977d25 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ec7e8 sp=0xc0000ec7e0 pc=0x5576369d4481 created by runtime.gcenable in goroutine 1 runtime/mgc.go:205 +0xa5 goroutine 34 gp=0xc000206380 m=nil [finalizer wait]: runtime.gopark(0x1b8?, 0xc000002380?, 0x1?, 0x23?, 0xc0000f0688?) runtime/proc.go:435 +0xce fp=0xc0000f0630 sp=0xc0000f0610 pc=0x5576369ccd4e runtime.runfinq() runtime/mfinal.go:196 +0x107 fp=0xc0000f07e0 sp=0xc0000f0630 pc=0x557636976d47 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f07e8 sp=0xc0000f07e0 pc=0x5576369d4481 created by runtime.createfing in goroutine 1 runtime/mfinal.go:166 +0x3d goroutine 35 gp=0xc000206e00 m=nil [chan receive]: runtime.gopark(0xc000333360?, 0xc000610048?, 0x60?, 0x87?, 0x557636ab19c8?) runtime/proc.go:435 +0xce fp=0xc000388718 sp=0xc0003886f8 pc=0x5576369ccd4e runtime.chanrecv(0xc000202310, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc000388790 sp=0xc000388718 pc=0x557636968725 runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:506 +0x12 fp=0xc0003887b8 sp=0xc000388790 pc=0x5576369682b2 runtime.unique_runtime_registerUniqueMapCleanup.func2(...) runtime/mgc.go:1796 runtime.unique_runtime_registerUniqueMapCleanup.gowrap1() runtime/mgc.go:1799 +0x2f fp=0xc0003887e0 sp=0xc0003887b8 pc=0x55763697af2f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003887e8 sp=0xc0003887e0 pc=0x5576369d4481 created by unique.runtime_registerUniqueMapCleanup in goroutine 1 runtime/mgc.go:1794 +0x85 goroutine 36 gp=0xc000206fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000388f38 sp=0xc000388f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000388fc8 sp=0xc000388f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000388fe0 sp=0xc000388fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000388fe8 sp=0xc000388fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 4 gp=0xc000003880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f1f38 sp=0xc0000f1f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000f1fc8 sp=0xc0000f1f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000f1fe0 sp=0xc0000f1fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f1fe8 sp=0xc0000f1fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 19 gp=0xc000182540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000ecf38 sp=0xc0000ecf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000ecfc8 sp=0xc0000ecf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000ecfe0 sp=0xc0000ecfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ecfe8 sp=0xc0000ecfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 37 gp=0xc000207180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000389738 sp=0xc000389718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0003897c8 sp=0xc000389738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0003897e0 sp=0xc0003897c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003897e8 sp=0xc0003897e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 38 gp=0xc000207340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000389f38 sp=0xc000389f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000389fc8 sp=0xc000389f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000389fe0 sp=0xc000389fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000389fe8 sp=0xc000389fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 5 gp=0xc000003a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f2738 sp=0xc0000f2718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000f27c8 sp=0xc0000f2738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000f27e0 sp=0xc0000f27c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f27e8 sp=0xc0000f27e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 20 gp=0xc000182700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000ed738 sp=0xc0000ed718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000ed7c8 sp=0xc0000ed738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000ed7e0 sp=0xc0000ed7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ed7e8 sp=0xc0000ed7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 39 gp=0xc000207500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00038a738 sp=0xc00038a718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00038a7c8 sp=0xc00038a738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00038a7e0 sp=0xc00038a7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00038a7e8 sp=0xc00038a7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 6 gp=0xc000003c00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f2f38 sp=0xc0000f2f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000f2fc8 sp=0xc0000f2f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000f2fe0 sp=0xc0000f2fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f2fe8 sp=0xc0000f2fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 7 gp=0xc000003dc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f3738 sp=0xc0000f3718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000f37c8 sp=0xc0000f3738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000f37e0 sp=0xc0000f37c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f37e8 sp=0xc0000f37e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 21 gp=0xc0001828c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000edf38 sp=0xc0000edf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000edfc8 sp=0xc0000edf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000edfe0 sp=0xc0000edfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000edfe8 sp=0xc0000edfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 40 gp=0xc0002076c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00038af38 sp=0xc00038af18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00038afc8 sp=0xc00038af38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00038afe0 sp=0xc00038afc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00038afe8 sp=0xc00038afe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 41 gp=0xc000207880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00038b738 sp=0xc00038b718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00038b7c8 sp=0xc00038b738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00038b7e0 sp=0xc00038b7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00038b7e8 sp=0xc00038b7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 42 gp=0xc000207a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00038bf38 sp=0xc00038bf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00038bfc8 sp=0xc00038bf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00038bfe0 sp=0xc00038bfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00038bfe8 sp=0xc00038bfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 43 gp=0xc000207c00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000384738 sp=0xc000384718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0003847c8 sp=0xc000384738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0003847e0 sp=0xc0003847c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003847e8 sp=0xc0003847e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 8 gp=0xc000126000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000f3f38 sp=0xc0000f3f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000f3fc8 sp=0xc0000f3f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000f3fe0 sp=0xc0000f3fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000f3fe8 sp=0xc0000f3fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 22 gp=0xc000182a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000ee738 sp=0xc0000ee718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000ee7c8 sp=0xc0000ee738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000ee7e0 sp=0xc0000ee7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ee7e8 sp=0xc0000ee7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 23 gp=0xc000182c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000eef38 sp=0xc0000eef18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000eefc8 sp=0xc0000eef38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000eefe0 sp=0xc0000eefc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000eefe8 sp=0xc0000eefe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 44 gp=0xc000207dc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000384f38 sp=0xc000384f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000384fc8 sp=0xc000384f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000384fe0 sp=0xc000384fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000384fe8 sp=0xc000384fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 9 gp=0xc0001261c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012c738 sp=0xc00012c718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012c7c8 sp=0xc00012c738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012c7e0 sp=0xc00012c7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012c7e8 sp=0xc00012c7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 24 gp=0xc000182e00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000ef738 sp=0xc0000ef718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000ef7c8 sp=0xc0000ef738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000ef7e0 sp=0xc0000ef7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000ef7e8 sp=0xc0000ef7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 45 gp=0xc0004fc000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000385738 sp=0xc000385718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0003857c8 sp=0xc000385738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0003857e0 sp=0xc0003857c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003857e8 sp=0xc0003857e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 10 gp=0xc000126380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012cf38 sp=0xc00012cf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012cfc8 sp=0xc00012cf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012cfe0 sp=0xc00012cfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012cfe8 sp=0xc00012cfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 25 gp=0xc000182fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0000eff38 sp=0xc0000eff18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0000effc8 sp=0xc0000eff38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0000effe0 sp=0xc0000effc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0000effe8 sp=0xc0000effe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 46 gp=0xc0004fc1c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000385f38 sp=0xc000385f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000385fc8 sp=0xc000385f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000385fe0 sp=0xc000385fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000385fe8 sp=0xc000385fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 47 gp=0xc0004fc380 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000386738 sp=0xc000386718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0003867c8 sp=0xc000386738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0003867e0 sp=0xc0003867c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003867e8 sp=0xc0003867e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 48 gp=0xc0004fc540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000386f38 sp=0xc000386f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000386fc8 sp=0xc000386f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000386fe0 sp=0xc000386fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000386fe8 sp=0xc000386fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 26 gp=0xc000183180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000128738 sp=0xc000128718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0001287c8 sp=0xc000128738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001287e0 sp=0xc0001287c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001287e8 sp=0xc0001287e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 27 gp=0xc000183340 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000128f38 sp=0xc000128f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000128fc8 sp=0xc000128f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000128fe0 sp=0xc000128fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000128fe8 sp=0xc000128fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 11 gp=0xc000126540 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012d738 sp=0xc00012d718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012d7c8 sp=0xc00012d738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012d7e0 sp=0xc00012d7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012d7e8 sp=0xc00012d7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 12 gp=0xc000126700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012df38 sp=0xc00012df18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012dfc8 sp=0xc00012df38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012dfe0 sp=0xc00012dfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012dfe8 sp=0xc00012dfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 49 gp=0xc0004fc700 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000387738 sp=0xc000387718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0003877c8 sp=0xc000387738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0003877e0 sp=0xc0003877c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0003877e8 sp=0xc0003877e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 28 gp=0xc000183500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000129738 sp=0xc000129718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0001297c8 sp=0xc000129738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0001297e0 sp=0xc0001297c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001297e8 sp=0xc0001297e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 13 gp=0xc0001268c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012e738 sp=0xc00012e718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012e7c8 sp=0xc00012e738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012e7e0 sp=0xc00012e7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012e7e8 sp=0xc00012e7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 50 gp=0xc0004fc8c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000387f38 sp=0xc000387f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000387fc8 sp=0xc000387f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000387fe0 sp=0xc000387fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000387fe8 sp=0xc000387fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 51 gp=0xc0004fca80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0xc0004ac828?, 0x47?, 0xc3?, 0xc0004afc38?) runtime/proc.go:435 +0xce fp=0xc0004ac738 sp=0xc0004ac718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ac7c8 sp=0xc0004ac738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ac7e0 sp=0xc0004ac7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ac7e8 sp=0xc0004ac7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 52 gp=0xc0004fcc40 m=nil [GC worker (idle)]: runtime.gopark(0xc00046a960?, 0x7?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004acf38 sp=0xc0004acf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004acfc8 sp=0xc0004acf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004acfe0 sp=0xc0004acfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004acfe8 sp=0xc0004acfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 14 gp=0xc000126a80 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012ef38 sp=0xc00012ef18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012efc8 sp=0xc00012ef38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012efe0 sp=0xc00012efc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012efe8 sp=0xc00012efe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 29 gp=0xc0001836c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000129f38 sp=0xc000129f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc000129fc8 sp=0xc000129f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc000129fe0 sp=0xc000129fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000129fe8 sp=0xc000129fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 15 gp=0xc000126c40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012f738 sp=0xc00012f718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012f7c8 sp=0xc00012f738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012f7e0 sp=0xc00012f7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012f7e8 sp=0xc00012f7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 53 gp=0xc0004fce00 m=nil [GC worker (idle)]: runtime.gopark(0x11700000000?, 0x2db00000284?, 0x2?, 0x0?, 0x16e?) runtime/proc.go:435 +0xce fp=0xc0004ad738 sp=0xc0004ad718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ad7c8 sp=0xc0004ad738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ad7e0 sp=0xc0004ad7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ad7e8 sp=0xc0004ad7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 30 gp=0xc000183880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012a738 sp=0xc00012a718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012a7c8 sp=0xc00012a738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012a7e0 sp=0xc00012a7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012a7e8 sp=0xc00012a7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 16 gp=0xc000126e00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012ff38 sp=0xc00012ff18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012ffc8 sp=0xc00012ff38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012ffe0 sp=0xc00012ffc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012ffe8 sp=0xc00012ffe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 54 gp=0xc0004fcfc0 m=nil [GC worker (idle)]: runtime.gopark(0x1a?, 0x0?, 0x0?, 0x0?, 0x1?) runtime/proc.go:435 +0xce fp=0xc0004adf38 sp=0xc0004adf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004adfc8 sp=0xc0004adf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004adfe0 sp=0xc0004adfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004adfe8 sp=0xc0004adfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 31 gp=0xc000183a40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012af38 sp=0xc00012af18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012afc8 sp=0xc00012af38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012afe0 sp=0xc00012afc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012afe8 sp=0xc00012afe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 32 gp=0xc000183c00 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012b738 sp=0xc00012b718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012b7c8 sp=0xc00012b738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012b7e0 sp=0xc00012b7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012b7e8 sp=0xc00012b7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 33 gp=0xc000183dc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00012bf38 sp=0xc00012bf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00012bfc8 sp=0xc00012bf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00012bfe0 sp=0xc00012bfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00012bfe8 sp=0xc00012bfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 55 gp=0xc0004fd180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x21c00000000?) runtime/proc.go:435 +0xce fp=0xc0004ae738 sp=0xc0004ae718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004ae7c8 sp=0xc0004ae738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004ae7e0 sp=0xc0004ae7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004ae7e8 sp=0xc0004ae7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 66 gp=0xc000126fc0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a8738 sp=0xc0004a8718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a87c8 sp=0xc0004a8738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a87e0 sp=0xc0004a87c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a87e8 sp=0xc0004a87e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 56 gp=0xc0004fd340 m=nil [GC worker (idle)]: runtime.gopark(0xc0004f40e0?, 0x6?, 0x0?, 0x0?, 0xc0003200d4?) runtime/proc.go:435 +0xce fp=0xc0004aef38 sp=0xc0004aef18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004aefc8 sp=0xc0004aef38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004aefe0 sp=0xc0004aefc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aefe8 sp=0xc0004aefe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 57 gp=0xc0004fd500 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x30?, 0xf8?, 0x557636cfc085?) runtime/proc.go:435 +0xce fp=0xc0004af738 sp=0xc0004af718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004af7c8 sp=0xc0004af738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004af7e0 sp=0xc0004af7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004af7e8 sp=0xc0004af7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 82 gp=0xc000198000 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019e738 sp=0xc00019e718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019e7c8 sp=0xc00019e738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019e7e0 sp=0xc00019e7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019e7e8 sp=0xc00019e7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 67 gp=0xc000127180 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0xd4?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a8f38 sp=0xc0004a8f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a8fc8 sp=0xc0004a8f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a8fe0 sp=0xc0004a8fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a8fe8 sp=0xc0004a8fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 58 gp=0xc0004fd6c0 m=nil [GC worker (idle)]: runtime.gopark(0x5576385be700?, 0xc0004affd0?, 0x77?, 0x8f?, 0x557638545460?) runtime/proc.go:435 +0xce fp=0xc0004aff38 sp=0xc0004aff18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004affc8 sp=0xc0004aff38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004affe0 sp=0xc0004affc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004affe8 sp=0xc0004affe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 59 gp=0xc0004fd880 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019a738 sp=0xc00019a718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019a7c8 sp=0xc00019a738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019a7e0 sp=0xc00019a7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019a7e8 sp=0xc00019a7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 83 gp=0xc0001981c0 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019ef38 sp=0xc00019ef18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019efc8 sp=0xc00019ef38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019efe0 sp=0xc00019efc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019efe8 sp=0xc00019efe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 68 gp=0xc000127340 m=nil [GC worker (idle)]: runtime.gopark(0xc0004a9820?, 0x557636cfc085?, 0x38?, 0xfc?, 0xc0004ef570?) runtime/proc.go:435 +0xce fp=0xc0004a9738 sp=0xc0004a9718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a97c8 sp=0xc0004a9738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a97e0 sp=0xc0004a97c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a97e8 sp=0xc0004a97e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 60 gp=0xc0004fda40 m=nil [GC worker (idle)]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019af38 sp=0xc00019af18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019afc8 sp=0xc00019af38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019afe0 sp=0xc00019afc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019afe8 sp=0xc00019afe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 84 gp=0xc000198380 m=nil [GC worker (idle)]: runtime.gopark(0x1e6b8a4df81?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019f738 sp=0xc00019f718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019f7c8 sp=0xc00019f738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019f7e0 sp=0xc00019f7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019f7e8 sp=0xc00019f7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 69 gp=0xc000127500 m=nil [GC worker (idle)]: runtime.gopark(0x1e6b8a46475?, 0x1?, 0xe6?, 0x3f?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004a9f38 sp=0xc0004a9f18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004a9fc8 sp=0xc0004a9f38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004a9fe0 sp=0xc0004a9fc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004a9fe8 sp=0xc0004a9fe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 61 gp=0xc0004fdc00 m=nil [GC worker (idle)]: runtime.gopark(0x1e6b8a51cd6?, 0x1?, 0x0?, 0xb3?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019b738 sp=0xc00019b718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019b7c8 sp=0xc00019b738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019b7e0 sp=0xc00019b7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019b7e8 sp=0xc00019b7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 85 gp=0xc000198540 m=nil [GC worker (idle)]: runtime.gopark(0x55763866a120?, 0x1?, 0x6b?, 0xb?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019ff38 sp=0xc00019ff18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019ffc8 sp=0xc00019ff38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019ffe0 sp=0xc00019ffc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019ffe8 sp=0xc00019ffe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 70 gp=0xc0001276c0 m=nil [GC worker (idle)]: runtime.gopark(0x55763866a120?, 0x1?, 0x74?, 0x51?, 0x0?) runtime/proc.go:435 +0xce fp=0xc0004aa738 sp=0xc0004aa718 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc0004aa7c8 sp=0xc0004aa738 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc0004aa7e0 sp=0xc0004aa7c8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0004aa7e8 sp=0xc0004aa7e0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 62 gp=0xc0004fddc0 m=nil [GC worker (idle)]: runtime.gopark(0x1e6b8a49f71?, 0x1?, 0xdd?, 0xf7?, 0x0?) runtime/proc.go:435 +0xce fp=0xc00019bf38 sp=0xc00019bf18 pc=0x5576369ccd4e runtime.gcBgMarkWorker(0xc000203570) runtime/mgc.go:1423 +0xe9 fp=0xc00019bfc8 sp=0xc00019bf38 pc=0x55763697a249 runtime.gcBgMarkStartWorkers.gowrap1() runtime/mgc.go:1339 +0x25 fp=0xc00019bfe0 sp=0xc00019bfc8 pc=0x55763697a125 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc00019bfe8 sp=0xc00019bfe0 pc=0x5576369d4481 created by runtime.gcBgMarkStartWorkers in goroutine 1 runtime/mgc.go:1339 +0x105 goroutine 86 gp=0xc000198c40 m=nil [select, locked to thread]: runtime.gopark(0xc0001a07a8?, 0x2?, 0xe0?, 0xf6?, 0xc0001a0794?) runtime/proc.go:435 +0xce fp=0xc0001a0620 sp=0xc0001a0600 pc=0x5576369ccd4e runtime.selectgo(0xc0001a07a8, 0xc0001a0790, 0x0?, 0x0, 0x0?, 0x1) runtime/select.go:351 +0x837 fp=0xc0001a0758 sp=0xc0001a0620 pc=0x5576369ab3b7 runtime.ensureSigM.func1() runtime/signal_unix.go:1085 +0x19b fp=0xc0001a07e0 sp=0xc0001a0758 pc=0x5576369c755b runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc0001a07e8 sp=0xc0001a07e0 pc=0x5576369d4481 created by runtime.ensureSigM in goroutine 1 runtime/signal_unix.go:1068 +0xc8 goroutine 71 gp=0xc000592540 m=3 mp=0xc0000f7008 [syscall]: runtime.notetsleepg(0x557638668c40, 0xffffffffffffffff) runtime/lock_futex.go:123 +0x29 fp=0xc000135fa0 sp=0xc000135f78 pc=0x55763696e7e9 os/signal.signal_recv() runtime/sigqueue.go:152 +0x29 fp=0xc000135fc0 sp=0xc000135fa0 pc=0x5576369cf249 os/signal.loop() os/signal/signal_unix.go:23 +0x13 fp=0xc000135fe0 sp=0xc000135fc0 pc=0x557636cf8f53 runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000135fe8 sp=0xc000135fe0 pc=0x5576369d4481 created by os/signal.Notify.func1.1 in goroutine 1 os/signal/signal.go:152 +0x1f goroutine 63 gp=0xc000524380 m=nil [chan receive]: runtime.gopark(0x0?, 0x0?, 0x0?, 0x0?, 0x0?) runtime/proc.go:435 +0xce fp=0xc000131f00 sp=0xc000131ee0 pc=0x5576369ccd4e runtime.chanrecv(0xc000423340, 0x0, 0x1) runtime/chan.go:664 +0x445 fp=0xc000131f78 sp=0xc000131f00 pc=0x557636968725 runtime.chanrecv1(0x0?, 0x0?) runtime/chan.go:506 +0x12 fp=0xc000131fa0 sp=0xc000131f78 pc=0x5576369682b2 github.com/ollama/ollama/server.Serve.func1() github.com/ollama/ollama/server/routes.go:1305 +0x3d fp=0xc000131fe0 sp=0xc000131fa0 pc=0x5576375f00dd runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000131fe8 sp=0xc000131fe0 pc=0x5576369d4481 created by github.com/ollama/ollama/server.Serve in goroutine 1 github.com/ollama/ollama/server/routes.go:1304 +0x653 goroutine 64 gp=0xc000524540 m=nil [select]: runtime.gopark(0xc000100f40?, 0x3?, 0x46?, 0x45?, 0xc000100cba?) runtime/proc.go:435 +0xce fp=0xc000100b28 sp=0xc000100b08 pc=0x5576369ccd4e runtime.selectgo(0xc000100f40, 0xc000100cb4, 0x0?, 0x0, 0x0?, 0x1) runtime/select.go:351 +0x837 fp=0xc000100c60 sp=0xc000100b28 pc=0x5576369ab3b7 github.com/ollama/ollama/server.(*Scheduler).processPending(0xc000194ba0, {0x557637d2d880, 0xc00001caa0}) github.com/ollama/ollama/server/sched.go:120 +0xcf fp=0xc000100fb8 sp=0xc000100c60 pc=0x5576375f41cf github.com/ollama/ollama/server.(*Scheduler).Run.func1() github.com/ollama/ollama/server/sched.go:110 +0x1f fp=0xc000100fe0 sp=0xc000100fb8 pc=0x5576375f40df runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000100fe8 sp=0xc000100fe0 pc=0x5576369d4481 created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 github.com/ollama/ollama/server/sched.go:109 +0xb1 goroutine 65 gp=0xc000524700 m=nil [select]: runtime.gopark(0xc000521f50?, 0x3?, 0x3?, 0x0?, 0xc000521cd2?) runtime/proc.go:435 +0xce fp=0xc000521b48 sp=0xc000521b28 pc=0x5576369ccd4e runtime.selectgo(0xc000521f50, 0xc000521ccc, 0x0?, 0x0, 0x0?, 0x1) runtime/select.go:351 +0x837 fp=0xc000521c80 sp=0xc000521b48 pc=0x5576369ab3b7 github.com/ollama/ollama/server.(*Scheduler).processCompleted(0xc000194ba0, {0x557637d2d880, 0xc00001caa0}) github.com/ollama/ollama/server/sched.go:320 +0xec fp=0xc000521fb8 sp=0xc000521c80 pc=0x5576375f556c github.com/ollama/ollama/server.(*Scheduler).Run.func2() github.com/ollama/ollama/server/sched.go:114 +0x1f fp=0xc000521fe0 sp=0xc000521fb8 pc=0x5576375f409f runtime.goexit({}) runtime/asm_amd64.s:1700 +0x1 fp=0xc000521fe8 sp=0xc000521fe0 pc=0x5576369d4481 created by github.com/ollama/ollama/server.(*Scheduler).Run in goroutine 1 github.com/ollama/ollama/server/sched.go:113 +0x10c rax 0x0 rbx 0x700e316ea700 rcx 0x700e7fb1b00b rdx 0x0 rdi 0x2 rsi 0x700e316e9530 rbp 0x700e316e9880 rsp 0x700e316e9530 r8 0x0 r9 0x700e316e9530 r10 0x8 r11 0x246 r12 0x700e80097000 r13 0x700e316e97a0 r14 0x1000 r15 0x1 rip 0x700e7fb1b00b rflags 0x246 cs 0x33 fs 0x0 gs 0x0 localadmin@WIN-3B450C50PJ1:/mnt/d/RAG-App/Testing$"
Author
Owner

@xxthemayourxx commented on GitHub (Jun 29, 2025):

I want to add that I can run it interactively. Still, if I try to pull it as a container detached, it doesn't respond and doesn't even show on docker ps. When I checked the logs, Ollama crashes with "double free" during nvcuda_init. Is it better to have Ollama not running in a Docker container and instead run it on the server?

<!-- gh-comment-id:3016412765 --> @xxthemayourxx commented on GitHub (Jun 29, 2025): I want to add that I can run it interactively. Still, if I try to pull it as a container detached, it doesn't respond and doesn't even show on docker ps. When I checked the logs, Ollama crashes with "double free" during nvcuda_init. Is it better to have Ollama not running in a Docker container and instead run it on the server?
Author
Owner

@rick-github commented on GitHub (Jun 29, 2025):

I think running in docker with GPU acceleration in WSL in Windows is problematic. You will get better performance running the native Windows version of ollama and will avoid all of the virtualization hacks.

<!-- gh-comment-id:3017126963 --> @rick-github commented on GitHub (Jun 29, 2025): I think running in docker with GPU acceleration in WSL in Windows is problematic. You will get better performance running the native Windows version of ollama and will avoid all of the virtualization hacks.
Author
Owner

@dhiltgen commented on GitHub (Jul 2, 2025):

As Rick mentioned, I'd recommend the native Windows app over WSL. That said, if you need WSL support for some other purpose, @xxthemayourxx your logs don't actually have OLLAMA_DEBUG enabled, so we're missing details that would help narrow down how far into nvcuda_init we got before hitting the double free. From a quick code inspection, I'm not seeing an obvious double free in this function, so my suspicion is it's some underlying cuda library inside WSL.

time=2025-06-29T08:25:12.139Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs"
free(): double free detected in tcache 2
SIGABRT: abort
PC=0x700e7fb1b00b m=9 sigcode=18446744073709551610
signal arrived during cgo execution

goroutine 1 gp=0xc000002380 m=9 mp=0xc00042b008 [syscall]:
runtime.cgocall(0x557637688a40, 0xc000568b78)
runtime/cgocall.go:167 +0x4b fp=0xc000568b50 sp=0xc000568b18 pc=0x5576369c98cb
github.com/ollama/ollama/discover._Cfunc_nvcuda_init(0x700e10000b60, 0xc0002d7080)

Try something like this:

wsl
OLLAMA_DEBUG=1 ollama serve 2>&1 | tee serve.log

(as long as Ollama isn't already running - that'll create a log which hopefully captures more details)

<!-- gh-comment-id:3029478106 --> @dhiltgen commented on GitHub (Jul 2, 2025): As Rick mentioned, I'd recommend the native Windows app over WSL. That said, if you need WSL support for some other purpose, @xxthemayourxx your logs don't actually have OLLAMA_DEBUG enabled, so we're missing details that would help narrow down how far into `nvcuda_init` we got before hitting the double free. From a quick code inspection, I'm not seeing an obvious double free in this function, so my suspicion is it's some underlying cuda library inside WSL. ``` time=2025-06-29T08:25:12.139Z level=INFO source=gpu.go:217 msg="looking for compatible GPUs" free(): double free detected in tcache 2 SIGABRT: abort PC=0x700e7fb1b00b m=9 sigcode=18446744073709551610 signal arrived during cgo execution goroutine 1 gp=0xc000002380 m=9 mp=0xc00042b008 [syscall]: runtime.cgocall(0x557637688a40, 0xc000568b78) runtime/cgocall.go:167 +0x4b fp=0xc000568b50 sp=0xc000568b18 pc=0x5576369c98cb github.com/ollama/ollama/discover._Cfunc_nvcuda_init(0x700e10000b60, 0xc0002d7080) ``` Try something like this: ``` wsl OLLAMA_DEBUG=1 ollama serve 2>&1 | tee serve.log ``` (as long as Ollama isn't already running - that'll create a log which hopefully captures more details)
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#7363