On 02.12.2011 21:48, jacoblinux wrote:
> Hi,
>
> I compiled latest Mono 2.10.6 sources and sometimes when I try to run xsp2
> to test my web application , turn it to zombie process and I cannot kill
> process.
>
> [jacob@localhost labsergen]$ ps -ef | grep mono
> jacob     3155     1 71 15:14 ?        00:20:40 [mono]<defunct>

The process' parent is init. This means that the actual parent
has died before its child (mono) has terminated.

It's most likely not a mono issue. Maybe is your shell is broken.

Robert

_______________________________________________
Mono-aspnet-list mailing list
Mono-aspnet-list@lists.ximian.com
http://lists.ximian.com/mailman/listinfo/mono-aspnet-list

Reply via email to