Temporary hack to try to debug tshark -G values crash on 32-bit Windows.

Change-Id: I837a1e724f58f3e85ae4d7c77715e185a4b1ebeb
Reviewed-on: https://code.wireshark.org/review/22197
Reviewed-by: Guy Harris <guy@alum.mit.edu>
This commit is contained in:
Guy Harris 2017-06-17 14:54:10 -07:00
parent 4370054431
commit 573a4c9cd5
2 changed files with 3 additions and 0 deletions

View File

@ -9239,6 +9239,8 @@ proto_registrar_dump_values(void)
continue;
}
fprintf(stderr, "Dumping %s value string, if any\n", hfinfo->abbrev);
/* ignore protocols */
if (proto_registrar_is_protocol(i)) {
continue;

View File

@ -296,6 +296,7 @@ test_dump_glossary() {
RETURNVALUE=$?
if [ ! $RETURNVALUE -eq $EXIT_OK ]; then
test_step_failed "exit status: $RETURNVALUE"
test_step_failed "Error messages on stderr"
elif [ -s ./testout.txt ]; then
test_step_output_print ./testout.txt
test_step_failed "Error messages on stderr"