FW: cobertura.ser file size is greater than instrumented file.

View: New views
2 Messages — Rating Filter:   Alert me  

FW: cobertura.ser file size is greater than instrumented file.

by Madurai Muthu Eswaran :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

Hi john,

 

Strange problem the actual jar files size is 156MB instrumented jar files size is 210MB but covbertura.ser files is growing 350, 390Mb … till I get  the below error.

Even instrumented jar seems to be correct with all the classes of original jar.  

 

 

 

instrument:

    [mkdir] Created dir: /home/manojk/coverage/instrumented

    [mkdir] Created dir: /home/manojk/coverage/instrumented/lib

[cobertura-instrument] The jvmargs attribute is deprecated. Please use nested jvmarg elements.

[cobertura-instrument] Cobertura 1.9.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file

[cobertura-instrument] Instrumenting 1 file to /home/manojk/coverage/instrumented

[cobertura-instrument] #

[cobertura-instrument] # A fatal error has been detected by the Java Runtime Environment:

[cobertura-instrument] #

[cobertura-instrument] # java.lang.OutOfMemoryError: requested 167772160 bytes for GrET in /BUILD_AREA/jdk6_14/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?

[cobertura-instrument] #

[cobertura-instrument] #  Internal Error (allocation.inline.hpp:39), pid=332, tid=3032894352

[cobertura-instrument] #  Error: GrET in /BUILD_AREA/jdk6_14/hotspot/src/share/vm/utilities/growableArray.cpp

[cobertura-instrument] #

[cobertura-instrument] # JRE version: 6.0_14-b08

[cobertura-instrument] # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode, sharing linux-x86 )

[cobertura-instrument] # An error report file with more information is saved as:

[cobertura-instrument] # /home/manojk/coverage/hs_err_pid332.log

[cobertura-instrument] #

[cobertura-instrument] # If you would like to submit a bug report, please visit:

[cobertura-instrument] #   http://java.sun.com/webapps/bugreport/crash.jsp

[cobertura-instrument] #

 

 

Regards,

Eswar  

The information in this e-mail and any attachments is confidential and may be legally privileged. 
It is intended solely for the addressee or addressees. Any use or disclosure of the contents 
of this e-mail/attachments by a not intended recipient is unauthorized and may be unlawful. 
If you have received this e-mail in error please notify the sender. 
Please note that any views or opinions presented in this e-mail are solely those of the author and 
do not necessarily represent those of TEMENOS. 
We recommend that you check this e-mail and any attachments against viruses. 
TEMENOS accepts no liability for any damage caused by any malicious code or virus transmitted by this e-mail.


------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel

Re: cobertura.ser file size is greater than instrumented file.

by John W. Lewis :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Some parts of this message have been removed. Learn more about Nabble's security policy.

 

Try setting the maxmemory parameter:

 

<cobertura-instrument maxmemory=”500M”

 

 

From: Eswaran Muthu [mailto:eswaranmuthu@...]
Sent: Monday, October 12, 2009 10:01 AM
To: John W. Lewis
Cc: cobertura-devel@...
Subject: FW: cobertura.ser file size is greater than instrumented file.

 

Hi john,

 

Strange problem the actual jar files size is 156MB instrumented jar files size is 210MB but covbertura.ser files is growing 350, 390Mb … till I get  the below error.

Even instrumented jar seems to be correct with all the classes of original jar.  

 

 

 

instrument:

    [mkdir] Created dir: /home/manojk/coverage/instrumented

    [mkdir] Created dir: /home/manojk/coverage/instrumented/lib

[cobertura-instrument] The jvmargs attribute is deprecated. Please use nested jvmarg elements.

[cobertura-instrument] Cobertura 1.9.3 - GNU GPL License (NO WARRANTY) - See COPYRIGHT file

[cobertura-instrument] Instrumenting 1 file to /home/manojk/coverage/instrumented

[cobertura-instrument] #

[cobertura-instrument] # A fatal error has been detected by the Java Runtime Environment:

[cobertura-instrument] #

[cobertura-instrument] # java.lang.OutOfMemoryError: requested 167772160 bytes for GrET in /BUILD_AREA/jdk6_14/hotspot/src/share/vm/utilities/growableArray.cpp. Out of swap space?

[cobertura-instrument] #

[cobertura-instrument] #  Internal Error (allocation.inline.hpp:39), pid=332, tid=3032894352

[cobertura-instrument] #  Error: GrET in /BUILD_AREA/jdk6_14/hotspot/src/share/vm/utilities/growableArray.cpp

[cobertura-instrument] #

[cobertura-instrument] # JRE version: 6.0_14-b08

[cobertura-instrument] # Java VM: Java HotSpot(TM) Client VM (14.0-b16 mixed mode, sharing linux-x86 )

[cobertura-instrument] # An error report file with more information is saved as:

[cobertura-instrument] # /home/manojk/coverage/hs_err_pid332.log

[cobertura-instrument] #

[cobertura-instrument] # If you would like to submit a bug report, please visit:

[cobertura-instrument] #   http://java.sun.com/webapps/bugreport/crash.jsp

[cobertura-instrument] #

 

 

Regards,

Eswar  

The information in this e-mail and any attachments is confidential and may be legally privileged. 
It is intended solely for the addressee or addressees. Any use or disclosure of the contents 
of this e-mail/attachments by a not intended recipient is unauthorized and may be unlawful. 
If you have received this e-mail in error please notify the sender. 
Please note that any views or opinions presented in this e-mail are solely those of the author and 
do not necessarily represent those of TEMENOS. 
We recommend that you check this e-mail and any attachments against viruses. 
TEMENOS accepts no liability for any damage caused by any malicious code or virus transmitted by this e-mail.
 

------------------------------------------------------------------------------
Come build with us! The BlackBerry(R) Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay
ahead of the curve. Join us from November 9 - 12, 2009. Register now!
http://p.sf.net/sfu/devconference
_______________________________________________
Cobertura-devel mailing list
Cobertura-devel@...
https://lists.sourceforge.net/lists/listinfo/cobertura-devel