Giter Site home page Giter Site logo

nedrysoft / pingnoo Goto Github PK

View Code? Open in Web Editor NEW
243.0 243.0 22.0 196.18 MB

An open-source cross-platform traceroute/ping analyser.

Home Page: https://www.pingnoo.com

License: GNU General Public License v3.0

CMake 4.76% C++ 81.76% C 1.41% Objective-C++ 0.25% QML 0.04% Shell 1.86% Python 6.86% Objective-C 0.25% Dockerfile 2.80%
analysis analyzer cpp linux macos network ping qt traceroute windows

pingnoo's People

Contributors

aarondmarasco avatar arthurzenika avatar boultonn avatar fizzyade avatar gomesgoncalo avatar paulls20 avatar ste-mich avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar

pingnoo's Issues

Export

Add export options, PDF or bitmap. Possibly some sort of spreadsheet output as

Add “record” + “pause” + “stop” to the ribbon.

Issue with ping interval on windows

If i enter my target on the route analyzer on top and specify for instance 10 second intervals, it created the new target and does that successfully.

However, if I go to File>New Target and do the same, it throws the packets at like 100 a second.

I keep things the same syntax of "10 s" but it just does things way differently. Is it doing a different type of test or something?

Main window is not focused after splash screen

Main window is not focused after splash screen. Main window is always behind other application windows at start up.
Need to click on the notify popup in order to regain focus of the main window.

Web Interface

Add a web interface component which provides a web server to that others can view the graphs.

Mongoose?

feat/routeengine branch.

This branch is a work in progress. There appears to be an issue under macOS where the ping reception "dies" for a number of seconds after starting a third ping target, I am testing with:

  • 1.1.1.1 with 1s interval
  • 8.8.8.8 with 1s interval
  • telstra.com with 1s interval

With the previous route (and ping) engine, the telstra route would fail around hop ~10 and just report no responses up to hop 64.

The IPingEngine now has a singleShot ping which the ping engine needs to create, the singleShot sends and receives a ping in a blocking manner. If you use singleShot you must call it from another thread than the GUI otherwise the GUI will freeze.

This updated mechanism fixes the missing hops, but there still appears to be a small window where ping responses go awol. Work on the ping & route engine will continue in this branch for now and will be merged in at a later stage.

https://github.com/nedrysoft/pingnoo/tree/feat/routeengine

long duration of discovery during new trace

Using windows 2021.06.23 (dcf9d1a), when you add a new trace the UI is completely unresponsive to other traces, and at the same time the tracer takes very long before displaying results. The machine its running on is win11, latest patching, and pretty high spec (32GB ram, Intel i9-13900H)

Is this expected behaviour or is something up with settings that need modifying.

Needs building instructions

It took me a while to get it build on a Fedora system, and even then it didn't run. The instructions say "just use git" and you only need qt and cmake.

I needed to clone submodules:

  • git submodule update --init --recursive

Needed to install some prereqs:

  • python-sphinx RPM
  • python3-sphinx_rtd_theme RPM
  • qt5-devel RPM
  • sudo pip install sphinx-autobuild # No RPM

Once there I was able to get the documentation up and running, but like I noted, it doesn't have actual instructions.

"Standard" install procedures worked once I figured out you were using git submodules (along with some changes):

  • mkdir build
  • cd build
  • cmake ..
  • make -j

I started playing around with deploy.py but just ran into too many problems. I'll do a PR with the changes I needed noted above.

Implement Jitter Graph + others

Maybe per chart we could have a decorations, IHopDecoration, this would allow third parties to add extra “widgets” to each hop. This interface would reside in the route analyser component which would expose this header to other components via it's own SDK.

Perfect for the Jitter Graph.

Raspberry Pi install failure

After successfully running
curl -s https://packagecloud.io/install/repositories/nedrysoft/pingnoo/script.deb.sh | sudo bash
and receiving "The repository is setup! You can now install packages."
sudo apt install pingnoo
returns the following:
E: Unable to locate package pingnoo

Crash when tab is closed during ping

Hi,

I compiled the code from the develop branch and launched the app.
It is crashing when I start pinging and close the tab (Always reproducible)

The issue is that newEditor is being dereferenced while being nullptr

Thread 1 "Pingnoo" received signal SIGSEGV, Segmentation fault.

0x00007fffc835789c in QtPrivate::QFunctorSlotObject<Nedrysoft::Core::EditorManager::EditorManager(Nedrysoft::Core::EditorManagerTabWidget*)::{lambda(int)#1}, 1, QtPrivate::List<int>, void>::impl(int, QtPrivate::QSlotObjectBase*, QObject*, void**, bool*) () from /home/ggomes/Documents/pingnoo/bin/x86_64/Release/Components/libCore.so

Custom durations

Allow the list of durations to be modified by the user. Possibly make it clearer that the duration is the the size of the window and not the maximum time of the capture.

Discrepancy with normal ping or gping command?

When I use regular ping or gping to ping my gateway I see ping times that are a fraction of a millisecond. ( 0.12 ms )

When I use pingnoo to do the same thing I see ping time of around 4ms (30+ times larger than what ping or gping report).

My OS is Arch, The title bar of pingnoo shows this:

2023-07-14_10-48-36

I installed using the AUR, this does appear to be the latest release: https://github.com/nedrysoft/pingnoo/releases

Does anyone have any Idea why I would see such a discrepancy?

gping:

gping

pingnoo:

pingnoo

Website links to latest dev release

I clicked the macos download link on https://www.pingnoo.com and got the latest develop release. GitHub says the latest stable is 2021.04.30-develop but I got 2021.06.23-develop which is marked as a pre-release. Maybe it's GitHub that has the wrong info?

Graph Markers

Allow graph markers to be inserted onto the graph, allow metadata to be attached to the marker.

Minimum macOS supported version?

Hi!
I'm trying pingnoo for macOS (dmg from release page https://github.com/nedrysoft/pingnoo/releases/tag/2021.02.17-develop).

I currently have macOS Mojave 10.14.6 (with all available updates installed), but unfortunately, when I execute pingnoo I'm getting following "little-bit uncertain" error:

image

So, I would like to kindly ask you, which macOS version is the minimum to execute pingnoo?

PS: Btw, I'm just curious if the name nedrysoft is abstracted from Dennis Nedry from the Jurrasic Park? 🤩

Win 7 crashes

Just downloaded 2021.04.30-develop, and I've got some crashes. First one happens if if ICMP Socket is chosen for the engine, as soon as I click start it creates the results window and then dies

Faulting application name: Pingnoo.exe, version: 0.0.0.0, time stamp: 0x608bebce
Faulting module name: ICMPSocket.dll, version: 0.0.0.0, time stamp: 0x608bea56
Exception code: 0xc0000005
Fault offset: 0x0000000000001737
Faulting process id: 0x17f4
Faulting application start time: 0x01d78cd0be36af20
Faulting application path: C:\Program Files\nedrysoft.com\Pingnoo\Pingnoo.exe
Faulting module path: C:\Program Files\nedrysoft.com\Pingnoo\ICMPSocket.dll
Report Id: 07cd0fd0-f8c4-11eb-8f2a-d0c5d3848394

Switching the engine to ICMPAPI after hitting start it churns for a minute and then seems to begin working normally, except that it doesn't seem to detect the correct route ( compared to ping plotter on the same machine, and a different pingnoo instance running on an ubuntu box on the same network) it turns a 13 hop route into a 63 hop trace where all hops are just full packet loss after hop 12. Left running for a few minutes the window will silently close, with no error or message.

Multiple issue with Settings dialog.

Multiple issue with Settings dialog.

  1. Many Settings dialog can be opened at the same time.
  2. Settings dialog is not closed even after the application is closed.
  3. Sometimes the application crashes when Settings dialog is closed.
  4. Typo value) in a button in Settings dialog.

Consider publishing to homebrew?

I was searching for ping apps on homebrew but didn't find pingnoo there, found it via alternativeto.net instead.

Would you be open to publishing on homebrew? I can lend a hand if that helps, I've tried (and failed) to help joplin publish to homebrew. But hopefully pingnoo would be simpler. :-)

Zoom on graph

Handle mouse wheel + zoom buttons (in, out for to screen) on ribbon. Drag to zoom as well.

Commit not pushed to Theme Support?

When following the source installation instructions git submodule update --init --recursive yields:

upload-pack: not our ref 3b9ffa61679dbf51c69bea353cf46ab660b52918
…"fetch" in submodule path 'src/libs/ThemeSupport'

ucrtbased.dll missing on Windows 10

I just installed Pingnoo.2021.01.10-develop.x86_64.exe on Windows 10 Enterprise 20H2.
When I start pingnoo from the startmenu an error is shown (translated from German):

Code execution cannot continue, because ucrtbased.dll was not found. Reinstalling the program potentially fixes the problem.

Scripting

Embed duktape into Core and provide interfaces for adding functions to the scripting.

Enhancement: Overview of results

I just finished installing Pingnoo on Ubuntu 20.04.3 desktop which is a VM on our school's VMware 6.5 cluster. The installation ran perfectly using the built-in package installer for Ubuntu.

Are there plans to allow the pinging of multiple hosts, with graphics? The multiple host screen would graph the overall latency for each host. If one host was worthy of attention, then the user could drill down to see the specific details.

My purpose in using a historical, graphing ping utility is to be able to answer questions posed to me like: "What was wrong with the network yesterday?", or "What is going on with the network?"

It was a pleasure to install Pingnoo and use it for pinging one host. Thank you for making it available to all of us.

Greg Brown
Cristo Rey San Diego High School
San Diego, CA.
https://www.cristoreysandiego.org

Seems to not work on Win10

Installed: Pingnoo.2021.04.08-develop.x86_64.exe

Starts, adds 1.1.1.1 tab when Start is clicked, but shows nothing for a long time then shows 63 timeouts. traceroute traces the route fine.

Didn't seem to work for 8.8.8.8 either.

Mac add capability to scan version information

Add Mac capability to scan version number.
The Mac version does not contain any version information internally. All Mac Apps are supposed yo have version information, therefore the ability to scan for an update is non readable to scan.

Application does not launch on Windows 10. Gives me no message.

I ran the windows installer. Installed the vc_redist as suggested.

Pingnoo.exe does not start. It only shows me the initial logo and then turns off.

(Just to make sure: Yes I did try restarting my computer. 😄)
Also I could not find a crash log, so I'am assuming one wasn't generated.

I read the docs. Based on those I shouldn't be missing any software.
(I do not have Qt installed.)

Error on OS X 11.4

Getting the below error on OS X 11.4 when trying to run Pingnoo..

Application Specific Information: dyld: launch, loading dependent libraries
Dyld Error Message:
Library not loaded: @rpath/QtWidgets.framework/Versions/5/QtWidgets
Referenced from: /Applications/Pingnoo.app/Contents/MacOS/Pingnoo
Reason: no suitable image found. Did find:
/Applications/Pingnoo.app/Contents/MacOS/../Frameworks/QtWidgets.framework/Versions/5/QtWidgets: mach-o, but wrong architecture

Crash on exit

Process: Pingnoo [20506]
Path: /Applications/Pingnoo.app/Contents/MacOS/Pingnoo
Identifier: com.nedrysoft.pingnoo
Version: 2021.06.22 (2021.06.22)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Pingnoo [20506]
User ID: 501

Date/Time: 2021-07-29 23:16:14.739 +0200
OS Version: Mac OS X 10.15.7 (19H1217)
Report Version: 12
Bridge OS Version: 5.4 (18P4663)
Anonymous UUID: D8B5C5E0-882E-73A8-97AA-8ECBBD9D88D2

Sleep/Wake UUID: 72F79C2D-DDCD-44C2-B963-80771230DBB6

Time Awake Since Boot: 26000 seconds
Time Since Wake: 4200 seconds

System Integrity Protection: enabled

Crashed Thread: 0 Dispatch queue: com.apple.main-thread

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008
Exception Note: EXC_CORPSE_NOTIFY

Termination Signal: Segmentation fault: 11
Termination Reason: Namespace SIGNAL, Code 0xb
Terminating Process: exc handler [20506]

VM Regions Near 0x8:
-->
__TEXT 00000001025e2000-0000000102dc2000 [ 8064K] r-x/r-x SM=COW /Applications/Pingnoo.app/Contents/MacOS/Pingnoo

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 org.qt-project.QtWidgets 0x00000001032c8a2a QWidget::~QWidget() + 826
1 org.qt-project.QtWidgets 0x00000001032c935e QWidget::~QWidget() + 14
2 org.qt-project.QtCore 0x000000010406f062 0x103e5b000 + 2179170
3 org.qt-project.QtCore 0x000000010406626c QObject::~QObject() + 284
4 libRouteAnalyser.dylib 0x000000011c68de8a RouteAnalyserComponent::~RouteAnalyserComponent() + 26
5 org.qt-project.QtCore 0x00000001040341a2 0x103e5b000 + 1937826
6 org.qt-project.QtCore 0x0000000104036d25 0x103e5b000 + 1948965
7 org.qt-project.QtCore 0x0000000104033649 0x103e5b000 + 1934921
8 libsystem_c.dylib 0x00007fff7079813c __cxa_finalize_ranges + 319
9 libsystem_c.dylib 0x00007fff70798412 exit + 55
10 libdyld.dylib 0x00007fff706eecd0 start + 8

Thread 1:: com.apple.NSEventThread
0 libsystem_kernel.dylib 0x00007fff7082fdfa mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff70830170 mach_msg + 60
2 com.apple.CoreFoundation 0x00007fff365ea985 __CFRunLoopServiceMachPort + 247
3 com.apple.CoreFoundation 0x00007fff365e9452 __CFRunLoopRun + 1319
4 com.apple.CoreFoundation 0x00007fff365e88ce CFRunLoopRunSpecific + 462
5 com.apple.AppKit 0x00007fff339fc954 _NSEventThread + 132
6 libsystem_pthread.dylib 0x00007fff708f3109 _pthread_start + 148
7 libsystem_pthread.dylib 0x00007fff708eeb8b thread_start + 15

Thread 2:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 3:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 4:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 5:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 6:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 7:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 8:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 9:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 10:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 11:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 12:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 13:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 14:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 15:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 16:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 17:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 18:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 19:
0 libsystem_pthread.dylib 0x00007fff708eeb68 start_wqthread + 0

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00000001043abe98 rcx: 0x0000000000008800 rdx: 0x0000000000000000
rdi: 0x0000000000000000 rsi: 0x0000600002301140 rbp: 0x00007ffeed61d8b0 rsp: 0x00007ffeed61d870
r8: 0x00000000000001ff r9: 0x00000000000007fb r10: 0x0000000000001a80 r11: 0x0000000000000020
r12: 0x00007fafb6466230 r13: 0x00006000009950e0 r14: 0x0000600002301140 r15: 0x0000600002301150
rip: 0x00000001032c8a2a rfl: 0x0000000000010246 cr2: 0x0000000000000008

Logical CPU: 2
Error Code: 0x00000004 (no mapping for user data read)
Trap Number: 14

Binary Images:
0x1025e2000 - 0x102dc1ff3 +com.nedrysoft.pingnoo (2021.06.22 - 2021.06.22) /Applications/Pingnoo.app/Contents/MacOS/Pingnoo
0x102de2000 - 0x102f11ff3 +libComponentSystem.dylib (0) <5F1AB5D3-4270-3143-BAC2-A7E84DF48A76> /Applications/Pingnoo.app/Contents/Frameworks/libComponentSystem.dylib
0x102f2a000 - 0x102f3dfff +libThemeSupport.dylib (0) /Applications/Pingnoo.app/Contents/Frameworks/libThemeSupport.dylib
0x102f52000 - 0x102f5dfff +libMacHelper.dylib (0) <38EA2147-8C36-3C99-AB75-D245D16468BF> /Applications/Pingnoo.app/Contents/Frameworks/libMacHelper.dylib
0x10307b000 - 0x1030dafff +org.qt-project.QtDBus (5.15 - 5.15.2) <538D6C76-CB7D-3301-9AC2-10CDF808CFC0> /Applications/Pingnoo.app/Contents/Frameworks/QtDBus.framework/Versions/5/QtDBus
0x103103000 - 0x10312effb +org.qt-project.QtPrintSupport (5.15 - 5.15.2) <83A9ED02-6F24-368D-9E0F-AB6409A5E461> /Applications/Pingnoo.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10318a000 - 0x10321bf47 dyld (750.6) /usr/lib/dyld
0x10328f000 - 0x1036d2fff +org.qt-project.QtWidgets (5.15 - 5.15.2) /Applications/Pingnoo.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10384b000 - 0x103d2effb +org.qt-project.QtGui (5.15 - 5.15.2) <8A92EF53-453B-3D89-9F3B-66F7AC1710BD> /Applications/Pingnoo.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x103e5b000 - 0x10439aa0f +org.qt-project.QtCore (5.15 - 5.15.2) <35676CAC-9929-30A0-A047-E5E9D2E691D7> /Applications/Pingnoo.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x105fc3000 - 0x106126fff +libqcocoa.dylib (0) /Applications/Pingnoo.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x1073a8000 - 0x1073cfff7 +libqmacstyle.dylib (0) <7C52CACF-AA2A-39B7-B384-6507542CD530> /Applications/Pingnoo.app/Contents/PlugIns/styles/libqmacstyle.dylib
0x1075f8000 - 0x1075fb047 libobjc-trampolines.dylib (787.1) <88F9B648-C455-36F8-BBB9-7D1A9F57D073> /usr/lib/libobjc-trampolines.dylib
0x11bb2a000 - 0x11bb31ff7 +libSettingsDialog.dylib (0) <692309B1-752D-37E2-9878-48A4DB2A45D2> /Applications/Pingnoo.app/Contents/Frameworks/libSettingsDialog.dylib
0x11c174000 - 0x11c1ebff3 +libCore.dylib (0) /Applications/Pingnoo.app/Contents/PlugIns/libCore.dylib
0x11c23c000 - 0x11c34bffb +org.qt-project.QtNetwork (5.15 - 5.15.2) /Applications/Pingnoo.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x11c3a0000 - 0x11c4afff3 +libRibbon.dylib (0) /Applications/Pingnoo.app/Contents/Frameworks/libRibbon.dylib
0x11c4cc000 - 0x11c5efff3 +libFontAwesome.dylib (0) /Applications/Pingnoo.app/Contents/Frameworks/libFontAwesome.dylib
0x11c65c000 - 0x11c7effff +libRouteAnalyser.dylib (0) <96B45DB8-0588-37DA-9F39-6EC9EB5D7112> /Applications/Pingnoo.app/Contents/PlugIns/libRouteAnalyser.dylib
0x11c840000 - 0x11c927ff7 +libQCustomPlot.dylib (0) <73A141D8-B337-3BCB-B9B7-60C9835864C3> /Applications/Pingnoo.app/Contents/Frameworks/libQCustomPlot.dylib
0x11c9c0000 - 0x11c9c3fff +libICMPPacket.dylib (0) /Applications/Pingnoo.app/Contents/Frameworks/libICMPPacket.dylib
0x11c9d0000 - 0x11c9d3ff3 +libICMPSocket.dylib (0) /Applications/Pingnoo.app/Contents/Frameworks/libICMPSocket.dylib
0x11ca4c000 - 0x11ca57fff +libRouteEngine.dylib (0) /Applications/Pingnoo.app/Contents/PlugIns/libRouteEngine.dylib
0x11ca68000 - 0x11ca6fff3 +libSystemTray.dylib (0) <0D769FBF-0B18-3267-86FF-641023963E5F> /Applications/Pingnoo.app/Contents/PlugIns/libSystemTray.dylib
0x7fff29659000 - 0x7fff298a6ff8 com.apple.RawCamera.bundle (9.02.0 - 1350.30) <5337D338-FB27-3B70-91C8-096357BEFAC2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff29a46000 - 0x7fff29cc6ff8 com.apple.AMDRadeonX5000MTLDriver (3.10.21 - 3.1.0) /System/Library/Extensions/AMDRadeonX5000MTLDriver.bundle/Contents/MacOS/AMDRadeonX5000MTLDriver
0x7fff31e01000 - 0x7fff31e05ffb com.apple.agl (3.3.3 - AGL-3.3.3) /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x7fff321ee000 - 0x7fff321eefff com.apple.Accelerate (1.11 - Accelerate 1.11) <4F9977AE-DBDB-3A16-A536-AC1F9938DCDD> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff321ef000 - 0x7fff32205fef libCGInterfaces.dylib (524.2.1) <8FD09D09-BB19-36C5-ADE9-4F22DA235AEE> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff32206000 - 0x7fff3285cfff com.apple.vImage (8.1 - 524.2.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff3285d000 - 0x7fff32ac4ff7 libBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff32ac5000 - 0x7fff32f98fef libBNNS.dylib (144.100.2) <99C61C48-B14C-3DA6-8C31-6BF72DA0A3A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBNNS.dylib
0x7fff32f99000 - 0x7fff33334fff libLAPACK.dylib (1303.60.1) <5E3E3867-50C3-3E6A-9A2E-007CE77A4641> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff33335000 - 0x7fff3334afec libLinearAlgebra.dylib (1303.60.1) <3D433800-0099-33E0-8C81-15F83247B2C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff3334b000 - 0x7fff33350ff3 libQuadrature.dylib (7) <371F36A7-B12F-363E-8955-F24F7C2048F6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libQuadrature.dylib
0x7fff33351000 - 0x7fff333c1fff libSparse.dylib (103) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparse.dylib
0x7fff333c2000 - 0x7fff333d4fef libSparseBLAS.dylib (1303.60.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib
0x7fff333d5000 - 0x7fff335acfd7 libvDSP.dylib (735.140.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff335ad000 - 0x7fff3366ffef libvMisc.dylib (735.140.1) <3601FDE3-B142-398D-987D-8151A51F0A96> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff33670000 - 0x7fff33670fff com.apple.Accelerate.vecLib (3.11 - vecLib 3.11) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff33671000 - 0x7fff336d0ff0 com.apple.Accounts (113 - 113) /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff3381a000 - 0x7fff345daff2 com.apple.AppKit (6.9 - 1894.60.101) <27A8D4C5-A626-3C29-BFAC-706116DAFB1D> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff3462a000 - 0x7fff3462afff com.apple.ApplicationServices (48 - 50) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff3462b000 - 0x7fff34696fff com.apple.ApplicationServices.ATS (377 - 493.0.4.1) <87EA5DE1-506A-39FD-88BE-D8A3416C9012> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff3472f000 - 0x7fff3476dff0 libFontRegistry.dylib (274.0.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff347c8000 - 0x7fff347f7fff com.apple.ATSUI (1.0 - 1) <5F513967-DDD7-3F22-AD14-8A38ABD9F2D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATSUI.framework/Versions/A/ATSUI
0x7fff347f8000 - 0x7fff347fcffb com.apple.ColorSyncLegacy (4.13.0 - 1) <72EE68DB-F069-37F5-AA2A-40D5FCF139F4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSyncLegacy.framework/Versions/A/ColorSyncLegacy
0x7fff34896000 - 0x7fff348edffa com.apple.HIServices (1.22 - 676) <14DF4D42-E24D-3EBD-9A9D-93124D8D6AA1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff348ee000 - 0x7fff348fcfff com.apple.LangAnalysis (1.7.0 - 1.7.0) <01B8B6B3-E2C3-3607-B34A-8283A7E0E924> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff348fd000 - 0x7fff34942ffa com.apple.print.framework.PrintCore (15.4 - 516.2) <437BCF12-48D2-3770-8BC9-567718FB1BCA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff34943000 - 0x7fff3494dff7 com.apple.QD (4.0 - 413) <27A36D07-B5E9-32E6-87B6-3127F260F48D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff3494e000 - 0x7fff3495bffc com.apple.speech.synthesis.framework (9.0.24 - 9.0.24) <75344F8F-32CA-3558-B4E6-F56D498250E4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff3495c000 - 0x7fff34a3dff2 com.apple.audio.toolbox.AudioToolbox (1.14 - 1.14) <379C3239-406A-3A19-AB8D-4BEBBD619234> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff34a3f000 - 0x7fff34a3ffff com.apple.audio.units.AudioUnit (1.14 - 1.14) <54BB9298-C052-3355-91ED-035E46B2403B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff34dd6000 - 0x7fff35164ffa com.apple.CFNetwork (1128.1 - 1128.1) <04F37E21-8AC6-35BF-8D2C-8ED954B09026> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff351e0000 - 0x7fff351e0fff com.apple.Carbon (160 - 162) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff351e1000 - 0x7fff351e4ff3 com.apple.CommonPanels (1.2.6 - 101) <9F6E13D9-374B-386F-8E15-FDD6CE967859> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff351e5000 - 0x7fff354d9ff3 com.apple.HIToolbox (2.1.1 - 994.6) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff354da000 - 0x7fff354ddff3 com.apple.help (1.3.8 - 71) <36483951-6F3E-3F7E-8A5B-191C2357EF17> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff354de000 - 0x7fff354e3ff7 com.apple.ImageCapture (9.0 - 1600.65) <1A1F320E-3E85-3F3D-8AE0-B238C4E92D40> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff354e4000 - 0x7fff354e4fff com.apple.ink.framework (10.15 - 227) <284507AE-EF47-3ABC-86A4-669243DB1D33> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff354e5000 - 0x7fff354ffffa com.apple.openscripting (1.7 - 185.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff35520000 - 0x7fff35520fff com.apple.print.framework.Print (15 - 271) <0D9FB08F-EA87-3BE7-821B-C61BA5601050> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff35521000 - 0x7fff35523ff7 com.apple.securityhi (9.0 - 55008) <390C6FAA-99BF-3924-9180-9EAE41D9C6BE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff35524000 - 0x7fff3552afff com.apple.speech.recognition.framework (6.0.3 - 6.0.3) <9614A01E-8303-3422-A3BA-6CE27540E09A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff356c4000 - 0x7fff356c4fff com.apple.Cocoa (6.11 - 23) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff356d2000 - 0x7fff357c8fff com.apple.ColorSync (4.13.0 - 3394.9) /System/Library/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff35ab3000 - 0x7fff35fbcffb com.apple.audio.CoreAudio (5.0 - 5.0) <47923B12-3D14-328A-9C86-27A3A2A73068> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff3600f000 - 0x7fff36047fff com.apple.CoreBluetooth (1.0 - 1) <23DBB313-A082-3C08-8E1F-2D31EE4247EF> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff36048000 - 0x7fff36432fe8 com.apple.CoreData (120 - 977.3) <49AE61CA-C91E-31FE-9BD0-1AACFFB5181E> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff36433000 - 0x7fff36565ff6 com.apple.CoreDisplay (1.0 - 186.6.15) <213D7011-8180-3CF4-9BE7-FB8F75DCDB95> /System/Library/Frameworks/CoreDisplay.framework/Versions/A/CoreDisplay
0x7fff36566000 - 0x7fff369e6ff2 com.apple.CoreFoundation (6.9 - 1677.207) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff369e8000 - 0x7fff3705dfe8 com.apple.CoreGraphics (2.0 - 1355.24) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff3706b000 - 0x7fff373c6ff0 com.apple.CoreImage (15.0.0 - 940.9) <69361069-01AB-342E-862B-73A74271A765> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff37787000 - 0x7fff37862ffc com.apple.CoreMedia (1.0 - 2625.9) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff3794f000 - 0x7fff3794ffff com.apple.CoreServices (1069.24 - 1069.24) /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff37950000 - 0x7fff379d5fff com.apple.AE (838.1 - 838.1) <2E5FD5AE-8A7F-353F-9BD1-0241F3586181> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff379d6000 - 0x7fff37cb7ff7 com.apple.CoreServices.CarbonCore (1217 - 1217) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff37cb8000 - 0x7fff37d05ffd com.apple.DictionaryServices (1.2 - 323.6) <26B70C82-25BC-353A-858F-945B14C803A2> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff37d06000 - 0x7fff37d0eff7 com.apple.CoreServices.FSEvents (1268.100.1 - 1268.100.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff37d0f000 - 0x7fff37f49ff6 com.apple.LaunchServices (1069.24 - 1069.24) <9A5359D9-9148-3B18-B868-56A9DA5FB60C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff37f4a000 - 0x7fff37fe2ff1 com.apple.Metadata (10.7.0 - 2076.7) <0973F7E5-D58C-3574-A3CE-4F12CAC2D4C7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff37fe3000 - 0x7fff38010fff com.apple.CoreServices.OSServices (1069.24 - 1069.24) <0E4F48AD-402C-3E9D-9CA9-6DD9479B28F9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff38011000 - 0x7fff38078fff com.apple.SearchKit (1.4.1 - 1.4.1) <2C5E1D85-E8B1-3DC5-91B9-E3EDB48E9369> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff38079000 - 0x7fff3809dff5 com.apple.coreservices.SharedFileList (131.4 - 131.4) <02DE0D56-E371-3EF5-9BC1-FA435451B412> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList
0x7fff383c2000 - 0x7fff38579ffc com.apple.CoreText (643.1.5.6 - 643.1.5.6) <3DD0C40B-A22F-3022-A073-AE68259602CB> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff3857a000 - 0x7fff385beffb com.apple.CoreVideo (1.8 - 344.3) <5314E70D-325F-3E98-99FC-00FDF520747E> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff385bf000 - 0x7fff3864cffc com.apple.framework.CoreWLAN (13.0 - 1601.2) <6223BFD5-D451-3DE9-90F6-F609AC0B0027> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff388e3000 - 0x7fff388e9fff com.apple.DiskArbitration (2.7 - 2.7) <04CD4246-5E26-337D-9A75-9053AEC8B985> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff38ade000 - 0x7fff38c0cff6 com.apple.FileProvider (304.1 - 304.1) /System/Library/Frameworks/FileProvider.framework/Versions/A/FileProvider
0x7fff38c24000 - 0x7fff38fe9ff7 com.apple.Foundation (6.9 - 1677.207) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff39056000 - 0x7fff390a6ff7 com.apple.GSS (4.0 - 2.0) <95568BAB-7F1A-3E1C-BD5A-78A8B4338EDA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff391e3000 - 0x7fff392f7ff3 com.apple.Bluetooth (7.0.6 - 7.0.6f8) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff3935d000 - 0x7fff39401ff3 com.apple.framework.IOKit (2.0.2 - 1726.148.1) <0A9D244C-AECC-3D29-86DE-4F3B04F8DD25> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff39403000 - 0x7fff39414ffb com.apple.IOSurface (269.11 - 269.11) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff39493000 - 0x7fff395f1ff6 com.apple.ImageIO.framework (3.3.0 - 1976.11.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff395f2000 - 0x7fff395f5fff libGIF.dylib (1976.11.7) <95BADCCD-B5A8-3086-8A02-A538759C3B7E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff395f6000 - 0x7fff396affe7 libJP2.dylib (1976.11.7) <06A8B1E0-E2D8-38FD-B7B4-FA58059394AA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff396b0000 - 0x7fff396d3fe3 libJPEG.dylib (1976.11.7) <42C810E5-A517-31F2-9DF1-82668D4FC8B4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff39950000 - 0x7fff3996afef libPng.dylib (1976.11.7) <265A9A8A-CCAE-358A-A3FF-844CF0701A0A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff3996b000 - 0x7fff3996cfff libRadiance.dylib (1976.11.7) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff3996d000 - 0x7fff399b3fff libTIFF.dylib (1976.11.7) <861E8557-ABDD-3904-A4E4-6684A3B00029> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff3af15000 - 0x7fff3af27ff3 com.apple.Kerberos (3.0 - 1) <03BB492B-016E-37BF-B020-39C2CF7487FE> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff3af28000 - 0x7fff3af28fff libHeimdalProxy.dylib (77) <0A2905EE-9533-3345-AF9B-AAC71513BDFD> /System/Library/Frameworks/Kerberos.framework/Versions/A/Libraries/libHeimdalProxy.dylib
0x7fff3b2ba000 - 0x7fff3b2c4ffb com.apple.MediaAccessibility (1.0 - 125.1) <98065EA1-3484-3A5A-B05C-D2FABED8CEA4> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff3b390000 - 0x7fff3baddff2 com.apple.MediaToolbox (1.0 - 2625.9) <3A848992-9182-382A-BF7D-5CB9707BE27B> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff3badf000 - 0x7fff3bba9fff com.apple.Metal (212.8 - 212.8) <98C944D6-62C8-355E-90F8-C1CA2429EF24> /System/Library/Frameworks/Metal.framework/Versions/A/Metal
0x7fff3bbc6000 - 0x7fff3bc03ff7 com.apple.MetalPerformanceShaders.MPSCore (1.0 - 1) <7EBAC15D-7837-395D-B405-1E29F7DA68FA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSCore.framework/Versions/A/MPSCore
0x7fff3bc04000 - 0x7fff3bc8efe2 com.apple.MetalPerformanceShaders.MPSImage (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSImage.framework/Versions/A/MPSImage
0x7fff3bc8f000 - 0x7fff3bcb4ff4 com.apple.MetalPerformanceShaders.MPSMatrix (1.0 - 1) <02006D92-E2AB-3892-A96B-37F6520C19BA> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSMatrix.framework/Versions/A/MPSMatrix
0x7fff3bcb5000 - 0x7fff3bccaffb com.apple.MetalPerformanceShaders.MPSNDArray (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNDArray.framework/Versions/A/MPSNDArray
0x7fff3bccb000 - 0x7fff3be29ffc com.apple.MetalPerformanceShaders.MPSNeuralNetwork (1.0 - 1) <05612E06-50CB-318F-9F8E-EF4D49FAB3B0> /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSNeuralNetwork.framework/Versions/A/MPSNeuralNetwork
0x7fff3be2a000 - 0x7fff3be79ff4 com.apple.MetalPerformanceShaders.MPSRayIntersector (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Frameworks/MPSRayIntersector.framework/Versions/A/MPSRayIntersector
0x7fff3be7a000 - 0x7fff3be7bff5 com.apple.MetalPerformanceShaders.MetalPerformanceShaders (1.0 - 1) /System/Library/Frameworks/MetalPerformanceShaders.framework/Versions/A/MetalPerformanceShaders
0x7fff3cf26000 - 0x7fff3cf32ffe com.apple.NetFS (6.0 - 4.0) <57CABC68-0585-3989-9161-157DBB544B82> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff3cf33000 - 0x7fff3d08aff3 com.apple.Network (1.0 - 1) <4A0F3B93-4D23-3E74-9A3D-AD19E9C0E59E> /System/Library/Frameworks/Network.framework/Versions/A/Network
0x7fff3fabc000 - 0x7fff3fb14fff com.apple.opencl (3.5 - 3.5) <9BC04806-370F-3586-8B1A-B0FA654E2AB7> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff3fb15000 - 0x7fff3fb31fff com.apple.CFOpenDirectory (10.15 - 220.40.1) <7E6C88EB-3DD9-32B0-81FC-179552834FA9> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff3fb32000 - 0x7fff3fb3dffd com.apple.OpenDirectory (10.15 - 220.40.1) <4A92D8D8-A9E5-3A9C-942F-28576F6BCDF5> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff404a3000 - 0x7fff404a5fff libCVMSPluginSupport.dylib (17.10.22) <3891C992-8A5C-30FE-A109-45009E5EAEA3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff404a6000 - 0x7fff404abfff libCoreFSCache.dylib (176.18) <6A6399BC-8DDA-38F6-A403-B31CA4E5AF57> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x7fff404ac000 - 0x7fff404b0fff libCoreVMClient.dylib (176.18) <0E09EE45-A52B-3BE0-8A58-2559D0D99DCB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff404b1000 - 0x7fff404b9ff7 libGFXShared.dylib (17.10.22) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff404ba000 - 0x7fff404c4fff libGL.dylib (17.10.22) <9500F1E1-F735-35D4-9356-191B16A1A165> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff404c5000 - 0x7fff404f9ff7 libGLImage.dylib (17.10.22) <630ADFA4-BE7A-3758-ACBB-0A2A8479E2C7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff4068f000 - 0x7fff406cbfff libGLU.dylib (17.10.22) <3FF019F5-C7FC-3B7D-B2E3-F7B0ADC58FD1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff41107000 - 0x7fff41116ff7 com.apple.opengl (17.10.22 - 17.10.22) <9B2256A1-9B3B-37F9-95F7-00689B410ED2> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff420d4000 - 0x7fff42357ffb com.apple.QuartzCore (1.11 - 841.5) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff42eda000 - 0x7fff43225ff1 com.apple.security (7.0 - 59306.140.9) <5E1E1C8B-EDCB-3A25-836A-A835D57D4E3C> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff43226000 - 0x7fff432aeffb com.apple.securityfoundation (6.0 - 55236.60.1) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff432dd000 - 0x7fff432e1ff8 com.apple.xpc.ServiceManagement (1.0 - 1) <055976F5-69DF-3846-B7CC-D72FA09D1A98> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff43f8d000 - 0x7fff44007ff7 com.apple.SystemConfiguration (1.19 - 1.19) <84F9B3BB-F7AF-3B7C-8CD0-D3C22D19619F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff44287000 - 0x7fff4460aff4 com.apple.VideoToolbox (1.0 - 2625.9) <6CF18E28-A7A8-3952-8171-7E4FF4FB37FA> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff47f77000 - 0x7fff4803cfe7 com.apple.APFS (1412.141.2 - 1412.141.2) <100E8447-2563-3E1C-8B65-5A3910CD55AD> /System/Library/PrivateFrameworks/APFS.framework/Versions/A/APFS
0x7fff49151000 - 0x7fff49152ff1 com.apple.AggregateDictionary (1.0 - 1) <95A291F5-B69F-3C37-9483-C3B2EBF52AC1> /System/Library/PrivateFrameworks/AggregateDictionary.framework/Versions/A/AggregateDictionary
0x7fff496f1000 - 0x7fff4970eff4 com.apple.AppContainer (4.0 - 448.100.6) <87CEE13C-8585-3EFB-92CD-0852DFF0921B> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff49763000 - 0x7fff49771ff7 com.apple.AppSandbox (4.0 - 448.100.6) <0F49AA04-3400-349A-9096-6D4D7ED61027> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff49bed000 - 0x7fff49c11ffb com.apple.framework.Apple80211 (13.0 - 1610.1) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff49ecf000 - 0x7fff49edefd7 com.apple.AppleFSCompression (119.100.1 - 1.0) <466ABD77-2E52-36D1-8E39-77AE2CC61611> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff49fdd000 - 0x7fff49fe8ff7 com.apple.AppleIDAuthSupport (1.0 - 1) <74F6CD9C-27A7-39C7-A7EB-47E60D2517EB> /System/Library/PrivateFrameworks/AppleIDAuthSupport.framework/Versions/A/AppleIDAuthSupport
0x7fff4a02a000 - 0x7fff4a072ff7 com.apple.AppleJPEG (1.0 - 1) <6DE30A07-C627-319B-A0DE-EB7A832BEB88> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff4a461000 - 0x7fff4a483fff com.apple.applesauce (1.0 - 16.25) <68E0364C-AEA7-3654-A030-136BF3CD92F3> /System/Library/PrivateFrameworks/AppleSauce.framework/Versions/A/AppleSauce
0x7fff4a542000 - 0x7fff4a545fff com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <67255151-F989-39F0-BC87-0C0BDAE70730> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff4a546000 - 0x7fff4a596ff7 com.apple.AppleVAFramework (6.1.2 - 6.1.2) <64FAADB0-003F-355C-8D30-45E43C9E5915> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff4a5df000 - 0x7fff4a5eeff9 com.apple.AssertionServices (1.0 - 223.140.2) <48AD21CA-B81D-380E-A04F-90C48FDA5203> /System/Library/PrivateFrameworks/AssertionServices.framework/Versions/A/AssertionServices
0x7fff4ab31000 - 0x7fff4af2cff8 com.apple.audio.AudioResourceArbitration (1.0 - 1) <2BD68521-C19C-3D67-B5EB-DE3E9A4DAF0A> /System/Library/PrivateFrameworks/AudioResourceArbitration.framework/Versions/A/AudioResourceArbitration
0x7fff4b182000 - 0x7fff4b3c3ff8 com.apple.audio.AudioToolboxCore (1.0 - 1104.99) /System/Library/PrivateFrameworks/AudioToolboxCore.framework/Versions/A/AudioToolboxCore
0x7fff4b3c7000 - 0x7fff4b4e3fff com.apple.AuthKit (1.0 - 1) /System/Library/PrivateFrameworks/AuthKit.framework/Versions/A/AuthKit
0x7fff4b6a0000 - 0x7fff4b6a9ff7 com.apple.coreservices.BackgroundTaskManagement (1.0 - 104) /System/Library/PrivateFrameworks/BackgroundTaskManagement.framework/Versions/A/BackgroundTaskManagement
0x7fff4b6aa000 - 0x7fff4b74bff5 com.apple.backup.framework (1.11.7 - 1298.7.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff4b74c000 - 0x7fff4b7d8ff6 com.apple.BaseBoard (466.3 - 466.3) <10D0F3BB-E8F3-365E-8528-6AC996A9B0E7> /System/Library/PrivateFrameworks/BaseBoard.framework/Versions/A/BaseBoard
0x7fff4b8da000 - 0x7fff4b916ff7 com.apple.bom (14.0 - 219.2) <79CBE5E7-054F-377B-9566-A86A9F120CF1> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff4c496000 - 0x7fff4c4e5fff com.apple.ChunkingLibrary (307 - 307) <5B09C30D-FD2B-3E98-8B64-C5EF470FC13C> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff4d392000 - 0x7fff4d3a2ffb com.apple.CommonAuth (4.0 - 2.0) <24F1A864-0FA1-39CE-8A26-52E8C078FD33> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff4d3b6000 - 0x7fff4d3cdfff com.apple.commonutilities (8.0 - 900) /System/Library/PrivateFrameworks/CommonUtilities.framework/Versions/A/CommonUtilities
0x7fff4dad4000 - 0x7fff4dea9fc8 com.apple.CoreAUC (283.0.0 - 283.0.0) <4341271C-D270-3F9F-8464-31A20D15158D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff4deaa000 - 0x7fff4ded7ff7 com.apple.CoreAVCHD (6.1.0 - 6100.4.1) /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff4defa000 - 0x7fff4df1bff4 com.apple.analyticsd (1.0 - 1) <731E68C3-C291-3798-83D3-100DF19AA333> /System/Library/PrivateFrameworks/CoreAnalytics.framework/Versions/A/CoreAnalytics
0x7fff4e4b2000 - 0x7fff4e4c2ff3 com.apple.CoreEmoji (1.0 - 107.1) <7C2B3259-083B-31B8-BCDB-1BA360529936> /System/Library/PrivateFrameworks/CoreEmoji.framework/Versions/A/CoreEmoji
0x7fff4eb03000 - 0x7fff4eb6dff0 com.apple.CoreNLP (1.0 - 213) /System/Library/PrivateFrameworks/CoreNLP.framework/Versions/A/CoreNLP
0x7fff4ef9b000 - 0x7fff4efa3ff8 com.apple.CorePhoneNumbers (1.0 - 1) /System/Library/PrivateFrameworks/CorePhoneNumbers.framework/Versions/A/CorePhoneNumbers
0x7fff4f990000 - 0x7fff4f9b3fff com.apple.CoreSVG (1.0 - 129.3) /System/Library/PrivateFrameworks/CoreSVG.framework/Versions/A/CoreSVG
0x7fff4f9b4000 - 0x7fff4f9e7fff com.apple.CoreServicesInternal (446.7 - 446.7) <65F53A22-6B61-382C-AAC2-B2C53F8FFB44> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff4f9e8000 - 0x7fff4fa16ffd com.apple.CSStore (1069.24 - 1069.24) /System/Library/PrivateFrameworks/CoreServicesStore.framework/Versions/A/CoreServicesStore
0x7fff4ff3b000 - 0x7fff4ffd1ff7 com.apple.CoreSymbolication (11.4 - 64535.33.2) <0B3BF87A-7F95-3D79-B4F8-421D6FAC4A6C> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff50069000 - 0x7fff50195ff6 com.apple.coreui (2.1 - 609.4) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff50196000 - 0x7fff5034fffa com.apple.CoreUtils (6.2.4 - 624.7) /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff50489000 - 0x7fff5049cff1 com.apple.CrashReporterSupport (10.13 - 15016.1) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff50555000 - 0x7fff50567ff8 com.apple.framework.DFRFoundation (1.0 - 252.50.1) <8162057E-E856-3451-9160-04AEDDECFFA4> /System/Library/PrivateFrameworks/DFRFoundation.framework/Versions/A/DFRFoundation
0x7fff50568000 - 0x7fff5056dfff com.apple.DSExternalDisplay (3.1 - 380) <31ECB5FD-7660-33DB-BC5B-2B2A2AA7C686> /System/Library/PrivateFrameworks/DSExternalDisplay.framework/Versions/A/DSExternalDisplay
0x7fff505f7000 - 0x7fff50671ff0 com.apple.datadetectorscore (8.0 - 659) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff506bd000 - 0x7fff506faff8 com.apple.DebugSymbols (194 - 194) <040AE30B-CF2C-3798-A289-0929B8CAB10D> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff506fb000 - 0x7fff50883ff6 com.apple.desktopservices (1.14.6 - 1281.6.1) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff52244000 - 0x7fff5265fff1 com.apple.vision.FaceCore (4.3.0 - 4.3.0) <5D32F65D-2CD7-3204-975C-F4C9256E505F> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff52cfe000 - 0x7fff52e34ff4 libFontParser.dylib (277.2.6.7) /System/Library/PrivateFrameworks/FontServices.framework/libFontParser.dylib
0x7fff52e35000 - 0x7fff52e69fff libTrueTypeScaler.dylib (277.2.6.7) <6FD83564-6FA8-36BC-83AE-32A091B4209A> /System/Library/PrivateFrameworks/FontServices.framework/libTrueTypeScaler.dylib
0x7fff52ecd000 - 0x7fff52eddff6 libhvf.dylib (1.0 - $[CURRENT_PROJECT_VERSION]) /System/Library/PrivateFrameworks/FontServices.framework/libhvf.dylib
0x7fff563be000 - 0x7fff563bffff libmetal_timestamp.dylib (902.14.11) /System/Library/PrivateFrameworks/GPUCompiler.framework/Versions/3902/Libraries/libmetal_timestamp.dylib
0x7fff57a79000 - 0x7fff57a7ffff com.apple.GPUWrangler (5.2.7 - 5.2.7) /System/Library/PrivateFrameworks/GPUWrangler.framework/Versions/A/GPUWrangler
0x7fff57d9e000 - 0x7fff57dc4ff1 com.apple.GenerationalStorage (2.0 - 314) <54483E50-20BB-3AF8-900F-992320C109B0> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff58ef2000 - 0x7fff58f00ffb com.apple.GraphVisualizer (1.0 - 100.1) <507D5812-9CB4-3C94-938C-59ED2B370818> /System/Library/PrivateFrameworks/GraphVisualizer.framework/Versions/A/GraphVisualizer
0x7fff5909f000 - 0x7fff5915dff4 com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff59b5a000 - 0x7fff59b89ff8 com.apple.HelpData (2.3 - 199) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff5b2df000 - 0x7fff5b2e8ffe com.apple.IOAccelMemoryInfo (1.0 - 1) /System/Library/PrivateFrameworks/IOAccelMemoryInfo.framework/Versions/A/IOAccelMemoryInfo
0x7fff5b2e9000 - 0x7fff5b2f1ff5 com.apple.IOAccelerator (438.7.4 - 438.7.4) <3C973800-3AE0-3908-9922-EFBC57C3F5B2> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
0x7fff5b2fe000 - 0x7fff5b315fff com.apple.IOPresentment (47.10 - 37) /System/Library/PrivateFrameworks/IOPresentment.framework/Versions/A/IOPresentment
0x7fff5b69d000 - 0x7fff5b6e8ff1 com.apple.IconServices (438.3 - 438.3) <0DADB4C3-46FF-3FDB-8A86-51E2067FC7F4> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff5b8a6000 - 0x7fff5b8adff9 com.apple.InternationalSupport (1.0 - 45.4) <8D8D4A7D-FD35-36B8-A456-7C93030EDAB3> /System/Library/PrivateFrameworks/InternationalSupport.framework/Versions/A/InternationalSupport
0x7fff5bb3a000 - 0x7fff5bb59ffd com.apple.security.KeychainCircle.KeychainCircle (1.0 - 1) /System/Library/PrivateFrameworks/KeychainCircle.framework/Versions/A/KeychainCircle
0x7fff5bc8e000 - 0x7fff5bd5cffd com.apple.LanguageModeling (1.0 - 215.1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff5bd5d000 - 0x7fff5bda5fff com.apple.Lexicon-framework (1.0 - 72) <41F208B9-8255-3EC7-9673-FE0925D071D3> /System/Library/PrivateFrameworks/Lexicon.framework/Versions/A/Lexicon
0x7fff5bdac000 - 0x7fff5bdb1ff3 com.apple.LinguisticData (1.0 - 353.18) <3B92F249-4602-325F-984B-D2DE61EEE4E1> /System/Library/PrivateFrameworks/LinguisticData.framework/Versions/A/LinguisticData
0x7fff5c64a000 - 0x7fff5c64dfff com.apple.Mangrove (1.0 - 25) <482F300F-9B70-351F-A4DF-B440EEF7368D> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff5c8b6000 - 0x7fff5c940ff8 com.apple.MediaExperience (1.0 - 1) <0203AF27-AB5E-32FA-B529-AB7F29EEB887> /System/Library/PrivateFrameworks/MediaExperience.framework/Versions/A/MediaExperience
0x7fff5d11a000 - 0x7fff5d166fff com.apple.spotlight.metadata.utilities (1.0 - 2076.7) <0237323B-EC78-3FBF-9FC7-5A1FE2B5CE25> /System/Library/PrivateFrameworks/MetadataUtilities.framework/Versions/A/MetadataUtilities
0x7fff5d167000 - 0x7fff5d238ffa com.apple.gpusw.MetalTools (1.0 - 1) <99876E08-37D7-3828-8796-56D90C9AFBDB> /System/Library/PrivateFrameworks/MetalTools.framework/Versions/A/MetalTools
0x7fff5d296000 - 0x7fff5d2afff4 com.apple.MobileAssets (1.0 - 619.120.1) <07E116E6-7EBC-39F2-B5B4-31BAB6BAF852> /System/Library/PrivateFrameworks/MobileAsset.framework/Versions/A/MobileAsset
0x7fff5d4ae000 - 0x7fff5d4ccfff com.apple.MobileKeyBag (2.0 - 1.0) /System/Library/PrivateFrameworks/MobileKeyBag.framework/Versions/A/MobileKeyBag
0x7fff5d72f000 - 0x7fff5d75fff7 com.apple.MultitouchSupport.framework (3440.1 - 3440.1) <6794E1C8-9627-33DF-84F4-FDD02C97F383> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff5dc5f000 - 0x7fff5dc69fff com.apple.NetAuth (6.2 - 6.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff5e680000 - 0x7fff5e6cbffb com.apple.OTSVG (1.0 - 643.1.5.6) /System/Library/PrivateFrameworks/OTSVG.framework/Versions/A/OTSVG
0x7fff5f8e9000 - 0x7fff5f8f4ff2 com.apple.PerformanceAnalysis (1.243.3 - 243.3) <7B2C4193-68D7-3B95-ACA3-0FDD33A74D45> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff5f8f5000 - 0x7fff5f91dffb com.apple.persistentconnection (1.0 - 1.0) <5B2D87A8-2641-3F6D-ACEA-96B00F85AAB5> /System/Library/PrivateFrameworks/PersistentConnection.framework/Versions/A/PersistentConnection
0x7fff622dd000 - 0x7fff622f6ffb com.apple.ProtocolBuffer (1 - 274.24.9.16.3) <5A020941-C43C-303E-8DE8-230FC6A84DBC> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff62756000 - 0x7fff6277fff1 com.apple.RemoteViewServices (2.0 - 148) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff628e4000 - 0x7fff6291fff0 com.apple.RunningBoardServices (1.0 - 223.140.2) <96BB04BD-D6E0-3D70-8F36-89B46DA1DA30> /System/Library/PrivateFrameworks/RunningBoardServices.framework/Versions/A/RunningBoardServices
0x7fff64200000 - 0x7fff64203ff5 com.apple.SecCodeWrapper (4.0 - 448.100.6) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff64376000 - 0x7fff6449dfff com.apple.Sharing (1526.37 - 1526.37) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff644f6000 - 0x7fff64514ff2 com.apple.shortcut (2.16 - 106) <9F669D19-13AD-3961-B247-ED728B7BFA19> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff658b2000 - 0x7fff65ba8fff com.apple.SkyLight (1.600.0 - 451.5) <2D9E36FC-5453-36E0-8FCB-06DA29412993> /System/Library/PrivateFrameworks/SkyLight.framework/Versions/A/SkyLight
0x7fff663f5000 - 0x7fff66403ffb com.apple.SpeechRecognitionCore (6.0.91.2 - 6.0.91.2) <4D6CAC2A-151B-3BBE-BDB7-E2BE72128691> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff66adf000 - 0x7fff66b20ff9 com.apple.StreamingZip (1.0 - 1) <063525B7-8F1D-334B-88E4-BBEAE42B61F2> /System/Library/PrivateFrameworks/StreamingZip.framework/Versions/A/StreamingZip
0x7fff66c37000 - 0x7fff66c40ff7 com.apple.SymptomDiagnosticReporter (1.0 - 1238.120.2) /System/Library/PrivateFrameworks/SymptomDiagnosticReporter.framework/Versions/A/SymptomDiagnosticReporter
0x7fff66ef7000 - 0x7fff66f07ff3 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff6742c000 - 0x7fff674f2ff0 com.apple.TextureIO (3.10.9 - 3.10.9) /System/Library/PrivateFrameworks/TextureIO.framework/Versions/A/TextureIO
0x7fff676c2000 - 0x7fff6791aff0 com.apple.UIFoundation (1.0 - 662) /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff685b5000 - 0x7fff685d5ffc com.apple.UserManagement (1.0 - 1) <9F00880E-6EA6-3684-B208-455E14EC07C8> /System/Library/PrivateFrameworks/UserManagement.framework/Versions/A/UserManagement
0x7fff69381000 - 0x7fff6946cff2 com.apple.ViewBridge (468 - 468) /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
0x7fff69612000 - 0x7fff69613fff com.apple.WatchdogClient.framework (1.0 - 67.120.2) /System/Library/PrivateFrameworks/WatchdogClient.framework/Versions/A/WatchdogClient
0x7fff6a243000 - 0x7fff6a246ffa com.apple.dt.XCTTargetBootstrap (1.0 - 16091) /System/Library/PrivateFrameworks/XCTTargetBootstrap.framework/Versions/A/XCTTargetBootstrap
0x7fff6a2c0000 - 0x7fff6a2ceff5 com.apple.audio.caulk (1.0 - 32.3) <06D695EA-E2BC-31E4-9816-9C12542BA744> /System/Library/PrivateFrameworks/caulk.framework/Versions/A/caulk
0x7fff6a610000 - 0x7fff6a612ff3 com.apple.loginsupport (1.0 - 1) <12F77885-27DC-3837-9CE9-A25EBA75F833> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff6a613000 - 0x7fff6a626ffd com.apple.login (3.0 - 3.0) /System/Library/PrivateFrameworks/login.framework/Versions/A/login
0x7fff6d0f6000 - 0x7fff6d129ffa libAudioToolboxUtility.dylib (1104.99) /usr/lib/libAudioToolboxUtility.dylib
0x7fff6d130000 - 0x7fff6d164fff libCRFSuite.dylib (48) <5E5DE3CB-30DD-34DC-AEF8-FE8536A85E96> /usr/lib/libCRFSuite.dylib
0x7fff6d167000 - 0x7fff6d171fff libChineseTokenizer.dylib (34) <7F0DA183-1796-315A-B44A-2C234C7C50BE> /usr/lib/libChineseTokenizer.dylib
0x7fff6d1fd000 - 0x7fff6d1ffff7 libDiagnosticMessagesClient.dylib (112) /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff6d245000 - 0x7fff6d3fcffb libFosl_dynamic.dylib (100.4) <737573B2-190A-3BA1-8220-807AD0A2CE5E> /usr/lib/libFosl_dynamic.dylib
0x7fff6d423000 - 0x7fff6d429ff3 libIOReport.dylib (54) <75D177C4-BAD7-3285-B8E1-3019F49B3178> /usr/lib/libIOReport.dylib
0x7fff6d50b000 - 0x7fff6d512fff libMatch.1.dylib (36) <5C6F3971-9D9E-3630-BDB6-60BFC5A665E0> /usr/lib/libMatch.1.dylib
0x7fff6d541000 - 0x7fff6d561ff7 libMobileGestalt.dylib (826.140.5) <2BE94E6A-FA61-312F-84A1-F764D71B7E39> /usr/lib/libMobileGestalt.dylib
0x7fff6d6d3000 - 0x7fff6d6d4fff libSystem.B.dylib (1281.100.1) <2564569B-F0A8-3C30-A9FC-1F634F02A886> /usr/lib/libSystem.B.dylib
0x7fff6d761000 - 0x7fff6d762fff libThaiTokenizer.dylib (3) <4F4ADE99-0D09-3223-B7C0-C407AB6DE8DC> /usr/lib/libThaiTokenizer.dylib
0x7fff6d77a000 - 0x7fff6d790fff libapple_nghttp2.dylib (1.39.2) <07FEC48A-87CF-32A3-8194-FA70B361713A> /usr/lib/libapple_nghttp2.dylib
0x7fff6d7c5000 - 0x7fff6d837ff7 libarchive.2.dylib (72.140.2) /usr/lib/libarchive.2.dylib
0x7fff6d838000 - 0x7fff6d8d1fe5 libate.dylib (3.0.1) <76EA60FB-748C-313F-8951-B076540BEA97> /usr/lib/libate.dylib
0x7fff6d8d5000 - 0x7fff6d8d5ff3 libauto.dylib (187) /usr/lib/libauto.dylib
0x7fff6d8d6000 - 0x7fff6d99affe libboringssl.dylib (283.120.1) <935DDB00-6514-3D0C-AEA5-C5FE6BCC0B61> /usr/lib/libboringssl.dylib
0x7fff6d99b000 - 0x7fff6d9abffb libbsm.0.dylib (60.100.1) <00BFFB9A-2FFE-3C24-896A-251BC61917FD> /usr/lib/libbsm.0.dylib
0x7fff6d9ac000 - 0x7fff6d9b8fff libbz2.1.0.dylib (44) <14CC4988-B6D4-3879-AFC2-9A0DDC6388DE> /usr/lib/libbz2.1.0.dylib
0x7fff6d9b9000 - 0x7fff6da0bfff libc++.1.dylib (902.1) <59A8239F-C28A-3B59-B8FA-11340DC85EDC> /usr/lib/libc++.1.dylib
0x7fff6da0c000 - 0x7fff6da21ffb libc++abi.dylib (902) /usr/lib/libc++abi.dylib
0x7fff6da22000 - 0x7fff6da22fff libcharset.1.dylib (59) <72447768-9244-39AB-8E79-2FA14EC0AD33> /usr/lib/libcharset.1.dylib
0x7fff6da23000 - 0x7fff6da34fff libcmph.dylib (8) /usr/lib/libcmph.dylib
0x7fff6da35000 - 0x7fff6da4cfd7 libcompression.dylib (87.1) /usr/lib/libcompression.dylib
0x7fff6dd26000 - 0x7fff6dd3cff7 libcoretls.dylib (167) <770A5B96-936E-34E3-B006-B1CEC299B5A5> /usr/lib/libcoretls.dylib
0x7fff6dd3d000 - 0x7fff6dd3efff libcoretls_cfhelpers.dylib (167) <940BF370-FD0C-30A8-AA05-FF48DA44FA4C> /usr/lib/libcoretls_cfhelpers.dylib
0x7fff6e2fb000 - 0x7fff6e35aff7 libcups.2.dylib (483.7) <821ED293-B7B3-3B37-88C9-7B6CA91DA7FA> /usr/lib/libcups.2.dylib
0x7fff6e464000 - 0x7fff6e464fff libenergytrace.dylib (21) <162DFCC0-8F48-3DD0-914F-FA8653E27B26> /usr/lib/libenergytrace.dylib
0x7fff6e465000 - 0x7fff6e47dfff libexpat.1.dylib (19.60.2) /usr/lib/libexpat.1.dylib
0x7fff6e48b000 - 0x7fff6e48dfff libfakelink.dylib (149.1) <36146CB2-E6A5-37BB-9EE8-1B4034D8F3AD> /usr/lib/libfakelink.dylib
0x7fff6e49c000 - 0x7fff6e4a1fff libgermantok.dylib (24) /usr/lib/libgermantok.dylib
0x7fff6e4a2000 - 0x7fff6e4abff7 libheimdal-asn1.dylib (564.140.7) <45E5B8EE-93E9-31FC-9A4D-E96AF618BABA> /usr/lib/libheimdal-asn1.dylib
0x7fff6e4ac000 - 0x7fff6e59cfff libiconv.2.dylib (59) <18311A67-E4EF-3CC7-95B3-C0EDEE3A282F> /usr/lib/libiconv.2.dylib
0x7fff6e59d000 - 0x7fff6e7f4fff libicucore.A.dylib (64260.0.1) <8AC2CB07-E7E0-340D-A849-186FA1F27251> /usr/lib/libicucore.A.dylib
0x7fff6e80e000 - 0x7fff6e80ffff liblangid.dylib (133) <30CFC08C-EF36-3CF5-8AEA-C1CB070306B7> /usr/lib/liblangid.dylib
0x7fff6e810000 - 0x7fff6e828ff3 liblzma.5.dylib (16) /usr/lib/liblzma.5.dylib
0x7fff6e840000 - 0x7fff6e8e7ff7 libmecab.dylib (883.11) <0D5BFD01-D4A7-3C8D-AA69-C329C1A69792> /usr/lib/libmecab.dylib
0x7fff6e8e8000 - 0x7fff6eb4aff1 libmecabra.dylib (883.11) /usr/lib/libmecabra.dylib
0x7fff6eeb7000 - 0x7fff6eee6fff libncurses.5.4.dylib (57) <995DFEEA-40F3-377F-B73D-D02AC59D591F> /usr/lib/libncurses.5.4.dylib
0x7fff6f016000 - 0x7fff6f492ff5 libnetwork.dylib (1880.120.4) /usr/lib/libnetwork.dylib
0x7fff6f533000 - 0x7fff6f566fde libobjc.A.dylib (787.1) <6DF81160-5E7F-3E31-AA1E-C875E3B98AF6> /usr/lib/libobjc.A.dylib
0x7fff6f579000 - 0x7fff6f57dfff libpam.2.dylib (25.100.1) <0502F395-8EE6-3D2A-9239-06FD5622E19E> /usr/lib/libpam.2.dylib
0x7fff6f580000 - 0x7fff6f5b6fff libpcap.A.dylib (89.120.2) <86DAA475-805A-3E01-86C5-6CAE4D1D9BC6> /usr/lib/libpcap.A.dylib
0x7fff6f63a000 - 0x7fff6f652fff libresolv.9.dylib (67.40.1) /usr/lib/libresolv.9.dylib
0x7fff6f654000 - 0x7fff6f698ff7 libsandbox.1.dylib (1217.141.2) /usr/lib/libsandbox.1.dylib
0x7fff6f6ac000 - 0x7fff6f6adff7 libspindump.dylib (281.3) /usr/lib/libspindump.dylib
0x7fff6f6ae000 - 0x7fff6f898ff7 libsqlite3.dylib (308.6) <33057143-AB4E-348B-9650-98BC48866F34> /usr/lib/libsqlite3.dylib
0x7fff6fa8e000 - 0x7fff6fae8ff8 libusrtcp.dylib (1880.120.4) <05346A91-737C-33D0-B21B-F040950DFB28> /usr/lib/libusrtcp.dylib
0x7fff6fae9000 - 0x7fff6faecffb libutil.dylib (57) /usr/lib/libutil.dylib
0x7fff6faed000 - 0x7fff6fafaff7 libxar.1.dylib (425.2) /usr/lib/libxar.1.dylib
0x7fff6fb00000 - 0x7fff6fbe2fff libxml2.2.dylib (33.8) /usr/lib/libxml2.2.dylib
0x7fff6fbe6000 - 0x7fff6fc0efff libxslt.1.dylib (16.11) /usr/lib/libxslt.1.dylib
0x7fff6fc0f000 - 0x7fff6fc21ff3 libz.1.dylib (76) <793D9643-CD83-3AAC-8B96-88D548FAB620> /usr/lib/libz.1.dylib
0x7fff704d0000 - 0x7fff704d5ff3 libcache.dylib (83) /usr/lib/system/libcache.dylib
0x7fff704d6000 - 0x7fff704e1fff libcommonCrypto.dylib (60165.120.1) /usr/lib/system/libcommonCrypto.dylib
0x7fff704e2000 - 0x7fff704e9fff libcompiler_rt.dylib (101.2) <49B8F644-5705-3F16-BBE0-6FFF9B17C36E> /usr/lib/system/libcompiler_rt.dylib
0x7fff704ea000 - 0x7fff704f3ff7 libcopyfile.dylib (166.40.1) <3C481225-21E7-370A-A30E-0CCFDD64A92C> /usr/lib/system/libcopyfile.dylib
0x7fff704f4000 - 0x7fff70586fdb libcorecrypto.dylib (866.140.2) /usr/lib/system/libcorecrypto.dylib
0x7fff70693000 - 0x7fff706d3ff0 libdispatch.dylib (1173.100.2) /usr/lib/system/libdispatch.dylib
0x7fff706d4000 - 0x7fff7070afff libdyld.dylib (750.6) <789A18C2-8AC7-3C88-813D-CD674376585D> /usr/lib/system/libdyld.dylib
0x7fff7070b000 - 0x7fff7070bffb libkeymgr.dylib (30) /usr/lib/system/libkeymgr.dylib
0x7fff7070c000 - 0x7fff70718ff3 libkxld.dylib (6153.141.33) <2A55E53D-D8A3-32A3-B116-D679948A3632> /usr/lib/system/libkxld.dylib
0x7fff70719000 - 0x7fff70719ff7 liblaunch.dylib (1738.140.3) /usr/lib/system/liblaunch.dylib
0x7fff7071a000 - 0x7fff7071fff7 libmacho.dylib (959.0.1) /usr/lib/system/libmacho.dylib
0x7fff70720000 - 0x7fff70722ff3 libquarantine.dylib (110.40.3) /usr/lib/system/libquarantine.dylib
0x7fff70723000 - 0x7fff70724ff7 libremovefile.dylib (48) <7C7EFC79-BD24-33EF-B073-06AED234593E> /usr/lib/system/libremovefile.dylib
0x7fff70725000 - 0x7fff7073cff3 libsystem_asl.dylib (377.60.2) <1563EE02-0657-3B78-99BE-A947C24122EF> /usr/lib/system/libsystem_asl.dylib
0x7fff7073d000 - 0x7fff7073dff7 libsystem_blocks.dylib (74) <0D53847E-AF5F-3ACF-B51F-A15DEA4DEC58> /usr/lib/system/libsystem_blocks.dylib
0x7fff7073e000 - 0x7fff707c5fff libsystem_c.dylib (1353.100.2) /usr/lib/system/libsystem_c.dylib
0x7fff707c6000 - 0x7fff707c9ffb libsystem_configuration.dylib (1061.141.1) <0EE84C33-64FD-372B-974A-AF7A136F2068> /usr/lib/system/libsystem_configuration.dylib
0x7fff707ca000 - 0x7fff707cdfff libsystem_coreservices.dylib (114.1) <72857ADA-AA97-398B-B089-F50B2E89064B> /usr/lib/system/libsystem_coreservices.dylib
0x7fff707ce000 - 0x7fff707d6fff libsystem_darwin.dylib (1353.100.2) <5B12B5DB-3F30-37C1-8ECC-49A66B1F2864> /usr/lib/system/libsystem_darwin.dylib
0x7fff707d7000 - 0x7fff707defff libsystem_dnssd.dylib (1096.100.3) /usr/lib/system/libsystem_dnssd.dylib
0x7fff707df000 - 0x7fff707e0ffb libsystem_featureflags.dylib (17) <29FD922A-EC2C-3F25-BCCC-B58D716E60EC> /usr/lib/system/libsystem_featureflags.dylib
0x7fff707e1000 - 0x7fff7082eff7 libsystem_info.dylib (538) <8A321605-5480-330B-AF9E-64E65DE61747> /usr/lib/system/libsystem_info.dylib
0x7fff7082f000 - 0x7fff7085bff7 libsystem_kernel.dylib (6153.141.33) <174BBB20-B300-385A-A443-B1A4DD65748C> /usr/lib/system/libsystem_kernel.dylib
0x7fff7085c000 - 0x7fff708a3fff libsystem_m.dylib (3178) <00F331F1-0D09-39B3-8736-1FE90E64E903> /usr/lib/system/libsystem_m.dylib
0x7fff708a4000 - 0x7fff708cbfff libsystem_malloc.dylib (283.100.6) <8549294E-4C53-36EB-99F3-584A7393D8D5> /usr/lib/system/libsystem_malloc.dylib
0x7fff708cc000 - 0x7fff708d9ffb libsystem_networkextension.dylib (1095.140.2) /usr/lib/system/libsystem_networkextension.dylib
0x7fff708da000 - 0x7fff708e3ff7 libsystem_notify.dylib (241.100.2) /usr/lib/system/libsystem_notify.dylib
0x7fff708e4000 - 0x7fff708ecfef libsystem_platform.dylib (220.100.1) <009A7C1F-313A-318E-B9F2-30F4C06FEA5C> /usr/lib/system/libsystem_platform.dylib
0x7fff708ed000 - 0x7fff708f7fff libsystem_pthread.dylib (416.100.3) <62CB1A98-0B8F-31E7-A02B-A1139927F61D> /usr/lib/system/libsystem_pthread.dylib
0x7fff708f8000 - 0x7fff708fcff3 libsystem_sandbox.dylib (1217.141.2) <051C4018-4345-3034-AC98-6DE42FB8273B> /usr/lib/system/libsystem_sandbox.dylib
0x7fff708fd000 - 0x7fff708fffff libsystem_secinit.dylib (62.100.2) /usr/lib/system/libsystem_secinit.dylib
0x7fff70900000 - 0x7fff70907ffb libsystem_symptoms.dylib (1238.120.2) <702D0910-5C34-3D43-9631-8BD215DE4FE1> /usr/lib/system/libsystem_symptoms.dylib
0x7fff70908000 - 0x7fff7091eff2 libsystem_trace.dylib (1147.120.1) /usr/lib/system/libsystem_trace.dylib
0x7fff70920000 - 0x7fff70925ff7 libunwind.dylib (35.4) <42B7B509-BAFE-365B-893A-72414C92F5BF> /usr/lib/system/libunwind.dylib
0x7fff70926000 - 0x7fff7095bffe libxpc.dylib (1738.140.3) <8DA7D88F-AE2F-3BCF-8426-8D041E57A9AA> /usr/lib/system/libxpc.dylib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 38
thread_create: 0
thread_set_state: 0
Calls made by this process:
task_for_pid: 0
thread_create: 0
thread_set_state: 0
Calls made by all processes on this machine:
task_for_pid: 9567294
thread_create: 0
thread_set_state: 1568

VM Region Summary:
ReadOnly portion of Libraries: Total=612.8M resident=0K(0%) swapped_out_or_unallocated=612.8M(100%)
Writable regions: Total=1.7G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=1.7G(100%)

                            VIRTUAL   REGION 

REGION TYPE SIZE COUNT (non-coalesced)
=========== ======= =======
Accelerate framework 768K 6
Activity Tracing 256K 1
CG backing stores 1972K 3
CG image 41.4M 18
CoreAnimation 58.2M 21
CoreGraphics 8K 1
CoreImage 32K 3
CoreUI image data 1092K 11
Foundation 4K 1
Kernel Alloc Once 8K 1
MALLOC 372.4M 69
MALLOC guard page 48K 10
MALLOC_MEDIUM (reserved) 816.0M 7 reserved VM address space (unallocated)
MALLOC_NANO (reserved) 384.0M 1 reserved VM address space (unallocated)
STACK GUARD 56.1M 20
Stack 17.6M 20
VM_ALLOCATE 392K 21
__DATA 25.8M 315
__DATA_CONST 20K 1
__FONT_DATA 4K 1
__LINKEDIT 394.0M 43
__OBJC_RO 32.3M 1
__OBJC_RW 1908K 2
__TEXT 219.0M 309
__UNICODE 564K 1
dylib (reserved) 112K 17 reserved VM address space (unallocated)
mapped file 365.1M 82
shared memory 632K 14
=========== ======= =======
TOTAL 2.7G 1000
TOTAL, minus reserved VM space 1.6G 1000

Model: iMacPro1,1, BootROM 1554.120.19.0.0 (iBridge: 18.16.14663.0.0,0), 8 processors, 8-Core Intel Xeon W, 3,2 GHz, 32 GB, SMC
Graphics: kHW_AMDRadeonProVega56Item, Radeon Pro Vega 56, spdisplays_pcie_device, 8 GB
Memory Module: NODE 1/CPU1_DIMM_A0, 8 GB, DDR4, 2666 MHz, Hynix, HMA81GR7AFR8N-VK
Memory Module: NODE 1/CPU1_DIMM_B0, 8 GB, DDR4, 2666 MHz, Hynix, HMA81GR7AFR8N-VK
Memory Module: NODE 1/CPU1_DIMM_C0, 8 GB, DDR4, 2666 MHz, Hynix, HMA81GR7AFR8N-VK
Memory Module: NODE 1/CPU1_DIMM_D0, 8 GB, DDR4, 2666 MHz, Hynix, HMA81GR7AFR8N-VK
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x7BF), wl0: Oct 28 2020 13:06:41 version 9.30.357.42.32.5.48 FWID 01-4f9e2d7c
Bluetooth: Version 7.0.6f8, 3 services, 27 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
USB Device: USB3.0 Hub
USB Device: USB3.0 Hub
USB Device: USB 3.0 Bus
USB Device: USB2.0 Hub
USB Device: USB Receiver
USB Device: USB2.0 Hub
USB Device: USB Billboard Device
USB Device: USB Billboard Device
USB Device: USB Receiver
USB Device: Apple T2 Bus
USB Device: Headset
USB Device: Ambient Light Sensor
USB Device: FaceTime HD Camera (Built-in)
USB Device: Apple T2 Controller
Thunderbolt Bus: iMac Pro, Apple Inc., 41.5
Thunderbolt Bus: iMac Pro, Apple Inc., 41.5

ThemeSupport

The ThemeSupport code is duplicated in a few places, for the sake of sanity, it needs to move to it's own library which other libraries & components can link to.

Additionally, add dark mode support for operating systems other than macOS. Detecting it on other OS may be difficult (looking at you linux), so it may be "hacky" to detect on Linux, check the contrast between the text colour and window color to figure out if we should probably be in dark mode.

Add a setting for dark mode ("Detect System", "Dark", "Light")

macOS menu bar icon

Add a menu bar icon that can be configured to display the status of ping session, drop-down menu also showing a summary of ping target information.

populate route table during discovery

Currently when starting a ping session, the editor appears but doesn't look like it's doing anything, as each hop is discovered, the table should be populated.

Additionally in the area where the graphs appear, the application should display progress information.

Untitled

Debugging, PKGBUILD, Theme and issues with connection

Greetings dear devs!

First, I hope you don't mind that I decided to make this combined issue, if you prefer, I can re-create separate issue for the confirmed problems as well. So. I have several questions about Pingnoo. Some of these is probably bugs:

  1. AppImage version of the program likes to drop out (close) with the following error:
(process:3538881): GLib-ERROR **: 01:22:03.440: Creating pipes for GWakeup: Too many open files
  1. In the AppImage version, I can't find how to change the theme to dark. Is that even possible?
3. I've made this PKGBUILD to use the program in ArchLinux/Manjaro/Garuda/EndeavourOS environments:
pkgname=pingnoo
pkgver=2021.03.21
pkgrel=1
pkgdesc="An open-source cross-platform traceroute/ping analyser."
arch=(x86_64)
url="https://github.com/nedrysoft/pingnoo"
license=(GPL3)
depends=(
        cmake
        gcc
)
provides=("${pkgname%}")

build() {
 git clone ${url}
 cd pingnoo
 git submodule update --init --recursive
 mkdir build
 cd build
 cmake ../
 make
}

package() {
        cd pingnoo/build
        make DESTDIR="$pkgdir" install
        sudo mkdir -p /usr/share/pingnoo
        sudo cp -r ../bin/x86_64/Release/* /usr/share/pingnoo
}

The program builds and it even start with the proper dark theme. Nice.

But when press "start" button, it drops out with the following (I've run strace to see what's happening):
clone(child_stack=0x7f5cd3ffedf0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[4018584], tls=0x7f5cd3fff640, child_tidptr=0x7f5cd3fff910) = 4018584
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x55625f7e6448, FUTEX_WAKE_PRIVATE, 1) = 1
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5cd2ffe000
mprotect(0x7f5cd2fff000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f5cd37fddf0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[4018585], tls=0x7f5cd37fe640, child_tidptr=0x7f5cd37fe910) = 4018585
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x55625fd03e58, FUTEX_WAKE_PRIVATE, 1) = 1
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5cd27fd000
mprotect(0x7f5cd27fe000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f5cd2ffcdf0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[4018586], tls=0x7f5cd2ffd640, child_tidptr=0x7f5cd2ffd910) = 4018586
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x55625f7edc38, FUTEX_WAKE_PRIVATE, 1) = 1
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5cd1ffc000
mprotect(0x7f5cd1ffd000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f5cd27fbdf0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[4018588], tls=0x7f5cd27fc640, child_tidptr=0x7f5cd27fc910) = 4018588
rt_sigprocmask(SIG_SETMASK, [], NULL, 8) = 0
futex(0x55625f807258, FUTEX_WAKE_PRIVATE, 1) = 1
futex(0x7f5dee307a00, FUTEX_WAIT_PRIVATE, 2, NULL) = -1 EAGAIN (Resource temporarily unavailable)
futex(0x7f5dee307a00, FUTEX_WAKE_PRIVATE, 1) = 0
mmap(NULL, 8392704, PROT_NONE, MAP_PRIVATE|MAP_ANONYMOUS|MAP_STACK, -1, 0) = 0x7f5cd07f9000
mprotect(0x7f5cd07fa000, 8388608, PROT_READ|PROT_WRITE) = 0
rt_sigprocmask(SIG_BLOCK, ~[], [], 8)   = 0
clone(child_stack=0x7f5cd0ff8df0, flags=CLONE_VM|CLONE_FS|CLONE_FILES|CLONE_SIGHAND|CLONE_THREAD|CLONE_SYSVSEM|CLONE_SETTLS|CLONE_PARENT_SETTID|CLONE_CHILD_CLEARTID, parent_tid=[4018590], tls=0x7f5cd0ff9640, child_tidptr=0x7f5cd0ff9910) = 4018590
rt_sigprocmask(SIG_SETMASK, [],  <unfinished ...>) = ?
+++ killed by SIGSEGV (core dumped) +++
Segmentation fault (core dumped)

Probably my PKGBUILD procedure is a little bit wrong in the package() function. Can you give me a hand with these? I would be happy to build a correct PKGBUILD for your package and add it (publish) to AUR, so all users of ArchLinux, Manjaro, Garuda, ando ther Arch-based distros can benefit from that and install your cool software with just one command or even search for the program from GUI. I am also ready to become a package maintainer for ArchLinux version if you teach me how to install the program after compiling for it to correctly work (the package() function in PKGBUILD). Thanks!

  1. Last but not least, this question isn't probably fully Pingnoo dependent, however. I've found an interesting issue with my connection. I am having frequently a service drop-outs at my home internet. I do have a DOCSIS 3.1 connection and Sagemcom F@st 3890V3 device that often shows some errors in the packages. I am using AppImage version of Pingnoo for this. So interesting case arises here:
    a) When I run "ping executable" to 1.1.1.1 with 2.5s intervals, I got 70-80-90-98% packet loss levels at my gateway (192.168.0.1). The screen is full with red stripes. Wow! What is that?
    b) When I run "ICMP socket" to 1.1.1.1 with same 2.5s intervals separately, I sometimes got no packet losses at my gateway, but the other times I get same loss levels.
    c) When I run both of a) and b) at the same time, I get the packet loss on both tests.
    d) I've asked a friend with the same internet to check stuff from her side, and she send me screenshots with the same issues: error packets in the DOCSIS information page, as well as packet loss in "pings" in pingnoo. She also has same modem as me.

So it might be a provider-wide error thing or modem/DOCSIS router dependent thing? Do you see is there any way to further debug these problems? My provider just kicks me away when I'm trying to ask them (Telia/Get internet, Norway).

Thank you very much for these nice program.

Headless / CMD interface

I love the idea of this tool, it will be so freaking handy. Usually I've used Pingtracer on Windows, but need something for mac/linux from time-to-time. I found the Windows GUI a bit glitchy on Windows 11, but I'm sure it'll become more stable over time.

It would be extremely handy to be able to run this tool without a GUI, such that it could be started from a script/RMM/shell interface, and the resultant data could be retrieved from a file. Troubleshooting connectivity issues would become much easier.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.