[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
apport information

** Tags added: apport-collected third-party-packages trusty

** Description changed:

  ## Reproduce steps
  1. Launch ibus-setup
  2. Change switch input method keybinding to ctrlshiftrelease
  3. Restart ibus
  
  ## Expected behavior
  ibus running normally with the new keybinding setuped.
  
  ## Current behavior
  ibus crashed right after restarting with
  ```
  traps: ibus-ui-gtk3[4182] trap int3 ip:7fb5db001d30 sp:7fffb2526670 error:0
  ```
  in kernel log
  
  ## Stacktrace
  `
  (gdb) run
  Starting program: /usr/lib/ibus/ibus-ui-gtk3
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  [New Thread 0x7fffedbad700 (LWP 6386)]
  [New Thread 0x7fffed3ac700 (LWP 6387)]
  [New Thread 0x7fffecbab700 (LWP 6389)]
  
  (ibus-ui-gtk3:6382): Gdk-ERROR **: The program 'ibus-ui-gtk3' received an X 
Window System error.
  This probably reflects a bug in the program.
  The error was 'BadValue (integer parameter out of range for operation)'.
    (Details: serial 647 error_code 2 request_code 131 (XInputExtension) 
minor_code 54)
    (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.)
  
  Program received signal SIGTRAP, Trace/breakpoint trap.
  g_logv (log_domain=0x7744c166 Gdk, log_level=G_LOG_LEVEL_ERROR, 
format=optimized out,
  args=args@entry=0x7fffd510) at 
/build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1046
  1046/build/buildd/glib2.0-2.42.0/./glib/gmessages.c: 沒有此一檔案或目錄.
  (gdb) bt
  #0  g_logv (log_domain=0x7744c166 Gdk, log_level=G_LOG_LEVEL_ERROR,
  format=optimized out, args=args@entry=0x7fffd510)
  at /build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1046
  #1  0x755f7f6f in g_log (log_domain=log_domain@entry=0x7744c166 
Gdk,
  log_level=log_level@entry=G_LOG_LEVEL_ERROR, 
format=format@entry=0x774681d7 %s)
  at /build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1079
  #2  0x7742397b in _gdk_x11_display_error_event 
(display=display@entry=0x687000,
  error=error@entry=0x7fffd6c0)
  at /build/buildd/gtk+3.0-3.12.2/./gdk/x11/gdkdisplay-x11.c:2536
  #3  0x7742c351 in gdk_x_error (xdisplay=0x6796e0, 
error=0x7fffd6c0)
  at /build/buildd/gtk+3.0-3.12.2/./gdk/x11/gdkmain-x11.c:302
  #4  0x767547ed in _XError (dpy=dpy@entry=0x6796e0, 
rep=rep@entry=0x80b970)
  at ../../src/XlibInt.c:1463
  #5  0x767517e7 in handle_error (dpy=dpy@entry=0x6796e0, err=0x80b970,
  in_XReply=in_XReply@entry=1) at ../../src/xcb_io.c:213
  #6  0x767528b1 in _XReply (dpy=dpy@entry=0x6796e0, 
rep=rep@entry=0x7fffd880,
  extra=extra@entry=0, discard=discard@entry=0) at ../../src/xcb_io.c:699
  #7  0x7651070d in _XIPassiveGrabDevice (dpy=0x6796e0, deviceid=1,
  grabtype=grabtype@entry=1, detail=optimized out, grab_window=157, 
cursor=cursor@entry=0,
  grab_mode=1, paired_device_mode=1, owner_events=1, mask=0x7fffd980, 
num_modifiers=8,
  modifiers_inout=0x80b9a0) at ../../src/XIPassiveGrab.c:88
  #8  0x7651086c in XIGrabKeycode (dpy=optimized out, 
deviceid=optimized out,
  keycode=optimized out, grab_window=optimized out, 
grab_mode=optimized out,
  paired_device_mode=optimized out, owner_events=1, mask=0x7fffd980, 
num_modifiers=8,
  modifiers_inout=0x80b9a0) at ../../src/XIPassiveGrab.c:130
  #9  0x0040dffe in ?? ()
  #10 0x00411385 in ?? ()
  #11 0x00412d66 in ?? ()
  #12 0x00408f5d in ?? ()
  #13 0x75bcf274 in emit_signal_instance_in_idle_cb 
(data=0x7fffe80088a0)
  at /build/buildd/glib2.0-2.42.0/./gio/gdbusconnection.c:3753
  #14 0x755f0b6d in g_main_dispatch (context=0x673e20)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3111
  #15 g_main_context_dispatch (context=context@entry=0x673e20)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3710
  #16 0x755f0f48 in g_main_context_iterate (context=0x673e20, 
block=block@entry=1,
  dispatch=dispatch@entry=1, self=optimized out)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3781
  #17 0x755f1272 in g_main_loop_run (loop=0x6c54d0)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3975
  #18 0x77844045 in gtk_main () at 
/build/buildd/gtk+3.0-3.12.2/./gtk/gtkmain.c:1192
  #19 0x0040945e in ?? ()
  #20 0x004097f8 in ?? ()
  #21 0x00408c30 in ?? ()
  #22 0x74fe5ec5 in __libc_start_main (main=0x408c20, argc=1, 
argv=0x7fffdd28,
  init=optimized out, fini=optimized out, rtld_fini=optimized out,
  stack_end=0x7fffdd18) at libc-start.c:287
  #23 0x00408c60 in ?? ()
  

[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
Oops, apport-collect on a wrong computer.

** Tags removed: apport-collected third-party-packages trusty

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391265

Title:
  ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in
  Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1391265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
** Bug watch added: IBus bugs #1748
   http://code.google.com/p/ibus/issues/detail?id=1748

** Also affects: ibus via
   http://code.google.com/p/ibus/issues/detail?id=1748
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391265

Title:
  ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in
  Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1391265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
** Attachment added: Generated file under /var/crash
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1391265/+attachment/4258416/+files/_usr_lib_ibus_ibus-ui-gtk3.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391265

Title:
  ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in
  Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1391265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
apport information

** Tags added: apport-collected

** Description changed:

  ## Reproduce steps
  1. Launch ibus-setup
  2. Change switch input method keybinding to ctrlshiftrelease
  3. Restart ibus
  
  ## Expected behavior
  ibus running normally with the new keybinding setuped.
  
  ## Current behavior
  ibus crashed right after restarting with
  ```
  traps: ibus-ui-gtk3[4182] trap int3 ip:7fb5db001d30 sp:7fffb2526670 error:0
  ```
  in kernel log
  
  ## Stacktrace
  `
  (gdb) run
  Starting program: /usr/lib/ibus/ibus-ui-gtk3
  [Thread debugging using libthread_db enabled]
  Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
  [New Thread 0x7fffedbad700 (LWP 6386)]
  [New Thread 0x7fffed3ac700 (LWP 6387)]
  [New Thread 0x7fffecbab700 (LWP 6389)]
  
  (ibus-ui-gtk3:6382): Gdk-ERROR **: The program 'ibus-ui-gtk3' received an X 
Window System error.
  This probably reflects a bug in the program.
  The error was 'BadValue (integer parameter out of range for operation)'.
    (Details: serial 647 error_code 2 request_code 131 (XInputExtension) 
minor_code 54)
    (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.)
  
  Program received signal SIGTRAP, Trace/breakpoint trap.
  g_logv (log_domain=0x7744c166 Gdk, log_level=G_LOG_LEVEL_ERROR, 
format=optimized out,
  args=args@entry=0x7fffd510) at 
/build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1046
  1046/build/buildd/glib2.0-2.42.0/./glib/gmessages.c: 沒有此一檔案或目錄.
  (gdb) bt
  #0  g_logv (log_domain=0x7744c166 Gdk, log_level=G_LOG_LEVEL_ERROR,
  format=optimized out, args=args@entry=0x7fffd510)
  at /build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1046
  #1  0x755f7f6f in g_log (log_domain=log_domain@entry=0x7744c166 
Gdk,
  log_level=log_level@entry=G_LOG_LEVEL_ERROR, 
format=format@entry=0x774681d7 %s)
  at /build/buildd/glib2.0-2.42.0/./glib/gmessages.c:1079
  #2  0x7742397b in _gdk_x11_display_error_event 
(display=display@entry=0x687000,
  error=error@entry=0x7fffd6c0)
  at /build/buildd/gtk+3.0-3.12.2/./gdk/x11/gdkdisplay-x11.c:2536
  #3  0x7742c351 in gdk_x_error (xdisplay=0x6796e0, 
error=0x7fffd6c0)
  at /build/buildd/gtk+3.0-3.12.2/./gdk/x11/gdkmain-x11.c:302
  #4  0x767547ed in _XError (dpy=dpy@entry=0x6796e0, 
rep=rep@entry=0x80b970)
  at ../../src/XlibInt.c:1463
  #5  0x767517e7 in handle_error (dpy=dpy@entry=0x6796e0, err=0x80b970,
  in_XReply=in_XReply@entry=1) at ../../src/xcb_io.c:213
  #6  0x767528b1 in _XReply (dpy=dpy@entry=0x6796e0, 
rep=rep@entry=0x7fffd880,
  extra=extra@entry=0, discard=discard@entry=0) at ../../src/xcb_io.c:699
  #7  0x7651070d in _XIPassiveGrabDevice (dpy=0x6796e0, deviceid=1,
  grabtype=grabtype@entry=1, detail=optimized out, grab_window=157, 
cursor=cursor@entry=0,
  grab_mode=1, paired_device_mode=1, owner_events=1, mask=0x7fffd980, 
num_modifiers=8,
  modifiers_inout=0x80b9a0) at ../../src/XIPassiveGrab.c:88
  #8  0x7651086c in XIGrabKeycode (dpy=optimized out, 
deviceid=optimized out,
  keycode=optimized out, grab_window=optimized out, 
grab_mode=optimized out,
  paired_device_mode=optimized out, owner_events=1, mask=0x7fffd980, 
num_modifiers=8,
  modifiers_inout=0x80b9a0) at ../../src/XIPassiveGrab.c:130
  #9  0x0040dffe in ?? ()
  #10 0x00411385 in ?? ()
  #11 0x00412d66 in ?? ()
  #12 0x00408f5d in ?? ()
  #13 0x75bcf274 in emit_signal_instance_in_idle_cb 
(data=0x7fffe80088a0)
  at /build/buildd/glib2.0-2.42.0/./gio/gdbusconnection.c:3753
  #14 0x755f0b6d in g_main_dispatch (context=0x673e20)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3111
  #15 g_main_context_dispatch (context=context@entry=0x673e20)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3710
  #16 0x755f0f48 in g_main_context_iterate (context=0x673e20, 
block=block@entry=1,
  dispatch=dispatch@entry=1, self=optimized out)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3781
  #17 0x755f1272 in g_main_loop_run (loop=0x6c54d0)
  at /build/buildd/glib2.0-2.42.0/./glib/gmain.c:3975
  #18 0x77844045 in gtk_main () at 
/build/buildd/gtk+3.0-3.12.2/./gtk/gtkmain.c:1192
  #19 0x0040945e in ?? ()
  #20 0x004097f8 in ?? ()
  #21 0x00408c30 in ?? ()
  #22 0x74fe5ec5 in __libc_start_main (main=0x408c20, argc=1, 
argv=0x7fffdd28,
  init=optimized out, fini=optimized out, rtld_fini=optimized out,
  stack_end=0x7fffdd18) at libc-start.c:287
  #23 0x00408c60 in ?? ()
  (gdb)
  `
  
  ## 

[Bug 1391265] Re: ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in Kubuntu 14.10

2014-11-11 Thread Vdragon
** Attachment added: .crash file after apport-retrace
   
https://bugs.launchpad.net/ubuntu/+source/ibus/+bug/1391265/+attachment/4258507/+files/_usr_lib_ibus_ibus-ui-gtk3.1000.crash

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1391265

Title:
  ibus-ui-gtk3 crashed with SIGTRAP right after changing keybinding in
  Kubuntu 14.10

To manage notifications about this bug go to:
https://bugs.launchpad.net/ibus/+bug/1391265/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs