bug-commoncpp
[Top][All Lists]
Advanced

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

Re: Bug in throw(this)


From: Federico Montesino Pouzols
Subject: Re: Bug in throw(this)
Date: Fri, 17 Jan 2003 10:42:42 +0100
User-agent: Mutt/1.4i

        I guess you solved the problem?

On Fri, Jan 17, 2003 at 11:30:01AM +0200, funtik wrote:
> Sorry, this my error.
> I am use this construction:
> 
> try
> {
>       Socket sock;
>       ............................
> }
> catch(Socket s)
> {
> }
> 
> instead this:
> 
> try
> {
>       Socket sock;
>       ............................
> }
> catch(Socket* s)
> {
> }
> 
> 
> On Friday 17 January 2003 10:22, you wrote:
> > Could you be more specific on which 'throw' crashed, something
> > like the code that crashed or the debugger log?
> >
> > On Thu, Jan 16, 2003 at 04:41:29PM +0200, funtik wrote:
> > > I have
> > > gcc version 2.95.4 20020320 [FreeBSD]
> > > Os FreeBSD 4.7
> > >
> > > And this construction throw(this) (or throw this) crashed with core
> > > dumped.
> > >
> > >
> > > _______________________________________________
> > > Bug-commoncpp mailing list
> > > address@hidden
> > > http://mail.gnu.org/mailman/listinfo/bug-commoncpp
> 




reply via email to

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