Jump to content

[URGENT] DB cache crashing


Recommended Posts

  • Premium

Hello,

i have problem, DB cache randomly crashing... Syserr is clean, but in SSH console is problem:

ITEM_AWARD load id 261 bMall 1
ITEM_AWARD load id 262 bMall 1
Asseration failed: (iSlot < SQL_MAX_NUM), function AsyncQuery, file DBManager.cpp, line 155
connect: Connection refused
connect: Connection refused
connect: Connection refused

DBManager.cpp:

 
void CDBManager::AsyncQuery(const char * c_pszQuery, int iSlot)
{
    assert(iSlot < SQL_MAX_NUM);
    m_asyncSQL[iSlot]->AsyncQuery(c_pszQuery);
    ++g_query_count[1];
}

Thanks

Link to comment
Share on other sites

  • Replies 2
  • Created
  • Last Reply

Top Posters In This Topic

Top Posters In This Topic

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now

Announcements



×
×
  • Create New...

Important Information

Terms of Use / Privacy Policy / Guidelines / We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.