Page 1 of 1

CallHookPktSwapped

Posted: Sat Apr 28, 2012 6:19 pm
by jaokim
On my serial debug, when copying stuff from my harddrive I get entries like:

Code: Select all

[CallHookPktSwapped] task='DH10' cmd='' stack avail=7420 too low; swapping
What does this mean? Is this a bad thing, can I do anything about it?

DH10 is an SFS/00 partition, blocksize 1024, 600 buffers, on an SSD disk connected to a sii3114-card (SmartFileSystem v 1.286, sii3114ide.device 53.8). I've been having trouble with DH10 getting requesters like: "Checksum error on block XXXX" -- hence the copying.

I am currently backing stuff up and changed my DH10 config to use 1000 buffers and a blocksize of 512, as mentioned in the quickstart guide. But I'm still curious about the entries in the serial output.

I'm using AmigaOS4.1 u 4 on an AmigaOne XE-G4, unfixed.

Re: CallHookPktSwapped

Posted: Sun Apr 29, 2012 3:46 pm
by ssolie
First, it means your debug level is not zero. That will make your system run rather slowly.

I added that message and it means whatever GUI was in use the stack was too low and it was swapped for a larger one auotomatically to avoid a stack overflow. Too many of those messages will also slow down your system. An occassional one does not hurt.