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

Re: libgtk+2.0-directfb question



Attilio Fiandrotti wrote:
Since it seemed to me symbols were missing from libc i included the following (never really called) funcion inside gtk.c to see if this time the missing symbols were force-included inside libc

void dummy_function(void)
{
        getresuid(NULL,NULL,NULL);
        getresgid(NULL,NULL,NULL);
        getgid();
        setpgid(NULL, NULL);
}

this time previously missing symbols were included since ghello returned with the following error message (strace output)

https://debian.polito.it/downloads/errore2.png

sorry, this is the same error as seen in errore.png, only viewed with strace: in the mentioned case the ghello app simply crashed.

Attilio



Reply to: