[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SV: Core dump when using TCPstream on Solaris 8.0
From: |
Molander Anders |
Subject: |
SV: Core dump when using TCPstream on Solaris 8.0 |
Date: |
Tue, 18 Dec 2001 14:50:52 +0100 |
I forgot to say that we run 1.6.2 and compile with gcc 2.95.3. I found a
workaround in an earlier trouble report 435074 (August), where a new class
based on TCPStream with an overlay of the underflow method is used. After
this patch we are able to receive short packets containing a newline. Bigger
packets or without nolines still cause segment violation.
Not exactly a stable behavior..
[Molander Anders]
> -----Ursprungligt meddelande-----
> Från: Molander Anders
> Skickat: den 17 december 2001 15:32
> Till: 'address@hidden'
> Ämne: Core dump when using TCPstream on Solaris 8.0
>
> 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?
>
> /Anders
>