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
speaking about creating (a large number of) nonexisting files: when calling cocoex.Observer and there exist already 999 output folders with the given result_folder name, the Python kernel crashes . Strangely enough, it happens while the folder name trailing with '-999' does not exist while '-998' does exist (hence 999 folders exist). I still suspect the string memory allocation in C as the offender in that it cannot handle more than three digits?
On macos with the current development branch.
The text was updated successfully, but these errors were encountered:
speaking about creating (a large number of) nonexisting files: when calling
cocoex.Observer
and there exist already 999 output folders with the givenresult_folder
name, the Python kernel crashes . Strangely enough, it happens while the folder name trailing with'-999'
does not exist while'-998'
does exist (hence 999 folders exist). I still suspect the string memory allocation in C as the offender in that it cannot handle more than three digits?On macos with the current development branch.
The text was updated successfully, but these errors were encountered: