.hgignore
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
parent 2621 00853d565edf
child 2834 0a0410dd0cb0
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@1412
     1
syntax: glob
yann@1412
     2
yann@1412
     3
# Generated files
yann@1412
     4
Makefile
yann@2622
     5
*ct-ng*
yann@2622
     6
docs/*ct-ng*.1
yann@2622
     7
docs/*ct-ng*.1.gz
yann@1412
     8
paths.mk
yann@1412
     9
scripts/crosstool-NG.sh
yann@1412
    10
scripts/saveSample.sh
yann@1412
    11
scripts/showTuple.sh
yann@1412
    12
kconfig/conf
yann@2454
    13
kconfig/?conf
yann@1412
    14
kconfig/**.o
yann@1412
    15
kconfig/**.dep
yann@2481
    16
config/configure.in
yann@1412
    17
config.gen/
yann@1412
    18
.config
yann@2468
    19
.config.2
yann@2133
    20
yann@2133
    21
# Temporaries
yann@2133
    22
.*.swp
yann@2339
    23
build.log
yann@1412
    24
.config.old
yann@2133
    25
yann@2133
    26
# This is the place where toolchains are built
yann@2133
    27
.build/
yann@2133
    28
# .. and the legacy location
yann@1412
    29
targets/