-
Notifications
You must be signed in to change notification settings - Fork 179
X window system error on ubuntu 12.10 #117
Comments
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 And FinalTerm.vala:315 is just Clutter.init(). |
That's weird. Everything works for me in 12.10... |
@dhasenan: I've taken the liberty of editing your comment above because the numbers |
$ 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.
The text was updated successfully, but these errors were encountered: