LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Home Forums Tutorials Articles Register
Go Back   LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware
User Name
Password
Slackware This Forum is for the discussion of Slackware Linux.

Notices


Reply
  Search this Thread
Old 10-25-2019, 10:11 AM   #1
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Rep: Reputation: 131Reputation: 131
x11vnc crash - [xcb] Unknown sequence number while processing queue


I get this every 5-10 minutes, and x11vnc crashes and needs to be restarted.

[xcb] Unknown sequence number while processing queue
[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called
[xcb] Aborting, sorry about that.
x11vnc: xcb_io.c:260: poll_for_event: Assertion `!xcb_xlib_threads_sequence_lost' failed.
caught signal: 6
25/10/2019 08:00:07 deleted 120 tile_row polling images.
extra[1] signal: -1
XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0"
after 757003 requests (757003 known processed) with 0 events remaining.

Slackware current
x11vnc: 0.9.16

It's been doing this for several weeks, I don't really remember exactly when it started. Prior to this, it never crashed, and was rock solid. Now I can't go ten minutes without this happening. It's possible I updated something that broke this, but don't really know what.

I've tried the slackbuilds version, and I've compiled from scratch. Same result. A romp through google-land shows the error to not be uncommon, but no real fixes related to x11vnc.
 
Old 10-25-2019, 02:06 PM   #2
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Does 'ldd /path/to/x1vnc |grep found' throw up anything? If so, it's missing.

If not, I'd look at restricting cores used. Does anyone else have this problem? Have you googled it?
 
Old 10-25-2019, 04:38 PM   #3
upnort
Senior Member
 
Registered: Oct 2014
Distribution: Slackware
Posts: 1,893

Rep: Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161Reputation: 1161
Somewhat apples and oranges, but I'm using 0.9.14 on 14.2. Perhaps try version 0.9.14 and see what happens.

I autostart x11vnc with the following:

x11vnc -nevershared -forever -no6 -noipv6 -rfbport 5900 -rfbportv6 -1 -o .x11vnc
 
Old 10-26-2019, 02:15 PM   #4
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Original Poster
Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by business_kid View Post
Does 'ldd /path/to/x1vnc |grep found' throw up anything? If so, it's missing.

If not, I'd look at restricting cores used. Does anyone else have this problem? Have you googled it?
I did that already - long list of dependencies, and nothing missing.
 
Old 10-26-2019, 02:15 PM   #5
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Original Poster
Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by upnort View Post
Somewhat apples and oranges, but I'm using 0.9.14 on 14.2. Perhaps try version 0.9.14 and see what happens.

I autostart x11vnc with the following:

x11vnc -nevershared -forever -no6 -noipv6 -rfbport 5900 -rfbportv6 -1 -o .x11vnc
Good advice - I'll do that and report back in a few days...
 
Old 10-28-2019, 11:05 AM   #6
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Original Poster
Rep: Reputation: 131Reputation: 131
Quote:
Originally Posted by business_kid View Post
Does 'ldd /path/to/x1vnc |grep found' throw up anything? If so, it's missing.

If not, I'd look at restricting cores used. Does anyone else have this problem? Have you googled it?
I've searched and searched. While the error itself is not uncommon, I have not found anyone reporting it with respect to x11vnc. (lucky me).

I downgraded to 0.9.15 and it hasn't crashed yet (knock on wood). Maybe this is a problem specific to 0.9.16?
 
Old 11-04-2019, 09:48 AM   #7
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Original Poster
Rep: Reputation: 131Reputation: 131
So sadly this crash has persisted. I downgraded to 0.9.14, and it is still doing the same thing. I'm kinda at a loss here, this used to be 100% rock solid. I'm using Slackware-current, and I'm wondering if some update that was pushed in the last month or so is causing this? x11vnc itself doesn't seem to have changed, I've been using this version for a few years.
 
Old 11-05-2019, 02:28 AM   #8
business_kid
LQ Guru
 
Registered: Jan 2006
Location: Ireland
Distribution: Slackware, Slarm64 & Android
Posts: 16,292

Rep: Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322Reputation: 2322
Ok, next you run 'ldd /path/to/x11vnc'

Look at all those libs it throws up. It may beone of them that's causing the issue
 
Old 11-07-2019, 11:42 AM   #9
Ook
Member
 
Registered: Apr 2004
Location: Hell, Arizona (July - 118 degrees)
Distribution: Slackware 14.2 soon to be Slackware 15
Posts: 699

Original Poster
Rep: Reputation: 131Reputation: 131
Well somewhere along the line I finally realized I was using -threads. I changed that to -nothreads and the problem went away.

So the moral of the story - make sure that the problem isn't just something you stupidly did to yourself....

IDK if -threads should work or not, but for me it seems to be the cause of the problem.
 
  


Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
XCB crash while Video Rendering in multithreded application anuradhag.30 Red Hat 0 01-22-2015 04:45 PM
LXer: Breaking: Unknown and Stealth Turla Malware Infects Unknown Number of Linux Systems LXer Syndicated Linux News 0 12-09-2014 05:51 AM
x11vnc error: Only root will have read permission for the file, and so x11vnc must be yogesh_attarde Linux - Software 7 09-23-2014 06:30 AM
crash () { crash|crash& }; crash grob115 Linux - Security 6 05-07-2011 03:06 AM
Crash, Crash, Crash, Crash and You Guessed it Crash! little_penguin SUSE / openSUSE 8 07-04-2005 09:34 AM

LinuxQuestions.org > Forums > Linux Forums > Linux - Distributions > Slackware

All times are GMT -5. The time now is 03:55 PM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration