Bug #456
StrongSwan client for OS X crashes
Description
When starting a connection on OS X (10.8.5 on an Intel Core i7, x86_64) from the StrongSwan client (v5.1.1-2), I get the following trace in the log window (even before the password query window appears):
dumping 9 stack frame addresses: /usr/lib/system/libsystem_c.dylib @ 0x00007fff942d3000 (_sigtramp+0x1a) [0x00007fff942d590a] -> _sigtramp (in libsystem_c.dylib) + 26 1 ??? 0x0000000000000000 0x0 + 0 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010959a000 (ike_sa_create+0x2393) [0x00000001095f9863] -> 0x000000010005f863 (in org.strongswan.charon-xpc) + 291 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010959a000 (ike_sa_create+0x3286) [0x00000001095fa756] -> 0x0000000100060756 (in org.strongswan.charon-xpc) + 86 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010959a000 (controller_create+0xd2f) [0x00000001095e11ff] -> 0x00000001000471ff (in org.strongswan.charon-xpc) + 159 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010959a000 (processor_create+0x647) [0x00000001095b6877] -> 0x000000010001c877 (in org.strongswan.charon-xpc) + 359 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010959a000 (strongswan_thread_create+0x1e5) [0x00000001095ba345] -> 0x0000000100020345 (in org.strongswan.charon-xpc) + 117 /usr/lib/system/libsystem_c.dylib @ 0x00007fff942d3000 (_pthread_start+0x147) [0x00007fff942e7772] -> _pthread_start (in libsystem_c.dylib) + 327 /usr/lib/system/libsystem_c.dylib @ 0x00007fff942d3000 (thread_start+0xd) [0x00007fff942d41a1] -> thread_start (in libsystem_c.dylib) + 13 killing ourself, received critical signal
Related issues
History
#1 Updated by Martin Willi over 7 years ago
- Status changed from New to Feedback
- Assignee set to Martin Willi
Hi Danilo,
Hm, never seen that crash. Unfortunately, it seems that this build does not contain proper debug symbols, making it difficult to see where the daemon crashes exactly.
Can you try the updated build [1] and see if we can get a proper backtrace for that crash?
Regards
Martin
[1]http://download.strongswan.org/osx/strongswan-5.1.1-3.app.zip
#2 Updated by D B over 7 years ago
Thanks for the new build. It appears that the trace still looks the same:
-> _sigtramp (in libsystem_c.dylib) + 26 1 ??? 0x0000000000000000 0x0 + 0 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010b107000 (ike_sa_create+0x2393) [0x000000010b166833] -> 0x000000010005f833 (in org.strongswan.charon-xpc) + 291 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010b107000 (ike_sa_create+0x3286) [0x000000010b167726] -> 0x0000000100060726 (in org.strongswan.charon-xpc) + 86 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010b107000 (controller_create+0xd2f) [0x000000010b14e1cf] -> 0x00000001000471cf (in org.strongswan.charon-xpc) + 159 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010b107000 (processor_create+0x647) [0x000000010b123827] -> 0x000000010001c827 (in org.strongswan.charon-xpc) + 359 /Library/PrivilegedHelperTools/org.strongswan.charon-xpc @ 0x000000010b107000 (strongswan_thread_create+0x1e5) [0x000000010b1272f5] -> 0x00000001000202f5 (in org.strongswan.charon-xpc) + 117 /usr/lib/system/libsystem_c.dylib @ 0x00007fff942d3000 (_pthread_start+0x147) [0x00007fff942e7772] -> _pthread_start (in libsystem_c.dylib) + 327 /usr/lib/system/libsystem_c.dylib @ 0x00007fff942d3000 (thread_start+0xd) [0x00007fff942d41a1] -> thread_start (in libsystem_c.dylib) + 13 killing ourself, received critical signal
#3 Updated by Martin Willi over 7 years ago
It appears that the trace still looks the same:
I get proper backtraces here on 10.9. Most likely this is related to the switch to the LLVM toolchain.
Unfortunately I don't have a 10.8 installation to test this myself. But you may try to attach a debugger. To do so add
<key>WaitForDebugger</key><true/>
to the end of the <dict> in your /Library/LaunchDaemons/org.strongswan.charon-xpc.plist.
Then reload the configuration using:
launchctl unload /Library/LaunchDaemons/org.strongswan.charon-xpc.plist launchctl load /Library/LaunchDaemons/org.strongswan.charon-xpc.plist
(Re-)Start the App and initiate a connection. Now you can attach a debugger to org.strongswan.charon-xpc and continue execution. This works fine under 10.9 with lldb, but I haven't tested that binary with gdb under 10.8. You may also try an older release built with the 10.8 toolchain (5.1.0-4).
Regards
Martin
#4 Updated by Alex W about 7 years ago
Possibly related trace info from dumps with the 5.1.1-3.app.zip build and the homebrew compiled build;
compy:ipsec.d alex$ sudo lldb -n /usr/local/Cellar/strongswan/5.1.1/libexec/ipsec/charon Attaching to process with: process attach -n "/usr/local/Cellar/strongswan/5.1.1/libexec/ipsec/charon" Process 90795 stopped Executable module set to "/usr/local/Cellar/strongswan/5.1.1/libexec/ipsec/charon". Architecture set to: x86_64-apple-macosx. (lldb) continue Process 90795 resuming Process 90795 stopped * thread #11: tid = 0x2a2c76, 0x00000001049bd46e libstrongswan.0.dylib`builtin_vsnprintf + 907, stop reason = EXC_BAD_ACCESS (code=EXC_I386_GPFLT) frame #0: 0x00000001049bd46e libstrongswan.0.dylib`builtin_vsnprintf + 907 libstrongswan.0.dylib`builtin_vsnprintf + 907: -> 0x1049bd46e: movq (%rdi), %rdi 0x1049bd471: movq %rdi, (%rdx) 0x1049bd474: movq %rdx, -80(%rbp,%rcx,8) 0x1049bd479: jmp 0x1049bd490 ; builtin_vsnprintf + 941 (lldb) register read General Purpose Registers: rax = 0x00007f8682c03bb0 rbx = 0x2e2e2e2e2e2e2e28 rcx = 0x0000000000000000 rdx = 0x0000000109e832c0 rdi = 0x2e2e2e2e2e2e2e20 rsi = 0x0000000109e832e4 rbp = 0x0000000109e83340 rsp = 0x0000000109e831f0 r8 = 0xea1d87b867490b5b r9 = 0x0000000109e831a0 r10 = 0x967002092837ac12 r11 = 0x0000000000000062 r12 = 0x0000000000000000 r13 = 0x0000000000000020 r14 = 0x0000000109e83862 r15 = 0x0000000109e838a0 rip = 0x000000010982c46e libstrongswan.0.dylib`builtin_vsnprintf + 907 rflags = 0x0000000000010212 cs = 0x000000000000002b fs = 0x0000000000000000 gs = 0x0000000081110000
Process: org.strongswan.charon-xpc [66874] Path: /Library/PrivilegedHelperTools/org.strongswan.charon-xpc Identifier: org.strongswan.charon-xpc Version: 1.0 Code Type: X86-64 (Native) Parent Process: launchd [1] Responsible: org.strongswan.charon-xpc [66874] User ID: 0 Date/Time: 2014-01-27 15:05:28.242 -0800 OS Version: Mac OS X 10.9.1 (13B42) Report Version: 11 Anonymous UUID: 12191E83-46B5-CB98-72C5-44ADF6228CE4 Crashed Thread: 15 Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000 VM Regions Near 0: --> __TEXT 000000010f6ca000-000000010f791000 [ 796K] r-x/rwx SM=COW /Library/PrivilegedHelperTools/*.charon-xpc Application Specific Information: abort() called Thread 0:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff92717cc2 __sigwait + 10 1 libsystem_pthread.dylib 0x00007fff983f9923 sigwait + 61 2 org.strongswan.charon-xpc 0x000000010f75cfd5 0x10f6ca000 + 602069 3 org.strongswan.charon-xpc 0x000000010f75ccd4 start + 52 Thread 1: 0 libsystem_kernel.dylib 0x00007fff92717e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff983f6f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff983f9fb9 start_wqthread + 13 Thread 2: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e6f61 0x10f6ca000 + 118625 3 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 4 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 5 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 6 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff927179aa __select + 10 1 org.strongswan.charon-xpc 0x000000010f7565fb 0x10f6ca000 + 574971 2 org.strongswan.charon-xpc 0x000000010f722d00 0x10f6ca000 + 363776 3 org.strongswan.charon-xpc 0x000000010f721559 0x10f6ca000 + 357721 4 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 5 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 6 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 7 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f7226a3 0x10f6ca000 + 362147 3 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 4 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 5 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 6 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 7 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 8 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 5:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff92718662 kevent64 + 10 1 libdispatch.dylib 0x00007fff8d67b43d _dispatch_mgr_invoke + 239 2 libdispatch.dylib 0x00007fff8d67b152 _dispatch_mgr_thread + 52 Thread 6: 0 libsystem_kernel.dylib 0x00007fff927179aa __select + 10 1 org.strongswan.charon-xpc 0x000000010f6e78fb 0x10f6ca000 + 121083 2 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 3 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 4 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 5 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 7: 0 libsystem_kernel.dylib 0x00007fff92713a1a mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff92712d18 mach_msg + 64 2 com.apple.CoreFoundation 0x00007fff96e77315 __CFRunLoopServiceMachPort + 181 3 com.apple.CoreFoundation 0x00007fff96e76939 __CFRunLoopRun + 1161 4 com.apple.CoreFoundation 0x00007fff96e76275 CFRunLoopRunSpecific + 309 5 com.apple.CoreFoundation 0x00007fff96f2b9d1 CFRunLoopRun + 97 6 org.strongswan.charon-xpc 0x000000010f6fe877 0x10f6ca000 + 215159 7 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 8 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 9 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 10 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 11 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 12 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 8: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6cea66 0x10f6ca000 + 19046 3 org.strongswan.charon-xpc 0x000000010f70194c 0x10f6ca000 + 227660 4 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 5 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 6 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 7 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 9: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6cea66 0x10f6ca000 + 19046 3 org.strongswan.charon-xpc 0x000000010f70255f 0x10f6ca000 + 230751 4 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 5 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 6 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 7 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 10: 0 libsystem_kernel.dylib 0x00007fff92717e6a __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff983f6f08 _pthread_wqthread + 330 2 libsystem_pthread.dylib 0x00007fff983f9fb9 start_wqthread + 13 Thread 11: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6cea66 0x10f6ca000 + 19046 3 org.strongswan.charon-xpc 0x000000010f7028f3 0x10f6ca000 + 231667 4 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 5 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 6 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 7 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 8 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 9 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 12: 0 libsystem_kernel.dylib 0x00007fff927179aa __select + 10 1 org.strongswan.charon-xpc 0x000000010f75c18c 0x10f6ca000 + 598412 2 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 3 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 4 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 5 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 6 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 7 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e67d0 0x10f6ca000 + 116688 3 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 4 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 14: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e67d0 0x10f6ca000 + 116688 3 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 4 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 15 Crashed: 0 libsystem_kernel.dylib 0x00007fff92717866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff983f635c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8d718bba abort + 125 3 org.strongswan.charon-xpc 0x000000010f75d242 0x10f6ca000 + 602690 4 libsystem_platform.dylib 0x00007fff9675a5aa _sigtramp + 26 5 org.strongswan.charon-xpc 0x000000010f70946f 0x10f6ca000 + 259183 6 org.strongswan.charon-xpc 0x000000010f729833 0x10f6ca000 + 391219 7 org.strongswan.charon-xpc 0x000000010f72a726 0x10f6ca000 + 395046 8 org.strongswan.charon-xpc 0x000000010f7111cf 0x10f6ca000 + 291279 9 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 10 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 11 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 12 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 13 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 16: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e67d0 0x10f6ca000 + 116688 3 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 4 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 17: 0 libsystem_kernel.dylib 0x00007fff92717746 __psynch_mutexwait + 10 1 libsystem_pthread.dylib 0x00007fff983f8779 _pthread_mutex_lock + 372 2 org.strongswan.charon-xpc 0x000000010f6eaf0f 0x10f6ca000 + 134927 3 org.strongswan.charon-xpc 0x000000010f70782e 0x10f6ca000 + 251950 4 org.strongswan.charon-xpc 0x000000010f6e7e59 0x10f6ca000 + 122457 5 org.strongswan.charon-xpc 0x000000010f6e61d3 0x10f6ca000 + 115155 6 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 7 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 8 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 9 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 10 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 18: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e67d0 0x10f6ca000 + 116688 3 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 4 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 19: 0 libsystem_kernel.dylib 0x00007fff92717716 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff983f7c3b _pthread_cond_wait + 727 2 org.strongswan.charon-xpc 0x000000010f6e67d0 0x10f6ca000 + 116688 3 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 4 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 5 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 6 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13 Thread 15 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000110f3b000 rcx: 0x0000000110f3a278 rdx: 0x0000000000000000 rdi: 0x0000000000002903 rsi: 0x0000000000000006 rbp: 0x0000000110f3a2a0 rsp: 0x0000000110f3a278 r8: 0x0000000000000040 r9: 0x0000000110f39d00 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x000000010f70aba0 r13: 0x0000000000000000 r14: 0x0000000000000006 r15: 0x000000010f79de90 rip: 0x00007fff92717866 rfl: 0x0000000000000206 cr2: 0x000000010f7ff000 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x10f6ca000 - 0x10f790fff +org.strongswan.charon-xpc (1.0) <31593B9D-0F7A-3CCF-9FD6-AA0052D45CC3> /Library/PrivilegedHelperTools/org.strongswan.charon-xpc 0x7fff6ebed000 - 0x7fff6ec20817 dyld (239.3) <D1DFCF3F-0B0C-332A-BCC0-87A851B570FF> /usr/lib/dyld 0x7fff8d01e000 - 0x7fff8d020ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib 0x7fff8d179000 - 0x7fff8d1cbfff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib 0x7fff8d217000 - 0x7fff8d21cff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib 0x7fff8d270000 - 0x7fff8d428ff3 libicucore.A.dylib (511.27) <003B6C21-CBD1-3486-9A1D-030ADF5FA061> /usr/lib/libicucore.A.dylib 0x7fff8d678000 - 0x7fff8d692fff libdispatch.dylib (339.1.9) <46878A5B-4248-3057-962C-6D4A235EEF31> /usr/lib/system/libdispatch.dylib 0x7fff8d6bc000 - 0x7fff8d745ff7 libsystem_c.dylib (997.1.1) <61833FAA-7281-3FF9-937F-686B6F20427C> /usr/lib/system/libsystem_c.dylib 0x7fff8db6d000 - 0x7fff8db74fff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib 0x7fff8e00d000 - 0x7fff8e070ff7 com.apple.SystemConfiguration (1.13 - 1.13) <F05F4149-981B-380B-8F50-51CE804BBB89> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8f5a8000 - 0x7fff8f5acff7 libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib 0x7fff8fd33000 - 0x7fff8fd38fff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib 0x7fff8fd4e000 - 0x7fff8fd5fff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib 0x7fff90da7000 - 0x7fff90df5fff libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib 0x7fff9126b000 - 0x7fff91292ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib 0x7fff91293000 - 0x7fff91294fff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff91932000 - 0x7fff91932ffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib 0x7fff91936000 - 0x7fff9193fff3 libsystem_notify.dylib (121) <52571EC3-6894-37E4-946E-064B021ED44E> /usr/lib/system/libsystem_notify.dylib 0x7fff91b0a000 - 0x7fff91b4cff7 libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib 0x7fff91b4d000 - 0x7fff91da5ff1 com.apple.security (7.0 - 55471) <233831C5-C457-3AD5-AFE7-E3E2DE6929C9> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff925ff000 - 0x7fff92628ff7 libc++abi.dylib (48) <8C16158F-CBF8-3BD7-BEF4-022704B2A326> /usr/lib/libc++abi.dylib 0x7fff92639000 - 0x7fff92640ff7 liblaunch.dylib (842.1.4) <FCBF0A02-0B06-3F97-9248-5062A9DEB32C> /usr/lib/system/liblaunch.dylib 0x7fff92702000 - 0x7fff9271eff7 libsystem_kernel.dylib (2422.1.72) <D14913DB-47F1-3591-8DAF-D4B4EF5F8818> /usr/lib/system/libsystem_kernel.dylib 0x7fff92ab1000 - 0x7fff92ac2ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib 0x7fff93303000 - 0x7fff933eaff7 libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib 0x7fff94b84000 - 0x7fff94b88fff libsystem_stats.dylib (93.1.26) <B9E26A9E-FBBC-3938-B8B7-6CF7CA8C99AD> /usr/lib/system/libsystem_stats.dylib 0x7fff94daa000 - 0x7fff94f57f27 libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib 0x7fff94f66000 - 0x7fff94f67ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib 0x7fff95131000 - 0x7fff95155fff libxpc.dylib (300.1.17) <4554927A-9467-365C-91F1-5A116989DD7F> /usr/lib/system/libxpc.dylib 0x7fff95347000 - 0x7fff95348ff7 libsystem_sandbox.dylib (278.10) <A47E7E11-3C76-318E-B67D-98972B86F094> /usr/lib/system/libsystem_sandbox.dylib 0x7fff9553f000 - 0x7fff95549fff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib 0x7fff95fd1000 - 0x7fff95fd3ff3 libsystem_configuration.dylib (596.12) <C4F633D9-94C8-35D9-BB2D-84C5122533C7> /usr/lib/system/libsystem_configuration.dylib 0x7fff95fe1000 - 0x7fff95fe8ff3 libcopyfile.dylib (103) <5A881779-D0D6-3029-B371-E3021C2DDA5E> /usr/lib/system/libcopyfile.dylib 0x7fff95fea000 - 0x7fff95feaff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib 0x7fff95feb000 - 0x7fff95fecff7 libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib 0x7fff96158000 - 0x7fff96159ff7 libSystem.B.dylib (1197.1.1) <BFC0DC97-46C6-3BE0-9983-54A98734897A> /usr/lib/libSystem.B.dylib 0x7fff96757000 - 0x7fff9675dff7 libsystem_platform.dylib (24.1.4) <331BA4A5-55CE-3B95-99EB-44E0C89D7FB8> /usr/lib/system/libsystem_platform.dylib 0x7fff968bf000 - 0x7fff968c3fff libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib 0x7fff96a6a000 - 0x7fff96b49fff libcrypto.0.9.8.dylib (50) <B95B9DBA-39D3-3EEF-AF43-44608B28894E> /usr/lib/libcrypto.0.9.8.dylib 0x7fff96b4a000 - 0x7fff96b71ff7 libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib 0x7fff96e06000 - 0x7fff96febff7 com.apple.CoreFoundation (6.9 - 855.11) <E22C6A1F-8996-349C-905E-96C3BBE07C2F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff97052000 - 0x7fff97062fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib 0x7fff97387000 - 0x7fff97388fff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib 0x7fff97d49000 - 0x7fff97d51fff libsystem_dnssd.dylib (522.1.11) <270DCF6C-502D-389A-AA9F-DE4624A36FF7> /usr/lib/system/libsystem_dnssd.dylib 0x7fff97d52000 - 0x7fff97d53ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff97d54000 - 0x7fff97d57ff7 libdyld.dylib (239.3) <62F4D752-4089-31A8-8B73-B95A68893B3C> /usr/lib/system/libdyld.dylib 0x7fff98392000 - 0x7fff9839fff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib 0x7fff983f4000 - 0x7fff983fbff7 libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib 0x7fff98d66000 - 0x7fff98d95fd2 libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib 0x7fff992ce000 - 0x7fff992dbff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib 0x7fff99c97000 - 0x7fff99d81fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib 0x7fff99d82000 - 0x7fff99d9dff7 libsystem_malloc.dylib (23.1.10) <FFE5C472-B23A-318A-85BF-77CDE61900D1> /usr/lib/system/libsystem_malloc.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 24332266 thread_create: 1 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=80.6M resident=23.3M(29%) swapped_out_or_unallocated=57.2M(71%) Writable regions: Total=105.7M written=3036K(3%) resident=3308K(3%) swapped_out=0K(0%) unallocated=102.4M(97%) REGION TYPE VIRTUAL =========== ======= Dispatch continuations 16.0M Kernel Alloc Once 8K MALLOC 72.2M MALLOC (admin) 16K STACK GUARD 56.1M Stack 17.2M VM_ALLOCATE 28K __DATA 1620K __LINKEDIT 65.5M __TEXT 15.1M __UNICODE 544K mapped file 84K shared memory 4K =========== ======= TOTAL 244.3M
#5 Updated by Martin Willi about 7 years ago
Hi Alex,
Possibly related trace info from dumps with the 5.1.1-3.app.zip build and the homebrew compiled build;
How is the OS X App related to your homebrew build? The App is self-contained, you won't need to build anything from sources.
* thread #11: tid = 0x2a2c76, 0x00000001049bd46e libstrongswan.0.dylib`builtin_vsnprintf + 907, stop reason = EXC_BAD_ACCESS
Likely that this crasher has been fixed with: http://git.strongswan.org/?p=strongswan.git;a=commitdiff;h=2e89bc4b
Thread 15 Crashed: 0 libsystem_kernel.dylib 0x00007fff92717866 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff983f635c pthread_kill + 92 2 libsystem_c.dylib 0x00007fff8d718bba abort + 125 3 org.strongswan.charon-xpc 0x000000010f75d242 0x10f6ca000 + 602690 4 libsystem_platform.dylib 0x00007fff9675a5aa _sigtramp + 26 5 org.strongswan.charon-xpc 0x000000010f70946f 0x10f6ca000 + 259183 6 org.strongswan.charon-xpc 0x000000010f729833 0x10f6ca000 + 391219 7 org.strongswan.charon-xpc 0x000000010f72a726 0x10f6ca000 + 395046 8 org.strongswan.charon-xpc 0x000000010f7111cf 0x10f6ca000 + 291279 9 org.strongswan.charon-xpc 0x000000010f6e6827 0x10f6ca000 + 116775 10 org.strongswan.charon-xpc 0x000000010f6ea2f5 0x10f6ca000 + 131829 11 libsystem_pthread.dylib 0x00007fff983f5899 _pthread_body + 138 12 libsystem_pthread.dylib 0x00007fff983f572a _pthread_start + 137 13 libsystem_pthread.dylib 0x00007fff983f9fc9 thread_start + 13
When resolving these symbols in my build, this ends up in a roam event finally crashing at kernel_pfroute_net.c:1203, which does not make that much sense.
Having some sane backtrace would certainly help to debug this issue. Have you tried to attach lldb to the charon-xpc launchd process, as I described above?
Regards
Martin
#6 Updated by Alex W about 7 years ago
Sure enough, when I went back to attach lldb to charon-xpc it worked (auth/connect/etc) with no hesitation. I was only attempting the homebrew app to look for a consistent crash and narrow things down.
#7 Updated by Tobias Feldhaus almost 7 years ago
I think this is related to this bug. On a fresh Mac OS 10.8.4 the app freezes after installing the helper tool and creating the first connection.
Process: org.strongswan.charon-xpc [3596] Path: /Library/PrivilegedHelperTools/org.strongswan.charon-xpc Identifier: org.strongswan.charon-xpc Version: 1.0 Code Type: X86-64 (Native) Parent Process: launchd [1] User ID: 0 Date/Time: 2014-03-21 12:07:14.021 +0100 OS Version: Mac OS X 10.8.4 (12E55) Report Version: 10 Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_CRASH (SIGABRT) Exception Codes: 0x0000000000000000, 0x0000000000000000 Application Specific Information: *** error for object 0x7f9142806a00: pointer being freed was not allocated Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff905b9d46 __kill + 10 1 libsystem_c.dylib 0x00007fff85831df0 abort + 177 2 libsystem_c.dylib 0x00007fff858059b9 free + 392 3 org.strongswan.charon-xpc 0x00000001004bdf1c 0x100496000 + 163612 4 org.strongswan.charon-xpc 0x00000001004be602 0x100496000 + 165378 5 org.strongswan.charon-xpc 0x00000001004be108 0x100496000 + 164104 6 org.strongswan.charon-xpc 0x00000001004bdc8f 0x100496000 + 162959 7 org.strongswan.charon-xpc 0x00000001004bdbe7 settings_create + 295 8 org.strongswan.charon-xpc 0x0000000100496fc3 library_init + 515 9 org.strongswan.charon-xpc 0x0000000100528d3a 0x100496000 + 601402 10 org.strongswan.charon-xpc 0x0000000100528cd4 start + 52 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x00007fff5f768be0 rcx: 0x00007fff5f768bc8 rdx: 0x0000000000000000 rdi: 0x0000000000000e0c rsi: 0x0000000000000006 rbp: 0x00007fff5f768bf0 rsp: 0x00007fff5f768bc8 r8: 0x0000000000000000 r9: 0x0000000000000000 r10: 0x00007fff905bb342 r11: 0x0000000000000206 r12: 0x000000010057e000 r13: 0x00000001005ae000 r14: 0x00007f9142806a00 r15: 0x0000000000000001 rip: 0x00007fff905b9d46 rfl: 0x0000000000000206 cr2: 0x00007fff746c4ff0 Logical CPU: 0 Binary Images: 0x100496000 - 0x10055cfff +org.strongswan.charon-xpc (1.0) <31593B9D-0F7A-3CCF-9FD6-AA0052D45CC3> /Library/PrivilegedHelperTools/org.strongswan.charon-xpc 0x7fff60096000 - 0x7fff600ca93f dyld (210.2.3) <A40597AA-5529-3337-8C09-D8A014EB1578> /usr/lib/dyld 0x7fff84596000 - 0x7fff84597ff7 libremovefile.dylib (23.2) <6763BC8E-18B8-3AD9-8FFA-B43713A7264F> /usr/lib/system/libremovefile.dylib 0x7fff84606000 - 0x7fff84615ff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib 0x7fff84c32000 - 0x7fff84c33ff7 libSystem.B.dylib (169.3) <365477AB-D641-389D-B8F4-A1FAE9657EEE> /usr/lib/libSystem.B.dylib 0x7fff84cbd000 - 0x7fff84cc3fff libmacho.dylib (829) <BF332AD9-E89F-387E-92A4-6E1AB74BD4D9> /usr/lib/system/libmacho.dylib 0x7fff84d84000 - 0x7fff84d8cff7 libsystem_dnssd.dylib (379.38.1) <BDCB8566-0189-34C0-9634-35ABD3EFE25B> /usr/lib/system/libsystem_dnssd.dylib 0x7fff84d8d000 - 0x7fff84d92fff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib 0x7fff84e16000 - 0x7fff84e21fff libsystem_notify.dylib (98.5) <C49275CC-835A-3207-AFBA-8C01374927B6> /usr/lib/system/libsystem_notify.dylib 0x7fff84e22000 - 0x7fff84e24ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib 0x7fff84e25000 - 0x7fff84e2afff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib 0x7fff857d8000 - 0x7fff858a4ff7 libsystem_c.dylib (825.26) <4C9EB006-FE1F-3F8F-8074-DFD94CF2CE7B> /usr/lib/system/libsystem_c.dylib 0x7fff85b3f000 - 0x7fff85b40ff7 libsystem_sandbox.dylib (220.3) <B739DA63-B675-387A-AD84-412A651143C0> /usr/lib/system/libsystem_sandbox.dylib 0x7fff85b41000 - 0x7fff85b4ffff libcommonCrypto.dylib (60027) <BAAFE0C9-BB86-3CA7-88C0-E3CBA98DA06F> /usr/lib/system/libcommonCrypto.dylib 0x7fff85b50000 - 0x7fff85b58fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib 0x7fff86462000 - 0x7fff86484ff7 libxpc.dylib (140.43) <70BC645B-6952-3264-930C-C835010CCEF9> /usr/lib/system/libxpc.dylib 0x7fff86dc9000 - 0x7fff86dcbfff com.apple.TrustEvaluationAgent (2.0 - 23) <A97D348B-32BF-3E52-8DF2-59BFAD21E1A3> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff88626000 - 0x7fff88638ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib 0x7fff88680000 - 0x7fff886e9fff libstdc++.6.dylib (56) <EAA2B53E-EADE-39CF-A0EF-FB9D4940672A> /usr/lib/libstdc++.6.dylib 0x7fff88a46000 - 0x7fff88c46fff libicucore.A.dylib (491.11.3) <5783D305-04E8-3D17-94F7-1CEAFA975240> /usr/lib/libicucore.A.dylib 0x7fff88cdd000 - 0x7fff88cf2ff7 libdispatch.dylib (228.23) <D26996BF-FC57-39EB-8829-F63585561E09> /usr/lib/system/libdispatch.dylib 0x7fff88d8e000 - 0x7fff88d8fff7 libdnsinfo.dylib (453.19) <14202FFB-C3CA-3FCC-94B0-14611BF8692D> /usr/lib/system/libdnsinfo.dylib 0x7fff892a8000 - 0x7fff892acfff libpam.2.dylib (20) <C8F45864-5B58-3237-87E1-2C258A1D73B8> /usr/lib/libpam.2.dylib 0x7fff8a25e000 - 0x7fff8a2aaff7 libauto.dylib (185.4) <AD5A4CE7-CB53-313C-9FAE-673303CC2D35> /usr/lib/libauto.dylib 0x7fff8a759000 - 0x7fff8a787ff7 libsystem_m.dylib (3022.6) <B434BE5C-25AB-3EBD-BAA7-5304B34E3441> /usr/lib/system/libsystem_m.dylib 0x7fff8ab32000 - 0x7fff8ac4a92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib 0x7fff8b181000 - 0x7fff8b1d0ff7 libcorecrypto.dylib (106.2) <CE0C29A3-C420-339B-ADAA-52F4683233CC> /usr/lib/system/libcorecrypto.dylib 0x7fff8b201000 - 0x7fff8b202fff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8b489000 - 0x7fff8b586fff libsqlite3.dylib (138.1) <ADE9CB98-D77D-300C-A32A-556B7440769F> /usr/lib/libsqlite3.dylib 0x7fff8b6d9000 - 0x7fff8b9aaff7 com.apple.security (7.0 - 55179.13) <F428E306-C407-3B55-BA82-E58755E8A76F> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff8b9ab000 - 0x7fff8b9acfff libsystem_blocks.dylib (59) <D92DCBC3-541C-37BD-AADE-ACC75A0C59C8> /usr/lib/system/libsystem_blocks.dylib 0x7fff8c241000 - 0x7fff8c247ff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib 0x7fff8c248000 - 0x7fff8c2b0ff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib 0x7fff8c2c0000 - 0x7fff8c4aaff7 com.apple.CoreFoundation (6.8 - 744.19) <0F7403CA-2CB8-3D0A-992B-679701DF27CA> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff8ca5a000 - 0x7fff8caabff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) <A4341BBD-A330-3A57-8891-E9C1A286A72D> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8ccae000 - 0x7fff8ccbbfff libbz2.1.0.dylib (29) <CE9785E8-B535-3504-B392-82F0064D9AF2> /usr/lib/libbz2.1.0.dylib 0x7fff8ccca000 - 0x7fff8cccafff libkeymgr.dylib (25) <CC9E3394-BE16-397F-926B-E579B60EE429> /usr/lib/system/libkeymgr.dylib 0x7fff8d2de000 - 0x7fff8d2f1ff7 libbsm.0.dylib (32) <F497D3CE-40D9-3551-84B4-3D5E39600737> /usr/lib/libbsm.0.dylib 0x7fff8d3dd000 - 0x7fff8d3e4fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib 0x7fff900d2000 - 0x7fff901cfff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib 0x7fff90247000 - 0x7fff90255ff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib 0x7fff90448000 - 0x7fff9044afff libquarantine.dylib (52.1) <143B726E-DF47-37A8-90AA-F059CFD1A2E4> /usr/lib/system/libquarantine.dylib 0x7fff9046b000 - 0x7fff9046eff7 libdyld.dylib (210.2.3) <F59367C9-C110-382B-A695-9035A6DD387E> /usr/lib/system/libdyld.dylib 0x7fff904a4000 - 0x7fff905a6fff libcrypto.0.9.8.dylib (47.1) <72AA650B-0453-3BB4-BA03-824627BB199C> /usr/lib/libcrypto.0.9.8.dylib 0x7fff905a8000 - 0x7fff905c3ff7 libsystem_kernel.dylib (2050.24.15) <A9F97289-7985-31D6-AF89-151830684461> /usr/lib/system/libsystem_kernel.dylib 0x7fff905c4000 - 0x7fff905c4fff libOpenScriptingUtil.dylib (148.3) <F8681222-0969-3B10-8BCE-C55A4B9C520C> /usr/lib/libOpenScriptingUtil.dylib 0x7fff90c77000 - 0x7fff90c9cff7 libc++abi.dylib (26) <D86169F3-9F31-377A-9AF3-DB17142052E4> /usr/lib/libc++abi.dylib 0x7fff90e64000 - 0x7fff90e9afff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 0 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: 666 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=68.2M resident=39.5M(58%) swapped_out_or_unallocated=28.7M(42%) Writable regions: Total=17.4M written=124K(1%) resident=204K(1%) swapped_out=0K(0%) unallocated=17.2M(99%) REGION TYPE VIRTUAL =========== ======= MALLOC 9396K MALLOC guard page 16K STACK GUARD 56.0M Stack 8192K VM_ALLOCATE 4K __DATA 1696K __LINKEDIT 52.1M __TEXT 16.0M __UNICODE 544K shared memory 12K =========== ======= TOTAL 143.6M@
#8 Updated by Tobias Brunner almost 7 years ago
- Related to Issue #558: strongswan mac client won't work added