read file error (brk)
Tomas Olsson
tol at stacken.kth.se
Tue Dec 20 10:57:10 CET 2005
inung <inung at agrakom.com> writes:
> read(8, "*<?xml* version=\"1.0\"*?>*\n*<content>*"..., 8192) = 8192
> brk(0) = 0x19cd5000
> brk(0x19cd7000) = 0x19cd7000
> brk(0) = 0x19cd7000
> brk(0x19cd8000) = 0x19cd8000
> brk(0) = 0x19cd8000
> brk(0x19cd9000) = 0x19cd9000
> brk(0) = 0x19cd9000
> brk(0x19cda000) = 0x19cda000
> ....
Either your app or the first 8k of xml you read is broken, brk() is memory
allocation. The read() itself looks successful. Verify the contents of your
xml file.
/t
More information about the Arla-drinkers
mailing list