Home > fatal io > fatal io error

Fatal Io Error

Contents

KarlP Member From: Vorderstoder, AUSTRIA Registered: 2015-01-01 Posts: 27 fatal IO error 11 on xio fatal io error 11 (resource temporarily unavailable) X server-Crashes Since two months I have noticed X xio fatal io error 11 vnc Server Crashes happening occasionally. After such a crash the login screen is appearing again.So gnome-session fatal io error 11 I have searched through journalctl for the string 'fatal IO error 11'. The latest occasion was:journalctl --since=2015-08-01 | grep 'Aug 06 01:48' Aug

Java: Fatal Io Error 11

06 01:48:08 evo063 org.a11y.atspi.Registry[445]: XIO: fatal IO error 11 (Resource temporarily unavailable) on X server ":0" Aug 06 01:48:10 evo063 org.a11y.atspi.Registry[445]: after 337 requests (337 known processed) with 0 events remaining. Aug 06 01:48:08 evo063 polkitd[402]: Unregistered Authentication Agent for unix-session:c1 (system bus name :1.7, object path xio fatal io error 11 ubuntu /org/freedesktop/PolicyKit1/AuthenticationAgent, locale de_AT.UTF-8) (disconnected from bus) Aug 06 01:48:11 evo063 org.a11y.Bus[365]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Aug 06 01:48:11 evo063 acpid[300]: client 330[0:0] has disconnected Aug 06 01:48:11 evo063 acpid[300]: client 330[0:0] has disconnected Aug 06 01:48:11 evo063 acpid[300]: client connected from 1238[0:0] Aug 06 01:48:11 evo063 acpid[300]: 1 client rule loaded Aug 06 01:48:11 evo063 org.gtk.vfs.Daemon[365]: A connection to the bus can't be made Aug 06 01:48:11 evo063 org.gtk.Private.UDisks2VolumeMonitor[365]: g_dbus_connection_real_closed: Remote peer vanished with error: Underlying GIOStream returned 0 bytes on an async read (g-io-error-quark, 0). Exiting. Aug 06 01:48:11 evo063 org.gtk.Private.AfcVolumeMonitor[365]: g_dbus_connection_real_closed: Remote peer vanished with error: Fehler beim Senden der Nachricht: Datenübergabe unterbrochen (broken pipe) (g-io-error-quark, 44). Exiting. Aug 06 01:48:11 evo063 acpid[300]: client connected from 1238[0:0] Aug 06 01:48:11 evo063 acpid[300]:

here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business org.a11y.atspi.registry xio fatal io error 11 Learn more about hiring developers or posting ads with us Stack Overflow Questions Jobs Documentation

Gnome-settings-daemon Fatal Io Error 11

Tags Users Badges Ask Question x Dismiss Join the Stack Overflow Community Stack Overflow is a community of 4.7 million programmers, just

[xcb] Most Likely This Is A Multi-threaded Client And Xinitthreads Has Not Been Called

like you, helping each other. Join them; it only takes a minute: Sign up How to combat “Fatal IO error 11 (Resource temporarily unavailable) on X server” in multithreaded gtkmm application? up vote 5 down vote favorite 1 https://bbs.archlinux.org/viewtopic.php?id=200797 I am attempting to write a gtkmm application that uses C++11 multithreading. However, i keep running into Fatal IO error 11 (Resource temporarily unavailable) on X server error. I have several Gtk::Image objects on my window. Each one is in its own Gtk::EventBox and periodically i have to change the image. To do that i have created a class that holds the event box for the specific block, and it has a function that removes http://stackoverflow.com/questions/31366963/how-to-combat-fatal-io-error-11-resource-temporarily-unavailable-on-x-server the previous image, generates the new one and places it there. Here's a block of code: while (lock_flag.test_and_set()) {} // std::atomic_flag lock // ... std::cerr << 1; eventBox->foreach( [eb = this->eventBox](Gtk::Widget& w) { eb->Gtk::Container::remove(w); } ); std::cerr << 2; eventBox->add(*im); std::cerr << 3; eventBox->show_all_children(); std::cerr << 4; // ... lock_flag.clear(); When error 11 occurs some of the numbers do not get printed to std::cerr, but where the problem happens is different each time (i have recently observed it crashing after 12 and after 123). Thus i come to the conclusion that the resource that is being used somewhere is not the image, but the eventBox. But after initialisation of the program it is not accessed anywhere outside of this function, and this function is wrapped with the std::atomic_flag lock. Questions: What can be a reason for such behaviour? Can i ensure that it doesn't happen? Or can i catch this error and expect to recover from it? Edits: I have attempted I tried to change from using std::thread to Glib::Threads::Thread, but to no avail, still getting the same error. Having read this i have attempted to add GDK_SYNCHRONIZE to environment, this has generated [xcb] Unknown request in queue while dequeuing/[xcb] Most likely this is a multi-threaded client and XInitThreads has not been called error. This lead me to this post, after which

+0200 (MET DST) cc: kollar@stc.net Sender: owner-siag@edu.stockholm.se Larry Kollar reports the following: http://siag.nu/pub/siag/archive/msg00171.html 8<------ SIAG 3.1.12 compiled up fine under MkLinux, with warnings. But when I tried to run any of the applications, http://askubuntu.com/questions/152476/ubuntu-session-crashes-gdk-warning-gnome-session-fatal-io-error-11 it would immediately die with: XIO: fatal IO error 0 (Unknown error) on X server ":0.0" after 0 requests (0 known fatal io processed) with 0 events remaining. 8<------ This is great news. ;-) Not because it doesn't work, but because the problem manifests itself on a platform I have access to so I can reproduce it. The normal configuration and installation procedure, i.e. ./configure;make;make fatal io error install produces a binary linked with pthreads. It exhibits the problem as described. This however: rm config.cache ./configure --without-python make make install produces a binary which is *not* linked with pthreads (or Python, of course). And it works. So the workaround for anyone experiencing this problem is to configure without Python. 3.1.13 will have Python disabled by default; to turn it on, use configure --with-python. I hope this solution works for Suse Linux as well. Ulric Follow-Ups: Re: Fatal IO error problem solved! From: Alexander Kotelnikov Prev by Date: Re: 3.1.12 is imminent Next by Date: Re: Fatal IO error problem solved! Prev by thread: Re: 3.1.12 and some questions. Next by thread: Re: Fatal IO error problem solved! Index(es): Date Thread

communities company blog Stack Exchange Inbox Reputation and Badges sign up log in tour help Tour Start here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss the workings and policies of this site About Us Learn more about Stack Overflow the company Business Learn more about hiring developers or posting ads with us Ask Ubuntu Questions Tags Users Badges Unanswered Ask Question _ Ask Ubuntu is a question and answer site for Ubuntu users and developers. Join them; it only takes a minute: Sign up Here's how it works: Anybody can ask a question Anybody can answer The best answers are voted up and rise to the top Ubuntu session crashes: Gdk-WARNING: gnome-session: Fatal IO error 11 up vote 1 down vote favorite 1 This happens on an Acer 7535 notebook with an AMD Athlon 64 X2 cpu and ATI radeon HD3200 graphics, Ubuntu 12.40 64-bit. Every now and then, the unity 2D session crashes and the user is sent to the login screen. It seems to happen frequently when restarting firefox. These are two parts of the syslog I found related to the crash: Jun 18 12:30:53 Aspire-7535 kernel: [ 4794.917287] [fglrx] IRQ 18 Disabled Jun 18 12:30:53 Aspire-7535 gnome-session[3086]: Gdk-WARNING: gnome-session: Fatal IO error 11 (Ressource temporairement non disponible) on X server :0.#012 Jun 18 12:30:53 Aspire-7535 kernel: [ 4795.002229] show_signal_msg: 36 callbacks suppressed Jun 18 12:30:53 Aspire-7535 kernel: [ 4795.002235] firefox[8721]: segfault at c ip 00007f5ca6f50cc0 sp 00007fff28fc3ec8 error 4 in libxcb-glx.so.0.0.0[7f5ca6f43000+15000] Jun 18 12:30:53 Aspire-7535 acpid: client 2890[0:0] has disconnected Jun 18 12:30:53 Aspire-7535 acpid: client connected from 8737[0:0] Jun 18 12:30:53 Aspire-7535 acpid: 1 client rule loaded Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.481828] [fglrx] GART Table is not in FRAME_BUFFER range Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.482280] [fglrx] Could not enable MSI; System prevented initialization Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.483242] [fglrx] Firegl kernel thread PID: 8740 Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.483544] [fglrx] Firegl kernel thread PID: 8741 Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.483707] [fglrx] Firegl kernel thread PID: 8742 Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.484101] [fglrx] IRQ 18 Enabled Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.746103] [fglrx] Gart USWC size:1156 M. Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.746108] [fglrx] Gart cacheable size:458 M. Jun 18 12:30:54 Aspire-7535 kernel: [ 4795.746114] [fglrx] Reserved FB block: Shared offset:0, si

 

Related content

anaconda fatal io error 104

Anaconda Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Startx Fatal Io Error a li ul td tr tbody table p For Printing -XML -Clone This Bug -Last Comment First Last Prev Next This relatedl bug is not in your last search results Bug - xio fatal io error Graphic Installer Fails XIO fatal IO error Summary Graphic Installer Fails XIO p h id Startx Fatal Io Error p fatal IO error Status CLOSED CANTFIX Aliases None Product Fedora Classification Fedora Component anaconda Show other bugs Sub fatal io error

cygwin x fatal io error 104

Cygwin X Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Xio Fatal Io Error connection Reset By Peer On X Server a li ul td tr tbody table p error Connection reset by peer on X server To cygwin-xfree at sources dot redhat relatedl dot com Subject RE fatal IO error p h id Xio Fatal Io Error connection Reset By Peer On X Server p Connection reset by peer on X server From Phillip startx fatal io error R Pfaffman ppfaffman at bigsandy dot com Date Tue May -

fatal error 104 ubuntu

Fatal Error Ubuntu table id toc tbody tr td div id toctitle Contents div ul li a href Startx Fatal Io Error a li li a href Fatal Io Error resource Temporarily Unavailable a li ul td tr tbody table p Search Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie XIO Fatal IO Error after installing my first distro Ubuntu User Name Remember Me relatedl Password Linux - Newbie This Linux forum is for members that are ubuntu grub install fatal error new to Linux Just starting out and

fatal io error 104 failed to initialize core devices

Fatal Io Error Failed To Initialize Core Devices p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie X won't start Fatal server error failed to initialize core devices User relatedl Name Remember Me Password Linux - Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our

fatal io error 104 vmware

Fatal Io Error Vmware p Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Software XIO fatal IO error Connection reset relatedl by peer on X server -- WITH STEPS User Name Remember Me Password Linux - Software This forum is for Software issues Having a problem installing a new program Want to know which application is best for the job Post your question in this forum Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have

fatal io error 73 connection reset by peer

Fatal Io Error Connection Reset By Peer p Us Disclaimer Copyright Privacy Policy Downloads Archive Man Pages Networking Unix and Linux network configuration Multiple network interfaces relatedl Bridged NICs High-availability network configurations Applications Reviews of latest Unix and Linux software Helpful tips for application support admins Automating application support Data Disk partitioning filesystems directories and files Volume management logical volumes HA filesystems Backups and disaster recovery Monitoring Distributed server monitoring Server performance and capacity planning Monitoring applications network status and user activity Commands Shells Cool Unix shell commands and options Command-line tools and application Things every Unix sysadmin needs to

fatal io error 0

Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Java Fatal Io Error a li ul td tr tbody table p here for a quick overview of the site Help Center Detailed answers to any questions you might have Meta Discuss relatedl the workings and policies of this site About Us Learn fatal io error resource temporarily unavailable more about Stack Overflow the company Business Learn more about hiring developers or gnome-session fatal io error posting ads with us Stack Overflow Questions Jobs Documentation Tags Users Badges Ask Question x Dismiss

fatal io error 104 connection reset by peer

Fatal Io Error Connection Reset By Peer p Common F Bugs Common F Bugs Communicate with Fedora The Documents Bug Reports Fedora Update System Bodhi Fedora Build System Koji Official Spins FedoraForum org Fedora Using Fedora fatal IO error connection reset relatedl by peer on X server FedoraForum Search td User Name Remember Me Password Forgot Password Join Us Register All Albums FAQ Today's Posts Search Using Fedora General support for current versions Ask questions about Fedora that do not belong in any other forum Google Search FedoraForum Search Red Hat Bugzilla Search br Search Forums Show Threads Show Posts

fatal io error 146

Fatal Io Error p known simply as Solaris is a Unix-based operating system introduced by Sun Microsystems The Solaris OS is now owned by Oracle Search Forums relatedl Show Threads Show Posts Tag Search Advanced Search Unanswered Threads Find All Thanked Posts Go to Page tr linux operating commands and unix operating commands Problem with GUI login on Ultra Solaris a td Page of tr table Thread Tools Search this Thread Display Modes - - goose Registered User Join Date Nov Last Activity April PM EDT Location Colorado Posts Thanks Thanked Time in Post Problem with GUI login on Ultra

fatal io error 146 connection refused

Fatal Io Error Connection Refused p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help relatedl Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange Questions X Server cannot be started in Solaris Want to Advertise Here Solved X Server cannot be started in Solaris Posted on - - Unix OS Verified Solution Comments

fatal io error 104

Fatal Io Error p Wiki Search Tutorials Articles Search HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Desktop XIO fatal IO error relatedl User Name Remember Me Password Linux - Desktop This forum is for the discussion of all Linux Software used in a desktop context Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you will have the ability to post topics receive our newsletter use the advanced search subscribe to threads and access many other special features

fatal io error 14 bad address

Fatal Io Error Bad Address p tips relatedl solutions from a community of IT Pros Developers It's quick easy Fatal Error in C P n a kennethlou Hi I am writing a program in C The following error message appears XIO fatal IO error Bad address on X server after requests known processed with events remaining Segmentation fault I am using linux - Gnome Desktop version and run my program in the terminal Do you know what is going on Many thanks Kenneth May ' Post Reply Share this Question Replies P n a Roberto Waltman ke yahoo com hk

fatal io error 104 on x server 0.0

Fatal Io Error On X Server p Common F Bugs Common F Bugs Communicate with Fedora The Documents Bug Reports Fedora Update System Bodhi Fedora Build System Koji Official Spins FedoraForum org Fedora Hardware Laptops XIO fatal relatedl IO error Connection reset by peer on X server FedoraForum Search td User Name Remember Me Password Forgot Password Join Us Register All Albums FAQ Today's Posts Search Hardware Laptops Help with your hardware including laptop issues Google Search FedoraForum Search Red Hat Bugzilla Search br Search Forums Show Threads Show Posts Tag Search Advanced Search Go to Page Thread Tools Search

fatal io error 131

Fatal Io Error p SystemXshell OverviewKey FeaturesSpecificationSystem RequirementsScreenshotUpdate HistoryXftp OverviewKey FeaturesSpecificationSystem RequirementsScreenshotUpdate HistoryXlpd OverviewKey FeaturesSpecificationSystem RequirementsScreenshotUpdate HistoryDownloadProduct DownloadLatest ProductsPrevious ProductsFont DownloadFree LicenseSalesLicense ServiceSoftware LicenseUpgradeCampus relatedl LicenseMaintenance ServicePrice ListOnline QuoteOnline StoreLicensesMaintenanceSales FAQHow to BuyResellersWorldwide ResellersReseller StoreSupportXmanagerForumTutorialFAQKnowledge BaseTotal SearchXshellForumTutorialFAQKnowledge BaseExtra FilesTotal SearchXftpForumTutorialTotal SearchXlpdForumTutorialFAQTotal SearchSupport RequestCustomer ServiceAboutAbout NetSarangCustomers by IndustryContact Print This Page SupportXmanagerForumTutorialFAQKnowledge BaseTotal SearchXshellForumTutorialFAQKnowledge BaseExtra FilesTotal SearchXftpForumTutorialTotal SearchXlpdForumTutorialFAQTotal SearchSupport RequestCustomer Service Home Support Xmanager Xmanager Forum Sudden Disconnection Last post Wednesday February PM by Support reply ReplyNew Article Tuesday April PM - AC Sudden Disconnection Modify Delete Dear Experts I experienced sudden disconnection from the Xmanager client many times since last

fatal io error 32

Fatal Io Error p xntpd clnt dg create out of memoryNext XView warning Cannot load font set 'string' Font Package xterm fatal IO error Broken Pipe or KillClient on X server string Cause This error means that xterm has lost its connection to the X server The represents the display device which is usually the console This message can appear when a user is running xterm and the X server disappears or the client is shut down Data loss is possible if applications were killed before saving files Action Try to run the terminal emulator again in a few minutes

fatal io error 54

Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Gnome-session Fatal Io Error a li li a href Xio Fatal Io Error Ubuntu a li ul td tr tbody table p looks like the local X applicationusing the SFU X libraries always wants to relatedl make a winsockconnection to the X server i e fatal io error resource temporarily unavailable Hummingbird's Exceed Is there a way to make a local connection with p h id Gnome-session Fatal Io Error p SFUwithout going though the network I having a complex network and

fatal io error 32 broken pipe

Fatal Io Error Broken Pipe p xntpd clnt dg create out of memoryNext XView warning Cannot load font set 'string' Font Package xterm fatal IO error Broken Pipe or KillClient on X server string Cause This error means that xterm has lost its connection to the X server The represents the display device which is usually the console This message can appear when a user is running xterm and the X server disappears or the client is shut down Data loss is possible if applications were killed before saving files Action Try to run the terminal emulator again in a

fatal io error 104 linux

Fatal Io Error Linux p Common F Bugs Common F Bugs Communicate with Fedora The Documents Bug Reports Fedora Update System Bodhi Fedora Build System Koji Official Spins FedoraForum org Fedora Using Fedora fatal relatedl IO error connection reset by peer on X server FedoraForum Search td User Name Remember Me Password Forgot Password Join Us Register All Albums FAQ Today's Posts Search Using Fedora General support for current versions Ask questions about Fedora that do not belong in any other forum Google Search FedoraForum Search Red Hat Bugzilla Search br Search Forums Show Threads Show Posts Tag Search Advanced

fatal io error 11

Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Gnome-session Fatal Io Error a li ul td tr tbody table p KarlP Member From Vorderstoder AUSTRIA Registered - - Posts fatal IO error on X server-Crashes Since relatedl two months I have noticed X Server Crashes happening xio fatal io error vnc occasionally After such a crash the login screen is appearing again So p h id Gnome-session Fatal Io Error p I have searched through journalctl for the string 'fatal IO error ' The latest occasion was journalctl --since -

fatal io error 11 on x server

Fatal Io Error On X Server table id toc tbody tr td div id toctitle Contents div ul li a href Xio Fatal Io Error Ubuntu a li ul td tr tbody table p Get Kubuntu Get Xubuntu Get Lubuntu Get UbuntuStudio Get Mythbuntu Get Edubuntu Get relatedl Ubuntu-GNOME Get UbuntuKylin Ubuntu Code of Conduct Ubuntu Wiki gnome-session fatal io error Community Wiki Other Support Launchpad Answers Ubuntu IRC Support AskUbuntu Official Documentation xio fatal io error vnc User Documentation Social Media Facebook Twitter Useful Links Distrowatch Bugs Ubuntu PPAs Ubuntu Web Upd Ubuntu OMG java fatal io error Ubuntu

fatal io error 104 could not open default font fixed

Fatal Io Error Could Not Open Default Font Fixed p Red Hat Certificate System Red Hat Satellite Subscription Asset Manager Red Hat Update Infrastructure Red Hat Insights relatedl Ansible Tower by Red Hat Cloud Computing Back Red Hat CloudForms Red Hat OpenStack Platform Red Hat Cloud Infrastructure Red Hat Cloud Suite Red Hat OpenShift Container Platform Red Hat OpenShift Online Red Hat OpenShift Dedicated Storage Back Red Hat Gluster Storage Red Hat Ceph Storage JBoss Development and Management Back Red Hat JBoss Enterprise Application Platform Red Hat JBoss Data Grid Red Hat JBoss Web Server Red Hat JBoss Portal Red

fatal io error 146 connection refused on x server

Fatal Io Error Connection Refused On X Server p for Help Receive Real-Time Help Create a Freelance Project Hire for a Full relatedl Time Job Ways to Get Help Ask a Question Ask for Help Receive Real-Time Help Create a Freelance Project Hire for a Full Time Job Ways to Get Help Expand Search Submit Close Search Login Join Today Products BackProducts Gigs Live Careers Vendor Services Groups Website Testing Store Headlines Experts Exchange Questions X Server cannot be started in Solaris Want to Advertise Here Solved X Server cannot be started in Solaris Posted on - - Unix OS

fatal io error 104 on x server

Fatal Io Error On X Server p HCL Search Reviews Search ISOs Go to Page LinuxQuestions org Forums Linux Forums Linux - Newbie XIO fatal IO error Connection reset by peer on X Server User Name relatedl Remember Me Password Linux - Newbie This Linux forum is for members that are new to Linux Just starting out and have a question If it is not in the man pages or the how-to's this is the place Notices Welcome to LinuxQuestions org a friendly and active Linux Community You are currently viewing LQ as a guest By joining our community you

gnome-session fatal io error 35

Gnome-session Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Gnome-session Fatal Io Error a li li a href Java Fatal Io Error a li li a href Xio Fatal Io Error Ubuntu a li ul td tr tbody table p This bug affects people Affects Status Importance relatedl Assigned to Milestone gnome-session Ubuntu p h id Gnome-session Fatal Io Error p Edit Expired Medium Unassigned Edit You need to log fatal io error resource temporarily unavailable in to change this bug's status Affecting gnome-session Ubuntu Filed here by Jordan Bradley

nm-applet fatal io error 11

Nm-applet Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Gnome-session Fatal Io Error a li li a href Java Fatal Io Error a li ul td tr tbody table p yum update now my desktop is crashing constantly relatedl when using Firefox Issues related to hardware problems xio fatal io error resource temporarily unavailable Post Reply Print view Search Advanced search posts bull p h id Gnome-session Fatal Io Error p Page of Rocksockdoc Posts Joined SOLVED Ran yum update now xio fatal io error vnc my desktop is crashing

polkit-gnome-authentication-agent-1 fatal io error 11

Polkit-gnome-authentication-agent- Fatal Io Error table id toc tbody tr td div id toctitle Contents div ul li a href Xio Fatal Io Error Vnc a li li a href Xio Fatal Io Error Ubuntu a li ul td tr tbody table p KarlP Member From Vorderstoder AUSTRIA Registered - - Posts fatal IO error on relatedl X server-Crashes Since two months I have noticed gnome-session fatal io error X Server Crashes happening occasionally After such a crash the login java fatal io error screen is appearing again So I have searched through journalctl for the string 'fatal IO error '