This is a discussion on what limits of size is bsdlog function parameter? - Aix ; Hi there, I tried to use bsdlog function in kernel in AIX 4.3.3 Following is a part of my source. char msg[1400]; strcpy(msg, ",..."); bsdlog(KERNLOG, "msg : %s", msg); But, kernel panic happened. What limits of size in bsdlog?...
Hi there,
I tried to use bsdlog function in kernel in AIX 4.3.3
Following is a part of my source.
char msg[1400];
strcpy(msg, ",...");
bsdlog(KERNLOG, "msg : %s", msg);
But, kernel panic happened.
What limits of size in bsdlog?