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

deserialize(s,BigInt) is broken #5133

Closed
hisq opened this issue Dec 13, 2013 · 1 comment
Closed

deserialize(s,BigInt) is broken #5133

hisq opened this issue Dec 13, 2013 · 1 comment
Labels
kind:regression Regression in behavior compared to a previous version

Comments

@hisq
Copy link

hisq commented Dec 13, 2013

For example

W = first(addprocs(1))
remotecall_fetch(W,BigInt,0)

gives

ERROR: invalid base: 62
 in error at error.jl:21
 in parseint at string.jl:1513
 in deserialize at gmp.jl:146
 in deserialize at serialize.jl:461
 in handle_deserialize at serialize.jl:322
 in anonymous at task.jl:858
@JeffBezanson
Copy link
Sponsor Member

Darn. I used that base because it's the biggest supported by gmp, but our
other parsing code gives an error for it.
On Dec 13, 2013 5:52 PM, "hisq" [email protected] wrote:

For example

W = first(addprocs(1))remotecall_fetch(W,BigInt,0)

gives

ERROR: invalid base: 62
in error at error.jl:21
in parseint at string.jl:1513
in deserialize at gmp.jl:146
in deserialize at serialize.jl:461
in handle_deserialize at serialize.jl:322
in anonymous at task.jl:858


Reply to this email directly or view it on GitHubhttps://github.com//issues/5133
.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind:regression Regression in behavior compared to a previous version
Projects
None yet
Development

No branches or pull requests

2 participants