Hello!
I’m using orthanc in a docker container routing studios from a station to a pacs, using lua with the following code “Delete(SendToModality(instanceId, destination))” because i have to delete the study once sent. The server works fine, studios are received and routed, but sometimes an error occurs, resulting in a core dump and the container stops, so i have to restart it again. it happens several times every day, especially when the studies received begin to accumulate. The logs show this info:
realloc(): invalid next size
the host file /var/lib/messages shows:
kernel: [60660190.605123] traps: Orthanc[4087] general protection fault ip:7f2e243a1611 sp:7f2de4fd0640 error:0 in libc-2.28.so[7f2e243a1000+147000]
What could be the problem?
Thanks!