*** This bug is a duplicate of bug 1634496 ***
    https://bugs.launchpad.net/bugs/1634496

This is reproduceable on my QEMU instance:

13:16:59 DEBUG| [stdout] opcode PASSED
13:17:10 DEBUG| [stdout] open PASSED
13:17:20 DEBUG| [stdout] personality PASSED
13:17:30 DEBUG| [stdout] pipe PASSED
13:17:40 DEBUG| [stdout] poll PASSED

And we get:

[ 5361.167961] Kernel panic - not syncing: stack-protector: Kernel stack is 
corrupted in: ffffffff84f6b18e
[ 5361.167961] 
[ 5361.171800] CPU: 1 PID: 19248 Comm:  Tainted: G        W  OE   
4.8.0-26-generic #28-Ubuntu
[ 5361.173179] Hardware name: QEMU Standard PC (i440FX + PIIX, 1996), BIOS 
Ubuntu-1.8.2-1ubuntu2 04/01/2014
[ 5361.175119]  0000000000000086 0000000094818d37 ffff8b7b72acbc78 
ffffffff8502f5b2
[ 5361.176740]  0000000094f6b400 ffffffff85883520 ffff8b7b72acbd00 
ffffffff84d9e71c
[ 5361.178356]  ffff8b7b00000010 ffff8b7b72acbd10 ffff8b7b72acbca8 
0000000094818d37
[ 5361.179938] Call Trace:
[ 5361.180420]  [<ffffffff8502f5b2>] dump_stack+0x63/0x81
[ 5361.181401]  [<ffffffff84d9e71c>] panic+0xe4/0x226
[ 5361.182310]  [<ffffffff84f6b18e>] ? proc_keys_show+0x3ce/0x3d0
[ 5361.183487]  [<ffffffff84c82b89>] __stack_chk_fail+0x19/0x30
[ 5361.184478]  [<ffffffff84f6b18e>] proc_keys_show+0x3ce/0x3d0
[ 5361.185476]  [<ffffffff84f68690>] ? key_validate+0x50/0x50
[ 5361.187078]  [<ffffffff84f65d50>] ? key_default_cmp+0x20/0x20
[ 5361.188277]  [<ffffffff84e599f9>] seq_read+0x2e9/0x3c0
[ 5361.189303]  [<ffffffff84ea62e2>] proc_reg_read+0x42/0x70
[ 5361.190234]  [<ffffffff84e32428>] __vfs_read+0x18/0x40
[ 5361.190813]  [<ffffffff84e32b86>] vfs_read+0x96/0x130
[ 5361.191732]  [<ffffffff84e34065>] SyS_read+0x55/0xc0
[ 5361.192739]  [<ffffffff8549f076>] entry_SYSCALL_64_fastpath+0x1e/0xa8
[ 5361.194353] Kernel Offset: 0x3c00000 from 0xffffffff81000000 (relocation 
range: 0xffffffff80000000-0xffffffffbfffffff)
[ 5361.197761] ---[ end Kernel panic - not syncing: stack-protector: Kernel 
stack is corrupted in: ffffffff84f6b18e

This is because of bug 1634496.

-- 
You received this bug notification because you are a member of Kernel
Packages, which is subscribed to linux in Ubuntu.
https://bugs.launchpad.net/bugs/1634519

Title:
  linux autopkgtest: eternal hang/ BUG: soft lockup

Status in linux package in Ubuntu:
  Confirmed

Bug description:
  Following up to bug 1632252, tests still hang (but not due to the
  suspend issue any more). In a local QEMU run:

  $ autopkgtest --testname ubuntu-regression-suite linux -- qemu 
--ram-size=4096 -o /var/cache/martin /srv/vm/autopkgtest-yakkety-amd64.img
  [...]
  14:46:41 DEBUG| [stdout] Test icebp [Ok]
  14:46:41 DEBUG| [stdout] Test int 3 trap [Ok]
  14:46:41 DEBUG| [stdout] selftests: breakpoint_test [PASS]

  and since then (1 hour) it's hung. But now I still can log into ttyS0.
  dmesg is almost empty:

  [ 5501.499217] ata2.01: NODEV after polling detection
  [ 5501.500138] ata2.00: configured for MWDMA2

  (something in the test clears the ring buffer), and journalctl
  confirms that suspend/resume worked fine:

  Oct 18 14:47:11 autopkgtest kernel: PM: suspend of devices complete after 
65.273 msecs
  Oct 18 14:47:11 autopkgtest kernel: PM: late suspend of devices complete 
after 0.172 msecs
  Oct 18 14:47:11 autopkgtest kernel: PM: noirq suspend of devices complete 
after 1.963 msecs
  Oct 18 14:47:11 autopkgtest kernel: ACPI: Preparing to enter system sleep 
state S3
  Oct 18 14:47:11 autopkgtest kernel: PM: Saving platform NVS memory
  Oct 18 14:47:11 autopkgtest kernel: Disabling non-boot CPUs ...
  Oct 18 14:47:11 autopkgtest kernel: kvm-clock: cpu 0, msr 1:3fff4001, primary 
cpu clock, resume
  Oct 18 14:47:11 autopkgtest kernel: ACPI: Low-level resume complete
  Oct 18 14:47:11 autopkgtest kernel: PM: Restoring platform NVS memory
  Oct 18 14:47:11 autopkgtest kernel: ACPI: Waking up from system sleep state S3
  Oct 18 14:47:11 autopkgtest kernel: PM: noirq resume of devices complete 
after 6.973 msecs
  Oct 18 14:47:11 autopkgtest kernel: PM: early resume of devices complete 
after 0.105 msecs
  Oct 18 14:47:11 autopkgtest kernel: pci 0000:00:01.0: PIIX3: Enabling Passive 
Release
  Oct 18 14:47:11 autopkgtest kernel: rtc_cmos 00:00: System wakeup disabled by 
ACPI
  Oct 18 14:47:11 autopkgtest kernel: PM: resume of devices complete after 
8.898 msecs
  Oct 18 14:47:11 autopkgtest kernel: PM: Finishing wakeup.
  Oct 18 14:47:11 autopkgtest systemd[1]: Time has been changed
  Oct 18 14:47:11 autopkgtest systemd[1]: apt-daily.timer: Adding 10h 56min 
28.694439s random time.
  Oct 18 14:47:11 autopkgtest systemd[3986]: Time has been changed
  Oct 18 14:47:11 autopkgtest kernel: Restarting tasks ... done.
  Oct 18 14:47:11 autopkgtest sudo[30731]: pam_unix(sudo:session): session 
closed for user root
  Oct 18 14:47:11 autopkgtest kernel: ata2.01: NODEV after polling detection
  Oct 18 14:47:11 autopkgtest kernel: ata2.00: configured for MWDMA2

  But also, no messages beyond that (last message one hour ago).

  On the currently running amd64 yakkety test on the ifrastructure, the
  int trap bug fails:

  13:15:46 DEBUG| [stdout] Test icebp [Ok]
  13:15:46 DEBUG| [stdout] Test int 3 trap [Failed]
  13:15:46 DEBUG| [stdout] selftests: breakpoint_test [PASS]

  and then it's apparently hung at exactly the same problem. But unlike
  with local QEMU I cannot ssh in any more (Connection refused), and
  console-log shows trouble:

  autopkgtest login: [ 1927.192886] AppArmor: change_hat: Invalid input '^open'
  [ 1927.194060] AppArmor: change_hat: Invalid input '^'[ 1927.198501] 
AppArmor: change_hat: Invalid input, NULL hat and NULL magic
  [ 1927.203181] AppArmor: change_hat: Invalid input, NULL hat and NULL magic
  [ 1927.207249] AppArmor: change_hat: Invalid input '^open'AppArmor: 
change_hat: Invalid input '^'
  [ 1927.208826] AppArmor: change_hat: Invalid input '^'[[0;32m  OK  [0m] 
Stopped target Graphical Interface.
  [[0;32m  OK  [0m] Stopped target Multi-User System.
           Stopping OpenBSD Secure Shell server...
           Stopping autopkgtest root shell on ttyS1...
  [ 2909.360975] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 2937.360965] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 2941.368025] INFO: rcu_sched self-detected stall on CPU
  [ 2941.368095]  3-...: (1 GPs behind) idle=ea7/2/0 softirq=544443/544443 
fqs=6600 
  [ 2941.368095]   (t=15000 jiffies g=205236 c=205235 q=134637)
  [ 2969.360984] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 2997.360987] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 3021.796060] INFO: task systemd:1 blocked for more than 120 seconds.
  [ 3021.797626]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797627] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3021.797727] INFO: task systemd-journal:285 blocked for more than 120 
seconds.
  [ 3021.797728]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797728] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3021.797772] INFO: task kworker/1:2:303 blocked for more than 120 seconds.
  [ 3021.797772]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797773] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3021.797814] INFO: task kworker/2:2:350 blocked for more than 120 seconds.
  [ 3021.797815]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797815] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3021.797853] INFO: task acpid:659 blocked for more than 120 seconds.
  [ 3021.797853]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797854] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3021.797940] INFO: task (exim4):31259 blocked for more than 120 seconds.
  [ 3021.797941]       Tainted: G        W  OEL  4.8.0-25-generic #27-Ubuntu
  [ 3021.797941] "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables 
this message.
  [ 3025.361006] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 3053.360962] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 3081.360962] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]
  [ 3109.360971] NMI watchdog: BUG: soft lockup - CPU#3 stuck for 22s! 
[swapper/3:0]

  ... and a couple of similar repetitions.

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

-- 
Mailing list: https://launchpad.net/~kernel-packages
Post to     : kernel-packages@lists.launchpad.net
Unsubscribe : https://launchpad.net/~kernel-packages
More help   : https://help.launchpad.net/ListHelp

Reply via email to