-
Notifications
You must be signed in to change notification settings - Fork 187
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
fatal error: MSpanList_INsert #340
Comments
What is the context here? This is not a go force stack trace. Can you provide the command that produces this error? |
@dcarroll I believe it's happening when either force bulk query status is being called. This is the bash script. The error happens in the middle of the do loop.
|
But why does the stack trace have file paths to Travis? Is this part of an Can you execute the query through the interactive command line? Bulk query seems to work for me, this may be an error in the bash script. On Fri, Nov 4, 2016 at 12:43 PM, David Park [email protected]
Thanks, |
So, I modified your script to work on an Account object. I have also recently refactored the bulk command to use named flags instead of positional args. If you are building from source, you can just grab the latest commit. I have not created a release on this yet as the refactoring WILL BREAK existing scripts.
|
Unfortunately, I don't have a humungous data set to try to retrieve from, so it could be massive amount of eval $status_queries that is violating some memory heap. |
Looks like a compiler bug. Maybe this: golang/go#16570 I see the bug is occurring on MacOS Sierra, but the errors are being reported in a linux runtime? |
I downloaded the source code for Force CLI and then recompiled using Go 1.7.3 and it is working without errors now. |
Assuming fixed by go update. (Also note that, as of v0.23.0, you use |
force version v0.22.60
MacOS Sierra
on bulk query I'm getting the following error.
failed MSpanList_Insert 0x905000 0x9b51f3c97b8 0x0 0x0
fatal error: MSpanList_Insert
The text was updated successfully, but these errors were encountered: