Mailinglist Archive: opensuse-bugs (4162 mails)
| < Previous | Next > |
[Bug 481495] linux kernel-default-2.6.27.19-3.2.1 crashes
- From: bugzilla_noreply@xxxxxxxxxx
- Date: Mon, 1 Jun 2009 15:59:02 -0600
- Message-id: <20090601215902.D507424550C@xxxxxxxxxxxxxxxxxxxxxx>
http://bugzilla.novell.com/show_bug.cgi?id=481495
User jslaby@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=481495#c5
Jiri Slaby <jslaby@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jslaby@xxxxxxxxxx,
| |npiggin@xxxxxxxxxx
--- Comment #5 from Jiri Slaby <jslaby@xxxxxxxxxx> 2009-06-01 15:59:01 MDT ---
Hmm, in this code from __rmqueue_smallest:
page = list_entry(area->free_list[migratetype].next, struct page, lru);
next is 838488000000fcf0 and hence page is 838488000000fcc8. Deterministically
(2 runs). Who adds such a mess to the list? Do the patterns ring any bells?
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
User jslaby@xxxxxxxxxx added comment
http://bugzilla.novell.com/show_bug.cgi?id=481495#c5
Jiri Slaby <jslaby@xxxxxxxxxx> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |jslaby@xxxxxxxxxx,
| |npiggin@xxxxxxxxxx
--- Comment #5 from Jiri Slaby <jslaby@xxxxxxxxxx> 2009-06-01 15:59:01 MDT ---
Hmm, in this code from __rmqueue_smallest:
page = list_entry(area->free_list[migratetype].next, struct page, lru);
next is 838488000000fcf0 and hence page is 838488000000fcc8. Deterministically
(2 runs). Who adds such a mess to the list? Do the patterns ring any bells?
--
Configure bugmail: http://bugzilla.novell.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
| < Previous | Next > |