Project

General

Profile

Actions

Bug #2295

closed

Make stack has frequent memory leaks which cause fatal errors

Added by Melody Campbell over 11 years ago. Updated over 11 years ago.

Status:
Closed
Priority:
Normal
Category:
Python scripting
Target version:
Start date:
03/15/2013
Due date:
% Done:

0%

Estimated time:
Affected Version:
Appion/Leginon 2.1.0
Show in known bugs:
No
Workaround:

Description

About 50% of the stacks I have been creating lately have a memory leak fatal error and crash before they have finished. This never happened before but has happened about 4 times in the past week. I save the job file, delete the contents of the directory and resubmit the exact same job file, and this will go to completion. Below is the error. Thanks!

Traceback (most recent call last):
File "/opt/myamisnap/bin/makestack2.py", line 1182, in <module>
makeStack.run()
File "/opt/myamisnap/lib/appionlib/appionLoop2.py", line 62, in run
if not self._startLoop(imgdata):
File "/opt/myamisnap/lib/appionlib/appionLoop2.py", line 550, in _startLoop
self._checkMemLeak()
File "/opt/myamisnap/lib/appionlib/appionLoop2.py", line 661, in _checkMemLeak
apDisplay.printError("Memory leak of "+str(round(memleak,2))+"MB")
File "/opt/myamisnap/lib/appionlib/apDisplay.py", line 57, in printError
raise Exception, colorString("\n * FATAL ERROR *\n"+text+"\n\a","red")
Exception:
  • FATAL ERROR ***
    Memory leak of 528.53MB

Fri Mar 15 14:46:41 2013: run start1
Fri Mar 15 14:46:51 2013: thread done
Fri Mar 15 14:46:41 2013: run start1
Fri Mar 15 14:46:51 2013: thread done
[melody@guppy stack-n-224box]$


Files

MemLeakLog.txt (21.1 KB) MemLeakLog.txt /var/log/message file contents Amber Herold, 03/25/2013 04:24 PM

Related issues 1 (0 open1 closed)

Related to Appion - Bug #2331: IMAGIC MSA ClosedGabriel Lander04/18/2013

Actions
Actions

Also available in: Atom PDF