Gentoo Archives: gentoo-commits

From: "Zac Medico (zmedico)" <zmedico@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] portage r12042 - main/branches/2.1.6/pym/portage
Date: Sat, 22 Nov 2008 18:48:41
Message-Id: E1L3xX5-00086T-Mh@stork.gentoo.org
1 Author: zmedico
2 Date: 2008-11-22 18:48:39 +0000 (Sat, 22 Nov 2008)
3 New Revision: 12042
4
5 Modified:
6 main/branches/2.1.6/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. (trunk r12041)
10
11
12 Modified: main/branches/2.1.6/pym/portage/__init__.py
13 ===================================================================
14 --- main/branches/2.1.6/pym/portage/__init__.py 2008-11-22 18:47:19 UTC (rev 12041)
15 +++ main/branches/2.1.6/pym/portage/__init__.py 2008-11-22 18:48:39 UTC (rev 12042)
16 @@ -5121,7 +5121,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):