Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [linuxtools-dev] [lttng] no display after importing traces in lttng project


I'm trying with the lttng plug-in for eclipse. After I imported the trace-15315events_nolost_newformat from org.eclipse.linuxtools.lttng.tests/traceset and double clicked the imported trace, there was no display in the lttng perspective. Besides, I found that this trace can not be read by lttv. So I tried to import a trace which can be read by lttv, but still there was no display in the lttng perspective. In both cases, there were no error reported during importing. Does anyone know what's got wrong? Thanks!

A common problem is that lttv and associated libraries are installed by default in /usr/local while LD_LIBRARY_PATH does not include /usr/local/lib by default. Therefore, when Eclipse TMF wants to load the trace reading library provided with the lttv package, it does not find it. TMF should probably have a better message for that.


Back to the top