Hello Everybody,

I have a GUI application that displays an RGB image whenever it receives a 
message from a seperate process. This is usually a couple of images of images 
per second. However when I let the program run continously for long periods of 
time( an hour + ) I receive the error:

Fatal IO error 105 ( No buffer space availabel ) on X server : 0.0

The program fills up an array of unsigned char and I then call 
gdk_draw_rgb_image() in the expose event callback everytime a new image is 
present. 

I'm at odds to be honest, everything I found on the internet refers to the use 
of TCP/IP or FTP which i'm not using at all. 

******************************************
The information contained in, or attached to, this e-mail, may contain 
confidential information and is intended solely for the use of the individual 
or entity to whom they are addressed and may be subject to legal privilege.  If 
you have received this e-mail in error you should notify the sender immediately 
by reply e-mail, delete the message from your system and notify your system 
manager.  Please do not copy it for any purpose, or disclose its contents to 
any other person.  The views or opinions presented in this e-mail are solely 
those of the author and do not necessarily represent those of the company.  The 
recipient should check this e-mail and any attachments for the presence of 
viruses.  The company accepts no liability for any damage caused, directly or 
indirectly, by any virus transmitted in this email.
******************************************
_______________________________________________
gtk-app-devel-list mailing list
gtk-app-devel-list@gnome.org
http://mail.gnome.org/mailman/listinfo/gtk-app-devel-list

Reply via email to