[ 
https://issues.apache.org/jira/browse/QPID-1550?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12658983#action_12658983
 ] 

Robert Greig commented on QPID-1550:
------------------------------------

Here's the line where the segv is occurring:

void
Socket::close() const
{
    SOCKET& socket = impl->fd;
    if (socket == INVALID_SOCKET) return; // THIS LINE
    QPID_WINSOCK_CHECK(closesocket(socket));
    socket = INVALID_SOCKET;
}

the field impl is uninitialised.

> C++ broker crashes periodically when handling connection closure
> ----------------------------------------------------------------
>
>                 Key: QPID-1550
>                 URL: https://issues.apache.org/jira/browse/QPID-1550
>             Project: Qpid
>          Issue Type: Bug
>          Components: C++ Broker
>    Affects Versions: M4
>         Environment: Windows XP SP2, Visual Studio 2008 SP 1. .NET WCF client 
> (trunk)
>            Reporter: Robert Greig
>            Assignee: Steve Huston
>         Attachments: qpid-broker-log.txt
>
>
> Periodically when running the .NET WCF client against the C++ broker running 
> on windows, the broker crashes.
> This occurs every 10 runs or thereabouts.
> Logs and stacks attached.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.

Reply via email to