Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[linuxtools-dev] Systemtap 2.0 RC3 - An internal error occurred during: "Fetch Systemtap Probe Documentation".

Hi all,

I tried latest linuxtools code (head at commit 9540593a1e08e34fb35e9feea85cda78a16d810c) and got following error when making a systemtap launch configuration. I don't have stap installed in my system.

Let me know if someone else is able to reproduce it and if it is worth to open a bug.

-----------
!ENTRY org.eclipse.core.jobs 4 2 2013-06-09 22:01:17.538
!MESSAGE An internal error occurred during: "Fetch Systemtap Probe Documentation".
!STACK 0
java.lang.Error: Unresolved compilation problem:
    The method getStrippedTextPage() is undefined for the type ManPage

at org.eclipse.linuxtools.internal.systemtap.ui.ide.structures.TapsetLibrary.getDocumentation(TapsetLibrary.java:77) at org.eclipse.linuxtools.internal.systemtap.ui.ide.structures.TapsetLibrary.getAndCacheDocumentation(TapsetLibrary.java:121) at org.eclipse.linuxtools.internal.systemtap.ui.ide.structures.TapsetLibrary$2.run(TapsetLibrary.java:307)
    at org.eclipse.core.internal.jobs.Worker.run(Worker.java:53)
-------------

- Wainer



Back to the top