Bitcoin Forum
July 22, 2013, 05:20:44 AM *
News: Bitcoin-Qt 0.8.3 has been released. Download.
 
   Home   Help Search Donate Login Register  
Pages: [1]
  Print  
Author Topic: Exception: 9key_error error  (Read 997 times)
bitcoin2paysafe
Jr. Member
*
Offline Offline

Activity: 12


View Profile

Ignore
May 14, 2010, 06:07:50 PM
 #1

Today, I've got an error message:

Exception: 9key_error
CKey::CKey(); EC:KEY_new_by_curve_name failed
bitcoin in ThreadBitcoinMiner()

Console:

terminate called after throwing an instance of 'key_error'
  what():  CKey::CKey() : EC_KEY_new_by_curve_name failed
Aborted


I hope that isn't a buffer overflow. Have anybody this error message too?

OS: linux
1374470444
Hero Member
*
Offline Offline

Posts: 1374470444

View Profile Personal Message (Offline)

Ignore
1374470444
Reply with quote  #2

1374470444
Report to moderator
Advertisement: Bitcoin hats, GUNNAR glasses, and more for your Bitcoins!
1374470444
Hero Member
*
Offline Offline

Posts: 1374470444

View Profile Personal Message (Offline)

Ignore
1374470444
Reply with quote  #2

1374470444
Report to moderator
1374470444
Hero Member
*
Offline Offline

Posts: 1374470444

View Profile Personal Message (Offline)

Ignore
1374470444
Reply with quote  #2

1374470444
Report to moderator
satoshi
Founder
Sr. Member
*
Offline Offline

Activity: 364


View Profile

Ignore
May 16, 2010, 10:53:59 PM
 #2

Does it happen every time you run it, or just happened once at some random time?

I've never seen that fail before.  It's a call to OpenSSL that I assumed would never fail, but I put an error check there just in case.  I can't imagine how it would fail.  Out of memory maybe.

The code is:

key.h:
    EC_KEY* pkey;

        pkey = EC_KEY_new_by_curve_name(NID_secp256k1);
        if (pkey == NULL)
            throw key_error("CKey::CKey() : EC_KEY_new_by_curve_name failed");

NID_secp256k1 is a constant.
Pages: [1]
  Print  
 
Jump to:  

Sponsored by , a Bitcoin-accepting VPN.
Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2006-2009, Simple Machines Valid XHTML 1.0! Valid CSS!