Re: [gtk-list] GTK 1.1.9 problem



>>>>> "Ron" == Ron L Smith <hunter@thuntek.net> writes:

    Ron> Since I upgraded to glib 1.1.9 and gtk+ 1.1.9, I have a
    Ron> couple of problems:

    Ron> 1) Most apps compile fine, however, when executed, I get this
    Ron>    message:
    Ron>     Gdk-ERROR **: an x io error occurred aborting...  IOT
    Ron>     trap/Abort

    Ron>    Then, of course, the app dies (most compiled against 1.1.9
    Ron>    do this).
Hi Ron,

I got this error too. On my machine the problem was the pthread
library that is now (glib-1.1.9) linked with every application:

ldd wmakerconf:
        libpthread.so.0 => /lib/libpthread.so.0 (0x402fc000)
        libc.so.5 => /lib/libc.so.5 (0x40308000)

My system is a SuSE5.3, with the following (broken?) pthread library:

Name: lthreads                    Distribution: S.u.S.E. Linux 5.2 (i386)
Version: 0.5                               Vendor: S.u.S.E. GmbH, Fuerth, Germany
Release: 9                             Build Date: Thu Mar 05 01:41:39 1998
Install date: Wed May 13 13:42:56 1998      Build Host: Lagrange.fs100.suse.de
Group:                               Source RPM: lthreads-0.5-9.src.rpm
Size: 173533                           License: 1996 Xavier Leroy
Packager: feedback@suse.de
Summary: Linuxthreads - POSIX 1003.1c kernel threads for Linux
Description:
This is a release (BETA) of LinuxThreads, a BiCapitalized
implementation of the Posix 1003.1c "pthread" interface for Linux.

Solution: configure glib-1.1.9 with --disable-threads, and then
rebuild gtk+-1.1.9.

Regards,

Ullrich
-- 
Ullrich Hafner <hafner@bigfoot.de>, http://www.bigfoot.com/~uhafner



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]