[Solved]Still thread problem

Linux specific forum
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

[Solved]Still thread problem

Post 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
infratec
Always Here
Always Here
Posts: 7662
Joined: Sun Sep 07, 2008 12:45 pm
Location: Germany

Re: [Solved]Still thread problem

Post 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
Post Reply