kmem_grow: Called nonatomically from int - signal_queue

Taral (taral@taral.net)
Fri, 16 Jul 1999 13:20:13 -0500 (CDT)


Got this when using realtime signals:

kmem_grow: Called nonatomically from int - signal_queue

Code:

int s = socket(AF_INET,SOCK_STREAM,0);

fcntl(s,F_SETFL,O_ASYNC);
fcntl(s,F_SETOWN,getpid());
fcntl(s,F_SETSIG,SIGRTMIN);

<setup the signal handler with SA_SIGINFO>

listen(s,5);
pause();

The signal handler just does a printf(). Any ideas?

Taral

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/