Mirror of the lttng-dev mailing list
 help / color / mirror / Atom feed
* [ltt-dev] lttctl stop command hangs on ARM926 processor
@ 2011-06-23 14:17 Francis Leblanc
  2011-06-23 14:17 ` Francis Leblanc
                   ` (3 more replies)
  0 siblings, 4 replies; 6+ messages in thread
From: Francis Leblanc @ 2011-06-23 14:17 UTC (permalink / raw)


Hi everyone,

I am trying to get LTTng kernel tracer work on an ARM target.
I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
but when I stop it with lttctl -D trace1, it hangs.
(see console.log and .config attachments)

Setup information :
kernel 2.6.30
LTTng 0.159 (patch-2.6.30-lttng-0.159)
ltt-control-0.75-15112009

Thanks in advance !

Francis Leblanc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0002.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.mg3500.lttng
Type: application/octet-stream
Size: 43993 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0004.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: console.log
Type: application/octet-stream
Size: 20725 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0005.obj>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ltt-dev] lttctl stop command hangs on ARM926 processor
  2011-06-23 14:17 [ltt-dev] lttctl stop command hangs on ARM926 processor Francis Leblanc
  2011-06-23 14:17 ` Francis Leblanc
@ 2011-06-23 14:17 ` Francis Leblanc
  2011-06-23 14:58 ` Mathieu Desnoyers
       [not found] ` <BLU0-SMTP52D8615453BBAFC92B63E696530@phx.gbl>
  3 siblings, 0 replies; 6+ messages in thread
From: Francis Leblanc @ 2011-06-23 14:17 UTC (permalink / raw)


Hi everyone,

I am trying to get LTTng kernel tracer work on an ARM target.
I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
but when I stop it with lttctl -D trace1, it hangs.
(see console.log and .config attachments)

Setup information :
kernel 2.6.30
LTTng 0.159 (patch-2.6.30-lttng-0.159)
ltt-control-0.75-15112009

Thanks in advance !

Francis Leblanc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0003.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.mg3500.lttng
Type: application/octet-stream
Size: 43993 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0006.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: console.log
Type: application/octet-stream
Size: 20725 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20110623/cb16e783/attachment-0007.obj>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ltt-dev] lttctl stop command hangs on ARM926 processor
  2011-06-23 14:17 [ltt-dev] lttctl stop command hangs on ARM926 processor Francis Leblanc
@ 2011-06-23 14:17 ` Francis Leblanc
  2011-06-23 14:17 ` Francis Leblanc
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 6+ messages in thread
From: Francis Leblanc @ 2011-06-23 14:17 UTC (permalink / raw)


Hi everyone,

I am trying to get LTTng kernel tracer work on an ARM target.
I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
but when I stop it with lttctl -D trace1, it hangs.
(see console.log and .config attachments)

Setup information :
kernel 2.6.30
LTTng 0.159 (patch-2.6.30-lttng-0.159)
ltt-control-0.75-15112009

Thanks in advance !

Francis Leblanc
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20110623/cb16e783/attachment-0001.htm>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: config.mg3500.lttng
Type: application/octet-stream
Size: 43993 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20110623/cb16e783/attachment-0002.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: console.log
Type: application/octet-stream
Size: 20725 bytes
Desc: not available
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20110623/cb16e783/attachment-0003.obj>


^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ltt-dev] lttctl stop command hangs on ARM926 processor
  2011-06-23 14:17 [ltt-dev] lttctl stop command hangs on ARM926 processor Francis Leblanc
  2011-06-23 14:17 ` Francis Leblanc
  2011-06-23 14:17 ` Francis Leblanc
@ 2011-06-23 14:58 ` Mathieu Desnoyers
       [not found] ` <BLU0-SMTP52D8615453BBAFC92B63E696530@phx.gbl>
  3 siblings, 0 replies; 6+ messages in thread
From: Mathieu Desnoyers @ 2011-06-23 14:58 UTC (permalink / raw)


* Francis Leblanc (fleblanclists at gmail.com) wrote:
> Hi everyone,
> 
> I am trying to get LTTng kernel tracer work on an ARM target.
> I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
> but when I stop it with lttctl -D trace1, it hangs.
> (see console.log and .config attachments)
> 
> Setup information :
> kernel 2.6.30
> LTTng 0.159 (patch-2.6.30-lttng-0.159)
> ltt-control-0.75-15112009

If you look at the compatibility list:

http://git.lttng.org/?p=lttv.git;a=blob_plain;f=doc/developer/lttng-lttv-compatibility.html;hb=HEAD

a few fixes came into LTTng around versions 0.166 and 0.170 to deal with
trace teardown problems. I would therefore recommend you first try
upgrading your lttng version.

Thanks for the detailed report,

Mathieu

> 
> Thanks in advance !
> 
> Francis Leblanc



> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev


-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com



^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ltt-dev] lttctl stop command hangs on ARM926 processor
       [not found] ` <BLU0-SMTP52D8615453BBAFC92B63E696530@phx.gbl>
@ 2011-06-23 15:09   ` Francis Leblanc
  2011-06-23 15:34     ` Mathieu Desnoyers
  0 siblings, 1 reply; 6+ messages in thread
From: Francis Leblanc @ 2011-06-23 15:09 UTC (permalink / raw)


Ok, do I absolutely need to update the kernel in order to apply the
patchset 0.170 ?
lttng 0.170 seems to correspond to kernel 2.6.31.6 ...

We are using a SDK from a 3rd party and upgrading the kernel would
require more tests on our end.

Francis

On Thu, Jun 23, 2011 at 10:58 AM, Mathieu Desnoyers
<compudj at krystal.dyndns.org> wrote:
> * Francis Leblanc (fleblanclists at gmail.com) wrote:
>> Hi everyone,
>>
>> I am trying to get LTTng kernel tracer work on an ARM target.
>> I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
>> but when I stop it with lttctl -D trace1, it hangs.
>> (see console.log and .config attachments)
>>
>> Setup information :
>> kernel 2.6.30
>> LTTng 0.159 (patch-2.6.30-lttng-0.159)
>> ltt-control-0.75-15112009
>
> If you look at the compatibility list:
>
> http://git.lttng.org/?p=lttv.git;a=blob_plain;f=doc/developer/lttng-lttv-compatibility.html;hb=HEAD
>
> a few fixes came into LTTng around versions 0.166 and 0.170 to deal with
> trace teardown problems. I would therefore recommend you first try
> upgrading your lttng version.
>
> Thanks for the detailed report,
>
> Mathieu
>
>>
>> Thanks in advance !
>>
>> Francis Leblanc
>
>
>
>> _______________________________________________
>> ltt-dev mailing list
>> ltt-dev at lists.casi.polymtl.ca
>> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
>
>
> --
> Mathieu Desnoyers
> Operating System Efficiency R&D Consultant
> EfficiOS Inc.
> http://www.efficios.com
>




^ permalink raw reply	[flat|nested] 6+ messages in thread

* [ltt-dev] lttctl stop command hangs on ARM926 processor
  2011-06-23 15:09   ` Francis Leblanc
@ 2011-06-23 15:34     ` Mathieu Desnoyers
  0 siblings, 0 replies; 6+ messages in thread
From: Mathieu Desnoyers @ 2011-06-23 15:34 UTC (permalink / raw)


There is always the option to backport the lttng patches from 2.6.31.6
to 2.6.30.

The compatibility list is more a guide than a strict list of
"incompatibility", so you might be lucky and get a non-compabile lttng
to apply mostly fine on an older kernel. Your mileage may vary.

Mathieu

* Francis Leblanc (fleblanclists at gmail.com) wrote:
> Ok, do I absolutely need to update the kernel in order to apply the
> patchset 0.170 ?
> lttng 0.170 seems to correspond to kernel 2.6.31.6 ...
> 
> We are using a SDK from a 3rd party and upgrading the kernel would
> require more tests on our end.
> 
> Francis
> 
> On Thu, Jun 23, 2011 at 10:58 AM, Mathieu Desnoyers
> <compudj at krystal.dyndns.org> wrote:
> > * Francis Leblanc (fleblanclists at gmail.com) wrote:
> >> Hi everyone,
> >>
> >> I am trying to get LTTng kernel tracer work on an ARM target.
> >> I can start the kernel tracing with lttctl -C -w /tmp/trace1 trace1,
> >> but when I stop it with lttctl -D trace1, it hangs.
> >> (see console.log and .config attachments)
> >>
> >> Setup information :
> >> kernel 2.6.30
> >> LTTng 0.159 (patch-2.6.30-lttng-0.159)
> >> ltt-control-0.75-15112009
> >
> > If you look at the compatibility list:
> >
> > http://git.lttng.org/?p=lttv.git;a=blob_plain;f=doc/developer/lttng-lttv-compatibility.html;hb=HEAD
> >
> > a few fixes came into LTTng around versions 0.166 and 0.170 to deal with
> > trace teardown problems. I would therefore recommend you first try
> > upgrading your lttng version.
> >
> > Thanks for the detailed report,
> >
> > Mathieu
> >
> >>
> >> Thanks in advance !
> >>
> >> Francis Leblanc
> >
> >
> >
> >> _______________________________________________
> >> ltt-dev mailing list
> >> ltt-dev at lists.casi.polymtl.ca
> >> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
> >
> >
> > --
> > Mathieu Desnoyers
> > Operating System Efficiency R&D Consultant
> > EfficiOS Inc.
> > http://www.efficios.com
> >
> 

-- 
Mathieu Desnoyers
Operating System Efficiency R&D Consultant
EfficiOS Inc.
http://www.efficios.com




^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2011-06-23 15:34 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2011-06-23 14:17 [ltt-dev] lttctl stop command hangs on ARM926 processor Francis Leblanc
2011-06-23 14:17 ` Francis Leblanc
2011-06-23 14:17 ` Francis Leblanc
2011-06-23 14:58 ` Mathieu Desnoyers
     [not found] ` <BLU0-SMTP52D8615453BBAFC92B63E696530@phx.gbl>
2011-06-23 15:09   ` Francis Leblanc
2011-06-23 15:34     ` Mathieu Desnoyers

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox