https://bugs.kde.org/show_bug.cgi?id=356393
tmpsan...@tmpsantos.com.br changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |tmpsan...@tmpsantos.com.br --- Comment #8 from tmpsan...@tmpsantos.com.br --- I just built r15831 and got the same crash when I hit libcurl + ssl. When I comment the network code, valgrind works just fine. vex: the `impossible' happened: isZeroU vex storage: T total 4426865440 bytes allocated vex storage: P total 640 bytes allocated valgrind: the 'impossible' happened: LibVEX called failure_exit(). Thread 3: status = VgTs_Runnable (lwpid 20263) ==20256== at 0x9BB6DC0: ??? (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0) ==20256== by 0x9B9607F: EC_POINT_mul (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0) ==20256== by 0x9B94EC6: EC_POINT_new (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0) ==20256== by 0x9B9E439: EC_KEY_generate_key (in /lib/x86_64-linux-gnu/libcrypto.so.1.0.0) ==20256== by 0x9876C64: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0) ==20256== by 0x987A8A7: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0) ==20256== by 0x9884045: ??? (in /lib/x86_64-linux-gnu/libssl.so.1.0.0) ==20256== by 0x69AC273: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x69AC819: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x69AFCFF: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x696C3CD: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x6992175: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x6993163: ??? (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x6993276: curl_multi_socket_action (in /usr/lib/x86_64-linux-gnu/libcurl.so.4.4.0) ==20256== by 0x57A7C3: mbgl::HTTPCURLContext::perform(int, mbgl::util::RunLoop::Event) (http_request_curl.cpp:191) ==20256== by 0x54E30A: operator() (functional:2267) ==20256== by 0x54E30A: mbgl::util::Watch::onEvent(uv_poll_s*, int, int) (run_loop.cpp:44) ==20256== by 0x5F089D: uv__io_poll (linux-core.c:345) ==20256== by 0x5E7972: uv_run (core.c:341) ==20256== by 0x563814: void mbgl::util::Thread<mbgl::OnlineFileSource::Impl>::run<std::tuple<int>, 0ul>(mbgl::util::ThreadContext, std::tuple<int>&&, std::integer_sequence<unsigned long, 0ul>) (thread.hpp:124) ==20256== by 0x563E09: operator() (thread.hpp:106) ==20256== by 0x563E09: _M_invoke<> (functional:1531) ==20256== by 0x563E09: operator() (functional:1520) ==20256== by 0x563E09: std::thread::_Impl<std::_Bind_simple<mbgl::util::Thread<mbgl::OnlineFileSource::Impl>::Thread<int>(mbgl::util::ThreadContext const&, int&&)::{lambda()#1} ()> >::_M_run() (thread:115) ==20256== by 0x6C83C2F: ??? (in /usr/lib/x86_64-linux-gnu/libstdc++.so.6.0.21) ==20256== by 0x5FEB669: start_thread (pthread_create.c:333) ==20256== by 0x726A01C: clone (clone.S:109) -- You are receiving this mail because: You are watching all bug changes.