Hello!
I’ve been experiencing a bug when I have a large amount of data loaded onto my GPU. Specifically,
- The host I’m working on is a Dell tower (with a NVIDIA GPU device) running Ubuntu 24.04.
- The marimo notebook I’m running pulls data from a mongo host (on the order of gigabytes) and then loads this data onto device via
CuPy
- the notebook operates as expected (manipulating the data, transferring some back to host to generate plots, etc.)
- HOWEVER, when I attempt to shut the notebook down via the red circle with an x, while the browser tab is quit out of, the marimo process continues to run from the command line, and even when I ctrl+C, the process still doesn’t quit. I have to
kill -9 <pid>
in order to actually stop the process. (The photos I attached are after I hit red x from the notebook editor, and then after I try to ctrl+C a few times.)
As a note, notebooks in this
sensorenv
environment where I'm working with solely the CPU or even fewer bytes on device memory terminate as expected.
Any thoughts on what I could be doing wrong or if this is a bug?
(Oh, and sorry for any potential misuse of dialect!)