Jump to content
  • 0

Crash, db.c, server no down.


ellandson

Question


  • Group:  Members
  • Topic Count:  5
  • Topics Per Day:  0.00
  • Content Count:  11
  • Reputation:   0
  • Joined:  08/14/13
  • Last Seen:  

Hello, my server cash, varied in time in the day.

 

my erro:

 

Memory manager: args of aFree 0x0x7f991f709c14 is invalid pointer db.c line 1108

 

my db.c line

 

static void db_release_both (DBKey key, DBData data, DBRelease which)
{
DB_COUNTSTAT (db_release_both);
 
if (which & DB_RELEASE_KEY) aFree ( (char *) key.str); // needs to be a pointer
 
if (which & DB_RELEASE_DATA && data.type == DB_DATA_PTR) aFree (data.u.ptr);
}
 
Help pls.
 
 
sorry my bad english.
 
Link to comment
Share on other sites

0 answers to this question

Recommended Posts

There have been no answers to this question yet

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Answer this question...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...