NetBSD-Bugs archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

re: kern/54322: strange kdump output



> While ktracing a threaded application I noticed strange output in kdump:
> 
>   6851      1 gxemul   CALL  read(4,0x7d05e3f9e000,0x1000)
>   6851      1 gxemul   GIO   fd 4 read 4088 bytes
> [... data content stripped ...]
>   6851      1 gxemul   GIO   fd 4 read 8 bytes
>        "%\M^@\M^@\0\^D\0@\^P"
>   6851      1 gxemul   RET   read 4096/0x1000
> 
> I expected a request of 0x1000 to just trigger the transfer of upto
> 4096/0x1000 bytes. Why is GIO accounting for additional stuff?

what is fd4?  is it perhaps a block device or a file system
with 4KB blocks?


.mrg.


Home | Main Index | Thread Index | Old Index