Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1561998 > unrolled thread

How to identify the cause of " BUG: Bad page map in process python ..." kernel errors?

Started byMuni Sekhar <munisekharrms@gmail.com>
First post2017-01-18 18:50 +0100
Last post2017-01-18 18:50 +0100
Articles 1 — 1 participant

Back to article view | Back to linux.kernel


Contents

  How to identify the cause of " BUG: Bad page map in process python  ..." kernel errors? Muni Sekhar <munisekharrms@gmail.com> - 2017-01-18 18:50 +0100

#1561998 — How to identify the cause of " BUG: Bad page map in process python ..." kernel errors?

FromMuni Sekhar <munisekharrms@gmail.com>
Date2017-01-18 18:50 +0100
SubjectHow to identify the cause of " BUG: Bad page map in process python ..." kernel errors?
Message-ID<t12wV-72O-17@gated-at.bofh.it>
Hi All,

I am observing the following statements in the kernel log while
running driver soak tests:

[ 8350.824403] BUG: Bad page map in process python  pte:000000c0 pmd:950a5067

[ 8351.457234] BUG: Bad page map in process python
pte:3400000000000c0 pmd:950a5067

[ 8351.458469] BUG: Bad page map in process python
pte:406486b3be206e97 pmd:950a5067

….

[ 8353.266053] BUG: Bad page map in process python
pte:406486b3fb696e97 pmd:950a5067

[ 8353.305982] BUG: Bad page map in process python  pte:000000c0 pmd:950a5067

[ 8355.738440] BUG: Bad rss-counter state mm:ffff880138fa7100 idx:1 val:259

[ 8374.905314] general protection fault: 0000 [#1] SMP



In the kernel log, I observed that kernel reported 60 " BUG: Bad page
map in process python ..." reports and 1 “BUG: Bad rss-counter state”
and finally it crashed with “general protection fault”.


I would like to know what does it mean by “BUG: Bad page map in
process python ...” and how to identify the cause of it?


To debug this, do I need to consider the “general protection fault”
stack trace or the first “BUG: Bad page map in process …” stack trace?


-- 
Thanks,
Sekhar

[toc] | [standalone]


Back to top | Article view | linux.kernel


csiph-web