I don't understand, this bug fixed only in natty and later releases?
I have same error then connect bluetooth keyboard in ubuntu 10.04.3 lucid
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in Ubuntu.
https://bugs.launchpad.net/bugs
** Changed in: xorg-server
Importance: Unknown => Medium
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launchpad.net/bugs/597895
Title:
X crashes on key press
__
** Changed in: xorg-server
Status: Unknown => Fix Released
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launchpad.net/bugs/597895
Title:
X crashes on key press
** Branch linked: lp:ubuntu/xorg-server
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launchpad.net/bugs/597895
Title:
X crashes on key press
___
Mailing list:
Right, built fine. Uploading.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launchpad.net/bugs/597895
Title:
X crashes on key press
___
Mailing list: https://l
This bug was fixed in the package xorg-server - 2:1.9.0.902-1ubuntu3
---
xorg-server (2:1.9.0.902-1ubuntu3) natty; urgency=low
* Add 207_dga_master_device.patch: Cherrypick from upstream xserver git
to fix crash with a bluetooth keyboard when using XBMC full screen.
(LP: #59
Patch added to git, testing build and then will upload.
** Changed in: xorg-server (Ubuntu Natty)
Importance: Undecided => Medium
** Changed in: xorg-server (Ubuntu Natty)
Status: Incomplete => Fix Committed
** Changed in: xorg-server (Ubuntu Natty)
Assignee: (unassigned) => Bryce
The one remaining patch, master_device.patch, is present in the xserver
git tree, but not in natty's xserver. I'll go ahead and backport that,
and I *think* that should be sufficient to close this bug report.
--
You received this bug notification because you are a member of Ubuntu-X,
which is su
I've verified the changes for these two patches are already present in natty's
xserver:
* 0001-xfree86-Check-for-existance-of-button-class-before-d.patch
* 0001-xfree86-dga-needs-to-use-the-master-keyboard-state-2.patch
--
You received this bug notification because you are a member of Ubuntu
Alright, since there's issues with that one, would you mind handling
that as a separate bug? For this bug report we'll focus on the crash
fixes since that seems to be the thrust of the original bug report.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subsc
dix_dont_create_core_motion_events_for_non_xy_valuators.diff doesn't fix
any crashes, it just prevents the mouse pointer moving when the battery
voltage on my keyboard changes.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu
The fourth patch:
dix_dont_create_core_motion_events_for_non_xy_valuators.diff caused
quite a few regressions when it was introduced as well as made the test
suite which is run at build time fail.
https://bugs.freedesktop.org/show_bug.cgi?id=30267
** Bug watch added: freedesktop.org Bugzilla #302
** Also affects: xorg-server (Ubuntu Natty)
Importance: Undecided
Status: Incomplete
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launchpad.net/bugs/597895
Title:
X crashes on key press
___
These patches I got from peter:
0001-xfree86-Check-for-existance-of-button-class-before-d.patch
master_device.patch
dix_dont_create_core_motion_events_for_non_xy_valuators.diff
I talked with him on irc a while back, I'm bobo1on1 from XBMC, he probably
remembers me (he emailed me master_device.pat
Bob: have you given those patches for Peter to review?
** Changed in: xorg-server (Ubuntu)
Importance: High => Undecided
** Changed in: xorg-server (Ubuntu)
Status: Triaged => Incomplete
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to
thank you for your work on the issue, you listed several patches are all
those in upstream git now and required to fix your bug?
** Also affects: xorg-server via
http://bugs.freedesktop.org/show_bug.cgi?id=27573
Importance: Unknown
Status: Unknown
** Changed in: xorg-server (Ubuntu)
This patch prevents the mousepointer from moving on an input device with
a "misc" axis, in other words an input device with an axis that has no
specified direction.
** Patch added: "dix_dont_create_core_motion_events_for_non_xy_valuators.diff"
https://bugs.launchpad.net/ubuntu/+source/xorg-ser
This patch prevents my second crash.
** Patch added: "master_device.patch"
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/597895/+attachment/1760881/+files/master_device.patch
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-
Jack Deslippe, if you follow https://wiki.ubuntu.com/DebuggingXorg you
can make a backtrace with debug symbols, which is far more useful to the
developers.
--
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
https://bugs.launch
For further info, it also occurs on XBMC when full screen. Here is the
backtrace I get from my xorg log
Backtrace:
[ 10271.990] 0: /usr/bin/X (xorg_backtrace+0x3b) [0x80e82fb]
[ 10271.990] 1: /usr/bin/X (0x8048000+0x5da8d) [0x80a5a8d]
[ 10271.990] 2: (vdso) (__kernel_rt_sigreturn+0x0) [0x91640c]
[
I have a similar problem with the d-link boxee remote when I try to use
Boxee full screen. Whenever I press a button on the remote, X segfaults
and dies.
This is in Ubuntu 10.10 (32 bit). I get a backtrace very similar to the
one reported in the first post. Did anyone find a solution to this?
And now it crashes differently.
The very friendly Xorg developer is working on it.
** Attachment added: "gdb.txt"
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/597895/+attachment/1516280/+files/gdb.txt
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received
A very friendly Xorg developer made a patch for my issue, apparently my
bluetooth keyboard exposes 4 axes but no buttons.
The first axis is the battery voltage, when that goes down the keyboard sends
an axis event, causing Xorg to dereference a NULL pointer on the button.
I don't know for sure i
Spoke too soon, yesterday it ran stable for over 3 hours but today it
crashed twice again.
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
_
** Tags added: patch
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
___
Mailing list: https://launchpad.net/~ubuntu
This patch is from http://bugs.freedesktop.org/show_bug.cgi?id=27573
It seems to have fixed it.
** Bug watch added: freedesktop.org Bugzilla #27573
http://bugs.freedesktop.org/show_bug.cgi?id=27573
** Patch added:
"0001-xfree86-dga-needs-to-use-the-master-keyboard-state-2.patch"
https://b
I disconnected my bluetooth keyboard, and now it doesn't seem to crash anymore.
It's interesting that xorg crashes in DGAProcessPointerEvent, even with the
mouse disconnected.
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received this bug notification because you are a me
** Attachment added: "Xorg.0.log.old"
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/597895/+attachment/1498443/+files/Xorg.0.log.old
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received this bug notification because you are a member of Ubuntu-X,
which is
I have similar crashes when running XBMC fullscreen, I don't have a ps3 remote.
The crashes seem to happen at random times.
** Attachment added: "gdb.txt"
https://bugs.launchpad.net/ubuntu/+source/xorg-server/+bug/597895/+attachment/1498442/+files/gdb.txt
--
X crashes on key press
https://bu
** Tags added: crash
** Changed in: xorg-server (Ubuntu)
Status: New => Confirmed
--
X crashes on key press
https://bugs.launchpad.net/bugs/597895
You received this bug notification because you are a member of Ubuntu-X,
which is subscribed to xorg-server in ubuntu.
__
** Attachment added: "BootDmesg.txt"
http://launchpadlibrarian.net/50822055/BootDmesg.txt
** Attachment added: "CurrentDmesg.txt"
http://launchpadlibrarian.net/50822056/CurrentDmesg.txt
** Attachment added: "Dependencies.txt"
http://launchpadlibrarian.net/50822057/Dependencies.txt
** A
31 matches
Mail list logo