All of lore.kernel.org
 help / color / mirror / Atom feed
From: Tino Keitel <tino.keitel@tikei.de>
To: Jesse Barnes <jbarnes@virtuousgeek.org>
Cc: "Rafael J. Wysocki" <rjw@sisk.pl>,
	Linux Kernel Mailing List <linux-kernel@vger.kernel.org>,
	Kernel Testers List <kernel-testers@vger.kernel.org>,
	Maciej Rutecki <maciej.rutecki@gmail.com>
Subject: Re: [Bug #16207] Suspend and VT switch hangs since 2.6.34
Date: Mon, 12 Jul 2010 21:08:37 +0200	[thread overview]
Message-ID: <20100712190837.GA8278@mac.home> (raw)
In-Reply-To: <20100712092003.074ab8ee@virtuousgeek.org>

On Mon, Jul 12, 2010 at 09:20:03 -0700, Jesse Barnes wrote:
> On Sat, 10 Jul 2010 02:33:28 +0200 (CEST)
> "Rafael J. Wysocki" <rjw@sisk.pl> wrote:
> 
> > This message has been generated automatically as a part of a report
> > of regressions introduced between 2.6.33 and 2.6.34.
> > 
> > The following bug entry is on the current list of known regressions
> > introduced between 2.6.33 and 2.6.34.  Please verify if it still should
> > be listed and let the tracking team know (either way).
> > 
> > 
> > Bug-Entry	: http://bugzilla.kernel.org/show_bug.cgi?id=16207
> > Subject		: Suspend and VT switch hangs since 2.6.34
> > Submitter	: Tino Keitel <tino.keitel+xorg@tikei.de>
> > Date		: 2010-06-09 17:53 (31 days old)
> > Message-ID	: <20100609175356.GA17332@x61.home>
> > References	: http://marc.info/?l=linux-kernel&m=127610606214060&w=2
> 
> Two commits in the X server repo (1.8 branch commits shown) might help
> here:
> 
> commit	665aa7ce8645b50b888db32ebab4e192dbe00649
>   OS support: fix writeable client vs IgnoreClient behavior
> 
> commit	090d26723f7cdbb3aebfe212170b7f81c163dd7b
>   dixstruct: make ignoreCount change more ABI friendly
> 
> 2.6.34 introduced some new features, and X will test for them and use
> them if available.  However, the server's handling of clients was buggy
> with the new code, which could cause clients to hang after VT switch,
> waiting to be woken up.

If if matters, I saw such messages in the server log when the hang
happened:

[mi] EQ overflowing. The server is probably stuck in an infinite loop.

Backtrace:
0: /usr/bin/X (xorg_backtrace+0x28) [0x4ac648]
1: /usr/bin/X (mieqEnqueue+0x1f4) [0x4a1db4]
2: /usr/bin/X (xf86PostMotionEventP+0xc4) [0x464594]
3: /usr/lib/xorg/modules/input/evdev_drv.so (0x7f98a6913000+0x52ef)
[0x7f98a69182ef]
4: /usr/bin/X (0x400000+0x73557) [0x473557]
5: /usr/bin/X (0x400000+0x11a3b4) [0x51a3b4]
6: /lib/libpthread.so.0 (0x7f98aab39000+0xea60) [0x7f98aab47a60]
7: /lib/libc.so.6 (memcpy+0x15b) [0x7f98a96a894b]
8: /usr/lib/xorg/modules/libfb.so (fbBlt+0xfc) [0x7f98a7227ddc]
9: /usr/lib/xorg/modules/libfb.so (fbOddTile+0x16e) [0x7f98a723427e]
10: /usr/lib/xorg/modules/libfb.so (fbFill+0x402) [0x7f98a722b982]
11: /usr/lib/xorg/modules/libfb.so (fbPolyFillRect+0x1da)
[0x7f98a722bcda]
12: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f98a7643000+0x3fbd1)
[0x7f98a7682bd1]
13: /usr/lib/xorg/modules/drivers/intel_drv.so (0x7f98a7643000+0x39450)
[0x7f98a767c450]
14: /usr/bin/X (0x400000+0xdaffb) [0x4daffb]
15: /usr/bin/X (miPaintWindow+0x1aa) [0x452cea]
16: /usr/bin/X (miWindowExposures+0xc8) [0x453088]
17: /usr/bin/X (0x400000+0x11f1e7) [0x51f1e7]
18: /usr/bin/X (miHandleValidateExposures+0x2b) [0x56892b]
19: /usr/bin/X (0x400000+0x6b0c7) [0x46b0c7]
20: /usr/bin/X (xf86EnableDisableFBAccess+0x77) [0x46b177]
21: /usr/bin/X (0x400000+0x148660) [0x548660]
22: /usr/bin/X (xf86Wakeup+0x22a) [0x47397a]
23: /usr/bin/X (WakeupHandler+0x4b) [0x42adbb]
24: /usr/bin/X (WaitForSomething+0x1d5) [0x45eb45]
25: /usr/bin/X (0x400000+0x48a62) [0x448a62]
26: /usr/bin/X (0x400000+0x25c1a) [0x425c1a]
27: /lib/libc.so.6 (__libc_start_main+0xfd) [0x7f98a964aabd]
28: /usr/bin/X (0x400000+0x257c9) [0x4257c9]

I use Xserver 1.7.x, the one which is currently in Debian unstable.

Regards,
Tino

  reply	other threads:[~2010-07-12 19:08 UTC|newest]

Thread overview: 64+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2010-07-10  0:24 2.6.35-rc4-git4: Reported regressions 2.6.33 -> 2.6.34 Rafael J. Wysocki
2010-07-10  0:24 ` Rafael J. Wysocki
2010-07-10  0:25 ` [Bug #15664] Graphics hang and kernel backtrace when starting Azureus with Compiz enabled Rafael J. Wysocki
2010-07-10  0:25   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #15805] reiserfs locking Rafael J. Wysocki
2010-07-10  1:45   ` Frederic Weisbecker
2010-07-10  7:06     ` Ingo Molnar
2010-07-10  7:06       ` Ingo Molnar
2010-07-10 13:56       ` Frederic Weisbecker
2010-07-10 13:56         ` Frederic Weisbecker
2010-07-10 17:24       ` Linus Torvalds
2010-07-10 17:24         ` Linus Torvalds
2010-07-10  0:33 ` [Bug #15977] WARNING: at lib/dma-debug.c:866 check_for_stack Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #15673] 2.6.34-rc2: "ima_dec_counts: open/free imbalance"? Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  8:41   ` Thomas Meyer
2010-07-10 12:56     ` Rafael J. Wysocki
2010-07-10 12:56       ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #15862] 2.6.34-rc4/5: iwlagn unusable until reload Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #15912] Audio/video sync and crackling issues with snd-hda-intel (AD1981 codec) Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #15704] [r8169] WARNING: at net/sched/sch_generic.c Rafael J. Wysocki
2010-07-10  9:52   ` Sergey Senozhatsky
2010-07-10  9:52     ` Sergey Senozhatsky
2010-07-10 12:59     ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16007] x86/pci Oops with CONFIG_SND_HDA_INTEL Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16035] Incorrect initial resolution of (external) vga monitor with KMS Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16050] The ibmcam driver is not working Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16097] 2.6.34 on Samsung P460: reset after "Waiting for /dev to be fully populated" Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16137] Ooops in BTRFS in 2.6.34 / x86_64 when mounting subvolume by name Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16082] host panic on kernel 2.6.34 Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16170] Leadtek Winfast DTV Dongle (STK7700P based) is not working in 2.6.34 Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16158] winxp guest hangs after idle for ~30 minutes Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16139] wait_even_interruptible_timeout(), signal, spin_lock() = system hang Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16206] PROBLEM: PPP and other serial port related application hangs in kernel space Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16233] Fwd: [2.6.34] INFO: task rsync:20019 blocked for more than 120 seconds Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16207] Suspend and VT switch hangs since 2.6.34 Rafael J. Wysocki
2010-07-12 16:20   ` Jesse Barnes
2010-07-12 16:20     ` Jesse Barnes
2010-07-12 19:08     ` Tino Keitel [this message]
2010-07-10  0:33 ` [Bug #16300] [2.6.34 regression] mplayer gets out of sync due to problems with ALSA Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16270] Image is a hit-or-a-miss. Often displayed green+purple Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16348] kswapd continuously active when doing IO Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16320] iwl3945 crashes, seems to be disconnecting from the PCI bus Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16318] macbook pro 5,1 does not boot with acpi Rafael J. Wysocki
2010-07-10  0:33   ` Rafael J. Wysocki
2010-07-10  0:33 ` [Bug #16357] acpi-cpufreq fails to load (No such device) Rafael J. Wysocki
2010-07-10  3:06 ` 2.6.35-rc4-git4: Reported regressions 2.6.33 -> 2.6.34 Luis R. Rodriguez
2010-07-23 12:11 2.6.35-rc6: " Rafael J. Wysocki
2010-07-23 12:15 ` [Bug #16207] Suspend and VT switch hangs since 2.6.34 Rafael J. Wysocki
2010-07-23 17:33   ` Jesse Barnes
2010-07-23 17:33     ` Jesse Barnes
2010-07-23 17:50     ` Tino Keitel
2010-07-23 17:50       ` Tino Keitel
2010-07-23 17:57       ` Jesse Barnes
2010-07-23 17:57         ` Jesse Barnes

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20100712190837.GA8278@mac.home \
    --to=tino.keitel@tikei.de \
    --cc=jbarnes@virtuousgeek.org \
    --cc=kernel-testers@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=maciej.rutecki@gmail.com \
    --cc=rjw@sisk.pl \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.