fetch reading one char at a time
Julian Elischer
julian at freebsd.org
Tue Dec 27 22:28:06 UTC 2011
I noted the following behaviour from "fetch" today.. I am actually hunting
another problem so I'm just posting it here in case anyone recognises it
and knows where to fix it...
"d"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
" "
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"s"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"u"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"c"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"c"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"e"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"s"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"s"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"f"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"u"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"l"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"."
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
"\r"
48885 fetch RET read 1
48885 fetch CALL gettimeofday(0x7fffffffcda0,0)
48885 fetch RET gettimeofday 0
48885 fetch CALL read(0x3,0x7fffffffce0f,0x1)
48885 fetch GIO fd 3 read 1 byte
More information about the freebsd-current
mailing list