Michael

Results 11 comments of Michael

similar (same?) problem with many other products e.g. try `res = await ccxtpro.bybit({'newUpdates': False}).watch_trades("BTC/USD:BTC-241227")` version is '4.3.75'

i have a very similar problem on a freshly installed ROCm 6.4.1 on ubuntu 24.04 with gfx1103, all from official sources. pytorch works fine while AMDGPU.versioninfo() crashes with 'rocsparse_create_handle at...

oh, rocsparse_create_handle is likely a red herring, as now i see this: ``` julia> AMDGPU.zeros(2,2) 2×2 ROCArray{Float32, 2, AMDGPU.Runtime.Mem.HIPBuffer}: 0.0 0.0 0.0 0.0 julia> AMDGPU.randn(2,2) :0:/longer_pathname_so_that_rpms_can_support_packaging_the_debug_info_for_all_os_profiles/src/clr/hipamd/src/hip_global.cpp:158 : 7116212374 us: Module...

I was able to produce similar crashdump backtraces (stuck in crypto:supports/0) with this snippet (and -heart added to vm opts) ```erlang 1> application:ensure_all_started(gun), lists:foreach(fun(_) -> spawn_link(fun() -> TLSOpts = [{verify,...

erl crash dump for the snippet above is a bit chonky to attach here - https://www.dropbox.com/scl/fi/obguj5brf6f5rb2iy8gmg/erl_crash.dump.gz?rlkey=6zrb9ykek68ypmsjo7hgasbn8&st=wm4g1ke5&dl=0

not yet able to get the same bt in gdb again when using the snippet (heart still getting triggered), but seeing a similar one with curve_algorithms nif getting stuck ```...

from the first backtrace, the offset of the #0 frame address relateive to EVP_CipherInit_ex (#1 address) is 0x00007a82761f8ed1 - 0x00007a82761f8ed1 = -2610 so it should be somewhere around here (EVP_CIPHER_CTX_reset...

> When you say "gets blocked", do you by that mean that: 1) no observable progress is made, but the the process is still using CPU, or 2) all threads...

same snippet on arm64 mac (same erlang version): ```erlang 1> application:ensure_all_started(gun), lists:foreach(fun(_) -> spawn_link(fun() -> TLSOpts = [{verify, verify_none}, {cacerts, public_key:cacerts_get()}], WSOpts = #{ keepalive => 3000, silence_pings => false},...

@dgud ah, probably, it's just a desktop mac without any ulimits tuned, not a real test