Hi! I come across the foll. problem when using PureCov 2002 on unix: Here i am giving the commands in order. 1. purecov <purecov flags> CC -g <filename>.cc <includes> It will give the executable (a.out) i used purecov flags : -cache-dir=. -always-use-cache-dir -best-effort 2. ./a.out run the a.out It will generate the a.out.pcv 3. purecov -view a.out.pcv ( Please note, I do not give the exact file name or contents;) This should open the window but instead I get the foll err ...
$ purecov -view unittest.pure.pcv PureCoverage: Couldn't summarize information: The .pcv file is corrupted. Please send a copy of the file to Rational Software along with a description of how the file was created/modified, and we will try to solve the problem which caused this to happen. Contact us in the US at: [EMAIL PROTECTED] (408) 863 4000 In Europe: [EMAIL PROTECTED] +31 (0)20 4546 200 In Japan: [EMAIL PROTECTED] +61 (2) 9419 0111 The same .pcv file if created with purecov ( ver 5.1 ) works fine. Is it an install problem or is it a bug? Best Regards, Shivakumar -----Original Message----- From: Arthur Vernon [mailto:[EMAIL PROTECTED]] Sent: Monday, December 03, 2001 6:03 PM To: [EMAIL PROTECTED] Subject: (ROSE) Rose Java J2EE 2002 Given the number of bugs relating to J2EE in the 2001A release, I recently upgraded to 2002. Whilst pleased that some of the earlier bugs have been fixed, I find that a number of problems still exist such as the occasional loss of code when generating and other transient problems with the J2EE feature set. With respect to these problems I have raised a number of issues - so many that it has raised the question as to why other people may not have also been reporting a number of issues with the latest release. I would be interested in a (limited number of) responses to guage other user's experience with the latest release. Specifically 1. Have you found that the latest release is relatively free from J2EE related bugs (What might I have done wrong?) 2. Have you found it as frustrating as I have that things still don't always do what you expect. Cheers, Arthur. ************************************************************************ * Rose Forum is a public venue for ideas and discussions. * For technical support, visit http://www.rational.com/support * * Admin.Subscription Requests: [EMAIL PROTECTED] * Archive of messages: http://www.rational.com/support/usergroups/rose/rose_forum.jsp * Other Requests: [EMAIL PROTECTED] * * To unsubscribe from the list, please send email * * To: [EMAIL PROTECTED] * Subject:<BLANK> * Body: unsubscribe rose_forum * *************************************************************************
