ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
April 17th, 2024 | 14:30-16:00 SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 7651] core dump for "./tools/randpkt-test.sh -d /mnt/ramdi

Date: Sat, 18 Aug 2012 13:45:11 -0700 (PDT)
https://bugs.wireshark.org/bugzilla/show_bug.cgi?id=7651

Toralf Förster <toralf.foerster@xxxxxx> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|Major                       |Minor

--- Comment #1 from Toralf Förster <toralf.foerster@xxxxxx> 2012-08-18 13:45:10 PDT ---
This happens, b/c for a call like
        cd ~/devel/wireshark/; ./tools/randpkt-test.sh -d /mnt/ramdisk/
this line is always true :
        if [ $PASS -gt $MAX_PASSES ] ; then break ; fi # We caught a signal

I'd like to advice either a default value of MAX_PASSES of 1 or the script
should exit instead of running infinitely.

-- 
Configure bugmail: https://bugs.wireshark.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching all bug changes.