Re: CGI and euc
- Posted by jimcbrown (admin) Jan 14, 2013
- 2434 views
What version of Euphoria and which C compiler (and the C compiler version) did you use to build?
Euphoria to C Translator v4.0.5
Windows, Using Managed Memory
Revision Date: 2012-10-11, Id: 362497032f33
Open Watcom C/C++ Version 1.9
Hmm. There are memory leaks, but afaik no known issues that'd cause high cpu usage like that.
There are three known memory leaks in that version of Euphoria:
http://openeuphoria.org/ticket/801.wc Translated program with insert() in a for-loop expansively consumes memory
http://openeuphoria.org/ticket/799.wc gets() memory leak
http://openeuphoria.org/ticket/830.wc replace() memory leak
(Worse, the replace() memory leak has not been solved yet, even in the bleeding edge trunk.)
And that's assuming you haven't found a new one. (Which you probably have.)
Can you release some example code that demonstrates the problem?