
|
[openbeos]
||
[Date Prev]
[04-2006 Date Index]
[Date Next]
||
[Thread Prev]
[04-2006 Thread Index]
[Thread Next]
[openbeos] Re: PS2 hid issue
- From: "Axel Dörfler" <axeld@xxxxxxxxxxxxxxxx>
- To: openbeos@xxxxxxxxxxxxx
- Date: Sun, 02 Apr 2006 13:26:39 +0200 CEST
"Zenja Solaja" <solaja@xxxxxxxxx> wrote:
> No logs from within Haiku are written to the file system. While
> trying to pinpoint the cause of the lockup I'm experiencing, I've
> modified some of the code to log data to a file (fopen, fprintf,
> fclose), but no file is ever physically created from within Haiku
> on real hardware. Is this normal?
Depends :)
Haiku is currently very lazy when it comes to writing back the file
caches. That means if it crashes, or you do a hard reboot, it could
very well be that recent changes are not written back to disk yet.
If you want to know for sure, add a sync(); after writing out the data.
BTW does F12 work? (that should currently put you into the kernel
debugger)
Bye,
Axel.
|

|