Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] RC5/Final Candidate available

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of James Blackburn
> Sent: June-15-09 4:04 PM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] RC5/Final Candidate available
> 
> > Sounds like a bug to me.  Probably Mac OS X related :-)
> > Can you send the gdb traces from the console? (if you look
> > at the different consoles available, one is called 'gdb traces')
> > It sounds like we don't clear our caches properly, which
> > is something I noticed for post-mortem debugging:
> > https://bugs.eclipse.org/bugs/show_bug.cgi?id=280327
> 
> MI attached. It just doesn't seem to be asking the debugger for the
> backtraces...

Thanks for doing this.

> Interestingly if I kill and re-run the session enough times it shows
> the stack. I say 1 out of 4 to 1 out of 10 times it shows the stack...

yes, I've seen something like this before.

> I've attached mi.good.txt as well for comparison, but it looks like
> some kinda race given the inconsistency in behaviour...

Are you sure this mi.good.txt is not when you pressed refresh manually?
I'm surprised that this case worked at all...

Anyway, there is a bug in the fact that the first -thread-list-ids
command is cached with an ^error result, and we don't have anything
that would clear the cache, based on the logs you sent.  I opened
the following bug to track this:

https://bugs.eclipse.org/bugs/show_bug.cgi?id=280461

Thanks again

marc

> 
> Cheers,
> James
> 
> >
> > Thanks
> >
> > Marc
> >
> >
> >>
> >> Anyway, so far so good, all seems to be working as advertised here!
> >>
> >> Cheers,
> >> James
> >>
> >> 2009/6/15 Doug Schaefer <cdtdoug@xxxxxxxxx>:
> >> > Could everyone who does try it, please report what
> >> platforms you tried. I
> >> > want to get a sense of what platforms people have tested this on.
> >> >
> >> > Thanks,
> >> > Doug.
> >> >
> >> > On Mon, Jun 15, 2009 at 11:44 AM, Vivian Kong
> >> <vivkong@xxxxxxxxxx> wrote:
> >> >>
> >> >> RC5/Final Candidate available:
> >> >>
> >> http://download.eclipse.org/tools/cdt/builds/6.0.0/I.I20090615
> >> 1036/index.html
> >> >>
> >> >> Please try it out and report any problems you may encountered.
> >> >>
> >> >> Regards,
> >> >>
> >> >> Vivian Kong
> >> >> IBM Eclipse CDT
> >> >> IBM Canada Toronto Lab
> >> >>
> >> >> _______________________________________________
> >> >> cdt-dev mailing list
> >> >> cdt-dev@xxxxxxxxxxx
> >> >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >> >>
> >> >
> >> >
> >> > _______________________________________________
> >> > cdt-dev mailing list
> >> > cdt-dev@xxxxxxxxxxx
> >> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >> >
> >> >
> >> _______________________________________________
> >> cdt-dev mailing list
> >> cdt-dev@xxxxxxxxxxx
> >> https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >>
> > _______________________________________________
> > cdt-dev mailing list
> > cdt-dev@xxxxxxxxxxx
> > https://dev.eclipse.org/mailman/listinfo/cdt-dev
> >
> 


Back to the top