This is the mail archive of the systemtap@sourceware.org mailing list for the systemtap project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

module insertion failed


Hi, all

I writes hello.stp file, shown below

probe begin
{
	print("hello\n")

	exit()
}

And I run this stp file ( # stap -v -k hello.stp)

But, stap generates the error that it complains "Invalid module format".

what is the problem?

Thanks advanced...



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]