Activity log for bug #1908223

Date Who What changed Old value New value Message
2020-12-15 08:31:03 Marek Piechaczek bug added bug
2020-12-15 08:33:21 Marek Piechaczek bug watch added https://github.com/nmap/nmap/issues/1764
2020-12-15 08:33:21 Marek Piechaczek bug task added nmap
2020-12-15 09:46:07 Bug Watch Updater nmap: status Unknown Fix Released
2020-12-16 15:36:32 Sergio Durigan Junior nmap (Ubuntu): status New Incomplete
2020-12-16 15:37:07 Sergio Durigan Junior bug added subscriber Sergio Durigan Junior
2021-11-10 06:17:10 Wladimir Mutel bug added subscriber Wladimir Mutel
2021-11-11 13:03:09 Paride Legovini nominated for series Ubuntu Focal
2021-11-11 13:03:09 Paride Legovini bug task added nmap (Ubuntu Focal)
2021-11-11 13:03:18 Paride Legovini nmap (Ubuntu): status Incomplete Fix Released
2021-11-11 13:10:46 Paride Legovini nmap (Ubuntu Focal): status New Incomplete
2021-11-11 13:10:50 Paride Legovini nmap (Ubuntu Focal): importance Undecided Low
2023-01-03 21:16:14 Bryce Harrington nmap (Ubuntu Focal): status Incomplete New
2023-01-03 21:18:49 Bryce Harrington nmap (Ubuntu Focal): status New Incomplete
2023-01-09 13:10:08 Paride Legovini nominated for series Ubuntu Jammy
2023-01-09 13:10:08 Paride Legovini bug task added nmap (Ubuntu Jammy)
2023-01-09 13:10:17 Paride Legovini nmap (Ubuntu Jammy): importance Undecided Low
2023-01-09 13:10:20 Paride Legovini nmap (Ubuntu Focal): status Incomplete Triaged
2023-01-09 13:10:23 Paride Legovini nmap (Ubuntu Jammy): status New Triaged
2023-01-09 13:14:44 Paride Legovini nmap (Ubuntu Focal): importance Low Medium
2023-01-09 13:14:47 Paride Legovini nmap (Ubuntu Jammy): importance Low Medium
2023-01-09 13:16:20 Paride Legovini bug added subscriber Ubuntu Server
2023-01-09 13:16:28 Paride Legovini tags server-todo
2023-01-09 22:05:44 Bryce Harrington bug watch added https://github.com/nmap/nmap/issues/1361
2023-01-18 16:32:06 Bryce Harrington nmap (Ubuntu Focal): assignee Bryce Harrington (bryce)
2023-01-18 16:32:07 Bryce Harrington nmap (Ubuntu Jammy): assignee Bryce Harrington (bryce)
2023-02-09 08:20:15 Bryce Harrington description nmap version 7.80 crashes on Ubuntu 20.04 LTS: $ sudo nmap -n 192.168.1.223/24 Starting Nmap 7.80 ( https://nmap.org ) at 2020-12-15 09:18 CET nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running == true' failed. Aborted Issue was reported in nmap github repository: - https://github.com/nmap/nmap/issues/1797 - https://github.com/nmap/nmap/issues/1764 Issue is fixed since nmap 7.90 by following commit: - https://github.com/nmap/nmap/commit/33f421fd6e68fcb8ed50071661d9704717c81b2b Please integrate aboce change into nmap releaseon Ubuntu 20.04 LTS or upgrade nmap to newer version [Impact] Within affected networks, nmap can intermittently hit an assertion involving a timeout clock. [Test Case] This bug presents itself under certain network conditions we've not isolated, making reproduction of the issue challenging. Even for those who experience the issue, it can only appear once in scores or hundreds of runs. For this reason, we're relying on community members to handle the validation requirements by confirming the absence of the abnormal termination in their own environments after running it for a period of days or weeks. A suggested workload to help trigger the crash is to run nmap in a loop against a subnet IP known to crash, e.g.: c=0 while sudo nmap -PS22 -p22 192.168.77.0/24 do c=$(($c+1))       echo $c done So, the plan for testing this bug will involve asking these kind community members to install the package from -proposed and run it continuously for some time. The expectation is that the assertion will not manifest with the new package. [Where Problems Could Occur] The fix involves a modification to stop the timeout clock, which is intended to happen when an unexpected ARP response is received. Thus, issues to watch for would be odd behaviors relating to unsolicited ARP responses, new assertions or crashes occurring elsewhere in the program, and program timeouts that occur when they shouldn't or don't occur when they should. [Original Report]nmap version 7.80 crashes on Ubuntu 20.04 LTS: $ sudo nmap -n 192.168.1.223/24   Starting Nmap 7.80 ( https://nmap.org ) at 2020-12-15 09:18 CET   nmap: Target.cc:503: void Target::stopTimeOutClock(const timeval*): Assertion `htn.toclock_running   == true' failed.   Aborted Issue was reported in nmap github repository: - https://github.com/nmap/nmap/issues/1797 - https://github.com/nmap/nmap/issues/1764 Issue is fixed since nmap 7.90 by following commit: - https://github.com/nmap/nmap/commit/33f421fd6e68fcb8ed50071661d9704717c81b2b Please integrate aboce change into nmap releaseon Ubuntu 20.04 LTS or upgrade nmap to newer version
2023-02-09 08:54:03 Launchpad Janitor merge proposal linked https://code.launchpad.net/~bryce/ubuntu/+source/nmap/+git/nmap/+merge/437076
2023-02-09 08:54:38 Launchpad Janitor merge proposal linked https://code.launchpad.net/~bryce/ubuntu/+source/nmap/+git/nmap/+merge/437077
2023-02-10 00:25:00 Bryce Harrington bug added subscriber Ubuntu Stable Release Updates Team
2023-02-10 00:25:56 Bryce Harrington nmap (Ubuntu Focal): status Triaged Fix Committed
2023-02-10 00:25:58 Bryce Harrington nmap (Ubuntu Jammy): status Triaged Fix Committed
2023-02-16 20:53:43 Andreas Hasenack bug added subscriber SRU Verification
2023-02-16 20:53:47 Andreas Hasenack tags server-todo server-todo verification-needed verification-needed-jammy
2023-02-16 20:54:29 Andreas Hasenack tags server-todo verification-needed verification-needed-jammy server-todo verification-needed verification-needed-focal verification-needed-jammy
2023-02-17 18:35:03 Bryce Harrington tags server-todo verification-needed verification-needed-focal verification-needed-jammy server-todo verification-done-jammy verification-needed verification-needed-focal
2023-03-01 06:51:15 Chris Halse Rogers removed subscriber Ubuntu Stable Release Updates Team
2023-03-01 06:51:55 Launchpad Janitor nmap (Ubuntu Jammy): status Fix Committed Fix Released
2023-04-05 19:14:56 Bryce Harrington tags server-todo verification-done-jammy verification-needed verification-needed-focal verification-done-jammy verification-needed verification-needed-focal
2023-05-31 19:29:54 Brian Murray tags verification-done-jammy verification-needed verification-needed-focal removal-candidate verification-done-jammy verification-needed verification-needed-focal