bug-commoncpp
[Top][All Lists]
Advanced

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

Re: (Sourceforge bug report) [ 617582 ] ttystream::close() recursive cal


From: Federico Montesino Pouzols
Subject: Re: (Sourceforge bug report) [ 617582 ] ttystream::close() recursive call.
Date: Wed, 2 Oct 2002 17:20:10 +0200
User-agent: Mutt/1.4i

        Hi,

>During the destructor of ttystream (or ttystream::close()
>for that matter) a call to close() is recursive.
>This of course crashes the application.
>
>So it looks like
>
>ttystream::close() {
>close();
>}

        Um, I think this should be TTYStream::close(), which in fact
calls to Serial::close(). This is fixed now in the CVS at savannah.

>This goes for the last version (2.0.1) on all platforms.

        The last release of CC++ 2 is 1.0.2. You can get it from any
GNU mirror or from savannah (http://sv.gnu.org/projects/commoncpp/).





reply via email to

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