Re: 4.1 Beta Binary Release
- Posted by _tom (admin) Jan 20, 2014
- 3901 views
Doing some more typing and getting these results:
foo1.ex <new file> Esc for commands function copyFile( sequence inFile, sequence outFile) atom in = open(inFile, "r" ) atom out = open( outFile, "w" ) integer count = 0 while 1 do object line = gets(in) if1atedx: malloc.c:3790: _int_malloc: Assertion `(unsigned long)(size) >= (unsigned long)(nb)' failed. Aborted if # m while return end function
and again
foo.ex <new file> Esc for commands function copyFile( sequence inFile, sequnce outFile) atom in = open( inFile, "r" ) atom out = open( outFile, "w" ) integer count = 0 while 1 do object line = gets(in) *** glibc detected *** edx: free(): invalid next size (fast): 0x080f5b70 *** *** glibc detected *** edx: malloc(): smallbin double linked list corrupted: 0x080f5ba8 *** end while return end function
The error messages are popping up over the text I was editing using the compiled ed.ex
_tom