1. creolehtml freezing
- Posted by _tom (admin) Aug 31, 2009
- 896 views
creolehtml is freezing on my system
- Slax 6.1.1 (running in ram) on Athlon 64
- svn 2661
- downloaded bin2660, but it reports itself as r2593
eudoc works ok, but creolehtml freezes at
sh-3.1# eui creolehtml foo.txt Processing macros. Processing text (1047169 bytes).
the eui process goes to 97% and there is no progress
another small problem is
bash-3.1# eui creolehtml foo.txt creolehtml.ex:1 <0052>:: can't find 'creole.e' in any of ... /root/euphoria include creole.e ^ Press Enter
I copy eudoc and creolehtml to euphoria/bin, but this time creolehtml does not work like before.
tom
2. Re: creolehtml freezing
- Posted by ne1uno Aug 31, 2009
- 881 views
creolehtml is freezing on my system
- Slax 6.1.1 (running in ram) on Athlon 64
- svn 2661
- downloaded bin2660, but it reports itself as r2593
when you just run eui, it should show the installed path. any chance you are running an earlier version?
eudoc works ok,
I notice while eudpc is processing std/dns,e cpu and memory use goes up dramatically. I think because most of it is a large multiline comment.
but creolehtml freezes at
sh-3.1# eui creolehtml foo.txt Processing macros. Processing text (1047169 bytes).
the eui process goes to 97% and there is no progress
to see where it is stalling, try turning verbose on, -v=ON
creolehtml time can go up exponentially if there are too many unknown and unresolved. it must trip some worst case sort behaviour.
3. Re: creolehtml freezing
- Posted by DerekParnell (admin) Aug 31, 2009
- 879 views
creolehtml is freezing on my system
- Slax 6.1.1 (running in ram) on Athlon 64
- svn 2661
- downloaded bin2660, but it reports itself as r2593
eudoc works ok, but creolehtml freezes at
sh-3.1# eui creolehtml foo.txt Processing macros. Processing text (1047169 bytes).
the eui process goes to 97% and there is no progress
Yep, I can confirm we have a bug. I'll start work on it right now.
another small problem is
bash-3.1# eui creolehtml foo.txt creolehtml.ex:1 <0052>:: can't find 'creole.e' in any of ... /root/euphoria include creole.e ^ Press Enter
I copy eudoc and creolehtml to euphoria/bin, but this time creolehtml does not work like before.
It sounds like your EUINC is not set up to point to where you have your include files.
In which directory does creole.e reside?
For example, if creole.e is in /root/euphoria/docs/ you could run the command as ...
bash-3.1# eui -i /root/euphoria/docs creolehtml foo.txt
4. Re: creolehtml freezing
- Posted by _tom (admin) Aug 31, 2009
- 869 views
Thankyou, the fix is working.
I have uploaded a new PDF, svn2663, to RapidEuphoria.com . It should be processed within a few hours.
5. Re: creolehtml freezing
- Posted by jeremy (admin) Aug 31, 2009
- 849 views
Thankyou, the fix is working.
I have uploaded a new PDF, svn2663, to RapidEuphoria.com . It should be processed within a few hours.
Tom, 4.0b2 will be released shortly, maybe a PDF right after 4.0b2 is released would be nice? You could, if you want, check out the /tags/4.0b2 branch to ensure it matches the 4.0b2 release. (That tag does not yet exist).
Jeremy