Bugs item #840658, was opened at 2003-11-12 13:05 Message generated for change (Comment added) made by michaelthoward You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=840658&group_id=23629
Category: Scripting Group: v8 >Status: Closed >Resolution: Fixed Priority: 5 Submitted By: Egon Willighagen (egonw) Assigned to: Michael T Howard (michaelthoward) Summary: --script does not work Initial Comment: The --script command line option does not work in b6 and fails with this error: Executing script: samples/testscript.txt uncaught exception: java.lang.StackOverflowError java.lang.StackOverflowError The troublesome line is: jmol.control.evalFile(scriptFilename); ---------------------------------------------------------------------- >Comment By: Michael T Howard (michaelthoward) Date: 2003-11-12 14:19 Message: Logged In: YES user_id=608250 infinite recursion in jmol.script.Eval.java ... fixed ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=379133&aid=840658&group_id=23629 ------------------------------------------------------- This SF.Net email sponsored by: ApacheCon 2003, 16-19 November in Las Vegas. Learn firsthand the latest developments in Apache, PHP, Perl, XML, Java, MySQL, WebDAV, and more! http://www.apachecon.com/ _______________________________________________ Jmol-developers mailing list [EMAIL PROTECTED] https://lists.sourceforge.net/lists/listinfo/jmol-developers
