* [ltt-dev] lttv: Segmentation fault while reading a trace
@ 2009-03-23 14:07 VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
` (2 more replies)
0 siblings, 3 replies; 4+ messages in thread
From: VISHAL KANAUJIA @ 2009-03-23 14:07 UTC (permalink / raw)
Hi,
I created trace with $ lttctl -C -w /tmp/trace1 trace1 and I did get
acknowledgement that trace has been started. After stopping the
trace I tried to read it. But I'm struck with following issue:
[root at abc tmp]# lttv -m textDump -t /tmp/trace1
** (process:23164): CRITICAL **: cannot open trace /tmp/trace1
/usr/local/bin/lttv: line 15: 23164 Segmentation fault $0.real $*
[root at abc tmp]# ll !$
ll /tmp/trace1
total 520
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_0
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_1
Am I missing something here?
Thanks,
Vishal
PS: I have installed LTTng with following configuration:
o $uname -a
2.6.29-rc3 #1 SMP Wed Mar 18 19:40:04 IST 2009 i686 i686 i386 GNU/Linux
o LTTng path: patch-2.6.29-rc3-lttng-0.92
o Linux Trace Toolkit Trace Control 0.65-11022009
o Linux Trace Toolkit Visualizer 0.11.6-13112008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090323/da1b502d/attachment-0001.htm>
^ permalink raw reply [flat|nested] 4+ messages in thread* [ltt-dev] lttv: Segmentation fault while reading a trace
2009-03-23 14:07 [ltt-dev] lttv: Segmentation fault while reading a trace VISHAL KANAUJIA
@ 2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 15:03 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: VISHAL KANAUJIA @ 2009-03-23 14:07 UTC (permalink / raw)
Hi,
I created trace with $ lttctl -C -w /tmp/trace1 trace1 and I did get
acknowledgement that trace has been started. After stopping the
trace I tried to read it. But I'm struck with following issue:
[root at abc tmp]# lttv -m textDump -t /tmp/trace1
** (process:23164): CRITICAL **: cannot open trace /tmp/trace1
/usr/local/bin/lttv: line 15: 23164 Segmentation fault $0.real $*
[root at abc tmp]# ll !$
ll /tmp/trace1
total 520
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_0
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_1
Am I missing something here?
Thanks,
Vishal
PS: I have installed LTTng with following configuration:
o $uname -a
2.6.29-rc3 #1 SMP Wed Mar 18 19:40:04 IST 2009 i686 i686 i386 GNU/Linux
o LTTng path: patch-2.6.29-rc3-lttng-0.92
o Linux Trace Toolkit Trace Control 0.65-11022009
o Linux Trace Toolkit Visualizer 0.11.6-13112008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/ltt-dev/attachments/20090323/da1b502d/attachment.htm>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ltt-dev] lttv: Segmentation fault while reading a trace
2009-03-23 14:07 [ltt-dev] lttv: Segmentation fault while reading a trace VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
@ 2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 15:03 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: VISHAL KANAUJIA @ 2009-03-23 14:07 UTC (permalink / raw)
Hi,
I created trace with $ lttctl -C -w /tmp/trace1 trace1 and I did get
acknowledgement that trace has been started. After stopping the
trace I tried to read it. But I'm struck with following issue:
[root at abc tmp]# lttv -m textDump -t /tmp/trace1
** (process:23164): CRITICAL **: cannot open trace /tmp/trace1
/usr/local/bin/lttv: line 15: 23164 Segmentation fault $0.real $*
[root at abc tmp]# ll !$
ll /tmp/trace1
total 520
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_0
-rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_1
Am I missing something here?
Thanks,
Vishal
PS: I have installed LTTng with following configuration:
o $uname -a
2.6.29-rc3 #1 SMP Wed Mar 18 19:40:04 IST 2009 i686 i686 i386 GNU/Linux
o LTTng path: patch-2.6.29-rc3-lttng-0.92
o Linux Trace Toolkit Trace Control 0.65-11022009
o Linux Trace Toolkit Visualizer 0.11.6-13112008
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.casi.polymtl.ca/pipermail/lttng-dev/attachments/20090323/da1b502d/attachment-0002.htm>
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ltt-dev] lttv: Segmentation fault while reading a trace
2009-03-23 14:07 [ltt-dev] lttv: Segmentation fault while reading a trace VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
@ 2009-03-23 15:03 ` Mathieu Desnoyers
2 siblings, 0 replies; 4+ messages in thread
From: Mathieu Desnoyers @ 2009-03-23 15:03 UTC (permalink / raw)
* VISHAL KANAUJIA (vishalkanaujia at gmail.com) wrote:
> Hi,
> I created trace with $ lttctl -C -w /tmp/trace1 trace1 and I did get
> acknowledgement that trace has been started. After stopping the
> trace I tried to read it. But I'm struck with following issue:
>
> [root at abc tmp]# lttv -m textDump -t /tmp/trace1
>
> ** (process:23164): CRITICAL **: cannot open trace /tmp/trace1
> /usr/local/bin/lttv: line 15: 23164 Segmentation fault $0.real $*
> [root at abc tmp]# ll !$
> ll /tmp/trace1
> total 520
> -rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_0
> -rwxr-xr-x 1 root root 262144 2009-03-23 16:05 metadata_1
>
You probably forgot to run
ltt-armall
before starting the trace.
Mathieu
> Am I missing something here?
>
> Thanks,
> Vishal
>
> PS: I have installed LTTng with following configuration:
>
> o $uname -a
> 2.6.29-rc3 #1 SMP Wed Mar 18 19:40:04 IST 2009 i686 i686 i386 GNU/Linux
> o LTTng path: patch-2.6.29-rc3-lttng-0.92
> o Linux Trace Toolkit Trace Control 0.65-11022009
> o Linux Trace Toolkit Visualizer 0.11.6-13112008
> _______________________________________________
> ltt-dev mailing list
> ltt-dev at lists.casi.polymtl.ca
> http://lists.casi.polymtl.ca/cgi-bin/mailman/listinfo/ltt-dev
--
Mathieu Desnoyers
OpenPGP key fingerprint: 8CD5 52C3 8E3C 4140 715F BA06 3F25 A8FE 3BAE 9A68
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2009-03-23 15:03 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-03-23 14:07 [ltt-dev] lttv: Segmentation fault while reading a trace VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 14:07 ` VISHAL KANAUJIA
2009-03-23 15:03 ` Mathieu Desnoyers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox