Why included program causes xerror?
How to debug it?
Here is log from gdb:
Breakpoint 1, 0x08048e02 in fcm_x_error ()
(gdb) bt
#0 0x08048e02 in fcm_x_error ()
#1 0xb775d604 in _XError (dpy=0x8057900, rep=0xbfb35520) at XlibInt.c:2886
#2 0xb775bb63 in _XReply (dpy=0x8057900, rep=0xbfb35520, e
Dnia 2006-04-20 13:30, Użytkownik Faria, Sydney C napisał:
I used the following code to update a Pango string with no problems:
char *markup = g_strconcat(s1, standdata.Stand,
s2, standdata.Engine,
s3, standdata.jobnumber,
After 2-3 hours of running my application runs into gdk_x_error.
I'm using :
gtk+2.8.16, pango-1.12.0, glib-2.10.1, cairo-1.0.2, atk-1.11.3,
glibc-2.3.2, pthreads
compiled with gcc 3.3.4 (from scratchbox)
I found only one thing:
- removing call to gtk_label_set_markup inside timer funcion (set