Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12041 - main/trunk/pym/portage
Date: Sat, 22 Nov 2008 18:47:29
Message-Id: E1L3xVt-00084x-FE@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-22 18:47:19 +0000 (Sat, 22 Nov 2008)
3 New Revision: 12041
4
5 Modified:
6 main/trunk/pym/portage/__init__.py
7 Log:
8 Add some hints about bash binary corruption and hardware malfunction to the
9 message that's displayed when bash exits unexpectedly.
10
11
12 Modified: main/trunk/pym/portage/__init__.py
13 ===================================================================
14 --- main/trunk/pym/portage/__init__.py 2008-11-22 11:39:03 UTC (rev 12040)
15 +++ main/trunk/pym/portage/__init__.py 2008-11-22 18:47:19 UTC (rev 12041)
16 @@ -5131,7 +5131,9 @@
17 "is known to be triggered " + \
18 "by things such as failed variable " + \
19 "assignments (bug #190128) or bad substitution " + \
20 - "errors (bug #200313)."
21 + "errors (bug #200313). This behavior may also be " + \
22 + "triggered by a corrupt bash binary or a hardware " + \
23 + "problem such as memory or cpu malfunction."
24 return msg
25
26 def _doebuild_exit_status_check_and_log(settings, mydo, retval):