From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <9e616fb26ccca7ac477eeb4e934dd091@vitanuova.com> To: 9fans@cse.psu.edu From: rog@vitanuova.com In-Reply-To: <2B944522-6164-11D8-A6FF-000A95B984D8@mightycheese.com> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Subject: [9fans] profiling Date: Tue, 17 Feb 2004 16:59:35 +0000 Topicbox-Message-UUID: e8bb839e-eacc-11e9-9e20-41e7f4b1d025 has anyone used the profiler (not tprof) recently? i get a suicide when trying to run the simplest programs, and was wondering whether it's a local problem or not. e.g. % cat tst.c #include #include void main(int argc, char **argv) { } % 8c -c tst.c % 8l -p tst.8 % 8.out 8.out 863: suicide: sys: trap: fault read addr=0x7ffff014 pc=0x000017c1 % db 863 386 binary page fault /sys/src/libc/port/profile.c:235 _profmain+1d/ REP MOVSL (SI),(DI) $C _profmain() /sys/src/libc/port/profile.c:229 called from _mainp+22 /sys/src/libc/386/main9p.s:13 _profmain.n/ 0x7d0 _profmain..safe/ 0x0 _profmain.f/ 0x0 _profmain.ename/ 0x0