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
mq_open was tentatively introduced in #1870 for IDL_IDLBridge (see #1857) . The new version (#1879) will be better. probably the one you use does not close properly the message queues, or the system-wide limit in /proc/sys/fs/mqueue/queues_max is too small. At the moment, if GDL hangs, the eventual opened message queues are not rproperly closed.
Message queues are files in in /dev/mqueue/ and this directory can be emptied manually if necessary.
(same for stale POSIX shared memory files in /dev/shm)
The new version should create the server message queue only if IDL_IDLBridge is used.
Anybody had this error message before?
'''
bash$ gdl
Server: mq_open (server): Too many open files
bash$
'''
The text was updated successfully, but these errors were encountered: