[Bug 62454] evolution will eat up all RAM when editing a message containing this

Albert Vilella avilella at gmail.com
Tue Sep 26 13:47:39 UTC 2006


Public bug reported:

I was answering a message that contained this, and whilst editing it,
evolution started eating up all the RAM memory. I have the spellcheck
activated to English UK (probably the bug comes from the
spellchecker...):

Content of the email:

-----

export TREE=spec.tf4.ens41.nh
export BASENAME=`echo ${TREE%.nh}`
# blank internal nodes
perl -p -e 's/[\w\/]+\-(\d+)/$1/g' $TREE > delete1.txt
# blank completed genomes and move star
perl -p -e 's/\w+\*\-(\d+)/$1\*/g' delete1.txt > delete2.txt
# blank noyet genomes
perl -p -e 's/\w+\-\*(\d+)/\*$1/g' delete2.txt > delete3.txt
# blank common groupings
perl -p -e 's/\.\w+//g' delete3.txt > delete4.txt
# no spaces nor returns
perl -p -e 's/[\s\n]+//g' delete4.txt > $BASENAME.taxon_id.nh
rm delete?.txt

and some other blobs of regular text...

----

** Affects: evolution (Ubuntu)
     Importance: Undecided
         Status: Unconfirmed

-- 
evolution will eat up all RAM when editing a message containing this
https://launchpad.net/bugs/62454




More information about the desktop-bugs mailing list