Re: [Mono-dev] Console programs doesn't finish

2005-12-27 Thread Mirco Bauer
On Wed, 2005-12-14 at 08:58 -0600, Carlos Solorzano wrote: My programs that don't exit are not as simple as just running some stuff on Main, instead they use a lot of threads (all the ones I have control of background), and I use a lot of remoting with a lot of Marhsal By Ref objects

Re: [Mono-dev] Console programs doesn't finish

2005-12-27 Thread Carlos Solorzano
On Dec 27, 2005, at 5:00 AM, Mirco Bauer wrote: On Wed, 2005-12-14 at 08:58 -0600, Carlos Solorzano wrote: My programs that don't exit are not as simple as just running some stuff on Main, instead they use a lot of threads (all the ones I have control of background), and I use a lot of

Re: [Mono-dev] Console programs doesn't finish

2005-12-14 Thread Andrés G. Aragoneses
Yes, I suppose it is the same problem because the last line runs but the control never returns to shell. Have you guys tried stracing the process? Thanks for your feedback Miguel. With the danger of sounding too ignorant, how do I do that? what will it tell me at the end? I can probably run

Re: [Mono-dev] Console programs doesn't finish

2005-12-13 Thread Miguel de Icaza
Hello, I don't know if this is the same problem as I have but basically my programs finish, the last line in Main runs but yet control never returns to the shell, the mono processes stay running. I have not found yet what causes that problem yet or have an small example to file a

Re: [Mono-dev] Console programs doesn't finish

2005-12-13 Thread Carlos Solorzano
On Dec 13, 2005, at 10:23 AM, Miguel de Icaza wrote: Hello, I don't know if this is the same problem as I have but basically my programs finish, the last line in Main runs but yet control never returns to the shell, the mono processes stay running. I have not found yet what causes that

[Mono-dev] Console programs doesn't finish

2005-12-11 Thread Andrés G. Aragoneses
Hello. I have a strange problem. If I use mono in my Mandriva box my programs doesn't finish, I mean, they keep blocked when the execution should end. With my SUSE 10.0 they work perfectly, they die when they should. But with Mandriva I have to hit CTRL+C to go back to the prompt. SUSE

Re: [Mono-dev] Console programs doesn't finish

2005-12-11 Thread Carlos Solorzano
I don't know if this is the same problem as I have but basically my programs finish, the last line in Main runs but yet control never returns to the shell, the mono processes stay running. I have not found yet what causes that problem yet or have an small example to file a bug with.

Re: [Mono-dev] Console programs doesn't finish

2005-12-11 Thread Andrés G. Aragoneses
Carlos Solorzano wrote: I don't know if this is the same problem as I have but basically my programs finish, the last line in Main runs but yet control never returns to the shell, the mono processes stay running. I have not found yet what causes that problem yet or have an small example to