diff options
author | Thomas Schwinge <thomas@codesourcery.com> | 2016-06-08 10:46:05 +0200 |
---|---|---|
committer | Thomas Schwinge <thomas@codesourcery.com> | 2016-06-08 10:46:05 +0200 |
commit | 0d9f8a5a6246924c5ac6f79cedd507b74477f06e (patch) | |
tree | bb6a6b35b410e5e3918f323c93cd633c1ddd2fc5 /faq | |
parent | 746526de5f196f8b7e6ba6e0e297fa501b66aa9d (diff) | |
parent | e25d4ea07b09e7e6df61777988c1fc104f0a538e (diff) |
Merge commit 'e25d4ea07b09e7e6df61777988c1fc104f0a538e'
Diffstat (limited to 'faq')
-rw-r--r-- | faq/eieio.mdwn | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/faq/eieio.mdwn b/faq/eieio.mdwn new file mode 100644 index 00000000..4ddbdb11 --- /dev/null +++ b/faq/eieio.mdwn @@ -0,0 +1,22 @@ +[[!meta copyright="Copyright © 2016 Free Software Foundation, Inc."]] + +[[!meta license="""[[!toggle id="license" text="GFDL 1.2+"]][[!toggleable +id="license" text="Permission is granted to copy, distribute and/or modify this +document under the terms of the GNU Free Documentation License, Version 1.2 or +any later version published by the Free Software Foundation; with no Invariant +Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license +is included in the section entitled [[GNU Free Documentation +License|/fdl]]."]]"""]] + +[[!tag faq/running]] + +[[!meta title="EIEIO: 'Computer bought the farm'... Err, what?!"]] + +This is the error message for `EIEIO` (pronounce E-I-E-I-O). This error code is +used for a variety of "hopeless" error conditions. Most probably you will +encounter it when a translator crashes while you were trying to use a file +that it serves. + +You can thus think of it as an equivalent of the "blue screen of the death" or +"Oops"... except that it's just an error! It doesn't take your whole system +away with it, only the particular operations that was going on. |