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
My application is crashing when making a simple HTTP call. Do you have any ideas on the problem?
Please find the logs below
Invalid instruction at 0x7fffffffe001: 0x48, 0x89, 0xe5, 0x41, 0x57, 0x41, 0x56, 0x41, 0x55, 0x41, 0x54, 0x53, 0x48, 0x83, 0xe4
signal (4): Illegal instruction
in expression starting at none:1
unknown function (ip: 0x7fffffffe001)
unsafe_write at /home/runner/.julia/packages/HTTP/sJD5V/src/Connections.jl:132 [inlined]
unsafe_write at ./io.jl:683 [inlined]
write at ./io.jl:706 [inlined]
writeheaders at /home/runner/.julia/packages/HTTP/sJD5V/src/Messages.jl:503
writeheaders at /home/runner/.julia/packages/HTTP/sJD5V/src/Messages.jl:494 [inlined]
startwrite at /home/runner/.julia/packages/HTTP/sJD5V/src/Streams.jl:79
#streamlayer#1 at /home/runner/.julia/packages/HTTP/sJD5V/src/clientlayers/StreamRequest.jl:27
streamlayer##kw at /home/runner/.julia/packages/HTTP/sJD5V/src/clientlayers/StreamRequest.jl:21 [inlined]
exceptions#1 at /home/runner/.julia/packages/HTTP/sJD5V/src/clientlayers/ExceptionRequest.jl:14
exceptions#2##kw at /home/runner/.julia/packages/HTTP/sJD5V/src/clientlayers/ExceptionRequest.jl:13 [inlined]
#2 at /home/runner/.julia/packages/HTTP/sJD5V/src/clientlayers/TimeoutRequest.jl:22 [inlined]
macro expansion at /home/runner/.julia/packages/ConcurrentUtilities/J6iMP/src/try_with_timeout.jl:82 [inlined]
#2 at ./threadingconstructs.jl:258
unknown function (ip: 0x7f60904897df)
_jl_invoke at /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/src/gf.c:2377 [inlined]
ijl_apply_generic at /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/src/gf.c:2559
jl_apply at /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/src/julia.h:1843 [inlined]
start_task at /cache/build/default-amdci4-2/julialang/julia-release-1-dot-8/src/task.c:931
Allocations: 6522891 (Pool: 6519502; Big: 3389); GC: 8
The text was updated successfully, but these errors were encountered:
Hello,
My application is crashing when making a simple HTTP call. Do you have any ideas on the problem?
Please find the logs below
The text was updated successfully, but these errors were encountered: