emilk / ehttp

Minimal Rust HTTP client for both native and WASM
Apache License 2.0
323 stars 30 forks source link

Test app crashes #3

Closed XakepSDK closed 3 years ago

XakepSDK commented 3 years ago
cargo run --release -p example_eframe
    Finished release [optimized] target(s) in 0.05s
     Running `/home/user/Desktop/ehttp/target/release/example_eframe`
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
example_eframe: xcb_io.c:269: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
[1]    21354 abort (core dumped)  cargo run --release -p example_eframe
rustup --version
rustup 1.24.3 (2021-06-08)
info: This is the version for the rustup toolchain manager, not the rustc compiler.
info: The currently active `rustc` version is `rustc 1.57.0-nightly (e1e9319d9 2021-10-14)`
cargo --version                      
cargo 1.57.0-nightly (c7957a74b 2021-10-11)
emilk commented 3 years ago

Is this really because of ehttp, or does it happen with any eframe app?

What system are you running on?

Have you tried not using the nightly compiler?

XakepSDK commented 3 years ago

I guess it happens with any eframe app. Just tried cargo run --release -p egui_demo_app inside egui repo. Tried stable, same issue. I will move issue to egui.