Posting this not for help, but for visibility for ...
# general
s
Posting this not for help, but for visibility for anybody who runs into this in the future and searches for this: I recently ran into this after a `./pants package`:
Copy code
14:52:58.47 [ERROR] 1 Exception encountered:

  ValueError: Error writing file /home/wimax/src/grapl/dist/analyzer-executor.pex: Os { code: 14, kind: Uncategorized, message: "Bad address" }
14 is an EFAULT, so, bad pointer Nuking ~/.cache/pants fixed the problem 🤷‍♂️
w
yikes. sorry that you ran into that.
for visibility, a github issue would be preferable… Slack isn’t googleable, and it would be good to be able to track the issue along with any other issues we encounter with LMDB
b
Especially since we're on Slack's free tier, so subject to the 10,000 messages limit. Messages only last a couple months here.
By the way, if you see a suitable place to incorporate the info into the docs, please do feel free to use the Suggest Changes button there.