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
Dear Alex I am using your memory graph code under Mac Matlab and I am experiencing some problems. Warning: we waited, but no memorygraph data found in memorygraph_9878fdd5.tmp, or file has been erased!
/bin/bash: line 0: kill: (58741) - No such process
no data found! the self-test has failed. Did some alien intervention erase the tempfile?
memorygraph
Do you know exactly where the issue is arising from?
thanks in advance
The text was updated successfully, but these errors were encountered:
Dear Carlos,
I haven't tried this on a mac (note the doc says linux/unix only). It uses various unix commands (top, jobs, kill, etc). It probably has something to do with the "top" command format being different on BSD. Eg, the ordering of "top" columns has to match (col 11 is the time, etc), like this:
PID USER PR NI VIRT RES SHR S %CPU %MEM TIME+ COMMAND
31046 alex 20 0 42092 3912 3116 R 12.5 0.0 0:00.02 top
883 avahi 20 0 51640 10140 3172 S 6.2 0.0 433:21.70 avahi-dae+
...
Running "top -b" removes the header, but column order should match.
Another thing you can do: look at the file memorygraph_9878fdd5.tmp that it made. It should look like "top -b" output just for one PID.
I will try to find a mac with matlab on it and run it. Or if you're interested, please try to figure it out.
Best, Alex
Dear Alex I am using your memory graph code under Mac Matlab and I am experiencing some problems. Warning: we waited, but no memorygraph data found in memorygraph_9878fdd5.tmp, or file has been erased!
/bin/bash: line 0: kill: (58741) - No such process
no data found! the self-test has failed. Did some alien intervention erase the tempfile?
Do you know exactly where the issue is arising from?
thanks in advance
The text was updated successfully, but these errors were encountered: