[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: dlopen() and daemonizing




On Mon, 1 Nov 1999, Alexander Indenbaum wrote:

> I have a problem with dlopen().
> Calling to dlopen() from regular proccess works just fine, 
> yet if my process daemonized before calling dlopen() it just
> stucks.

use strace on the process to see what system call it performs when getting
stuck in this manner.

guy


=================================================================
To unsubscribe, send mail to linux-il-request@linux.org.il with
the word "unsubscribe" in the message body, e.g., run the command
echo unsubscribe | mail linux-il-request@linux.org.il