We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hi,
I'm using this library to convert doc files into text using multiple goroutines, but I encountered the error below,
fatal error: concurrent map writes goroutine 22096 [running]: github.com/richardlehane/msoleps.addDefaults(...) /go/pkg/mod/github.com/richardlehane/[email protected]/sets.go:20 github.com/richardlehane/msoleps.(*Reader).start(0xc003e0ef78, {0x142a840?, 0xc0028fc000?}) /go/pkg/mod/github.com/richardlehane/[email protected]/msoleps.go:125 +0x2de github.com/richardlehane/msoleps.(*Reader).Reset(...) /go/pkg/mod/github.com/richardlehane/[email protected]/msoleps.go:76 code.sajari.com/docconv/v2.ConvertDoc.func1() /go/pkg/mod/code.sajari.com/docconv/[email protected]/doc.go:44 +0x147 created by code.sajari.com/docconv/v2.ConvertDoc in goroutine 21884 /go/pkg/mod/code.sajari.com/docconv/[email protected]/doc.go:25 +0x178
I'm using v2.0.0-pre.3
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi,
I'm using this library to convert doc files into text using multiple goroutines, but I encountered the error below,
I'm using v2.0.0-pre.3
The text was updated successfully, but these errors were encountered: