This is the mail archive of the
systemtap@sourceware.org
mailing list for the systemtap project.
Re: runtime error
- From: fche at redhat dot com (Frank Ch. Eigler)
- To: Wenji Huang <wenji dot huang at oracle dot com>
- Cc: SystemTAP <systemtap at sources dot redhat dot com>
- Date: Tue, 15 Apr 2008 00:07:58 -0400
- Subject: Re: runtime error
- References: <48041C06.2000905@oracle.com>
Wenji Huang <wenji.huang@oracle.com> writes:
> Found that runtime error for latest source code, even the simplest
> stap script.
>
> [root@dhcp-beijing-cdc-10-182-120-233 wjhuang]# stap -vve 'probe begin
> {printf("hello world")}'
> SystemTap translator/driver (version 0.7/0.131 git branch master,
> commit 7eb702bf)
> [...]
The newly merged unwinder code is causing some difficulties, but I
haven't experienced anything more troublesome than pass-4 (module
building) errors so far - definitely not an oops.
- FChE