[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Newsgroup Home]
[news.eclipse.technology.linuxtools] Re: OProfile on openSUSE 11.1

Axel Mueller wrote:
Thanks for the suggestion :) Although I'm hesitant because only the default session can be saved to another name (limitation of opcontrol).
Then I would suggest to use the view menu (where the menu item to view the log resides). That was the first place for me to look (as an longstanding Eclipse user).

I will change this for 0.2, thanks :)

Is 'OK' always greyed out even after you input a name? There should be an error message if so..
I get an NullPointer exception in the log for *every* character I type in.
java.lang.NullPointerException
at org.eclipse.linuxtools.oprofile.core.daemon.OpInfo.getDefault(OpInfo.java:137)
<snip>

So it seems this (and the oprofiled log reader error) stem from the defaults section of `opxml info` not being read/set properly. As to why, I'm puzzled.. Are all the paths in the defaults section correct?

What version of Gentoo/kernel/Eclipse/oprofile etc are you running? Perhaps I'll try to reproduce it in a VM.

Could you perhaps check out the plugin from svn HEAD and run the tests?

svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.core
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.core.tests
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.core.linux.x86
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.core.linux.x86_64
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.launch
svn co http://dev.eclipse.org/svnroot/technology/org.eclipse.linuxtools/oprofile/trunk/org.eclipse.linuxtools.oprofile.ui


(you will probably have to rebuild opxml again, I've opened a bug to have opxml built with an appropriate version of glibc for 0.2)

Thanks,

Kent