Stef
changed
bug 13104
Comment # 6
on bug 13104
from Stef
Created attachment 15053 [details]
output from truss tshark -v 2>&1 | tee /tmp/truss.txt
truss tshark -v 2>&1 | tee /tmp/truss.txt
This is where tshark "stalled" for quite a while (after line 833):
...
read(5,0x7fffffffe420,8) = 0 (0x0)
close(5) = 0 (0x0)
----------------------------------------------
----- ...STALLING HERE FOR A WHILE,then: -----
----------------------------------------------
select(8,{ 7 },0x0,0x0,0x0) = 1 (0x1)
read(7,0x7fffffffd450,4096) = 0 (0x0)
close(7) = 0 (0x0)
wait4(2537,{ EXITED,val=0 },0x0,0x0) = 2537 (0x9e9)
getdirentries(0x4,0x80e369000,0x1000,0x80b049288) = 0 (0x0)
...
You are receiving this mail because:
- You are watching all bug changes.