evolution will eat up all RAM when editing a message containing this

Bug #62454 reported by Albert Vilella
4
Affects Status Importance Assigned to Milestone
evolution (Ubuntu)
Invalid
Undecided
Simon Law

Bug Description

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...

----

Revision history for this message
Simon Law (sfllaw) wrote :

Hello Albert,

Which version of Evolution is this? Are you running Dapper or Edgy?

Thanks.

Changed in evolution:
assignee: nobody → sfllaw
status: Unconfirmed → Needs Info
Revision history for this message
Albert Vilella (avilella) wrote : Re: [Bug 62454] Re: evolution will eat up all RAM when editing a message containing this

dapper
avilella@magneto:~/ensembl/njtree_tests$ dpkg -l evolution
Desired=Unknown/Install/Remove/Purge/Hold
| Status=Not/Installed/Config-files/Unpacked/Failed-config/Half-installed
|/ Err?=(none)/Hold/Reinst-required/X=both-problems (Status,Err: uppercase=bad)
||/ Name Version
 Description
+++-=================================-=================================-==================================================================================
ii evolution 2.6.1-0ubuntu7
 The groupware suite

On 9/26/06, Simon Law <email address hidden> wrote:
> Hello Albert,
>
> Which version of Evolution is this? Are you running Dapper or Edgy?
>
> Thanks.
>
> ** Changed in: evolution (Ubuntu)
> Assignee: (unassigned) => Simon Law
> Status: Unconfirmed => Needs Info
>
> --
> evolution will eat up all RAM when editing a message containing this
> https://launchpad.net/bugs/62454
>

Revision history for this message
Simon Law (sfllaw) wrote :

I'm unable to reproduce this in Dapper.

Could you follow the instructions in https://wiki.ubuntu.com/Valgrind while reproducing the problem? This may take a long time and may generate a very large log file. But that's the only thing I can think of to isolate the memory consumption.

Revision history for this message
Albert Vilella (avilella) wrote :

I can't reproduce it again either. Weird. I guess this bug can be
closed. I will send a valgrind log if it surfaces again.

On 10/4/06, Simon Law <email address hidden> wrote:
> I'm unable to reproduce this in Dapper.
>
> Could you follow the instructions in https://wiki.ubuntu.com/Valgrind
> while reproducing the problem? This may take a long time and may
> generate a very large log file. But that's the only thing I can think
> of to isolate the memory consumption.
>
> --
> evolution will eat up all RAM when editing a message containing this
> https://launchpad.net/bugs/62454
>

Revision history for this message
Sebastien Bacher (seb128) wrote :

closing for now then. Feel free to reopen with the valgrind log if you get the issue again

Changed in evolution:
status: Needs Info → Rejected
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.