JuliaWeb / HttpParser.jl

Deprecated! Julia wrapper for joyent/http-parser
MIT License
13 stars 37 forks source link

Argument error #42

Closed SrAceves closed 5 years ago

SrAceves commented 8 years ago

Hello,

After installing -- I followed all the instructions verbatim -- running runtests.jl produces this error:

ERROR: LoadError: ArgumentError: Array dimension must be 0 ≤ dim ≤ 9223372036854775807, got 18446744073709551615 for dimension 1
 in pointer_to_array at pointer.jl:41
 in on_body at .julia/v0.4/HttpParser/test/runtests.jl:93
while loading .julia/v0.4/HttpParser/test/runtests.jl, in expression starting on line 129

This is my version info:

julia> versioninfo()
Julia Version 0.4.1
Commit cbe1bee* (2015-11-08 10:33 UTC)
Platform Info:
  System: Linux (x86_64-redhat-linux)
  CPU: Intel(R) Core(TM) i7 CPU       M 620  @ 2.67GHz
  WORD_SIZE: 64
  BLAS: libopenblas (DYNAMIC_ARCH NO_AFFINITY Nehalem)
  LAPACK: libopenblasp.so.0
  LIBM: libopenlibm
  LLVM: libLLVM-3.3

Is it a bug? What am I doing wrong?

IainNZ commented 8 years ago

It is a bug, you aren't doing anything wrong (probably). What operating system are you using?

Cross-reference https://github.com/JuliaWeb/HttpServer.jl/issues/81

SrAceves commented 8 years ago

Fedora 23