cpp-lln-lab / CPP_BIDS

a set of matlab / octave function to create BIDS comptible folder structure and filenames
https://cpp-bids.readthedocs.io/en/dev/index.html
MIT License
1 stars 9 forks source link

[BUG] Out of memory error on windows when running the "next" run of the BiMotion experiment #237

Open marcobarilari opened 1 year ago

marcobarilari commented 1 year ago

Is there an existing issue for this?

Expected Behavior

To run the next run without having to close and reopen matlab

Current Behavior

Matlab complains and I need to close and reopen it

Error message

Matlab throws this error (apologies for the picture but it is cross computers) IMG_9452

Environment

- OS: windows 10 pro
- Matlab: 2015b

Branch

- branch: (HEAD detached at 627ceef)
- version: v2.1.2dev (from txt file)

Anything else?

No response

Remi-Gau commented 1 year ago

I remember running into this.

The problem was that it was not a systematic error (I think): it only happened like 90% of the time.

This seems to be coming from a bids-matlab function that I now test on windows.

I suspect you don't have a way to tell me more about what file was being parsed?

Remi-Gau commented 1 year ago

I think that restarting matlab had worked in the past but I agree this is "suboptimal"

marcobarilari commented 1 year ago

Yes it is that one. Now the problem is systematic so for each run I need to close and open Matlab again.

I will try to query which file is problematic next week.

marcobarilari commented 1 year ago

Yes it is that one. Now the problem is systematic so for each run I need to close and open Matlab again.

I will try to query which file is problematic next week.