Mingli Yu wrote in #note-6: > Thanks for your pointer to https://bugs.lttng.org/issues/1423! Have checked the history of https://bugs.lttng.org/issues/1423 and the plugin under .libs actually have deployed in my system as below. > ... ...Simon Marchi
Ok, you are on Yocto. It might be related to this issue, where Yocto is using a testsuite setup that isn't supported: https://bugs.lttng.org/issues/1423Simon Marchi
It looks like the Python plugin provider is failing to provide Python plugins. One would have to step into the code to really know why. Can you provide details about the platform, configure flags, etc, so there is a chance we can rep...Simon Marchi
Marin Jurjević wrote in #note-5: > Simon Marchi wrote in #note-3: > ... Thanks, I confirm that it looks like the same bug, the backtraces look similar.Simon Marchi
A bit more details: I think the trace was valid until I added the @uint8_t timestamp;@ line in the event header. With that line added (and without adjusting the data stream), the data stream is too short, it ends in the middle of an eve...Simon Marchi