You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR: LoadError: LoadError: StackOverflowError:
while loading C:\Users\appveyor\.julia\v0.5\TeaSeis\src\stockprops.jl, in expression starting on line 61
while loading C:\Users\appveyor\.julia\v0.5\TeaSeis\src\TeaSeis.jl, in expression starting on line 32
ERROR: LoadError: LoadError: Failed to precompile TeaSeis to C:\Users\appveyor\.julia\lib\v0.5\TeaSeis.ji.
in compilecache at .\loading.jl:593
in require at .\loading.jl:422
in include_from_node1 at .\loading.jl:488 (repeats 2 times)
in process_options at .\client.jl:262
in _start at .\client.jl:318
while loading C:\Users\appveyor\.julia\v0.5\TeaSeis\test\test_compat.jl, in expression starting on line 1
while loading C:\Users\appveyor\.julia\v0.5\TeaSeis\test\runtests.jl, in expression starting on line 1
I do not have access to a 32 bit windows machine to do further testing. I'm tempted to remove the 32bit windows build from the AppVeyor configuration since I doubt 32bit windows is all that relevant to anyone using this package.
The text was updated successfully, but these errors were encountered:
The log indicates that the build fails while compiling the dictionary
stockprops
:TeaSeis.jl/src/stockprops.jl
Lines 61 to 158 in 8f098fc
The AppVeyor log is here:
The relevant lines from the AppVeyor build are:
I do not have access to a 32 bit windows machine to do further testing. I'm tempted to remove the 32bit windows build from the AppVeyor configuration since I doubt 32bit windows is all that relevant to anyone using this package.
The text was updated successfully, but these errors were encountered: