Add some hints about bash binary corruption and hardware malfunction to the
authorZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 18:47:19 +0000 (18:47 -0000)
committerZac Medico <zmedico@gentoo.org>
Sat, 22 Nov 2008 18:47:19 +0000 (18:47 -0000)
message that's displayed when bash exits unexpectedly.

svn path=/main/trunk/; revision=12041

pym/portage/__init__.py

index 36e055f911f05c68b1aa4af9dd3942ae96fb7386..e711c6b267e4f94ff74f1b67cc3f573a23ea0fe8 100644 (file)
@@ -5131,7 +5131,9 @@ def _doebuild_exit_status_check(mydo, settings):
        "is known to be triggered " + \
        "by things such as failed variable " + \
        "assignments (bug #190128) or bad substitution " + \
-       "errors (bug #200313)."
+       "errors (bug #200313). This behavior may also be " + \
+       "triggered by a corrupt bash binary or a hardware " + \
+       "problem such as memory or cpu malfunction."
        return msg
 
 def _doebuild_exit_status_check_and_log(settings, mydo, retval):