[Pvfs2-developers] Bug fix for small_io.sm

Avery Ching aching at ece.northwestern.edu
Tue May 23 01:55:12 EDT 2006


I kept getting segmentation faults with the read case in the small I/O
state machine.  I think there's a problem with the parameter passed in
to job_trove_bstream_read_list() around line 194 of small-io.sm.

instead of:
            &result.bytes,

I think it should be:
            &s_op->u.small_io.result_bytes,


Avery



More information about the Pvfs2-developers mailing list