Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Web-REPL throws Exception #2282

Closed
arnehormann opened this issue Feb 12, 2013 · 3 comments
Closed

Web-REPL throws Exception #2282

arnehormann opened this issue Feb 12, 2013 · 3 comments
Milestone

Comments

@arnehormann
Copy link

The Julia Web REPL throws an Exception for a fresh binary install on Windows Vista 64.

I downloaded and installed the Windows binary julia-d8a5dc1753-WINNT-i686.zip, opened cmd in the bin directory and called prepare-julia-env.bat and launch-julia-webserver.bat. In Chrome, I used the name and session name bug.

After iniatialisation, I see this prompt in Chrome:

Julia Version 0.0.0
d8a5dc1-WINNT-i686 (2013-02-10 03:56:09)

bug>

I entered plot(cumsum(randn(500))) and Julia throws an Exception:

Julia Version 0.0.0
d8a5dc1-WINNT-i686 (2013-02-10 03:56:09)

exception on 1: ERROR: in __socket_callback: parse_input_line not defined
in __socket_callback at D:\libraries\lang\julia-d8a5dc1753\share\julia\extras\julia_web_base.jl:130
in anonymous at task.jl:176
bug> plot(cumsum(randn(500)))
@pao
Copy link
Member

pao commented Feb 12, 2013

Dup of #1299. Looks to be cross-platform, then.

@vtjnash
Copy link
Sponsor Member

vtjnash commented Feb 12, 2013

not a dup (well, a new issue from the previous one at least). I think parse_input_line was renamed in Base?

@staticfloat
Copy link
Sponsor Member

Confirmed fixed here, thanks Jeff!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants