Open GoogleCodeExporter opened 9 years ago
I make it again, and it passes the check and now I have strace+.
I find I need to use "make" twice for a new make.
Original comment by subb...@gmail.com
on 13 Aug 2012 at 3:48
Same problem here. The first make failed on '_Ux86_getcontext'. The second make
succeeded.
Original comment by wuyongzh...@gmail.com
on 6 Mar 2013 at 2:12
I had the same problem too. And when I ran hello world trace, the result looks
like this:
[ ] fstat64(1, {st_mode=S_IFCHR|0620, st_rdev=makedev(136, 3), ...}) = 0
[ ] mmap2(NULL, 4096, PROT_READ|PROT_WRITE, MAP_PRIVATE|MAP_ANONYMOUS, -1, 0) =
0xb76dc000
[ ] write(1, "Hello world\n", 12) = 12
[ ] write(1, "foo\n", 4) = 4
[ ] write(1, "bar\n", 4) = 4
[ ] write(1, "bar again\n", 10) = 10
If I use --tree
=== stat64 ===
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
16 <???> (/lib/i386-linux-gnu/ld-2.15.so)
[16] <???> (/lib/i386-linux-gnu/ld-2.15.so)
=== write ===
(nothing here..)
Original comment by yanyanzh...@gmail.com
on 21 Apr 2013 at 2:01
Original issue reported on code.google.com by
subb...@gmail.com
on 13 Aug 2012 at 3:26