Quoting Till Adam ([EMAIL PROTECTED]):
> Hey folks,
> 
> I noticed the following problem. When starting a dfb app as a normal
> user the _fusion_check_msgmni and _fusion_check_sem functions in
> src/core/fusion.c report errors via perror but do not propagate those
> errors to the calling init functions. This results in the thread hanging
> on a semop and the app not properly exiting. 

It's supposed to continue if changing system limits fails.
Though the default limits are hardly acceptable normal users
should be able to run the program with limits set by the super
user before.
The semop hanging problem must have another cause, reaching the
limits should generate an error. It could be that parts of fusion
don't check that enough. Do you know which semaphore it hangs on
exactly. Are there any error messages before?

-- 
Denis Oliver Kropp
( convergence           )
( integrated media gmbh )


-- 
Info:  To unsubscribe send a mail to [EMAIL PROTECTED] with 
"unsubscribe directfb-dev" as subject.

Reply via email to