xerror + resurce problem with gtk_label_set_markup

2006-05-16 Thread Wojciech Kromer
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

Re: Howto really debug gdk_x_error?

2006-04-21 Thread Wojciech Kromer
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,

Howto really debug gdk_x_error?

2006-04-19 Thread Wojciech Kromer
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