GithubHelp home page GithubHelp logo

Comments (8)

tcatm avatar tcatm commented on May 8, 2024

possibly in other RPC methods, too. It died with getaccountaddress in debug.log, but didn't get glibc message as the terminal was closed.

Version: 009d5fb (Merge branch 'listaddresses' into integration) with CORS patch (shouldn't cause it, though)

bitcoind: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.15, not stripped

from bitcoin.

tcatm avatar tcatm commented on May 8, 2024

I just noticed the following (line numbers might not match, I discovered this while re-ordering some code):

In getaccountaddress()
rpc.cpp:361: warning: control reaches end of non-void function

edit: ArtForz and lfm on IRC said, that code should never return inside a CRITICAL_BLOCK()

from bitcoin.

gavinandresen avatar gavinandresen commented on May 8, 2024

Returning from a CRITICAL_BLOCK is OK. CRITICAL_BLOCK uses local C++ objects to do the locking, which are guaranteed to be properly destructed no matter how the block is exited.

from bitcoin.

gavinandresen avatar gavinandresen commented on May 8, 2024

More data: there have been a couple more reports of bitcoind crashing under heavy RPC load, although nobody has been able to reproduce.

from bitcoin.

tril0byte avatar tril0byte commented on May 8, 2024

how do we know this isn't a hardware problem? does bitcoin check the consistency of its files and repair them automatically?

from bitcoin.

jhyslop avatar jhyslop commented on May 8, 2024

gavinandresen, were those reports from different people, or from one person? If they were from different people I'd push hardware problems further down the list of suspects. I wouldn't rule out hardware problems, of course.

from bitcoin.

gavinandresen avatar gavinandresen commented on May 8, 2024

jhyslop: bitcoind crashing/hanging reports were from other people (slush was one, I believe).

I still haven't seen it, running 3 or 4 instances of bitcoind on 2 or 3 different machines (Mac and Debian Linux).

from bitcoin.

gavinandresen avatar gavinandresen commented on May 8, 2024

No further reports of this, I'm going to close.

from bitcoin.

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.