discuss-gnustep
[Top][All Lists]
Advanced

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

Re: Trouble running the cairo backend


From: TMC
Subject: Re: Trouble running the cairo backend
Date: Fri, 8 Feb 2008 22:35:53 -0800 (PST)


Adam Fedor-5 wrote:
> 
> This might not actually be the right place where the error comes  
> from. With X, errrors don't get reported right away. The way to fix  
> this is to run the program like this:
> 
> 
> run --GNU-Debug=XSynchronize
> 
> to force the Xserver to make all the calls as soon as they are  
> requested.
> 
OK... the result seems unhelpful.
--Tycho Martin Clendenny

tycho@ticky:~$ debugapp GWorkspace
GNU gdb 6.6-debian
Copyright (C) 2006 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for details.
This GDB was configured as "i486-linux-gnu"...
Using host libthread_db library "/lib/tls/i686/cmov/libthread_db.so.1".
(gdb) b XGErrorHandler
Function "XGErrorHandler" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y

Breakpoint 1 (XGErrorHandler) pending.
(gdb) run --GNU-Debug=XSynchronize
Starting program:
/home/tycho/GNUstep/System/Applications/GWorkspace.app/GWorkspace
--GNU-Debug=XSynchronize
[Thread debugging using libthread_db enabled]
[New Thread -1221892432 (LWP 6990)]
Breakpoint 2 at 0xb709ad7c: file XGServerEvent.m, line 125.
Pending breakpoint "XGErrorHandler" resolved
[Switching to Thread -1221892432 (LWP 6990)]

Breakpoint 2, XGErrorHandler (display=0x829d378, err=0xbf886968)
    at XGServerEvent.m:125
125     XGServerEvent.m: No such file or directory.
        in XGServerEvent.m
(gdb) backtrace
#0  XGErrorHandler (display=0x829d378, err=0xbf886968) at
XGServerEvent.m:125
#1  0xb6ea6bfa in _XError () from /usr/lib/libX11.so.6
#2  0xb6ea86c4 in _XReply () from /usr/lib/libX11.so.6
#3  0xb6ea25da in XSync () from /usr/lib/libX11.so.6
#4  0xb6ea2755 in ?? () from /usr/lib/libX11.so.6
#5  0x0829d378 in ?? ()
#6  0x00000000 in ?? ()
(gdb) quit
The program is running.  Exit anyway? (y or n) y
tycho@ticky:~$ 
-- 
View this message in context: 
http://www.nabble.com/Trouble-running-the-cairo-backend-tp12477270p15369082.html
Sent from the GNUstep - General mailing list archive at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]