[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2018-12-15 Thread Bug Watch Updater
** Changed in: xorg-server
   Status: Confirmed => Unknown

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/930936/+subscriptions

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

[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2015-06-17 Thread Rolf Leggewie
lucid has seen the end of its life and is no longer receiving any
updates. Marking the lucid task for this ticket as Won't Fix.

** Changed in: xorg-server (Ubuntu Lucid)
   Status: Triaged = Won't Fix

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2013-02-10 Thread Bug Watch Updater
Launchpad has imported 4 comments from the remote bug at
https://bugs.freedesktop.org/show_bug.cgi?id=24181.

If you reply to an imported comment from within Launchpad, your comment
will be sent to the remote bug automatically. Read more about
Launchpad's inter-bugtracker facilities at
https://help.launchpad.net/InterBugTracking.


On 2009-09-27T01:54:09+00:00 Martin Jansa wrote:

Hello,

on armv4t (neo freerunner) we're using xorg from git master and 1.7
branch. There is reproducible segfault in miPointerUpdateSprite()

Not sure where exactly, because first it occured in
miDCRestoreUnderCursor(), so commented this function out and tested
again and it occured in miDCSaveUnderCursor(), so I commented this one
too and it occured in miDCPutUpCursor().

With all miPointerUpdateSprite() calls commented out it works good (just
cursor background isn't redrawn).

Another workaround is to run Xorg with -nocursor.

Easiest way to reproduce this is run terminal (vala-terminal) and on
screen keyboard (illume-keyboard) and type wery quickly. Maybe its
because every key-press is highlighted with key drawn slightly above
keyboard, so we're redrawing the same part of screen twice (for cursor-
left redraw and key updown - maybe some concurrency).

Maybe the problem lives in DDX driver for SMedia Glamo graphics
http://git.openmoko.org/?p=xf86-video-glamo.git;a=summary

   1.
  Program received signal SIGSEGV, Segmentation fault.
   2.
  [Switching to Thread 0x4001edc0 (LWP 1701)]
   3.
  0x0013c9b4 in miDCRestoreUnderCursor ()
   4.
  Current language:  auto; currently asm
   5.
  (gdb) back
   6.
  #0  0x0013c9b4 in miDCRestoreUnderCursor ()
   7.
  #1  0x00160780 in miSpriteRemoveCursor ()
   8.
  #2  0x00160934 in miSpriteSetCursor ()
   9.
  #3  0x00160a40 in miSpriteMoveCursor ()
  10.
  #4  0x00056ad4 in miPointerUpdateSprite ()
  11.
  #5  0x0009da28 in ProcXTestFakeInput ()
  12.
  #6  0x0004fc58 in Dispatch ()
  13.
  #7  0x000216a8 in main ()
  14.
   
  15.
  /* now i commented miDCRestoreUnderCursor out from Xorg */
  16.
   
  17.
  Program received signal SIGSEGV, Segmentation fault.
  18.
  [Switching to Thread 0x4001edc0 (LWP 2175)]
  19.
  0x0013c8e4 in miDCSaveUnderCursor ()
  20.
  Current language:  auto; currently asm
  21.
  (gdb) back
  22.
  #0  0x0013c8e4 in miDCSaveUnderCursor ()
  23.
  #1  0x001602d4 in miSpriteSaveUnderCursor ()
  24.
  #2  0x0016078c in miSpriteSetCursor ()
  25.
  #3  0x001608e0 in miSpriteMoveCursor ()
  26.
  #4  0x00056ad4 in miPointerUpdateSprite ()
  27.
  #5  0x0009da28 in ProcXTestFakeInput ()
  28.
  #6  0x0004fc58 in Dispatch ()
  29.
  #7  0x000216a8 in main ()
  30.
   
  31.
  /* now i commented miDCSaveUnderCursor out from Xorg */
  32.
   
  33.
  Program received signal SIGSEGV, Segmentation fault.
  34.
  [Switching to Thread 0x4001edc0 (LWP 2306)]
  35.
  0x0013d500 in miDCPutUpCursor ()
  36.
  Current language:  auto; currently asm
  37.
  (gdb) back
  38.
  #0  0x0013d500 in miDCPutUpCursor ()
  39.
  #1  0x0015ffc8 in miSpriteRestoreCursor ()
  40.
  #2  0x00160734 in miSpriteMoveCursor ()
  41.
  #3  0x00056ad4 in miPointerUpdateSprite ()
  42.
  #4  0x0009da20 in ProcXTestFakeInput ()
  43.
  #5  0x0004fc58 in Dispatch ()
  44.
  #6  0x000216a8 in main ()
  45.
   
  46.
  /* It works ok when I removed every miPointerUpdateSprite call, or when 
Xorg is executed with -nocursor */
  47.
   
  48.
  /* better backtrace */
  49.
   
  50.
  Program received signal SIGSEGV, Segmentation fault.
  51.
  [Switching to Thread 0x404da000 (LWP 1748)]
  52.
  0x00232d34 in miDCSaveUnderCursor (pDev=0x32f728, pScreen=0x2c2a80, 
x=304, y=509, w=32, h=32) at midispcur.c:536
  53.
  536 midispcur.c: No such file or directory.
  54.
  in midispcur.c
  55.
  (gdb) break
  56.
  Breakpoint 1 at 0x232d34: file midispcur.c, line 536.
  57.
  (gdb) back
  58.
  #0  0x00232d34 in miDCSaveUnderCursor (pDev=0x32f728, pScreen=0x2c2a80, 
x=304, y=509, w=32, h=32) at midispcur.c:536
  59.
  #1  0x00270588 in miSpriteSaveUnderCursor (pDev=0x32f728, 
pScreen=0x2c2a80) at misprite.c:1039
  60.
  #2  0x0026fe20 in miSpriteSetCursor (pDev=0x32f728, pScreen=0x2c2a80, 
pCursor=0x335dd0, x=319, y=524) at misprite.c:902
  61.
  #3  0x0026ff74 in miSpriteMoveCursor (pDev=0x32f728, pScreen=0x2c2a80, 
x=319, y=524) at misprite.c:922
  62.
  #4  0x00082420 in miPointerUpdateSprite (pDev=0x32f728) at mipointer.c:428
  63.
  #5  0x00103d60 in ProcXTestFakeInput (client=0x453cd8) at xtest.c:454
  64.
  #6  0x00103ec0 in ProcXTestDispatch (client=0x453cd8) at xtest.c:487
  65.
  #7  0x0006e0a4 in Dispatch () at dispatch.c:445
  66.
  #8  0x000218c0 in main 

[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2013-02-07 Thread Bryce Harrington
** Bug watch added: freedesktop.org Bugzilla #24181
   https://bugs.freedesktop.org/show_bug.cgi?id=24181

** Also affects: xorg-server via
   https://bugs.freedesktop.org/show_bug.cgi?id=24181
   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/930936

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2013-01-06 Thread Adolfo Jayme Barrientos
** Changed in: xorg-server (Ubuntu Lucid)
   Status: Fix Committed = Triaged

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-12-03 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.10.4-1ubuntu4.3

---
xorg-server (2:1.10.4-1ubuntu4.3) oneiric-proposed; urgency=low

  * debian/patches/227_null_ptr_midispcur.patch:
- Check for NULL pointer before dereferencing pointer from
  miGetDCDevice.  Fixes crash after connecting a bluetooth keyboard.
  (LP: #930936)
 -- Bryce Harrington br...@ubuntu.com   Thu, 17 May 2012 19:20:08 -0700

** Changed in: xorg-server (Ubuntu Oneiric)
   Status: Fix Committed = Fix Released

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-12-03 Thread todaioan
** Changed in: xorg-server (Ubuntu Lucid)
   Status: Triaged = Fix Committed

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-11-30 Thread Brian Murray
** Tags removed: verification-needed
** Tags added: verification-done

** Tags removed: removal-candidate

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-11-21 Thread Dmitry
Yesterday I install xserver from oneiric-proposed. Don't know do this
correct or not, but bluetooth keyboard work without crash xserver.

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-11-20 Thread Dmitry
You a crazy!
Look at patch. It add only:
if (!pBuffer)
   return FALSE;

I don't how to install -proposed, it's too difficult.

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-09-14 Thread Bryce Harrington
@Dmitry, continue crashing - do you have Xorg from oneiric-proposed
installed?  Post your /var/log/Xorg.0.log.old from after a crash.

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-09-05 Thread Bryce Harrington
Given this has been in -proposed for several months now without apparent
incident, can we push it out?

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-09-05 Thread Steve Langasek
Do we know that anyone is using the oneiric-proposed X server at all?

Silence is not a very confidence-inspiring metric.

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-09-05 Thread Dmitry
Continue crashing

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-05-23 Thread Clint Byrum
Hello Xorg devs!

It would appear that this fix was already released for precise, as of
2:1.11.4-0ubuntu10.1 the message shows:

  [ Bryce Harrington ]
  * Enable 227_null_ptr_midispcur.patch to apply

That version was included in Quantal, so this is all Fix Released for
precise and quantal. Just wanted to clarify that before accepting into
oneiric-proposed.

** Changed in: xorg-server (Ubuntu Precise)
   Status: Fix Committed = Fix Released

** Changed in: xorg-server (Ubuntu)
   Status: Fix Committed = Fix Released

** Tags added: verification-needed

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-05-23 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/oneiric-proposed/xorg-server

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-05-17 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu Oneiric)
   Status: Triaged = Fix Committed

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-04-19 Thread Chase Douglas
It looks like this wasn't actually enabled in the 1.11.4-0ubuntu8
package:

http://anonscm.debian.org/gitweb/?p=pkg-xorg/xserver/xorg-
server.git;a=commitdiff;h=d8e24bf6634b0ef80a21ac1d1b13412d88aa7800;hp=3a70935e497c908419a2704e699e615d148718d3

This has been fixed in this packaging commit, and will be applied for
1.11.4-0ubuntu11:

http://anonscm.debian.org/gitweb/?p=pkg-xorg/xserver/xorg-
server.git;a=commitdiff;h=5042d16f315953b76dc59a6d8063638a42f23b18;hp=362e84eae058b86a7a67b8993d0a1a2b57fac9a1

** Changed in: xorg-server (Ubuntu Precise)
   Status: Fix Released = Fix Committed

** Description changed:

+ SRU Criteria
+ 
+ [Impact]
+ The X server may crash after connecting a bluetooth keyboard.
+ 
+ [Development Fix]
+ The Q series is not open for development yet.
+ 
+ [Stable Fix]
+ Please see the attached patch midispcur.c.patch.
+ 
+ [Test Case]
+ Connect a bluetooth keyboard and use it for five minutes. Check if X server 
has crashed.
+ 
+ [Regression Potential]
+ Low. The patch merely short circuits code that may dereference a NULL 
pointer. It is possible that this causes a further issue, but such an issue is 
likely to be at worst just as bad as without this fix.
+ 
+ Original Bug Report
+ ===
  X crashes after connect bluetooth keyboard.
  With bluetooth mouse everything ok, crash only when i connect keyboard.
  
  After connecting the keyboard works and i can use it. Failure occurs in
  the interval between 30 seconds and 5 minutes after connecting. It does
  not depend on whether I'm typing on a keyboard or not.
  
  On Ubuntu Lucid same error
  
  ProblemType: Bug
  DistroRelease: Ubuntu 11.10
  Package: xserver-xorg 1:7.6+7ubuntu7.1
  ProcVersionSignature: Ubuntu 3.0.0-15.26-generic 3.0.13
  Uname: Linux 3.0.0-15-generic i686
  NonfreeKernelModules: nvidia
  ApportVersion: 1.23-0ubuntu4
  Architecture: i386
  Date: Sun Feb 12 16:08:39 2012
  InstallationMedia: Ubuntu 11.10 Oneiric - Build i386 LIVE Binary 
20120208-10:12
  ProcEnviron:
   PATH=(custom, no user)
   LANG=en_US.UTF-8
   SHELL=/bin/bash
  SourcePackage: xorg
  UpgradeStatus: No upgrade log present (probably fresh install)

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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

[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-04-16 Thread Timo Aaltonen
please send the patch upstream, see
http://www.x.org/wiki/Development/Documentation/SubmittingPatches

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-03-29 Thread Launchpad Bug Tracker
This bug was fixed in the package xorg-server - 2:1.11.4-0ubuntu8

---
xorg-server (2:1.11.4-0ubuntu8) precise; urgency=low

  [ Chase Douglas ]
  * Fix crash at startup due to input option abi break (LP: #931397)
- Revert two commits from upstream 1.12 input stack

  [ Bryce Harrington ]
  * debian/patches/227_null_ptr_midispcur.patch:
- Check for NULL pointer before dereferencing pointer from
  miGetDCDevice.  Fixes crash after connecting a bluetooth keyboard.
  (LP: #930936)

  [ Chase Douglas ]
  * Fix mouse warping and clipping (LP: #948938)
- Add temporary patch 503_fix_mouse_warp.patch
  * Implement passive touch ungrab (LP: #968726)
- Add temporary patch 503_implement_passive_touch_ungrab.patch
  * Bump lintian standards to 3.9.3
 -- Chase Douglas chase.doug...@ubuntu.com   Thu, 29 Mar 2012 18:09:19 -0700

** Changed in: xorg-server (Ubuntu Precise)
   Status: Fix Committed = Fix Released

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-03-29 Thread Launchpad Bug Tracker
** Branch linked: lp:ubuntu/xorg-server

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-03-29 Thread Dmitry
Thank you for release fix, but how about Ubuntu Oneiric? I use
XBMCbuntu, it based on Ubuntu Oneiric. :-/

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-03-27 Thread Bryce Harrington
** Tags added: precise

** Also affects: xorg-server (Ubuntu Lucid)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Oneiric)
   Importance: Undecided
   Status: New

** Also affects: xorg-server (Ubuntu Precise)
   Importance: Undecided
   Status: New

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-03-27 Thread Bryce Harrington
** Changed in: xorg-server (Ubuntu Precise)
   Status: New = Fix Committed

** Changed in: xorg-server (Ubuntu Oneiric)
   Status: New = Triaged

** Changed in: xorg-server (Ubuntu Lucid)
   Status: New = Triaged

** Changed in: xorg-server (Ubuntu Lucid)
   Importance: Undecided = High

** Changed in: xorg-server (Ubuntu Precise)
   Importance: Undecided = High

** Changed in: xorg-server (Ubuntu Oneiric)
   Importance: Undecided = High

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-02-16 Thread Ubuntu Foundation's Bug Bot
The attachment midispcur.c.patch of this bug report has been
identified as being a patch.  The ubuntu-reviewers team has been
subscribed to the bug report so that they can review the patch.  In the
event that this is in fact not a patch you can resolve this situation by
removing the tag 'patch' from the bug report and editing the attachment
so that it is not flagged as a patch.  Additionally, if you are member
of the ubuntu-reviewers team please also unsubscribe the team from this
bug report.

[This is an automated message performed by a Launchpad user owned by
Brian Murray.  Please contact him regarding any issues with the action
taken in this bug report.]

** Tags added: patch

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-02-15 Thread Dmitry
** Patch added: midispcur.c.patch
   
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+attachment/2744396/+files/midispcur.c.patch

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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


[Bug 930936] Re: Xorg crashes after connect bluetooth keyboard

2012-02-14 Thread Dmitry
** Summary changed:

- X crashes after connect bluetooth keyboard
+ Xorg crashes after connect bluetooth keyboard

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

Title:
  Xorg crashes after connect bluetooth keyboard

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/930936/+subscriptions

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