You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If you load up too many shared libraries in jupyter then most of the address space gets used and the memory manager starts giving you pieces of memory that are too far apart for the relocation, causing this error. The only real fix we can think of is migrating LLDB to use orcjit, which Saleem thinks is O(months) of work.
PythonKit + TensorFlow is "too much" for the purposes of this problem, so notebooks using both are going to be flaky.
The text was updated successfully, but these errors were encountered:
This used to be https://bugs.swift.org/browse/TF-747, but I'm moving the issue here and adding more details.
It's flaky and hard to reproduce, but here are the kinds of things you need to try:
If you trigger it, the kernel will crash and this will print out on the terminal:
Our guess at the reason and how to fix:
If you load up too many shared libraries in jupyter then most of the address space gets used and the memory manager starts giving you pieces of memory that are too far apart for the relocation, causing this error. The only real fix we can think of is migrating LLDB to use orcjit, which Saleem thinks is O(months) of work.
PythonKit + TensorFlow is "too much" for the purposes of this problem, so notebooks using both are going to be flaky.
The text was updated successfully, but these errors were encountered: