CallHookPktSwapped

A forum for general AmigaOS 4.x support questions that are not platform-specific
Post Reply
User avatar
jaokim
Beta Tester
Beta Tester
Posts: 90
Joined: Sat Jun 18, 2011 12:41 am

CallHookPktSwapped

Post 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.
User avatar
ssolie
Beta Tester
Beta Tester
Posts: 1010
Joined: Mon Dec 20, 2010 8:51 pm
Location: Canada
Contact:

Re: CallHookPktSwapped

Post 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.
ExecSG Team Lead
Post Reply