[Bug 11824] Scheduling while atomic, segfaults after kernel update 2.6.10-34.2

bugzilla-daemon at bugzilla.ubuntu.com bugzilla-daemon at bugzilla.ubuntu.com
Wed Aug 10 05:50:29 UTC 2005


Please do not reply to this email.  You can add comments at
http://bugzilla.ubuntu.com/show_bug.cgi?id=11824
Ubuntu | linux





------- Additional Comments From raphael at thyamad.com  2005-08-10 06:50 UTC -------
Full patch mentioned above: (a little different approach... tested but corrected)

diff -Nur acpi-orig/hibernate_real.sh acpi/hibernate_real.sh
--- acpi-orig/hibernate_real.sh 1969-12-31 21:00:00.000000000 -0300
+++ acpi/hibernate_real.sh      2005-08-10 02:36:45.277671304 -0300
@@ -0,0 +1,5 @@
+#!/bin/bash
+
+echo -n $HIBERNATE_MODE >/sys/power/disk
+echo -n "disk" >/sys/power/state
+
diff -Nur acpi-orig/hibernate.sh acpi/hibernate.sh
--- acpi-orig/hibernate.sh      2005-08-10 02:30:23.888651000 -0300
+++ acpi/hibernate.sh   2005-08-10 02:37:00.163408328 -0300
@@ -19,7 +19,8 @@
   . /usr/share/acpi-support/screenblank
 fi

-echo -n $HIBERNATE_MODE >/sys/power/disk
-echo -n "disk" >/sys/power/state
+/bin/bash /etc/acpi/hibernate_real.sh &
+
+sleep 10

 . /etc/acpi/resume.sh

-- 
Configure bugmail: http://bugzilla.ubuntu.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the QA contact for the bug, or are watching the QA contact.




More information about the kernel-bugs mailing list