[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Shutdown error



Peter Slegg wrote:

> > You mean it does not happen with my kernel? In fact I also had
> > shutdown-issues and changed the shutdown-procedure a bit.
>
> The instability seems to be more common with the Trunk version
> and I never saw the error after shutdown with your version.

I noticed that it can happen that the process that MiNT is waiting for
may get killed by shutdown, which would start another shutdown with
coldboot.

Also I prevented some special processes (like GEM) being killed.

> AESSYS kthread exited - C.shutdown =3D 8017

SIGTERM should be ignored by XaAES, but maybe not by all its threads.

I don't have time to look into this, but it should be all in the source.

-Helmut