Skip to content
This repository has been archived by the owner on Nov 11, 2018. It is now read-only.

X window system error on ubuntu 12.10 #117

Closed
dhasenan opened this issue Jul 11, 2013 · 3 comments
Closed

X window system error on ubuntu 12.10 #117

dhasenan opened this issue Jul 11, 2013 · 3 comments

Comments

@dhasenan
Copy link

$ finalterm
Gtk-Message: Failed to load module "overlay-scrollbar"

(finalterm:24985): Gdk-ERROR **: The program 'finalterm' received an X Window System error.
This probably reflects a bug in the program.
The error was 'BadRequest (invalid request code or no such operation)'.
(Details: serial 144 error_code 1 request_code 154 minor_code 19)
(Note to programmers: normally, X errors are reported asynchronously;
that is, you will receive the error a while after causing it.
To debug your program, run it with the GDK_SYNCHRONIZE environment
variable to change this behavior. You can then get a meaningful
backtrace from your debugger if you break on the gdk_x_error() function.)
fish: Job 1, “finalterm ” terminated by signal SIGTRAP (Trace or breakpoint trap)

Working on getting a stacktrace.

@dhasenan
Copy link
Author

Looks like a bad version of clutter in 12.10:

0x00007ffff572ac7f in g_logv () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007ffff572ae42 in g_log () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007ffff68cd07d in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
0x00007ffff68d7e41 in ?? () from /usr/lib/x86_64-linux-gnu/libgdk-3.so.0
0x00007ffff416f3d6 in _XError () from /usr/lib/x86_64-linux-gnu/libX11.so.6
0x00007ffff416c661 in ?? () from /usr/lib/x86_64-linux-gnu/libX11.so.6
0x00007ffff416d3a9 in _XReply () from /usr/lib/x86_64-linux-gnu/libX11.so.6
0x00007fffeb80a166 in ?? () from /usr/lib/fglrx/libGL.so.1
0x00007fffeb7e4deb in ?? () from /usr/lib/fglrx/libGL.so.1
0x00007fffeb7dda7a in glXQueryVersion () from /usr/lib/fglrx/libGL.so.1
0x00007ffff4ef291e in ?? () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
0x00007ffff4eb2212 in cogl_renderer_connect () from /usr/lib/x86_64-linux-gnu/libcogl.so.9
0x00007ffff764c998 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x00007ffff7665913 in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x00007ffff76780ba in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x00007ffff76785cb in ?? () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x00007ffff572efc7 in g_option_context_parse () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
0x00007ffff7678312 in clutter_init () from /usr/lib/x86_64-linux-gnu/libclutter-1.0.so.0
0x000000000041235f in final_term_main (args=0x7fffffffe208, args_length1=1) at /home/dhasenan/src/finalterm/src/FinalTerm.vala:315
0x00000000004133f1 in main (argc=1, argv=0x7fffffffe208) at /home/dhasenan/src/finalterm/src/FinalTerm.vala:311

And FinalTerm.vala:315 is just Clutter.init().

@p-e-w
Copy link
Owner

p-e-w commented Jul 11, 2013

That's weird. Everything works for me in 12.10...

@p-e-w
Copy link
Owner

p-e-w commented Jul 12, 2013

@dhasenan: I've taken the liberty of editing your comment above because the numbers #XX were creating references to the first 20 issues (GitHub does that). Unfortunately, this did not remove those links :(

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants