ANNOUNCEMENT: Live Wireshark University & Allegro Packets online APAC Wireshark Training Session
July 17th, 2024 | 10:00am-11:55am SGT (UTC+8) | Online

Wireshark-bugs: [Wireshark-bugs] [Bug 12080] androiddump: Process stuck at 100% CPU load if tcpd

Date: Sun, 07 Feb 2016 11:33:44 +0000

Comment # 4 on bug 12080 from
Roland, I check it and it seems to the real problem is in
"g_source_remove(interface_opts.extcap_child_watch);" in extcap.c. This line
prevents extcap_child_watch_cb() to be called, so it is "never" happen. When I
remove this line I can see that child processes are correctly closed and
resources freed (no zombies). Maybe g_source_remove() should be moved to
extcap_child_watch_cb()?


You are receiving this mail because:
  • You are watching all bug changes.