please help

Frank Ch. Eigler fche@redhat.com
Tue Oct 14 20:43:00 GMT 2008


David Smith <dsmith@redhat.com> writes:

> [...]
> It appears that systemtap is complaining that you are trying to put
> probes in a ppc (32-bit) executable while running a ppc64 (64-bit)
> kernel.  Unfortunately, that is the normal case on a ppc64 box (if I
> remember correctly).
>[...]

> If I'm reading tapsets.cxx correctly, the same problem will happen when
> trying to probe an x86 program on a system with a x86_64 kernel.

Right, this is a bug.  If uprobes can handle it, we should support
bi-architecture userspace probing, and relax the above check to assert
arch matching for the kernel side only.

- FChE



More information about the Systemtap mailing list