Public bug reported:

While working on getting some tests running on dragonboard under ubuntu-
core, I managed to trigger a spontaneous reboot. I've stripped out just
the bit that hit the problem, it only takes a few seconds to hit the
bug. I run this as a normal user, no sudo:

#!/bin/sh
for i in `udevadm info --export-db | sed -n 's/^P: //p'`; do
 echo "P: $i"
 udevadm info --attribute-walk --path=/sys$i 2>/dev/null | sed -n 's/    
ATTR{\(.*\)}=="\(.*\)"/A: \1=\2/p'
 echo
done

ubuntu@localhost:~$ uname -a
Linux localhost.localdomain 4.4.0-1014-snapdragon #16-Ubuntu SMP Tue May 17 
19:12:00 UTC 2016 aarch64 aarch64 aarch64 GNU/Linux

** Affects: linux-snapdragon (Ubuntu)
     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/1591994

Title:
  crash/automatic reboot on dragonboard

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

-- 
ubuntu-bugs mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to