Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: AW: [cdt-dev] Memory problems

I would encourage you to file bugs like this in Bugzilla with a specific
test case attached.

===========================

Chris Recoskie
Team Lead, IBM CDT Team
IBM Toronto
http://www.eclipse.org/cdt



                                                                       
             "Ehrich Enrico"                                           
             <EEhrich@webasto.                                         
             de>                                                        To
             Sent by:                  "CDT General developers list."  
             cdt-dev-bounces@e         <cdt-dev@xxxxxxxxxxx>           
             clipse.org                                                 cc
                                                                       
                                                                   Subject
             23/06/2006 07:56          AW: [cdt-dev] Memory problems   
             AM                                                        
                                                                       
                                                                       
             Please respond to                                         
               "CDT General                                            
             developers list."                                         
             <cdt-dev@eclipse.                                         
                   org>                                                
                                                                       
                                                                       




I got a similar problem with 3.1 RC3.

I have an C file with an huge array inside like

const char x[] = {
             0xff, 0x00, ...
};

I generated it from a bin file (bin2c). The C-source is around 3MB.
The fast-indexer needs 40min to scan it and around 230MB of memory.

Enrico


CONFIDENTIALITY This e-mail and any attachments are confidential and may
also be privileged. If you are not the named recipient, please notify the
sender immediately and do not disclose the contents to another person, use
it for any purpose, or store or copy the information in any medium.

-----Ursprüngliche Nachricht-----
Von: cdt-dev-bounces@xxxxxxxxxxx [mailto:cdt-dev-bounces@xxxxxxxxxxx] Im
Auftrag von James Hawkins
Gesendet: Freitag, 23. Juni 2006 13:50
An: CDT General developers list.
Cc: cdt-dev-bounces@xxxxxxxxxxx
Betreff: Re: [cdt-dev] Memory problems

On 6/23/06, Chris Recoskie <recoskie@xxxxxxxxxx> wrote:
> Is this with a pre-release CDT 3.1, or an older version?
>

This happens with CDT 3.0.2.  I can upgrade to the pre-release and see if
the situation is better.

--
James Hawkins
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev
_______________________________________________
cdt-dev mailing list
cdt-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/cdt-dev




Back to the top