Error: No such process' during 'pthread_getschedparam (pthread_self()...



Hi,

I compiled a simple program with:
c++ -g -Wall -pg -O1 -I../include/ -I../../include/ `pkg-config --cflags
glib-2.0 gthread-2.0 gmodule-2.0 gnet-2.0` -c main.cc
and linked with:
c++ -o floorserver `pkg-config --libs glib-2.0 gmodule-2.0 gthread-2.0 gnet-2.0`
main.o 

At the begining of I enable threads with g_thread_init(NULL) and i get

GThread-ERROR **: file gthread-posix.c: line 135 (): error 'No such process'
during 'pthread_getschedparam (pthread_self(), &policy, &sched)'
aborting...

Any idea of what is this from?

I'm using slackware 9.0 with gnet-2.0 added in.


____________________
http://www.email.si/




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