Code Monkey home page Code Monkey logo

Comments (5)

YihaoPeng avatar YihaoPeng commented on May 19, 2024 1

libevent 2.1.9-beta was released. It's recommended to use this version.
https://github.com/libevent/libevent/releases/tag/release-2.1.9-beta

from btcpool-abandoned.

YihaoPeng avatar YihaoPeng commented on May 19, 2024

libevent/libevent#512 (comment)

azat commented on 24 May 2017

Indeed it looks like issues mentioned by ploxiln
Can you please verify your program with latest libevent (compiled from git, since that patches was merged only recently and there was not release since that time)?

from btcpool-abandoned.

YihaoPeng avatar YihaoPeng commented on May 19, 2024

A potential fix is to build libevent from its master branch:

git clone https://github.com/libevent/libevent.git
cd libevent
./autogen.sh
./configure --disable-shared
make && make install

Then remove your libevent-dev package and cmake .. again. (It may fail and need to clean up the cmake cache.)

No deadlock problems have been encountered since our build switched to the master branch of libevent.

Notice: the lastest release of libevent release-2.1.8-stable has been confirmed to have this problem. Do not use it and previous releases.

I am very sorry that libevent has no new release in nearly two years.

from btcpool-abandoned.

YihaoPeng avatar YihaoPeng commented on May 19, 2024

The issue was temporarily closed due to no recent feedback.

from btcpool-abandoned.

mikeflame avatar mikeflame commented on May 19, 2024

@YihaoPeng
Hi mate
Do you have any ideas how to fix if?
image

from btcpool-abandoned.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.