patches/glibc/ports-2.12.1/270-china.patch
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Dec 13 23:32:39 2011 +0100 (2011-12-13)
branch1.13
changeset 2847 c0bf2319af08
permissions -rw-r--r--
scripts: fix dumping execution backtrace

Dumping the backtrace has been broken since changeset #652e56d6d35a:
scripts: execute each steps in a subshell

We can spawn sub-sub-shells in some cases.

The way the fault handler works is to dump the backtrace, but to avoid
printing it once for every sub-shell (which could get quite confusing),
it simply exits when it detects that it is being run in a sub-shell,
leaving to the top-level shell the work to dump the backtrace.

Because each step is executed in its own sub-shell, the variable arrays
that contain the step name, the source file and line number, are lost
when exiting the per-step sub-shell.

Hence, the backtrace is currently limited to printing only the top-level
main procedure of the shell.

Fix this thus:
- when dumping the bckatraces for the steps & the functions, remember
it was dumped, and only dump it if it was not already dumped
- at the top-level shell, print the hints

Also, rename the top-level step label.

Reported-by: Benoît Thébaudeau <benoit.thebaudeau@advansee.com>
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
(transplanted from 4193d6e6a17430a177fa88c287879c2c35e319f3)
yann@2437
     1
yann@2437
     2
yann@2437
     3
diff -durN glibc-2.12.1.orig/localedata/locales/zh_TW glibc-2.12.1/localedata/locales/zh_TW
yann@2437
     4
--- glibc-2.12.1.orig/localedata/locales/zh_TW	2004-11-01 00:42:28.000000000 +0100
yann@2437
     5
+++ glibc-2.12.1/localedata/locales/zh_TW	2009-11-13 00:50:17.000000000 +0100
yann@2437
     6
@@ -1,7 +1,7 @@
yann@2437
     7
 comment_char %
yann@2437
     8
 escape_char /
yann@2437
     9
 %
yann@2437
    10
-% Chinese language locale for Taiwan R.O.C.
yann@2437
    11
+% Chinese language locale for Taiwan
yann@2437
    12
 % charmap: BIG5-CP950
yann@2437
    13
 %
yann@2437
    14
 % Original Author:
yann@2437
    15
@@ -17,7 +17,7 @@
yann@2437
    16
 % Reference:	http://wwwold.dkuug.dk/JTC1/SC22/WG20/docs/n690.pdf
yann@2437
    17
 
yann@2437
    18
 LC_IDENTIFICATION
yann@2437
    19
-title      "Chinese locale for Taiwan R.O.C."
yann@2437
    20
+title      "Chinese locale for Taiwan"
yann@2437
    21
 source     ""
yann@2437
    22
 address    ""
yann@2437
    23
 contact    ""
yann@2437
    24
@@ -25,7 +25,7 @@
yann@2437
    25
 tel        ""
yann@2437
    26
 fax        ""
yann@2437
    27
 language   "Chinese"
yann@2437
    28
-territory  "Taiwan R.O.C."
yann@2437
    29
+territory  "Taiwan"
yann@2437
    30
 revision   "0.2"
yann@2437
    31
 date       "2000-08-02"
yann@2437
    32
 %