This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 193669 - Simple C/C++ indicators throwing exception
Summary: Simple C/C++ indicators throwing exception
Status: RESOLVED DUPLICATE of bug 184966
Alias: None
Product: cnd
Classification: Unclassified
Component: Profile (show other bugs)
Version: 6.x
Hardware: PC Linux
: P1 normal (vote)
Assignee: Maria Tishkova
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-12-21 02:40 UTC by jcrada
Modified: 2010-12-21 23:02 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description jcrada 2010-12-21 02:40:25 UTC
Hi,

I have a problem running my C++ application using the Simple C/C++ indicators profiling when running my application. 

My application uses many QThreads (from Qt Library), and when I am running my application with the indicators, after some seconds running, the Netbeans output window shows: 

RUN FAILED (exit value 1, total time: 34s)

At first I thought it was my code, of course, so I checked it and rechecked it. Then I decided to run it from console to be able to create a Core Dump (I do not know why netbeans does not create such dump core file), but it turns out that in Console there is no problem.

After I disabled the Simple Indicators, Netbeans was able to run the application successfully.
Comment 1 Maria Tishkova 2010-12-21 09:22:01 UTC
Which platform do you have? Ubuntu x64?
Comment 2 jcrada 2010-12-21 09:32:53 UTC
I am using Ubuntu 10.10 32bit.
I will try with MacOSX in the following days to see if it happens there as well.
Comment 3 Andrew Krasny 2010-12-21 11:06:40 UTC
This is a problem in our pre-loaded libraries... It is reproducible on Ubuntu.
In current builds 'problematic' performance data collector is disabled on Ubuntu. So, could you, please, try the latest version and confirm that at least program execution is not affected any more (there will be no some profiling data though... )

*** This bug has been marked as a duplicate of bug 184966 ***
Comment 4 jcrada 2010-12-21 12:16:52 UTC
The latest version of Ubuntu? The latest version of NetBeans? 
I am using the latest version of both. Did you mean the NetBeans 7.0 Beta?
Comment 5 soldatov 2010-12-21 17:35:36 UTC
NetBeans 7.0 too old also. You needs 20101127 build or more new.
Comment 6 jcrada 2010-12-21 23:02:33 UTC
(In reply to comment #5)
> NetBeans 7.0 too old also. You needs 20101127 build or more new.

Yes, I tried it in build 201012150001 and works perfect :). Thanks!