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

Start julia.exe client problem(BoundsError problem) #29031

Closed
mixml opened this issue Sep 4, 2018 · 3 comments
Closed

Start julia.exe client problem(BoundsError problem) #29031

mixml opened this issue Sep 4, 2018 · 3 comments

Comments

@mixml
Copy link

mixml commented Sep 4, 2018

When I run julia.exe to start the client it has problem as follow:

ERROR: BoundsError: attempt to access "# time: 2018-06-26 15:56:58 \xd6й\xfa\xb1\xea\u5fcʱ\xbc\xe4\n"
  at index [43]
Stacktrace:
 [1] prevind(::String, ::Int64, ::Int64) at .\strings\basic.jl:460
 [2] prevind at .\strings\basic.jl:455 [inlined]
 [3] prevind at .\strings\basic.jl:454 [inlined]
 [4] match(::Regex, ::String, ::Int64, ::UInt32) at .\regex.jl:202
 [5] match at .\regex.jl:195 [inlined]
 [6] match(::Regex, ::String) at .\regex.jl:210
 [7] hist_from_file(::Any, ::Any, ::Any) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\REPL\src\REPL.jl:413
 [8] setup_interface(::REPL.LineEditREPL, ::Bool, ::Union{Dict, Array{#s549,1} where #s549<:Dict}) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\REPL\src\REPL.jl:848
 [9] #setup_interface#47(::Bool, ::Union{Dict, Array{#s548,1} where #s548<:Dict}, ::Any, ::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\REPL\src\REPL.jl:759
 [10] setup_interface at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\REPL\src\REPL.jl:759 [inlined]
 [11] (::getfield(Pkg, Symbol("##1#2")))(::REPL.LineEditREPL) at C:\cygwin\home\Administrator\buildbot\worker\package_win64\build\usr\share\julia\stdlib\v1.0\Pkg\src\Pkg.jl:344
 [12] __atreplinit(::REPL.LineEditREPL) at .\client.jl:307
 [13] #invokelatest#1 at .\essentials.jl:686 [inlined]
 [14] invokelatest at .\essentials.jl:685 [inlined]
 [15] _atreplinit at .\client.jl:314 [inlined]
 [16] macro expansion at .\logging.jl:310 [inlined]
 [17] (::getfield(Base, Symbol("##720#722")){Bool,Bool,Bool,Bool})(::Module) at .\client.jl:342
 [18] #invokelatest#1 at .\essentials.jl:686 [inlined]
 [19] invokelatest at .\essentials.jl:685 [inlined]
 [20] macro expansion at .\logging.jl:308 [inlined]
 [21] run_main_repl(::Bool, ::Bool, ::Bool, ::Bool, ::Bool) at .\client.jl:330
 [22] exec_options(::Base.JLOptions) at .\client.jl:242
 [23] _start() at .\client.jl:421

[ Info: Disabling history file for this session

How can I fixed the problem?

@KristofferC
Copy link
Sponsor Member

Seems like #27239 (which should be fixed). Perhaps removing the history file .julia/logs/repl_history.jl to get a fresh start works around it.

@mixml
Copy link
Author

mixml commented Sep 5, 2018

@KristofferC Thank you! It work.

@KristofferC
Copy link
Sponsor Member

KristofferC commented Sep 5, 2018

Great. Please comment if the issue reoccur.

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

2 participants