Move setting of WIRESHARK_ABORT_ON_DISSECTOR_BUG together with other Wireshark-specific variables (instead of with the MacOS-specific variables).

svn path=/trunk/; revision=46514
This commit is contained in:
Jeff Morriss 2012-12-12 02:22:14 +00:00
parent 05ee001d73
commit 47efce2889
1 changed files with 3 additions and 2 deletions

View File

@ -69,6 +69,9 @@ export WIRESHARK_SE_VERIFY_POINTERS=
# abort instead of giving a nice error message
export WIRESHARK_ABORT_ON_OUT_OF_MEMORY=
# Call abort() on dissector bugs to make it easier to get a stack trace
export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
# Turn on GLib memory debugging (since 2.13)
export G_SLICE=debug-blocks
# Cause glibc (Linux) to abort() if some memory errors are found
@ -91,8 +94,6 @@ export MallocCheckHeapEach=1000
export MallocCheckHeapAbort=1
# Call abort() if an illegal free() call is made
export MallocBadFreeAbort=1
# Call abort() on dissector bugs to make it easier to get a stack trace
export WIRESHARK_ABORT_ON_DISSECTOR_BUG=
if $BIN_DIR/tshark -nVxr $1 > /dev/null
then