SSL_read Core Dump

Bug #1403637 reported by Ben Kietzman
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
Common
In Progress
Critical
Ben Kietzman

Bug Description

Was working on an AT&T application that kept experiencing core dumps. Narrowed the problem down to the following function in the Utility class: bool CUtility::getLine(SSL *ssl, string &strLine, int &nReturn).

Here is the path that was followed to that function call:

AT&T application --> CCentral::mysql() --> CServiceJunction::mysqlQuery() --> CServiceJunction::request() --> CUtility::getLine()

My hunch is that the OpenSSL Crypto mutex locking is being handled improperly. Need to find a good set of instructions for that logic.

Was able to get the AT&T application running smoothly by using the useSecureJunction(false) function in the ServiceJunction class to disable the SSL logic for communications to the Service Junction.

Changed in common:
status: New → Confirmed
importance: Undecided → Critical
assignee: nobody → Ben Kietzman (ben-kietzman)
status: Confirmed → In Progress
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.