* Problems with running xentrace
@ 2005-04-08 7:26 Karthik Jayaraman
2005-04-08 8:47 ` Bin Ren
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Jayaraman @ 2005-04-08 7:26 UTC (permalink / raw)
To: xen-devel
[-- Attachment #1.1: Type: text/plain, Size: 396 bytes --]
Hi,
I wanted to use the xentrace tool. So I did the build with "trace=y" option.
However when I used xentrace, I got the following error:
*"Failure* *to* *get* *trace* *buffer* *pointer* *from* *Xen"
*I also tried printing a message from setup.c, where "init_trace_bufs" was
called. But the message was not printed.
I would appreciate any help in this regard.
Thank you,
Karthik
[-- Attachment #1.2: Type: text/html, Size: 579 bytes --]
[-- Attachment #2: Type: text/plain, Size: 138 bytes --]
_______________________________________________
Xen-devel mailing list
Xen-devel@lists.xensource.com
http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems with running xentrace
2005-04-08 7:26 Problems with running xentrace Karthik Jayaraman
@ 2005-04-08 8:47 ` Bin Ren
2005-04-08 13:45 ` Karthik Jayaraman
0 siblings, 1 reply; 4+ messages in thread
From: Bin Ren @ 2005-04-08 8:47 UTC (permalink / raw)
To: Karthik Jayaraman; +Cc: xen-devel
Are you using xen-unstable or testing? As for xen-unstable, there were
big changes to xentrace a few days ago, both inside Xen and userspace
tools. I suspect you are running an unstable xen with *stale*
userspace 'xentrace'. Please make sure you have rebuilt 'tools' as
well.
Cheers,
Bin
On Apr 8, 2005 8:26 AM, Karthik Jayaraman <jayaraman.karthik@gmail.com> wrote:
> Hi,
> I wanted to use the xentrace tool. So I did the build with "trace=y"
> option. However when I used xentrace, I got the following error:
> "Failure to get trace buffer pointer from Xen"
>
> I also tried printing a message from setup.c, where "init_trace_bufs" was
> called. But the message was not printed.
>
> I would appreciate any help in this regard.
>
> Thank you,
> Karthik
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
>
>
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Problems with running xentrace
2005-04-08 8:47 ` Bin Ren
@ 2005-04-08 13:45 ` Karthik Jayaraman
2005-04-07 19:51 ` Mark Williamson
0 siblings, 1 reply; 4+ messages in thread
From: Karthik Jayaraman @ 2005-04-08 13:45 UTC (permalink / raw)
To: bin.ren; +Cc: xen-devel
On Fri, 8 Apr 2005 09:47:02 +0100, Bin Ren <bin.ren@gmail.com> wrote:
> I suspect you are running an unstable xen with *stale*
> userspace 'xentrace'.
I am using only the stable version of Xen(2.0.5), and I compiled in
the following way:
make trace=y install
Is there any other way this problem could have occured?
> On Apr 8, 2005 8:26 AM, Karthik Jayaraman <jayaraman.karthik@gmail.com>
> wrote:
> > Hi,
> > I wanted to use the xentrace tool. So I did the build with "trace=y"
> > option. However when I used xentrace, I got the following error:
> > "Failure to get trace buffer pointer from Xen"
> >
> > I also tried printing a message from setup.c, where "init_trace_bufs" was
> > called. But the message was not printed.
> >
> > I would appreciate any help in this regard.
> >
> > Thank you,
> > Karthik
> >
> > _______________________________________________
> > Xen-devel mailing list
> > Xen-devel@lists.xensource.com
> > http://lists.xensource.com/xen-devel
> >
> >
> >
>
Thanks,
Karthik
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Re: Problems with running xentrace
2005-04-08 13:45 ` Karthik Jayaraman
@ 2005-04-07 19:51 ` Mark Williamson
0 siblings, 0 replies; 4+ messages in thread
From: Mark Williamson @ 2005-04-07 19:51 UTC (permalink / raw)
To: xen-devel, Karthik Jayaraman; +Cc: bin.ren
Try doing a make clean before your make trace=y install. The makefile doesn't
allow make to identify what files need rebuilding when you add trace, debug,
etc. to the rebuild, so you really do need to rebuild from scratch.
Cheers,
Mark
On Friday 08 April 2005 14:45, Karthik Jayaraman wrote:
> On Fri, 8 Apr 2005 09:47:02 +0100, Bin Ren <bin.ren@gmail.com> wrote:
> > I suspect you are running an unstable xen with *stale*
> > userspace 'xentrace'.
>
> I am using only the stable version of Xen(2.0.5), and I compiled in
> the following way:
>
> make trace=y install
>
> Is there any other way this problem could have occured?
>
> > On Apr 8, 2005 8:26 AM, Karthik Jayaraman <jayaraman.karthik@gmail.com>
> >
> > wrote:
> > > Hi,
> > > I wanted to use the xentrace tool. So I did the build with "trace=y"
> > > option. However when I used xentrace, I got the following error:
> > > "Failure to get trace buffer pointer from Xen"
> > >
> > > I also tried printing a message from setup.c, where "init_trace_bufs"
> > > was called. But the message was not printed.
> > >
> > > I would appreciate any help in this regard.
> > >
> > > Thank you,
> > > Karthik
> > >
> > > _______________________________________________
> > > Xen-devel mailing list
> > > Xen-devel@lists.xensource.com
> > > http://lists.xensource.com/xen-devel
>
> Thanks,
> Karthik
>
> _______________________________________________
> Xen-devel mailing list
> Xen-devel@lists.xensource.com
> http://lists.xensource.com/xen-devel
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2005-04-08 13:45 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-04-08 7:26 Problems with running xentrace Karthik Jayaraman
2005-04-08 8:47 ` Bin Ren
2005-04-08 13:45 ` Karthik Jayaraman
2005-04-07 19:51 ` Mark Williamson
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.