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

Julia 0.2pre-WINNT has trouble running on Windows XP #3313

Closed
feraudyh opened this issue Jun 6, 2013 · 4 comments
Closed

Julia 0.2pre-WINNT has trouble running on Windows XP #3313

feraudyh opened this issue Jun 6, 2013 · 4 comments
Labels
system:windows Affects only Windows

Comments

@feraudyh
Copy link

feraudyh commented Jun 6, 2013

I tried running test-julia.bat and got the following message
fatal: error thrown and no exception handler available.
The other batch files like jula.bat just did not work either.

Under windows 7 (64 bit) most of the tests passed.

@vtjnash
Copy link
Member

vtjnash commented Jun 13, 2013

I have not been able to reproduce this issue. Can you provide more information on you setup? A new binary was uploaded earlier today, can you see if it works?

@feraudyh
Copy link
Author

Hi,
  Funny thing the same executable runs on one XP machine and not the other.
In the second case here are the messages

E:\Downloads\Languages\Julia\julia-dbac83fb44>julia
fatal: error thrown and no exception handler available.

E:\Downloads\Languages\Julia\julia-dbac83fb44>test-julia
fatal: error thrown and no exception handler available.
Appuyez sur une touche pour continuer...

as for test-julia it doesnt run on the first machine, complaining that c:\documents is not a command
(looks like it does not like the space between c\documents and what follows)

I'm very enthusiastic to keep this testing going.
I wont have time to report on windows 7 behaviour till next week.
Henri


From: Jameson Nash [email protected]
To: JuliaLang/julia [email protected]
Cc: Henri de Feraudy [email protected]
Sent: Thursday, June 13, 2013 8:04 AM
Subject: Re: [julia] Julia 0.2pre-WINNT has trouble running on Windows XP (#3313)

I have not been able to reproduce this issue. Can you provide more information on you setup? A new binary was uploaded earlier today, can you see if it works?

Reply to this email directly or view it on GitHub.

@goszlanyi
Copy link

I have tested the latest 0.2pre binary with 32-bit Vista and 64-bit Win7.
In both cases the following code freezes Julia.

julia> addprocs(1)
This type of handle for stdio is not yet supported on Windows (0, 17)!

Running test-julia.bat also stops and freezes at the parallel section.

@vtjnash
Copy link
Member

vtjnash commented Jul 23, 2013

consolidating issues. see #3634

@vtjnash vtjnash closed this as completed Jul 23, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
system:windows Affects only Windows
Projects
None yet
Development

No branches or pull requests

3 participants