cmd/cgo: Calling C.SetEvent() with an event from C returns an invalid handler (error code 6) #44807
Labels
FrozenDueToAge
NeedsInvestigation
Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
OS-Windows
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
Milestone
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I created event in C:
Then I tried to use this event in cgo:
What did you expect to see?
To be able to call C.SetEvent(event), with event passed directly from C
What did you see instead?
error code 6 (invalid handler).
The text was updated successfully, but these errors were encountered: