From mboxrd@z Thu Jan 1 00:00:00 1970 Message-ID: <6904152cee8a9d6a7926dd85723f7372@quanstro.net> From: erik quanstrom Date: Thu, 20 Dec 2007 16:00:27 -0500 To: 9fans@cse.psu.edu Subject: Re: [9fans] stepping in acid In-Reply-To: <09cf28590aa887e630ceb4dcc8217716@csplan9.rit.edu> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit Topicbox-Message-UUID: 1ed225ea-ead3-11e9-9d60-3106f5b1d025 sorry for the noise. silly me. i cut and paste EOT. minooka; cat > sleep.c #include #include void main(void) { int i; for(i = 0; i < 100; i++) sleep(2000); exits(""); } minooka; 8c sleep.c minooka; 8l sleep.8 minooka; 8.out & minooka; acid $apid /proc/111181/text:386 plan 9 executable /sys/lib/acid/port /sys/lib/acid/386 acid: lstk() sleep()+0x7 /sys/src/libc/9syscall/sleep.s:5 main()+0x1b /usr/quanstro/sleep.c:10 i=0x5 _main+0x31 /sys/src/libc/386/main9.s:16 acid: pc :3: (error) pc used but not set acid: PC 0x00000038 acid: src(*PC) no source for /sys/src/libc/9syscall/sleep.s - erik