Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [tracecompass-dev] Issue with custom Tracer based on Trace compass

Hi Matthew,

 

Thanks, I will definitively check if it could provide feedback on any future other issues.

 

Best regards,

Alexis

 

From: tracecompass-dev-bounces@xxxxxxxxxxx [mailto:tracecompass-dev-bounces@xxxxxxxxxxx] On Behalf Of tracecompass developer discussions
Sent: April 1, 2020 11:37 AM
To: tracecompass developer discussions
Subject: Re: [tracecompass-dev] Issue with custom Tracer based on Trace compass

 

Hi Alexis,

 

Just wanted to suggest you look into even count analyses in the incubator, it may generate some interesting info too.

 

Take care!

 

Matthew Khouzam


From: tracecompass-dev-bounces@xxxxxxxxxxx <tracecompass-dev-bounces@xxxxxxxxxxx> on behalf of tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Sent: Wednesday, April 1, 2020 11:11 AM
To: tracecompass developer discussions <tracecompass-dev@xxxxxxxxxxx>
Subject: Re: [tracecompass-dev] Issue with custom Tracer based on Trace compass

 

Hi Genevieve,

 

Thanks a lot for the quick fix ! It works very well, we do not have the deadlock anymore. On our application side we just added popup to inform user that the trace he is trying to open is malformed.

 

We only use Histogram and statistics so that is ok.

 

Thanks again,

 

Alexis

 

From: tracecompass-dev-bounces@xxxxxxxxxxx [mailto:tracecompass-dev-bounces@xxxxxxxxxxx] On Behalf Of tracecompass developer discussions
Sent: April 1, 2020 8:48 AM
To: tracecompass-dev@xxxxxxxxxxx
Subject: Re: [tracecompass-dev] Issue with custom Tracer based on Trace compass

 

Hi Alexis,

I made a patch to remove the deadlock in the histogram [1]. But since the trace has a faulty timestamp, I cannot guarantee the application behaves entirely correctly. I don't have any analyses other than statistics and histogram, which work fine now. So if you spot anything else that seems problematic with such a trace, let us know!

[1] https://git.eclipse.org/r/#/c/160275/

Best regards,

Geneviève

 

 

On 4/1/20 8:33 AM, tracecompass developer discussions wrote:

Hi Genevieve,

 

I updated our application to the last version of Trace Compass (5.3), and the issue is still there, but from now on I would be able to test patches.

 

Thank you,

 

Alexis

 

From: tracecompass-dev-bounces@xxxxxxxxxxx [mailto:tracecompass-dev-bounces@xxxxxxxxxxx] On Behalf Of tracecompass developer discussions
Sent: March 31, 2020 10:41 AM
To: tracecompass-dev@xxxxxxxxxxx
Subject: Re: [tracecompass-dev] Issue with custom Tracer based on Trace compass

 

Hi Alexis,

So babeltrace detects it as a malformed trace? What is the exact output of babeltrace? Maybe it's simply something that we did not implement in Trace Compass yet.

Would you be allowed to share the trace with us?

On 3/31/20 10:00 AM, tracecompass developer discussions wrote:

To avoid analyzing events that are malformed, I would like to verify in the trace if there is any inconsistencies. But I’m struggling to find how to do that outside of trace compass source code, before any analysis are performed to avoid ending in a deadlock.

Do you know what I could use to do that ?

For now, you can first read the trace with babeltrace to make sure it is ok. But Trace Compass should be able to figure out. I'll try to fix the dealock you mention at least, thanks for providing the stack trace, I'll see what can easily be done. Can you test patches (ie running from Trace Compass sources) or do use one of the Trace Compass RCP? If so, which version of Trace Compass are you using? In any case, have you tried the latest version (5.3) to make sure the bug is still present?

Best regards,

Geneviève

 

_______________________________________________
tracecompass-dev mailing list
tracecompass-dev@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/tracecompass-dev

Back to the top