Bugzilla – Bug 1416
GT3.2 alpha crash in globusrun
Last modified: 2003-12-19 14:30:35
You need to log in before you can comment on or make changes to this bug.
submit031 test case crashes globusrun on dg0n20. joe
The problem appears to be XIO GSI driver passing an nbytes value larger than the buffer size passed to a write call (I pass in 1024, and 1049 is passed to my callback). GASS Server EZ is relying on the nbytes value to decide how large the buffer is for subsequent reads from the filesystem, and is thus corrupting memory. joe
Fix has been committed to cvs