lidavidm commented on issue #1841:
URL: https://github.com/apache/arrow-adbc/issues/1841#issuecomment-2103611932
```
runtime.throw({0x18223ac23?, 0x1c0000061a0?})
/Users/runner/hostedtoolcache/go/1.21.8/x64/src/runtime/panic.go:1077
+0x5c fp=0x1c00069be88 sp=0x1c00069be58 pc=0x18080387c
runtime.sigpanic()
/Users/runner/hostedtoolcache/go/1.21.8/x64/src/runtime/signal_unix.go:845
+0x3e9 fp=0x1c00069bee8 sp=0x1c00069be88 pc=0x180819c09
runtime.(*waitq).dequeue(...)
/Users/runner/hostedtoolcache/go/1.21.8/x64/src/runtime/chan.go:781
runtime.closechan(0x1c00010e000)
/Users/runner/hostedtoolcache/go/1.21.8/x64/src/runtime/chan.go:380
+0x15d fp=0x1c00069bf40 sp=0x1c00069bee8 pc=0x1807d413d
runtime.main()
/Users/runner/hostedtoolcache/go/1.21.8/x64/src/runtime/proc.go:256
+0x28f fp=0x1c00069bfe0 sp=0x1c00069bf40 pc=0x18080626f
runtime.goexit()
/Users/runner/ho
```
`runtime.closechan(0x1c00010e000)` -> this is `close(main_init_done)` in the
source. `main_init_done` is a global. I wonder if this is somehow getting
shared between the runtimes on this platform?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]