Over time some of the line number that bashdb reports have changed and this
is probably the discrepancy I just got when I tried to run the integration
tests. I've updated git bashdb to not treat this as an error.
However to see if this is the specific problem you have, look in /tmp and
you'll probably see two files /tmp/sig-filtered.check and
/tmp/sig-filtered.right. If you do a diff on these two files the differences
might be something like:
$ ./test-sig
--- /tmp/sig-filtered.check 2010-05-27 23:08:10.020520366 +0200
+++ /tmp/sig-filtered.right 2010-05-27 23:08:10.012523050 +0200
@@ -38,7 +38,7 @@
SIGTERM stop noprint showstack trap -- '_Dbg_sig_handler 15
"$BASH_COMMAND" "$@"' SIGTERM
+continue
Program received signal SIGTERM (15)...
-->0 in file `eval.sh' at line 1
+->0 in file `eval.sh' at line 2
##1 _Dbg_do_eval("kill", "-TERM", "$$") called from file `processor.sh' at
line 403
##2 _Dbg_onecmd("eval", "kill -TERM $$") called from file `processor.sh' at
line 168
##3 _Dbg_process_commands() called from file `hook.sh' at line 188
@@ -48,14 +48,14 @@
+### Should have printed a stack trace above...
+continue
+where 1
-->0 in file `sig.sh' at line 1
+->0 in file `sig.sh' at line 29
and there may be other lines that are similar.
In general for reporting bugs, what is helpful is not only the version of
bashdb you are using but also of bash which you can get by bash --version.
Also the specific version of Ubuntu is helpful.
On Thu, May 27, 2010 at 5:34 PM, Elmer Fittery <elm...@an...>wrote:
> I am using Ubuntu
>
>
> FAIL: test-sig
> ===================================================
> 1 of 33 tests failed
> Please report to bas...@li...
> ===================================================
> make[3]: *** [check-TESTS] Error 1
> make[3]: Leaving directory
> `/home/elmer/downloads/bashdb-4.0-0.4/test/integration'
> make[2]: *** [check-am] Error 2
> make[2]: Leaving directory
> `/home/elmer/downloads/bashdb-4.0-0.4/test/integration'
> make[1]: *** [check-recursive] Error 1
> make[1]: Leaving directory `/home/elmer/downloads/bashdb-4.0-0.4/test'
> make: *** [check-recursive] Error 1
>
> If you would like more information, email me with what you would like.
>
>
>
> ------------------------------------------------------------------------------
>
> _______________________________________________
> Bashdb-devel mailing list
> Bas...@li...
> https://lists.sourceforge.net/lists/listinfo/bashdb-devel
>
|