Community
Participate
Working Groups
Steps to reproduce: 1. Create new project 2. Uncheck "Use default location" 3. Compile, try to profile 4. Eclipse shows "No profiling data is on the system" When looking at /root/.oprofile/daemonrc $ grep IMAGE_FILTER /root/.oprofile/daemonrc IMAGE_FILTER=/path/to/current/worspace/project_name/binary But since it's an external project this path does not exist. I remember that Eclipse's external project support is fairly limited. Not sure if this is the problem.
Should be fixed in the revision referenced by BZ # 296228 .
Created attachment 176246 [details] Regression-test for this bug. This bug seems to apply to the R0_5_0 tag. Later versions and branches/0.5.0 have been fixed. I wrote a test which fails when run on tags/R0_5_0 and succeeds on branches/0.5.0 which includes the fix.
(In reply to comment #2) > Created an attachment (id=176246) [details] > Regression-test for this bug. > > This bug seems to apply to the R0_5_0 tag. Later versions and branches/0.5.0 > have been fixed. I wrote a test which fails when run on tags/R0_5_0 and > succeeds on branches/0.5.0 which includes the fix. With this patch applied launch.tests should all pass in trunk :-)
Revision 25347 and 25348. Thanks for the patch :) Confirmed that test passes on trunk.
Fixed.