Page 1 of 1

[Solved]Still thread problem

Posted: Thu Feb 28, 2013 8:38 am
by infratec
Hi,

I removed all MessageRequester() calls.
But still I get the following messages on the console:
[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-thread client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
Programname: ../../src/xcb_io.c:273: poll_for_event: Zusicherung >>!xcb_xlib_threads_sequence_lost<< nicht erfüllt.
IO maybe because I use OpenSerialPort() inside of the thread?

Bernd

Re: [Solved]Still thread problem

Posted: Thu Feb 28, 2013 10:28 am
by infratec
Hi,

found the problem:

Called a procedure from inside of a thread which includes a call to ...

MessageRequester()

I replaced this call too, and this fault is eliminated.
But found an other...

I still would prefer if inside the help is a notice if the procedure is threadsave or not.

Bernd