lttng-dev.lists.lttng.org archive mirror
 help / color / mirror / Atom feed
From: "Kim, Seongab via lttng-dev" <lttng-dev@lists.lttng.org>
To: Philippe Proulx <eeppeliteloop@gmail.com>
Cc: "lttng-dev@lists.lttng.org" <lttng-dev@lists.lttng.org>
Subject: Re: [EXTERNAL] Re: babeltrace cannot open the trace but Trace Compass can open
Date: Thu, 23 Jul 2020 09:08:47 +0000	[thread overview]
Message-ID: <7cb6526a78a9468e969a0fe36f42c6d7@HIMDWSMB06.ad.harman.com> (raw)
In-Reply-To: <CAB4xu_2-vTRj-yu__CCDY-FwTYCVD5dS4TB6bAERnROotek1rA@mail.gmail.com>

Hello Phil,

> -----Original Message-----
> From: Philippe Proulx <eeppeliteloop@gmail.com>
> Sent: Wednesday, July 22, 2020 5:06 PM
> To: Kim, Seongab <Seongab.Kim@harman.com>
> Cc: lttng-dev@lists.lttng.org
> Subject: [EXTERNAL] Re: [lttng-dev] babeltrace cannot open the trace but
> Trace Compass can open
> 
> Thank you for the bug report.
> 
> Can I kindly ask you to create an official issue for this?
> 
> Go to
> <https://clicktime.symantec.com/38qgEsYhBTfCNnYpLPoAn647Vc?u=https%
> 3A%2F%2Fbugs.lttng.org%2Fprojects%2Fbabeltrace%2Fissues%2Fnew>.
> 
> I'd also like you to attach the offending CTF trace so that I can analyze it if it
> doesn't contain sensitive data and is somewhat small.

I created an account in Redmine, but I'm still waiting for the account activation mail. I tried to click the resend mail link two times without success.
Also the trace is big (1.4 GB) and it contains sensitive data.

> If it's not possible, do:
> 
>     $ babeltrace2 -o ctf-metadata /mnt/ssd/work/skim/traces/kernel | grep -
> A10 '^clock {'
> 
> and copy the output to the Redmine issue's description.

Here is the result.

skim@d54030999178:~/ssd_work/traces$ babeltrace2 -o ctf-metadata ./kernel | grep -A10 '^clock {'
clock {
        name = "monotonic";
        uuid = "e00bcef2-1ef1-4f02-a241-8561834511fd";
        description = "Monotonic Clock";
        freq = 1000000000; /* Frequency, in Hz */
        /* clock value offset from Epoch is: offset * (1/freq) */
        offset = -48;
};

typealias integer {
        size = 27; align = 1; signed = false;

> 
> BR,
> 
> Phil

Best regards,
Seongab

WARNING: multiple messages have this Message-ID (diff)
From: "Kim, Seongab via lttng-dev" <lttng-dev@lists.lttng.org>
To: Philippe Proulx <eeppeliteloop@gmail.com>
Cc: "lttng-dev@lists.lttng.org" <lttng-dev@lists.lttng.org>
Subject: Re: [lttng-dev] [EXTERNAL] Re: babeltrace cannot open the trace but Trace Compass can open
Date: Thu, 23 Jul 2020 09:08:47 +0000	[thread overview]
Message-ID: <7cb6526a78a9468e969a0fe36f42c6d7@HIMDWSMB06.ad.harman.com> (raw)
Message-ID: <20200723090847.DdkeRspz9wysfu6Yx7Bzlu_BpZuIk7sGegvwuMjCw_0@z> (raw)
In-Reply-To: <CAB4xu_2-vTRj-yu__CCDY-FwTYCVD5dS4TB6bAERnROotek1rA@mail.gmail.com>

Hello Phil,

> -----Original Message-----
> From: Philippe Proulx <eeppeliteloop@gmail.com>
> Sent: Wednesday, July 22, 2020 5:06 PM
> To: Kim, Seongab <Seongab.Kim@harman.com>
> Cc: lttng-dev@lists.lttng.org
> Subject: [EXTERNAL] Re: [lttng-dev] babeltrace cannot open the trace but
> Trace Compass can open
> 
> Thank you for the bug report.
> 
> Can I kindly ask you to create an official issue for this?
> 
> Go to
> <https://clicktime.symantec.com/38qgEsYhBTfCNnYpLPoAn647Vc?u=https%
> 3A%2F%2Fbugs.lttng.org%2Fprojects%2Fbabeltrace%2Fissues%2Fnew>.
> 
> I'd also like you to attach the offending CTF trace so that I can analyze it if it
> doesn't contain sensitive data and is somewhat small.

I created an account in Redmine, but I'm still waiting for the account activation mail. I tried to click the resend mail link two times without success.
Also the trace is big (1.4 GB) and it contains sensitive data.

> If it's not possible, do:
> 
>     $ babeltrace2 -o ctf-metadata /mnt/ssd/work/skim/traces/kernel | grep -
> A10 '^clock {'
> 
> and copy the output to the Redmine issue's description.

Here is the result.

skim@d54030999178:~/ssd_work/traces$ babeltrace2 -o ctf-metadata ./kernel | grep -A10 '^clock {'
clock {
        name = "monotonic";
        uuid = "e00bcef2-1ef1-4f02-a241-8561834511fd";
        description = "Monotonic Clock";
        freq = 1000000000; /* Frequency, in Hz */
        /* clock value offset from Epoch is: offset * (1/freq) */
        offset = -48;
};

typealias integer {
        size = 27; align = 1; signed = false;

> 
> BR,
> 
> Phil

Best regards,
Seongab
_______________________________________________
lttng-dev mailing list
lttng-dev@lists.lttng.org
https://lists.lttng.org/cgi-bin/mailman/listinfo/lttng-dev

  parent reply	other threads:[~2020-07-23  9:09 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-22  7:58 babeltrace cannot open the trace but Trace Compass can open Kim, Seongab via lttng-dev
2020-07-22  7:58 ` [lttng-dev] " Kim, Seongab via lttng-dev
2020-07-22 15:06 ` Philippe Proulx via lttng-dev
2020-07-22 15:06   ` [lttng-dev] " Philippe Proulx via lttng-dev
2020-07-23  9:08   ` Kim, Seongab via lttng-dev [this message]
2020-07-23  9:08     ` [lttng-dev] [EXTERNAL] " Kim, Seongab via lttng-dev
2020-07-23 14:00     ` Philippe Proulx via lttng-dev
2020-07-23 14:00       ` [lttng-dev] " Philippe Proulx via lttng-dev
2020-07-23 14:03       ` Jonathan Rajotte-Julien via lttng-dev
2020-07-23 14:03         ` [lttng-dev] " Jonathan Rajotte-Julien via lttng-dev
2020-07-23 14:10       ` Kim, Seongab via lttng-dev
2020-07-23 14:10         ` [lttng-dev] " Kim, Seongab via lttng-dev

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=7cb6526a78a9468e969a0fe36f42c6d7@HIMDWSMB06.ad.harman.com \
    --to=lttng-dev@lists.lttng.org \
    --cc=Seongab.Kim@harman.com \
    --cc=eeppeliteloop@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).