This has been troubling me for awhile. We have some file system tests  
for our file system. When the tests are ran on one of the test  
machines (MacBook Pro with OS X 10.5.6), it works just fine. However,  
when we run the test on two other MacBooks, also running OS X 10.5.6,  
it fails because the seek operation is interrupted. Does anyone have  
insights on when the INTERRUPT op would get triggered?

Thanks in advance.

Working output, ran on MacBook Pro with OS X 10.5.6
---------------------------------------------------------------------------------
unique: 3, opcode: SETATTR (4), nodeid: 9, insize: 168
    unique: 3, error: 0 (Unknown error: 0), outsize: 128
unique: 0, opcode: GETATTR (3), nodeid: 9, insize: 40
    unique: 0, error: 0 (Unknown error: 0), outsize: 128
unique: 2, opcode: OPEN (14), nodeid: 9, insize: 48
unique: 1, opcode: GETATTR (3), nodeid: 8, insize: 40
    unique: 1, error: 0 (Unknown error: 0), outsize: 128
    unique: 2, error: 0 (Unknown error: 0), outsize: 32
OPEN[457272496] flags: 0x0 /test_word_with_slow_writes/~WRD00001.tmp
unique: 3, opcode: READ (15), nodeid: 9, insize: 64
READ[457272496] 4096 bytes from 0



Failed while seeking into the file. On MacBook with OS X 10.5.6
---------------------------------------------------------------------------------
unique: 3, opcode: SETATTR (4), nodeid: 9, insize: 168
   unique: 3, error: 0 (Unknown error: 0), outsize: 128
unique: 0, opcode: GETATTR (3), nodeid: 9, insize: 40
   unique: 0, error: 0 (Unknown error: 0), outsize: 128
unique: 10, opcode: OPEN (14), nodeid: 9, insize: 48
unique: 4, opcode: INTERRUPT (36), nodeid: 0, insize: 48
INTERRUPT: 10
unique: 7, opcode: RELEASE (18), nodeid: 9, insize: 64
RELEASE[463549152] flags: 0x0
   unique: 10, error: 0 (Unknown error: 0), outsize: 32
OPEN[463597392] flags: 0x0 /test_word_with_slow_writes/~WRD00001.tmp
   unique: 7, error: 0 (Unknown error: 0), outsize: 16


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"MacFUSE" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/macfuse?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to