traceinfo

Does anyone have a copy of /etc/config/traceinfo that will
translate the code 00003024? The highest code under Fsys in
my version is 32 which I believe maps to 00003020.

-Norton Allen

Norton Allen wrote:

Does anyone have a copy of /etc/config/traceinfo that will
translate the code 00003024? The highest code under Fsys in
my version is 32 which I believe maps to 00003020.

The entry for that one is:

36 internal heap exhaustion (nbytes=%ld/%ld) (object=%s)

and it relates to the pre-grown heap issue and the ‘-H’ option
(many threads covering this already).

You’re also missing:

33 too few inodes configured
34 busy umount (%d) of %s
35 sigpwr/sigterm handler invoked

John Garvey wrote:

Norton Allen wrote:

Does anyone have a copy of /etc/config/traceinfo that will
translate the code 00003024? The highest code under Fsys in
my version is 32 which I believe maps to 00003020.


The entry for that one is:

36 internal heap exhaustion (nbytes=%ld/%ld) (object=%s)

and it relates to the pre-grown heap issue and the ‘-H’ option
(many threads covering this already).

Ah yes! I’ve been down this road before.

You’re also missing:

33 too few inodes configured
34 busy umount (%d) of %s
35 sigpwr/sigterm handler invoked

Thank you very much. -Norton