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

Illegal instruction on HTTP call #1184

Open
vitornesello opened this issue Jul 24, 2024 · 0 comments
Open

Illegal instruction on HTTP call #1184

vitornesello opened this issue Jul 24, 2024 · 0 comments

Comments

@vitornesello
Copy link

vitornesello commented Jul 24, 2024

  • Julia 1.8.5
  • HTTP.jl 0.10.8
  • MbedTLS.jl 1.1.9

Hello,

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
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

1 participant