sternj

Results 83 comments of sternj

Running on a Docker container in arch, I can't get this same issue on the current HEAD or on v1.5.4. I'm going to spin up a VM tomorrow to see...

Also unable to replicate on a VM, could you please give further details on your environment, especially your Python version and what version of Arch you are running on?

Is this happening every single run for you? Did you install Python using a venv, `pyenv`, or any tool other than the package manager? Unless there's something non-standard about how...

What is the `config` package here?

Can you please post the result of your `pip freeze`?

Ok so this is a really really weird issue-- what essentially is happening is that Dask is attempting to use the `spawn` multiprocessing context, which we disallow in Scalene because...

I'm working up a commit for the Dask project! Can you explain that fork bomb-esque thing that you saw @JPvRiel ? I know that with Pyenv in particular Scalene ends...

We've seen this problem on the CI pipeline too but haven't yet been able to reproduce it locally, @ogencoglu what CPU and OS are you on?

I also have seen this documented in very very few places, one of the only others is in an issue report [in the LIEF project](https://github.com/lief-project/LIEF/issues/447)

@GjjvdBurg was this made before [this entry](https://remarkablewiki.com/tech/filesystem#content_file_format) was made in the remarkable wiki?