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]

eh_frame table too big


I'm trying to run a systemtap script on Firefox, but I get the
following warning when I invoke systemtap like:

stap firefox.stap -d /lib64/libpthread-2.15.so \
	-d /usr/lib64/firefox/libmozsqlite3.so \
	-d /usr/lib64/firefox/libxul.so -d /usr/lib64/firefox/firefox \
	-x `pidof firefox` 

WARNING: skipping module /usr/lib64/firefox/libxul.so eh_frame table (too big: 6812836 > 6291456

-

Also after this probe compiled and loaded, I got a kpanic, 
which I was unable to capture, but I will try to reproduce.

How can I bump this limit?

Regards,

Dave Cameron


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