[openbeos] Re: Could not open application 'x' with application 'x' (not an e

  • From: "François Revol" <revol@xxxxxxx>
  • To: openbeos@xxxxxxxxxxxxx
  • Date: Mon, 15 Jan 2007 22:48:33 +0100 CET

> "Karl vom Dorff" <haikubounties@xxxxxxxxxxx> wrote:
> > I suppose sync is missing from the restart script?
> 
> There is no restart script; here is how shutdown looks like in the 
> kernel, no matter if restart or actual shutdown:
> 
> status_t
> shutdown(bool reboot)
> {
>       sync();
> 
>       return arch_cpu_shutdown(reboot);
> }
> 
> And that's all. Whatever it is, it's strange :-)
> 

Well, that doesn't mean sync() itself is implemented at fs level or ide 
driver level...
I recall hearing from a bug/missing sync in IDE replacement some time 
ago.
Btw, I'm sure there are still fixes I made in the zeta version I could 
put back in. If I can remember the history.

François.

Other related posts: