Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Threading error occurs on attempt to add a printer #36

Open
scottmmjackson opened this issue Apr 17, 2016 · 1 comment
Open

Threading error occurs on attempt to add a printer #36

scottmmjackson opened this issue Apr 17, 2016 · 1 comment

Comments

@scottmmjackson
Copy link

This would have been a silent error had I not decided to run the tool from the command line:

No ID match for device lpd://BRN30055C147729/BINARY_P1:
MFG:Brother;MDL:MFC-7860DW;CMD:PJL,PCL,PCLXL;
No ID match for device lpd://BRN30055C147729/BINARY_P1:
MFG:Brother;MDL:MFC-7860DW;CMD:PJL,PCL,PCLXL;
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

It sounds like this is a multithreaded application. Just so you know, X11 isn't really threadsafe unless explicitly told to be so.

@pawamoy
Copy link

pawamoy commented Sep 25, 2017

Same here:

No ID match for device socket://192.168.54.86:
MFG:Xerox;MDL:WorkCentre 3615;CMD:PostScript 3, PCL;DES:Xerox WorkCentre 3615;
No ID match for device socket://192.168.54.86:9100:
MFG:Xerox;MDL:WorkCentre 3615;CMD:PostScript 3, PCL;DES:Xerox WorkCentre 3615;
[xcb] Unknown request in queue while dequeuing
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
python: ../../src/xcb_io.c:179: dequeue_pending_request: Assertion `!xcb_xlib_unknown_req_in_deq' failed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants