Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Potential race condition in lang/privates.go:49 #883

Open
lmorg opened this issue Sep 24, 2024 · 0 comments · May be fixed by #887
Open

Potential race condition in lang/privates.go:49 #883

lmorg opened this issue Sep 24, 2024 · 0 comments · May be fixed by #887
Labels
bug Unexpected behavior deployed to `develop` Feature built. Currently BETA testing in the `develop` branch

Comments

@lmorg
Copy link
Owner

lmorg commented Sep 24, 2024

Describe the bug:

fatal error: concurrent map read and map write

goroutine 1331 [running]:
github.com/lmorg/murex/lang.(*privateFunctions).Exists(...)
        /Users/laurencemorgan/dev/go/src/github.com/lmorg/murex/lang/privates.go:49
github.com/lmorg/murex/lang.executeProcess(0x14000081808)
        /Users/laurencemorgan/dev/go/src/github.com/lmorg/murex/lang/process.go:283 +0xa7c
created by github.com/lmorg/murex/lang.runModeNormal in goroutine 1192
        /Users/laurencemorgan/dev/go/src/github.com/lmorg/murex/lang/interpreter_pc.go:49 +0x4c
@lmorg lmorg added bug Unexpected behavior deployed to `develop` Feature built. Currently BETA testing in the `develop` branch labels Sep 24, 2024
lmorg added a commit that referenced this issue Sep 25, 2024
@lmorg lmorg linked a pull request Sep 30, 2024 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Unexpected behavior deployed to `develop` Feature built. Currently BETA testing in the `develop` branch
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant