> -Original Message-
> From: cygwin-owner On Behalf Of Peter Xiaochuan Huang
> Sent: 13 October 2004 18:51
> > Are you using the correct command line options to
> > compile with exceptions?
>
> I tried -mthreads that didn't fix it. What is the
> right compile flag?
I believe -fex
Responses are below
--- Peter Xiaochuan Huang <[EMAIL PROTECTED]> wrote:
> > -Original Message-
> > From: cygwin-owner On Behalf Of Peter Xiaochuan
> Huang
> > Sent: 12 October 2004 17:59
>
> > I don't know if this a known issue. But I
> encounter
> > this problem when using gcc 3.3
> -Original Message-
> From: cygwin-owner On Behalf Of Peter Xiaochuan Huang
> Sent: 12 October 2004 17:59
> I don't know if this a known issue. But I encounter
> this problem when using gcc 3.3.3 on cygwin. The code
> similar to below core dumps me.
>
>try {
> obj->dothis();
>
I don't know if this a known issue. But I encounter
this problem when using gcc 3.3.3 on cygwin. The code
similar to below core dumps me.
try {
obj->dothis();
}
catch ( myexception& e)
{
return true;
}
It core dumps on the return statement in gdb. But when
I make
4 matches
Mail list logo