bug-commoncpp
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Core dump when using TCPstream on Solaris 8.0


From: Pavel Tsekov
Subject: Re: Core dump when using TCPstream on Solaris 8.0
Date: Mon, 17 Dec 2001 15:42:41 +0100

This looks like an exception is being thrown which is not
handled - have you checked if this is the case ?

The tcpstream class disables use of exceptions.

Molander Anders wrote:
> 
> When we use TCPstream on Solaris 8.0 it is possible to create the stream and
> even to make a connection to the socket (via telnet). But core dump follows
> as soon as data is sent to the socket.
> 
> There is an earlier hint that the Underflow method should be used. Now this
> helps (for the first couple of bytes only) in the URLstream but it does not
> seem to do any good in the TCPstream. Is this a Solaris related problem
> only, or has anyone else seen it?



reply via email to

[Prev in Thread] Current Thread [Next in Thread]