Comment 1 for bug 239338

Revision history for this message
Ville M. Vainio (villemvainio) wrote :

Your %run:ed script probably left too many file descriptors open.

If your ipython process id is 8428 (find out by ps -ef), try doing:

ls -l /proc/8428/fd

To see what files are left open. Report here for result.

I'll add a feature that silently ignores this error for shadowhist_idx, though - even if it's probably pure coincidence that you get this error for this particular file.