On 9/20/2012 10:02 AM, Estanislao Gonzalez wrote:
I might have answered too fast...
#0 0xb653b8ec in epoll_wait () from /lib/libc.so.6
#1 0xb5b5ec97 in ?? () from /usr/lib/libevent-1.4.so.2
#2 0xb5b51c5a in event_base_loop () from /usr/lib/libevent-1.4.so.2
#3 0xb7330e80 in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#4 0xb7702ea2 in moz_free () from /usr/lib/xulrunner-10.0/libmozalloc.so
#5 0xb771a580 in ?? () from /lib/ld-linux.so.2
#6 0xb7323c3b in ?? () from /usr/lib/xulrunner-10.0/libxul.so
#7 0xb653b0be in clone () from /lib/libc.so.6
How can I check how many calls come from which library to see who's the
relevant culprit?
(a step by step shows (now) one from each...)
You should expect plugin-container to call epoll_wait, but not at
60k/sec rates ;-) I would focus on only the getrlimit calls, and use
something like strace+ (1) to classify them by stack.
--BDS
1. http://code.google.com/p/strace-plus/
_______________________________________________
dev-platform mailing list
dev-platform@lists.mozilla.org
https://lists.mozilla.org/listinfo/dev-platform