I was having to symlink cursor.pcf.gz -> olcursor.pcf.gz, for reasons
that I don't entirely remember now. Removed that and reinstalled all my
xfonts-* packages for good measure, and everything is fine now.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs ma
thank for the update, we had no real idea on the bug since you were the
only one apparently having that issue for the moment. I'm closing the
bug since that's not a distribution one. By curiosity what was the hack?
It might point a probably that could be fixed anyway
** Changed in: evolution (Ubun
Ok, seems this one was my fault. An Edgy upgrade in July caused X
startup to fail because it couldn't find the cursor font, so I had to do
a little hackery at the time to make it work. Now that I've removed the
hack, everything seems to work again...
--
X Windows error when running 2.7.4
https:
Nah, I'm just using the human pointer theme. Switching to redglass or
whiteglass gives the same error.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
http://bugzilla.gnome.org/show_bug.cgi?id=335267 has a partly matching
stacktrace.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
random try, do you use a custom mouse pointer theme, does changing the
pointer theme makes a difference?
** Bug 54648 has been marked a duplicate of this bug
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://
Here you go:
Thread 1 (Thread 805596496 (LWP 10657)):
#0 gdk_x_error (display=0x1005f590, error=0x7fd3816c) at gdkmain-x11.c:599
#1 0x0fd1d574 in bonobo_x_error_handler (display=0x1005f590, error=0x7fd3816c)
at bonobo-ui-main.c:58
#2 0x0e593644 in _XError (dpy=0x1005f590, rep=0x7fd38240)
Can you get another backtrace with libx11-6-dbg installed? Subscribing X
Swat.
** Changed in: evolution (Ubuntu)
Status: Fix Released => Needs Info
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lis
Getting a backtrace today, dunno why it didn't work before:
#0 gdk_x_error (display=0x1005f000, error=0x7fb682bc) at gdkmain-x11.c:607
#1 0x0fd1d674 in bonobo_ui_gtk_module_info_get ()
from /usr/lib/libbonoboui-2.so.0
#2 0x0e5e7644 in _XError () from /usr/lib/libX11.so.6
#3 0x0e5e9cd8 in _X
Yeah, sorry, forgot to say: Powerbook G4, ATI Mobility Radeon 9700 ,
using the radeon driver with X.org 7.1.1 (latest edgy packages).
I'm sure I saw it with at least one other app as well, but I forget
which one now. I'm inclined to agree this might be an X.org bug, as I
get the same error when
Does it happen only for evolution and glade? What videocard and video
driver do you use ? It would be really weird it that's an application
bug, I would rather blame GTK,cairo or xorg
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@l
I take it back... after restarting X, evolution won't start again :/
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Thanks for following up. Closing the bug. Can you file a separate bug
for glade?
** Changed in: evolution (Ubuntu)
Status: Needs Info => Fix Released
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://li
Latest edgy update has fixed this problem for evolution-- it now runs
fine. (The update included evolution and xorg packages though, so still
not clear which was at fault). Glade-2 still gives the X error, though.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu
Yep, synaptic shows libglib2.0-0-dbg as installed.
A quick "tail -f" suggests nothing is written to either Xorg.*.log or
.xsession-errors when the error occurs, either, and I don't see any
other related errors elsewhere in the logs.
--
X Windows error when running 2.7.4
https://launchpad.net/bug
Did you have libglib2.0-0-dbg installed when trying to get the
backtrace?
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Anything interesting in /var/log/Xorg.*.log or .xsession-errors? Might
be interesting to look into KDE bugs to see if it happens there as well.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com
(Er sorry, not X.org... I guess something in the GNOME 2.15.x stack is a
more likely suspect)
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
Actually, I've now noticed one or two other apps doing this as well
(glade-2 being one of them), so I guess this ought to be reassigned to
X.org.
--
X Windows error when running 2.7.4
https://launchpad.net/bugs/52657
--
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.c
Hmm, not useful I'm afraid, guess I'm missing something else...?
(gdb) break gdk_x_error
Function "gdk_x_error" not defined.
Make breakpoint pending on future shared library load? (y or [n]) y
Breakpoint 1 (gdk_x_error) pending.
(gdb) run --sync
Starting program: /usr/bin/evolution --sync
[Thread
Thanks for your work. Can you get a backtrace following these steps:
gdb evolution
...
(gdb) break gdk_x_error
(gdb) run --sync
...
(gdb) thread apply all bt
and paste the output here? It might help, if evolution-dbg is installed.
** Changed in: evolution (Ubuntu)
Importance: Untriaged => Medi
21 matches
Mail list logo