Project Home
Project Home
Trackers
Trackers
Documents
Documents
Wiki
Wiki
Discussion Forums
Discussions
Project Information
Project Info
Forum Topic - Cancel Operation isn't cancelling: (7 Items)
   
Cancel Operation isn't cancelling  
When I cancel a build for what ever reason, I'd say 1 out of 5 times some executable stay running and I have to open 
Windows task manager to manually kill it.  Sometimes its sh, make, sed. 

Note that our projets are all Makefile projet, and we have our own makefile system.

This is happening with pretty much every version of Momentics I've used so far. Not sure if I reported it already. It's 
just that right now the nature of the work I do involved lots of canceling and it's getting unproductive.

Thanks.
Re: Cancel Operation isn't cancelling  
There were some dead-lock in msys, not sure we figure out yet what causing it. I suggest as workaround to write a script
 that would ran at the end of make, which will chaise and slay them all

On 08/24/2011 07:32 PM, Mario Charest wrote:
> When I cancel a build for what ever reason, I'd say 1 out of 5 times some executable stay running and I have to open 
Windows task manager to manually kill it.  Sometimes its sh, make, sed. 
> 
> Note that our projets are all Makefile projet, and we have our own makefile system.
> 
> This is happening with pretty much every version of Momentics I've used so far. Not sure if I reported it already. 
It's just that right now the nature of the work I do involved lots of canceling and it's getting unproductive.
> 
> Thanks.
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88334
> 
RE: Cancel Operation isn't cancelling  

> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> Envoyé : 25 août 2011 08:51
> À : general-ide
> Objet : Re: Cancel Operation isn't cancelling
> 
> There were some dead-lock in msys, not sure we figure out yet what causing
> it. I suggest as workaround to write a script that would ran at the end of
> make, which will chaise and slay them all

I must be missing something because how can I run a scripts at the end of the make, if the make is getting cancelled?  
When a program isn't killed, say cc1, all of its parents are gone, make included.
 
> 
> On 08/24/2011 07:32 PM, Mario Charest wrote:
> > When I cancel a build for what ever reason, I'd say 1 out of 5 times some
> executable stay running and I have to open Windows task manager to
> manually kill it.  Sometimes its sh, make, sed.
> >
> > Note that our projets are all Makefile projet, and we have our own makefile
> system.
> >
> > This is happening with pretty much every version of Momentics I've used so
> far. Not sure if I reported it already. It's just that right now the nature of the
> work I do involved lots of canceling and it's getting unproductive.
> >
> > Thanks.
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post88334
> >
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88353
> 
Re: Cancel Operation isn't cancelling  
You are right I was not thinking. Is your windows 64 bit?

On 08/25/2011 09:49 AM, Mario Charest wrote:
> 
> 
>> -----Message d'origine-----
>> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
>> Envoyé : 25 août 2011 08:51
>> À : general-ide
>> Objet : Re: Cancel Operation isn't cancelling
>>
>> There were some dead-lock in msys, not sure we figure out yet what causing
>> it. I suggest as workaround to write a script that would ran at the end of
>> make, which will chaise and slay them all
> 
> I must be missing something because how can I run a scripts at the end of the make, if the make is getting cancelled? 
 When a program isn't killed, say cc1, all of its parents are gone, make included.
>  
>>
>> On 08/24/2011 07:32 PM, Mario Charest wrote:
>>> When I cancel a build for what ever reason, I'd say 1 out of 5 times some
>> executable stay running and I have to open Windows task manager to
>> manually kill it.  Sometimes its sh, make, sed.
>>>
>>> Note that our projets are all Makefile projet, and we have our own makefile
>> system.
>>>
>>> This is happening with pretty much every version of Momentics I've used so
>> far. Not sure if I reported it already. It's just that right now the nature of the
>> work I do involved lots of canceling and it's getting unproductive.
>>>
>>> Thanks.
>>>
>>>
>>>
>>> _______________________________________________
>>>
>>> General
>>> http://community.qnx.com/sf/go/post88334
>>>
>>
>>
>>
>> _______________________________________________
>>
>> General
>> http://community.qnx.com/sf/go/post88353
>>
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88358
RE: Cancel Operation isn't cancelling  

> -----Message d'origine-----
> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> Envoyé : 25 août 2011 09:52
> À : general-ide
> Objet : Re: Cancel Operation isn't cancelling
> 
> You are right I was not thinking. Is your windows 64 bit?

Yes.  Regarding 64 bit, I asked in another post if I could use the 64 bit distribution of Indigo, I didn`t get an answer
 so I went safe with the 32bit distribution

> 
> On 08/25/2011 09:49 AM, Mario Charest wrote:
> >
> >
> >> -----Message d'origine-----
> >> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> >> Envoyé : 25 août 2011 08:51
> >> À : general-ide
> >> Objet : Re: Cancel Operation isn't cancelling
> >>
> >> There were some dead-lock in msys, not sure we figure out yet what
> >> causing it. I suggest as workaround to write a script that would ran
> >> at the end of make, which will chaise and slay them all
> >
> > I must be missing something because how can I run a scripts at the end of
> the make, if the make is getting cancelled?  When a program isn't killed, say
> cc1, all of its parents are gone, make included.
> >
> >>
> >> On 08/24/2011 07:32 PM, Mario Charest wrote:
> >>> When I cancel a build for what ever reason, I'd say 1 out of 5 times
> >>> some
> >> executable stay running and I have to open Windows task manager to
> >> manually kill it.  Sometimes its sh, make, sed.
> >>>
> >>> Note that our projets are all Makefile projet, and we have our own
> >>> makefile
> >> system.
> >>>
> >>> This is happening with pretty much every version of Momentics I've
> >>> used so
> >> far. Not sure if I reported it already. It's just that right now the
> >> nature of the work I do involved lots of canceling and it's getting
> unproductive.
> >>>
> >>> Thanks.
> >>>
> >>>
> >>>
> >>> _______________________________________________
> >>>
> >>> General
> >>> http://community.qnx.com/sf/go/post88334
> >>>
> >>
> >>
> >>
> >> _______________________________________________
> >>
> >> General
> >> http://community.qnx.com/sf/go/post88353
> >>
> >
> >
> >
> >
> > _______________________________________________
> >
> > General
> > http://community.qnx.com/sf/go/post88358
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88360
Re: RE: Cancel Operation isn't cancelling  
> 
> 
> > -----Message d'origine-----
> > De : Elena Laskavaia [mailto:community-noreply@qnx.com]
> > Envoyé : 25 août 2011 09:52
> > À : general-ide
> > Objet : Re: Cancel Operation isn't cancelling
> > 
> > You are right I was not thinking. Is your windows 64 bit?
> 
> Yes.  Regarding 64 bit, I asked in another post if I could use the 64 bit 
> distribution of Indigo, I didn`t get an answer so I went safe with the 32bit 
> distribution
> 
Anything I can do to help get this fixed?
Re: Cancel Operation isn't cancelling  
You can try to replace msys, I am not sure Ryan could have posted some patches, check core tools forum and wiki to see 
if anything there

On 09/15/2011 08:41 AM, Mario Charest wrote:
>>
>>
>>> -----Message d'origine-----
>>> De : Elena Laskavaia [mailto:community-noreply@qnx.com]
>>> Envoyé : 25 août 2011 09:52
>>> À : general-ide
>>> Objet : Re: Cancel Operation isn't cancelling
>>>
>>> You are right I was not thinking. Is your windows 64 bit?
>>
>> Yes.  Regarding 64 bit, I asked in another post if I could use the 64 bit 
>> distribution of Indigo, I didn`t get an answer so I went safe with the 32bit 
>> distribution
>>
> Anything I can do to help get this fixed?
> 
> 
> 
> 
> _______________________________________________
> 
> General
> http://community.qnx.com/sf/go/post88849