On Thursday 02 January 2003 10:22 am, Richard Crawford wrote: > ... > pwrite(14, "\0\0\0\0\0\0\0\0\0\0\0\0a\25\6\0\7\0\0\0\0\20\0\0\0\10"..., > 4096, 0) = 4096 > pwrite(14, "\0\0\0\0\0\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\0\0\0\20\0\2\0"..., > 4096, 8192) = 4096 > brk(0x8204000) = 0x8204000 > pwrite(14, "\0\0\0\0\0\0\0\0\0\0\0\0a\25\6\0\7\0\0\0\0\20\0\0\0\10"..., > 4096, 0) = 4096 > pwrite(14, "\0\0\0\0\1\0\0\0\2\0\0\0\0\0\0\0\0\0\0\0\2\0\346\17\0\2"..., > 4096, 8192) = 4096
This kinda looks like it's writing to a file, getting more memory, and then repeating the same writes as before. Any chance you're running low on memory? -- Rod http://www.sunsetsystems.com/ _______________________________________________ vox-tech mailing list [EMAIL PROTECTED] http://lists.lugod.org/mailman/listinfo/vox-tech
