#9865 BLOC 1.5-sof: Laptop hangs on resume
Zarro Boogs per Child
bugtracker at laptop.org
Tue Dec 29 08:49:50 EST 2009
#9865: Laptop hangs on resume
--------------------------------+-------------------------------------------
Reporter: wad | Owner: dsaxena
Type: defect | Status: new
Priority: blocker | Milestone: 1.5-software-later
Component: kernel | Version: 1.5-B2
Resolution: | Keywords: blocker? XO-1.5 suspend resume
Next_action: diagnose | Verified: 0
Deployment_affected: | Blockedby:
Blocking: |
--------------------------------+-------------------------------------------
Comment(by pgf):
testing with the following loop:
{{{
#!/bin/sh
set -x
while :
do
rtcwake -s 5 -m mem
done &
rloop=$!
while :
do
sleep 1
echo mem > /sys/power/state
done &
mloop=$!
trap "kill $rloop $mloop; exit" 0 1 2 3
wait
}}}
ran for about 5 hours on a B2-with-B3-ECOs, until it hit:
{{{
[ 2904.070452] BUG: unable to handle kernel paging request at 6b6b6c57
[ 2904.077192] IP: [<b0657d5a>] sdio_remove_func+0x6/0x22
.....
}}}
full trace attached as rtc_sr_loop.log
--
Ticket URL: <http://dev.laptop.org/ticket/9865#comment:46>
One Laptop Per Child <http://laptop.org/>
OLPC bug tracking system
More information about the Bugs
mailing list