Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Segmentation fault on archlinux #304

Closed
johanhelsing opened this issue Nov 16, 2014 · 9 comments
Closed

Segmentation fault on archlinux #304

johanhelsing opened this issue Nov 16, 2014 · 9 comments

Comments

@johanhelsing
Copy link

Hi, I'm getting a segmentation fault on arch linux

I'm not sure how to build with debug symbols, so this is all I was able to get:

~ gdb seafile-applet
GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html>
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
<http://www.gnu.org/software/gdb/bugs/>.
Find the GDB manual and other documentation resources online at:
<http://www.gnu.org/software/gdb/documentation/>.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from seafile-applet...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/seafile-applet 
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe2359700 (LWP 9306)]
[New Thread 0x7fffe14d0700 (LWP 9307)]
[New Thread 0x7fffe0ccf700 (LWP 9308)]
[New Thread 0x7fffdbfff700 (LWP 9309)]

Program received signal SIGSEGV, Segmentation fault.
0x000000000047b9dc in SeafileRpcClient::listLocalRepos(std::vector<LocalRepo, std::allocator<LocalRepo> >*) ()
(gdb) bt
#0  0x000000000047b9dc in SeafileRpcClient::listLocalRepos(std::vector<LocalRepo, std::allocator<LocalRepo> >*) ()
#1  0x000000000044ceec in SeafileApplet::updateReposPropertyForHttpSync() ()
#2  0x00007ffff67d3d9c in QMetaObject::activate(QObject*, QMetaObject const*, int, void**) () from /usr/lib/libQtCore.so.4
#3  0x00007ffff67dd0da in ?? () from /usr/lib/libQtCore.so.4
#4  0x00007ffff67d8363 in QObject::event(QEvent*) () from /usr/lib/libQtCore.so.4
#5  0x00007ffff72b5b2c in QApplicationPrivate::notify_helper(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#6  0x00007ffff72bc588 in QApplication::notify(QObject*, QEvent*) () from /usr/lib/libQtGui.so.4
#7  0x00007ffff67bf28d in QCoreApplication::notifyInternal(QObject*, QEvent*) () from /usr/lib/libQtCore.so.4
#8  0x00007ffff67f09db in ?? () from /usr/lib/libQtCore.so.4
#9  0x00007ffff67eda59 in ?? () from /usr/lib/libQtCore.so.4
#10 0x00007ffff5635a1d in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
#11 0x00007ffff5635d08 in ?? () from /usr/lib/libglib-2.0.so.0
#12 0x00007ffff5635dbc in g_main_context_iteration () from /usr/lib/libglib-2.0.so.0
#13 0x00007ffff67ee37d in QEventDispatcherGlib::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#14 0x00007ffff7359526 in ?? () from /usr/lib/libQtGui.so.4
#15 0x00007ffff67bdde1 in QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#16 0x00007ffff67be145 in QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) () from /usr/lib/libQtCore.so.4
#17 0x00007ffff67c36e9 in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#18 0x000000000044b371 in main ()
(gdb)

It occurs right after entering login information using the first-time wizard. And sub-sequently each time the program is launched.

Please tell me if there is anything more I can do to help.

@lins05
Copy link
Contributor

lins05 commented Nov 17, 2014

I don't see an obvious reason which line of code leads to the crash.

Can you check ~/.ccnet/logs/seafile.log and ~/.ccnet/logs/applet.log?

On Mon, Nov 17, 2014 at 12:07 AM, Johan Klokkhammer Helsing <
notifications@github.com> wrote:

Hi, I'm getting a segmentation fault on arch linux

I'm not sure how to build with debug symbols, so this is all I was able to
get:

GNU gdb (GDB) 7.8.1
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later
http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law. Type "show copying"
and "show warranty" for details.
This GDB was configured as "x86_64-unknown-linux-gnu".
Type "show configuration" for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type "help".
Type "apropos word" to search for commands related to "word"...
Reading symbols from seafile-applet...(no debugging symbols found)...done.
(gdb) r
Starting program: /usr/bin/seafile-applet
warning: Could not load shared library symbols for linux-vdso.so.1.
Do you need "set solib-search-path" or "set sysroot"?
[Thread debugging using libthread_db enabled]
Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe2359700 (LWP 9306)]
[New Thread 0x7fffe14d0700 (LWP 9307)]
[New Thread 0x7fffe0ccf700 (LWP 9308)]
[New Thread 0x7fffdbfff700 (LWP 9309)]

Program received signal SIGSEGV, Segmentation fault.
0x000000000047b9dc in SeafileRpcClient::listLocalRepos(std::vector >

_) () (gdb) bt #0 0x000000000047b9dc in
SeafileRpcClient::listLocalRepos(std::vector >_) ()
#1 https://github.com/haiwen/seafile-client/issues/1 0x000000000044ceec
in SeafileApplet::updateReposPropertyForHttpSync() ()
#2 https://github.com/haiwen/seafile-client/issues/2 0x00007ffff67d3d9c
in QMetaObject::activate(QObject_, QMetaObject const_, int, void*_) () from
/usr/lib/libQtCore.so.4
#3 https://github.com/haiwen/seafile-client/issues/3 0x00007ffff67dd0da
in ?? () from /usr/lib/libQtCore.so.4
#4 https://github.com/haiwen/seafile-client/issues/4 0x00007ffff67d8363
in QObject::event(QEvent_) () from /usr/lib/libQtCore.so.4
#5 https://github.com/haiwen/seafile-client/issues/5 0x00007ffff72b5b2c
in QApplicationPrivate::notify_helper(QObject_, QEvent_) () from
/usr/lib/libQtGui.so.4
#6 https://github.com/haiwen/seafile-client/issues/6 0x00007ffff72bc588
in QApplication::notify(QObject_, QEvent_) () from /usr/lib/libQtGui.so.4
#7 https://github.com/haiwen/seafile-client/issues/7 0x00007ffff67bf28d
in QCoreApplication::notifyInternal(QObject_, QEvent_) () from
/usr/lib/libQtCore.so.4
#8 https://github.com/haiwen/seafile-client/issues/8 0x00007ffff67f09db
in ?? () from /usr/lib/libQtCore.so.4
#9 https://github.com/haiwen/seafile-client/issues/9 0x00007ffff67eda59
in ?? () from /usr/lib/libQtCore.so.4
#10 https://github.com/haiwen/seafile-client/issues/10
0x00007ffff5635a1d in g_main_context_dispatch () from
/usr/lib/libglib-2.0.so.0
#11 https://github.com/haiwen/seafile-client/issues/11
0x00007ffff5635d08 in ?? () from /usr/lib/libglib-2.0.so.0
#12 https://github.com/haiwen/seafile-client/issues/12
0x00007ffff5635dbc in g_main_context_iteration () from
/usr/lib/libglib-2.0.so.0
#13 https://github.com/haiwen/seafile-client/issues/13
0x00007ffff67ee37d in
QEventDispatcherGlib::processEvents(QFlagsQEventLoop::ProcessEventsFlag) ()
from /usr/lib/libQtCore.so.4
#14 https://github.com/haiwen/seafile-client/pull/14 0x00007ffff7359526
in ?? () from /usr/lib/libQtGui.so.4
#15 https://github.com/haiwen/seafile-client/pull/15 0x00007ffff67bdde1
in QEventLoop::processEvents(QFlagsQEventLoop::ProcessEventsFlag) () from
/usr/lib/libQtCore.so.4
#16 https://github.com/haiwen/seafile-client/pull/16 0x00007ffff67be145
in QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) () from
/usr/lib/libQtCore.so.4
#17 https://github.com/haiwen/seafile-client/pull/17 0x00007ffff67c36e9
in QCoreApplication::exec() () from /usr/lib/libQtCore.so.4
#18 https://github.com/haiwen/seafile-client/issues/18
0x000000000044b371 in main ()
(gdb)```

It occurs right after entering login information using the first-time
wizard. And sub-sequently each time the program is launched.

Please tell me if there is anything more I can do to help.

—
Reply to this email directly or view it on GitHub
https://github.com/haiwen/seafile-client/issues/304.

@smarsching
Copy link

I am most likely experiencing the same bug with the Seafile Client 4.0.0 Beta on Mac OS X and Windows. I am trying to synchronize with a 4.0.0 Beta server. On Windows I do not get a stack-trace, so here is the stack-trace from Mac OS X:

Process:         seafile-applet [98602]
Path:            /Applications/Seafile Client.app/Contents/MacOS/seafile-applet
Identifier:      com.seafile.seafile-client
Version:         4.0.0 (???)
Code Type:       X86-64 (Native)
Parent Process:  bash [98597]
Responsible:     Terminal [45262]
User ID:         502

Date/Time:       2014-11-17 14:49:30.201 +0100
OS Version:      Mac OS X 10.9.5 (13F34)
Report Version:  11
Anonymous UUID:  B60B4A87-46BB-9ED1-726B-70DC4F89769A

Sleep/Wake UUID: 84DC1D08-19D2-4542-BADD-BA1818FC2E19

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

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

VM Regions Near 0x8:
--> 
    __TEXT                 0000000109c26000-0000000109de6000 [ 1792K] r-x/rwx SM=COW  /Applications/Seafile Client.app/Contents/MacOS/seafile-applet

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   com.seafile.seafile-client      0x0000000109c66084 SeafileRpcClient::listLocalRepos(std::vector<LocalRepo, std::allocator<LocalRepo> >*) + 308
1   com.seafile.seafile-client      0x0000000109c3dec7 SeafileApplet::updateReposPropertyForHttpSync() + 55
2   QtCore                          0x000000010b0db1db QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2315
3   QtCore                          0x000000010b0e07e2 0x10af9c000 + 1329122
4   QtCore                          0x000000010b0d69c0 QObject::event(QEvent*) + 48
5   QtGui                           0x000000010a50399c QApplicationPrivate::notify_helper(QObject*, QEvent*) + 252
6   QtGui                           0x000000010a5068ed QApplication::notify(QObject*, QEvent*) + 7069
7   QtCore                          0x000000010b0c37a5 QCoreApplication::notifyInternal(QObject*, QEvent*) + 117
8   QtGui                           0x000000010a5071cc 0x10a477000 + 590284
9   QtGui                           0x000000010a4b700b 0x10a477000 + 262155
10  com.apple.CoreFoundation        0x00007fff9173f3e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
11  com.apple.CoreFoundation        0x00007fff9173ef1f __CFRunLoopDoTimer + 1151
12  com.apple.CoreFoundation        0x00007fff917b05aa __CFRunLoopDoTimers + 298
13  com.apple.CoreFoundation        0x00007fff916fa6a5 __CFRunLoopRun + 1525
14  com.apple.CoreFoundation        0x00007fff916f9e75 CFRunLoopRunSpecific + 309
15  com.apple.HIToolbox             0x00007fff8fbf4a0d RunCurrentEventLoopInMode + 226
16  com.apple.HIToolbox             0x00007fff8fbf47b7 ReceiveNextEventCommon + 479
17  com.apple.HIToolbox             0x00007fff8fbf45bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
18  com.apple.AppKit                0x00007fff8d6fe24e _DPSNextEvent + 1434
19  com.apple.AppKit                0x00007fff8d6fd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
20  com.apple.AppKit                0x00007fff8da5ce2e -[NSApplication _realDoModalLoop:peek:] + 642
21  com.apple.AppKit                0x00007fff8da5b54e -[NSApplication runModalForWindow:] + 117
22  com.apple.AppKit                0x00007fff8da5b0fd -[NSAlert runModal] + 145
23  com.apple.AppKit                0x00007fff8d703119 __55-[NSPersistentUIRestorer promptToIgnorePersistentState]_block_invoke + 1054
24  com.apple.AppKit                0x00007fff8d702cbe -[NSApplication _suppressFinishLaunchingFromEventHandlersWhilePerformingBlock:] + 28
25  com.apple.AppKit                0x00007fff8d702c5f -[NSPersistentUIRestorer promptToIgnorePersistentState] + 213
26  com.apple.AppKit                0x00007fff8d702b83 -[NSPersistentUIManager promptToIgnorePersistentState] + 28
27  com.apple.AppKit                0x00007fff8d7029a4 -[NSApplication _reopenWindowsAsNecessaryIncludingRestorableState:registeringAsReady:completionHandler:] + 252
28  com.apple.AppKit                0x00007fff8d702779 -[NSApplication(NSAppleEventHandling) _handleAEOpenEvent:] + 557
29  com.apple.AppKit                0x00007fff8d7021db -[NSApplication(NSAppleEventHandling) _handleCoreEvent:withReplyEvent:] + 242
30  com.apple.Foundation            0x00007fff87c1c59a -[NSAppleEventManager dispatchRawAppleEvent:withRawReply:handlerRefCon:] + 294
31  com.apple.Foundation            0x00007fff87c1c40d _NSAppleEventManagerGenericHandler + 106
32  com.apple.AE                    0x00007fff90ad6e1f aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned int, unsigned char*) + 381
33  com.apple.AE                    0x00007fff90ad6c32 dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 31
34  com.apple.AE                    0x00007fff90ad6b36 aeProcessAppleEvent + 315
35  com.apple.HIToolbox             0x00007fff8fc01161 AEProcessAppleEvent + 56
36  com.apple.AppKit                0x00007fff8d6fe0b6 _DPSNextEvent + 1026
37  com.apple.AppKit                0x00007fff8d6fd89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
38  com.apple.AppKit                0x00007fff8d6f199c -[NSApplication run] + 553
39  QtGui                           0x000000010a4b7d50 0x10a477000 + 265552
40  QtCore                          0x000000010b0c09b7 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 487
41  QtCore                          0x000000010b0c3d37 QCoreApplication::exec() + 199
42  com.seafile.seafile-client      0x0000000109c3806d main + 2589
43  com.seafile.seafile-client      0x0000000109c2c8d4 start + 52

Thread 1:
0   libsystem_kernel.dylib          0x00007fff8d6d2e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90fd2f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff90fd5fb9 start_wqthread + 13

Thread 2:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8d6d3662 kevent64 + 10
1   libdispatch.dylib               0x00007fff8a041421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff8a041136 _dispatch_mgr_thread + 52

Thread 3:
0   libsystem_kernel.dylib          0x00007fff8d6d2e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90fd2f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff90fd5fb9 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8d6d2e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90fd2f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff90fd5fb9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8d6d2e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff90fd2f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff90fd5fb9 start_wqthread + 13

Thread 6:: QThread
0   libsystem_kernel.dylib          0x00007fff8d6d29aa __select + 10
1   QtCore                          0x000000010b0ee874 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 324
2   QtCore                          0x000000010b0f19cb QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 827
3   QtCore                          0x000000010b0f321b QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 219
4   QtCore                          0x000000010b0c09b7 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 487
5   QtCore                          0x000000010afbf97f QThread::exec() + 223
6   QtCore                          0x000000010afc1a40 0x10af9c000 + 154176
7   libsystem_pthread.dylib         0x00007fff90fd1899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff90fd172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff90fd5fc9 thread_start + 13

Thread 7:: QThread
0   libsystem_kernel.dylib          0x00007fff8d6d29aa __select + 10
1   QtCore                          0x000000010b0ee795 qt_safe_select(int, fd_set*, fd_set*, fd_set*, timeval const*) + 101
2   QtCore                          0x000000010b0f19cb QEventDispatcherUNIXPrivate::doSelect(QFlags<QEventLoop::ProcessEventsFlag>, timeval*) + 827
3   QtCore                          0x000000010b0f321b QEventDispatcherUNIX::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 219
4   QtCore                          0x000000010b0c09b7 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 487
5   QtCore                          0x000000010afbf97f QThread::exec() + 223
6   QtCore                          0x000000010afc1a40 0x10af9c000 + 154176
7   libsystem_pthread.dylib         0x00007fff90fd1899 _pthread_body + 138
8   libsystem_pthread.dylib         0x00007fff90fd172a _pthread_start + 137
9   libsystem_pthread.dylib         0x00007fff90fd5fc9 thread_start + 13

Thread 8:: Thread (pooled)
0   libsystem_kernel.dylib          0x00007fff8d6d364a kevent + 10
1   libsystem_info.dylib            0x00007fff90faad3b _mdns_search + 1184
2   libsystem_info.dylib            0x00007fff90fb175c mdns_addrinfo + 513
3   libsystem_info.dylib            0x00007fff90fb152b search_addrinfo + 183
4   libsystem_info.dylib            0x00007fff90fb12c0 si_addrinfo + 1468
5   libsystem_info.dylib            0x00007fff90fb0c5f getaddrinfo + 171
6   QtNetwork                       0x000000010b33d16d 0x10b2b8000 + 545133
7   QtNetwork                       0x000000010b332a0e 0x10b2b8000 + 502286
8   QtCore                          0x000000010afb4112 0x10af9c000 + 98578
9   QtCore                          0x000000010afc1a40 0x10af9c000 + 154176
10  libsystem_pthread.dylib         0x00007fff90fd1899 _pthread_body + 138
11  libsystem_pthread.dylib         0x00007fff90fd172a _pthread_start + 137
12  libsystem_pthread.dylib         0x00007fff90fd5fc9 thread_start + 13

Thread 9:: QProcessManager
0   libsystem_kernel.dylib          0x00007fff8d6d29aa __select + 10
1   QtCore                          0x000000010b0989e8 0x10af9c000 + 1034728
2   QtCore                          0x000000010afc1a40 0x10af9c000 + 154176
3   libsystem_pthread.dylib         0x00007fff90fd1899 _pthread_body + 138
4   libsystem_pthread.dylib         0x00007fff90fd172a _pthread_start + 137
5   libsystem_pthread.dylib         0x00007fff90fd5fc9 thread_start + 13

Thread 10:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff8d6d29aa __select + 10
1   com.apple.CoreFoundation        0x00007fff91746a03 __CFSocketManager + 867
2   libsystem_pthread.dylib         0x00007fff90fd1899 _pthread_body + 138
3   libsystem_pthread.dylib         0x00007fff90fd172a _pthread_start + 137
4   libsystem_pthread.dylib         0x00007fff90fd5fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000004  rcx: 0x00000000000fc080  rdx: 0x0000000000071a90
  rdi: 0x000000010b5cb200  rsi: 0x000000004a590002  rbp: 0x00007fff55fd5890  rsp: 0x00007fff55fd5810
   r8: 0x00007fb4c1c7d280   r9: 0x00007fb4c1c7e150  r10: 0x000000009154f5d3  r11: 0x000000002a35413f
  r12: 0x00007fff55fd5910  r13: 0x0000000000000000  r14: 0x0000000000000000  r15: 0x00007fb4c1f6ff50
  rip: 0x0000000109c66084  rfl: 0x0000000000010246  cr2: 0x0000000000000008

Logical CPU:     4
Error Code:      0x00000004
Trap Number:     14


Binary Images:
       0x109c26000 -        0x109de5fff +com.seafile.seafile-client (4.0.0 - ???) <C75B2AAC-3C0E-36FD-9FB0-2D32CB73E128> /Applications/Seafile Client.app/Contents/MacOS/seafile-applet
       0x109e6a000 -        0x109e81ff7 +libccnet.0.dylib (1) <2A21F95E-642E-3A63-9982-0FF1C15063AD> /Applications/Seafile Client.app/Contents/Frameworks/libccnet.0.dylib
       0x109e8c000 -        0x109ea9fff +libseafile.0.dylib (1) <2FF64389-563D-3279-86F5-194817D91824> /Applications/Seafile Client.app/Contents/Frameworks/libseafile.0.dylib
       0x109eb6000 -        0x109ebcfff +libsearpc.1.dylib (2.2) <76FE3FE8-8879-3FA8-AAC0-97EBFBD218E1> /Applications/Seafile Client.app/Contents/Frameworks/libsearpc.1.dylib
       0x109ec3000 -        0x109fdffff +libgio-2.0.0.dylib (4201) <2A1B3943-CB73-3041-AC51-3AF2C2826E07> /Applications/Seafile Client.app/Contents/Frameworks/libgio-2.0.0.dylib
       0x10a01c000 -        0x10a054fff +libgobject-2.0.0.dylib (4201) <19E516E6-F7D3-3695-9796-767B771C2C33> /Applications/Seafile Client.app/Contents/Frameworks/libgobject-2.0.0.dylib
       0x10a065000 -        0x10a167ff7 +libglib-2.0.0.dylib (4201) <13345BD3-D3D6-3BD4-8C74-F6DCF072EAB2> /Applications/Seafile Client.app/Contents/Frameworks/libglib-2.0.0.dylib
       0x10a18a000 -        0x10a193fff +libintl.8.dylib (10.2) <76B9149B-CCC1-396F-9975-E931E2D36567> /Applications/Seafile Client.app/Contents/Frameworks/libintl.8.dylib
       0x10a19b000 -        0x10a23efff +libsqlite3.0.dylib (9.6) <19C1913B-3AEC-31E2-BE3C-54F8F097A005> /Applications/Seafile Client.app/Contents/Frameworks/libsqlite3.0.dylib
       0x10a252000 -        0x10a25bff7 +libjansson.4.dylib (12) <F4DC7948-BC7B-31E5-A37E-914061A87B05> /Applications/Seafile Client.app/Contents/Frameworks/libjansson.4.dylib
       0x10a267000 -        0x10a2afff7 +libssl.1.0.0.dylib (1) <106E66B4-8411-30C1-9411-12471E2BA299> /Applications/Seafile Client.app/Contents/Frameworks/libssl.1.0.0.dylib
       0x10a2cd000 -        0x10a40efdf +libcrypto.1.0.0.dylib (1) <32DA9847-59E6-3231-B372-56B163F66548> /Applications/Seafile Client.app/Contents/Frameworks/libcrypto.1.0.0.dylib
       0x10a477000 -        0x10ade7fff +QtGui (4.8 - 4.8.6) <57C46E01-702B-3C83-B89C-88EB54F02922> /Applications/Seafile Client.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x10af9c000 -        0x10b245fff +QtCore (4.8 - 4.8.6) <1CF1AE32-D17A-3C3F-ADDE-D541DF8C229F> /Applications/Seafile Client.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x10b2b8000 -        0x10b3dafff +QtNetwork (4.8 - 4.8.6) <2253F22B-1B4D-3A76-B269-1FEB01F979B8> /Applications/Seafile Client.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x10b413000 -        0x10b446fff +libevent-2.0.5.dylib (7.9) <A9C7CDBE-E6DE-3AC2-8C24-9BC0D1CA2D21> /Applications/Seafile Client.app/Contents/Frameworks/libevent-2.0.5.dylib
       0x10b458000 -        0x10b469fff +libz.1.dylib (1.2.8) <2FA66C30-65DE-3D33-9014-73C171F82CC1> /Applications/Seafile Client.app/Contents/Frameworks/libz.1.dylib
       0x10b475000 -        0x10b56eff7 +libiconv.2.dylib (8.1) <1B8D243B-F617-301E-97B1-EE78A72617AB> /Applications/Seafile Client.app/Contents/Frameworks/libiconv.2.dylib
       0x10b57d000 -        0x10b582fff +libffi.6.dylib (7.2) <B92C42F5-C056-38CD-87EB-6A51AF82F763> /Applications/Seafile Client.app/Contents/Frameworks/libffi.6.dylib
       0x10b589000 -        0x10b58cfff +libgmodule-2.0.0.dylib (4201) <90B1F933-5775-392A-9D92-4421D8C10FC6> /Applications/Seafile Client.app/Contents/Frameworks/libgmodule-2.0.0.dylib
       0x10b598000 -        0x10b5befff +libpng16.16.dylib (31) <24A26067-0187-325A-87EF-DDDD0B27A940> /Applications/Seafile Client.app/Contents/Frameworks/libpng16.16.dylib
       0x10b784000 -        0x10b79fff9  com.apple.security.csparser (3.0 - 55471.14.21) <07C5184F-D862-324B-B878-EC0474A8624B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x10e039000 -        0x10e0dcff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x10e1c2000 -        0x10e1cdff7 +libqgenericbearer.dylib (0) <A2C8DBDE-14D6-3B11-BC0A-489969024516> /Applications/Seafile Client.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
       0x10eaef000 -        0x10eaf5ff7 +libqgif.dylib (0) <CD679C55-7C13-3B9E-BCA4-637EBD46BB8D> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqgif.dylib
       0x10ebb6000 -        0x10ebcbfff +libqcorewlanbearer.dylib (0) <1654FD3E-29BE-3896-B7D2-0A7526AEEF0B> /Applications/Seafile Client.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
       0x10f604000 -        0x10f60afff +libqico.dylib (0) <A5E69AC3-2064-384F-9E34-461B9F93EF00> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqico.dylib
       0x10f611000 -        0x10f616ff7 +libqjpeg.dylib (0) <179E8BE6-C7FD-396A-B204-B2250192B887> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqjpeg.dylib
       0x10f61d000 -        0x10f621fff +libqmng.dylib (0) <06FCA6C1-FDE9-3C08-B257-7ADF8A39714A> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqmng.dylib
       0x10f628000 -        0x10f62cfff +libqtga.dylib (0) <6D125AD1-1C3B-39AD-A4C7-FB69910E543E> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqtga.dylib
       0x10f633000 -        0x10f639ff7 +libqtiff.dylib (0) <37983C5D-F34A-3A22-A952-FC6B1F0FB315> /Applications/Seafile Client.app/Contents/PlugIns/imageformats/libqtiff.dylib
       0x111954000 -        0x111985fff +libjpeg.9.dylib (11) <97BB4101-DC47-355F-ACCE-B668225B75E6> /Applications/Seafile Client.app/Contents/Frameworks/libjpeg.9.dylib
       0x11198d000 -        0x1119aaff7 +liblzma.5.dylib (6.7) <3D365F06-3A89-35EF-9323-75EF917D1C0E> /Applications/Seafile Client.app/Contents/Frameworks/liblzma.5.dylib
       0x113595000 -        0x1135e5ff7 +libmng.1.dylib (2) <7CCFAE6E-8090-34AD-8EDF-B08F885B512D> /Applications/Seafile Client.app/Contents/Frameworks/libmng.1.dylib
       0x1135fb000 -        0x11362afff +liblcms.1.dylib (2.19) <AB4FF906-AE78-3F9D-87E1-AE31765E7FDC> /Applications/Seafile Client.app/Contents/Frameworks/liblcms.1.dylib
       0x113637000 -        0x113695fff +libtiff.5.dylib (8) <BB460D02-861F-3ADB-9455-4484A923D014> /Applications/Seafile Client.app/Contents/Frameworks/libtiff.5.dylib
    0x7fff62bd5000 -     0x7fff62c08817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff84fce000 -     0x7fff84fcefff  com.apple.Cocoa (6.8 - 20) <E90E99D7-A425-3301-A025-D9E0CD11918E> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84fcf000 -     0x7fff858ee797  com.apple.CoreGraphics (1.600.0 - 599.35.4) <C8CBC664-0CD2-3C7D-A301-9B3BA731250C> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff858ef000 -     0x7fff858f9ff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff858fa000 -     0x7fff85900ff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff85903000 -     0x7fff8590cffb  libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
    0x7fff8590d000 -     0x7fff8593dfff  com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff8596e000 -     0x7fff859b5fff  libFontRegistry.dylib (127) <A77A0480-AA5D-3CC8-8B68-69985CD546DC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff859b6000 -     0x7fff85a1bffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff85a1c000 -     0x7fff85a57fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff85a58000 -     0x7fff85a73ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff85f98000 -     0x7fff85f9cfff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff85f9d000 -     0x7fff85fc4ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff85fc5000 -     0x7fff85ffdff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff86376000 -     0x7fff8639effb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff863e6000 -     0x7fff8646ffff  com.apple.ColorSync (4.9.0 - 4.9.0) <B756B908-9AD1-3F5D-83F9-7A0B068387D2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff867b3000 -     0x7fff867c1fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff867c2000 -     0x7fff86807ff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff86808000 -     0x7fff8680bffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff86c6a000 -     0x7fff86c71fff  libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
    0x7fff86c72000 -     0x7fff86c8dff7  libPng.dylib (1044) <151BA92C-6E7C-3B69-8024-FDD1E2C89DD3> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff86c8e000 -     0x7fff86c9fff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff86ca0000 -     0x7fff86cc5ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff86cc6000 -     0x7fff86cc7fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
    0x7fff86cc8000 -     0x7fff86cccff7  libGIF.dylib (1044) <7E51DFC3-740A-3CD3-98A1-1EC510A4A055> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff86cfb000 -     0x7fff86cfbff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff86d06000 -     0x7fff86d08fff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff86d09000 -     0x7fff86df0ff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff86df1000 -     0x7fff86f45ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff870a3000 -     0x7fff87153ff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff87154000 -     0x7fff87157fff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff87158000 -     0x7fff87174fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff87175000 -     0x7fff87187ff7  com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff87188000 -     0x7fff8718dfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8718e000 -     0x7fff871dbff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff871dc000 -     0x7fff871ecffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff871ed000 -     0x7fff87435ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff87436000 -     0x7fff8743effc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8744b000 -     0x7fff87455ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff87456000 -     0x7fff87471ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff877e5000 -     0x7fff87ab6ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff87bee000 -     0x7fff87bfaff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff87bfb000 -     0x7fff87efbff7  com.apple.Foundation (6.9 - 1056.16) <24349208-3603-3F5D-95CC-B379616FBEF8> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff87efc000 -     0x7fff87efcffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff87efd000 -     0x7fff87f5cfff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff87f5d000 -     0x7fff87f5eff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
    0x7fff87f5f000 -     0x7fff87f69ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff87f92000 -     0x7fff8805dfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8805e000 -     0x7fff88066fff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff885c6000 -     0x7fff885fbffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff88605000 -     0x7fff8860cff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff88629000 -     0x7fff8862efff  libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
    0x7fff88638000 -     0x7fff8863fffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff88640000 -     0x7fff88650fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff88651000 -     0x7fff886e1ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff886e2000 -     0x7fff886efff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff88ffe000 -     0x7fff89000ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8906f000 -     0x7fff89098fff  com.apple.DictionaryServices (1.2 - 208) <A539A058-BA57-35EE-AA08-D0B0E835127D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff890f1000 -     0x7fff8915efff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8915f000 -     0x7fff89163ff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x7fff89164000 -     0x7fff89175ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff8935b000 -     0x7fff89365fff  libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
    0x7fff893a3000 -     0x7fff893aefff  libkxld.dylib (2422.115.4) <3C678B75-F7C5-3DBB-8DBD-48483AD54D5C> /usr/lib/system/libkxld.dylib
    0x7fff893b2000 -     0x7fff893caff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff893fd000 -     0x7fff89830ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff89831000 -     0x7fff8983cff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <22A0C230-CF1E-38F5-A947-5ACDAEEE0DB6> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff89876000 -     0x7fff8987afff  com.apple.CommonPanels (1.2.6 - 96) <6B434AFD-50F8-37C7-9A56-162C17E375B3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8987b000 -     0x7fff8988aff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <8FE131B6-1180-3892-98F5-C9C9B79072D4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8988b000 -     0x7fff89891fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff89d00000 -     0x7fff89d22fff  com.apple.framework.familycontrols (4.1 - 410) <4FDBCD10-CAA2-3A9C-99F2-06DCB8E81DEE> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff89d29000 -     0x7fff89d2afff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff89d38000 -     0x7fff89d43fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff89f36000 -     0x7fff89f78ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff89f79000 -     0x7fff89f7aff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff89f7b000 -     0x7fff89faaff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff8a03e000 -     0x7fff8a058fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff8a059000 -     0x7fff8a0e4ff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff8a0e5000 -     0x7fff8a154ff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8a186000 -     0x7fff8a188fff  libRadiance.dylib (1044) <461482C9-CADB-3B36-B023-597C64AD4B00> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8a18c000 -     0x7fff8a1a3ff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <7BC0194E-1B40-3FCA-ACD2-235CE5D65DFA> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8a1a4000 -     0x7fff8a275ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <DCCAADEC-35D5-3968-8B39-358ACC56ADC4> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff8a2ca000 -     0x7fff8a2cafff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8a2cb000 -     0x7fff8a2e3ff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8a2e4000 -     0x7fff8a2e7ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8a3c4000 -     0x7fff8a3c6ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8a52e000 -     0x7fff8a557ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff8a558000 -     0x7fff8a6f4ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8a6f7000 -     0x7fff8a75dfff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8a75e000 -     0x7fff8a7afff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8a7ba000 -     0x7fff8a7bdff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8a7be000 -     0x7fff8a880ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff8a881000 -     0x7fff8a8edfff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8a8ee000 -     0x7fff8a9d2ff7  com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8a9d3000 -     0x7fff8a9dbff3  libCGCMS.A.dylib (599.35.4) <67AD122A-B8DA-3C05-8B8C-1939F5064FAE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
    0x7fff8a9dc000 -     0x7fff8a9eafff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8a9eb000 -     0x7fff8aadafff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8b23f000 -     0x7fff8b286ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff8b287000 -     0x7fff8b2dfff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8b51c000 -     0x7fff8b55aff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b55b000 -     0x7fff8b58afff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff8b58b000 -     0x7fff8b592fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8b703000 -     0x7fff8b7edfff  libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
    0x7fff8b7ee000 -     0x7fff8b861fff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8b87a000 -     0x7fff8b87bffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff8b87c000 -     0x7fff8b8d5fff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8b8e5000 -     0x7fff8bb79ff7  com.apple.RawCamera.bundle (5.07 - 760) <EA94F148-975D-32D7-8A20-B06017E5793B> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8bc24000 -     0x7fff8bc48fff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8bc49000 -     0x7fff8bc49ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8bc8b000 -     0x7fff8bcd0fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
    0x7fff8bcd1000 -     0x7fff8bcd1fff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8c034000 -     0x7fff8c05cffb  libRIP.A.dylib (599.35.4) <F3C60582-1F27-335D-9C97-8CF307670F7B> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8c06b000 -     0x7fff8c06cfff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8c082000 -     0x7fff8c0c1fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8c0c2000 -     0x7fff8c1f2ff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8c1f3000 -     0x7fff8c256ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8c264000 -     0x7fff8c264fff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c265000 -     0x7fff8c31dff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8d18d000 -     0x7fff8d18fff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff8d262000 -     0x7fff8d54cfff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8d555000 -     0x7fff8d557ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff8d558000 -     0x7fff8d5aafff  libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
    0x7fff8d5ab000 -     0x7fff8d622fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8d623000 -     0x7fff8d6afff7  com.apple.ink.framework (10.9 - 207) <8A50B893-AD03-3826-8555-A54FEAF08F47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff8d6bd000 -     0x7fff8d6d9ff7  libsystem_kernel.dylib (2422.115.4) <9EDE872E-2A9E-3A78-8E1D-AB790794A098> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8d6da000 -     0x7fff8e250ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff8e90d000 -     0x7fff8e918ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8e95a000 -     0x7fff8e9a8ff7  com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff8eb6f000 -     0x7fff8eb6ffff  com.apple.Carbon (154 - 157) <45A9A40A-78FF-3EA0-8FAB-A4F81052FA55> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8edf4000 -     0x7fff8ee00ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8ee01000 -     0x7fff8eeeffff  libJP2.dylib (1044) <BE5FF765-5ECE-38B5-BF5D-BE806F5CAD18> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8eef0000 -     0x7fff8ef15ff7  com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8ef58000 -     0x7fff8f105f27  libobjc.A.dylib (551.1) <AD7FD984-271E-30F4-A361-6B20319EC73B> /usr/lib/libobjc.A.dylib
    0x7fff8f106000 -     0x7fff8f109ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x7fff8f123000 -     0x7fff8f130ff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8f13b000 -     0x7fff8f19ffff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8f1a0000 -     0x7fff8f1b9ff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8f1ba000 -     0x7fff8f20dfff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8fb28000 -     0x7fff8fb2bfff  com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8fb52000 -     0x7fff8fb93fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8fb94000 -     0x7fff8fbc5fff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8fbc6000 -     0x7fff8fe70ff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff90173000 -     0x7fff90177ff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
    0x7fff90178000 -     0x7fff901a4ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff90210000 -     0x7fff90234ff7  libJPEG.dylib (1044) <BE0ED4E1-F7FC-3038-86D3-0456DD173FCB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff902cc000 -     0x7fff902cdff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff902ce000 -     0x7fff90392ff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff903dc000 -     0x7fff906b0fc7  com.apple.vImage (7.0 - 7.0) <D241DBFA-AC49-31E2-893D-EAAC31890C90> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff906b1000 -     0x7fff90a92ffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff90ac7000 -     0x7fff90ac8fff  libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
    0x7fff90ac9000 -     0x7fff90b24ffb  com.apple.AE (665.5 - 665.5) <BBA230F9-144C-3CAB-A77A-0621719244CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff90bc6000 -     0x7fff90cccff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff90ccd000 -     0x7fff90cd0fff  com.apple.help (1.3.3 - 46) <AE763646-D07A-3F9A-ACD4-F5CBD734EE36> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff90cdb000 -     0x7fff90da5ff7  com.apple.LaunchServices (572.28 - 572.28) <FC72C089-A069-3374-B80A-E041AF149F24> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff90e39000 -     0x7fff90fa7ff7  libBLAS.dylib (1094.5) <DE93A590-5FA5-32A2-A16C-5D7D7361769F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff90fa8000 -     0x7fff90fcfffb  libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
    0x7fff90fd0000 -     0x7fff90fd7ff7  libsystem_pthread.dylib (53.1.4) <AB498556-B555-310E-9041-F67EC9E00E2C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff91035000 -     0x7fff91035fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff91059000 -     0x7fff91085fff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff910c3000 -     0x7fff910c4ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff910c5000 -     0x7fff91329ffd  com.apple.security (7.0 - 55471.14.21) <B3C61C91-E9D6-3A3C-99CF-665D54D13C34> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff9132a000 -     0x7fff91333fff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff913d5000 -     0x7fff913eeff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff9153b000 -     0x7fff9153fff7  libcache.dylib (62) <BDC1E65B-72A1-3DA3-A57C-B23159CAAD0B> /usr/lib/system/libcache.dylib
    0x7fff91540000 -     0x7fff915c9ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff91616000 -     0x7fff9164fff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff9168a000 -     0x7fff9186ffff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff91870000 -     0x7fff91871ff7  com.apple.print.framework.Print (9.0 - 260) <EE00FAE1-DA03-3EC2-8571-562518C46994> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff91a44000 -     0x7fff91a73fd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff91a74000 -     0x7fff91a76fff  com.apple.EFILogin (2.0 - 2) <C360E8AF-E9BB-3BBA-9DF0-57A92CEF00D4> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff91ada000 -     0x7fff91b28fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff91b29000 -     0x7fff91b31ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <98BBB3E4-6239-3EF1-90B2-84EA0D3B8D61> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff91b32000 -     0x7fff91ceaffb  libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
    0x7fff91cfd000 -     0x7fff91d0ffff  com.apple.ImageCapture (9.0 - 9.0) <BE0B65DA-3031-359B-8BBA-B9803D4ADBF4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff91d37000 -     0x7fff91e13fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff91e14000 -     0x7fff91e48fff  libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
    0x7fff92343000 -     0x7fff9234cffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff92462000 -     0x7fff9246fff4  com.apple.Librarian (1.2 - 1) <F1A2744D-8536-32C7-8218-9972C6300DAE> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff92470000 -     0x7fff9249aff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff924a6000 -     0x7fff92641ff8  com.apple.CFNetwork (673.5 - 673.5) <EF4DA617-D442-327A-9575-A75111A0A742> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff92642000 -     0x7fff9264ffff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff92650000 -     0x7fff92655ff7  libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
    0x7fff92876000 -     0x7fff92967ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff92973000 -     0x7fff929f4fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff929f5000 -     0x7fff92a43ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    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: 538744
    thread_create: 0
    thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=189.9M resident=115.2M(61%) swapped_out_or_unallocated=74.7M(39%)
Writable regions: Total=155.2M written=6336K(4%) resident=15.5M(10%) swapped_out=100K(0%) unallocated=139.7M(90%)

REGION TYPE                      VIRTUAL
===========                      =======
ATS (font support)                 32.3M
ATS (font support) (reserved)         4K        reserved VM address space (unallocated)
CG backing stores                  1236K
CG image                             12K
CG raster data                       24K
CG shared images                    204K
Dispatch continuations             16.0M
Image IO                             64K
Kernel Alloc Once                     8K
MALLOC                             76.0M
MALLOC (admin)                       32K
Memory Tag 242                       12K
Memory Tag 251                       40K
STACK GUARD                        56.0M
Stack                              12.2M
VM_ALLOCATE                        16.4M
__DATA                             21.1M
__IMAGE                             528K
__LINKEDIT                         70.3M
__TEXT                            119.6M
__UNICODE                           544K
mapped file                        88.4M
shared memory                         4K
===========                      =======
TOTAL                             511.0M
TOTAL, minus reserved VM space    511.0M

Unfortunately, the log files do not have a lot of useful information:

applet.log:

[11/17/14 15:04:05]starting ccnet:  ("-c", "/Users/myuser/.ccnet") 
[11/17/14 15:04:06]trying to connect to ccnet daemon...
[11/17/14 15:04:06]connected to ccnet daemon
[11/17/14 15:04:06]starting seaf-daemon:  ("-c", "/Users/myuser/.ccnet", "-d", "/Users/myuser/Seafile/.seafile-data", "-w", "/Users/myuser/Seafile") 
[11/17/14 15:04:06]seafile daemon is now running
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile
[11/17/14 15:04:06][Rpc Client] connected to daemon
[11/17/14 15:04:06][MessageListener] connected to daemon
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile
[11/17/14 15:04:06]libpng warning: iCCP: known incorrect sRGB profile

ccnet.log:

[11/17/14 15:04:05] ccnet-daemon.c(193): starting ccnet client 1.4.2
[11/17/14 15:04:05] ../common/session.c(432): socket file exists, delete it anyway
[11/17/14 15:04:05] ../common/session.c(461): Listen on /Users/myuser/.ccnet/ccnet.sock for local clients
[11/17/14 15:04:05] ../common/session.c(267): Update pubinfo file
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:06] ../common/session.c(375): Accepted a local client
[11/17/14 15:04:08] ../common/peer.c(943): Local peer down
[11/17/14 15:04:08] ../common/peer.c(943): Local peer down
[11/17/14 15:04:08] ../common/processor.c(218): [Proc] Shutdown processor mqserver-proc(-1001) for bad update: 515 peer down
[11/17/14 15:04:08] ../common/processor.c(218): [Proc] Shutdown processor rpcserver-proc(-1002) for bad update: 515 peer down
[11/17/14 15:04:08] ../common/processor.c(218): [Proc] Shutdown processor service-proxy-proc(-1001) for bad update: 515 peer down
[11/17/14 15:04:08] ../common/processor.c(218): [Proc] Shutdown processor service-stub-proc(1001) for bad update: 515 peer down

seafile.log:

[11/17/14 15:04:04] Disconnected from daemon
[11/17/14 15:04:06] seaf-daemon.c(490): starting seafile client 4.0.0
[11/17/14 15:04:06] seaf-daemon.c(492): seafile source code version 991837ff9c4199b6e93ccacdec71721b9c1f17d8
[11/17/14 15:04:06] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/17/14 15:04:06] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/17/14 15:04:08] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down

@IsSuEat
Copy link

IsSuEat commented Nov 17, 2014

Crashes for me aswell.

Using host libthread_db library "/usr/lib/libthread_db.so.1".
[New Thread 0x7fffe9819700 (LWP 11766)]
[New Thread 0x7fffe8990700 (LWP 11767)]
[New Thread 0x7fffe3fff700 (LWP 11768)]
[New Thread 0x7fffd736f700 (LWP 11772)]

Program received signal SIGSEGV, Segmentation fault.
0x000000000047b9cc in SeafileRpcClient::listLocalRepos(std::vector<LocalRepo, std::allocator<LocalRepo> >*) ()
issue@kiwi ~/.ccnet/logs % cat applet.log 
[2014-11-17 19:42:52]starting ccnet:  ("-c", "/home/issue/.ccnet") 
[2014-11-17 19:42:53]trying to connect to ccnet daemon...
[2014-11-17 19:42:53]connected to ccnet daemon
[2014-11-17 19:42:53]starting seaf-daemon:  ("-c", "/home/issue/.ccnet", "-d", "/home/issue/Seafile/.seafile-data", "-w", "/home/issue/Seafile") 
[2014-11-17 19:42:53]seafile daemon is now running
[2014-11-17 19:42:53]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:42:53]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:42:53]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:42:53][Rpc Client] connected to daemon
[2014-11-17 19:42:53][MessageListener] connected to daemon
[2014-11-17 19:43:10]login successful, token is d579c4641a97fbc660fac090cef1b2d18547aad3
[2014-11-17 19:43:10]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:43:11]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:43:11]The latest version is 3.1.11
[2014-11-17 19:45:36]starting ccnet:  ("-c", "/home/issue/.ccnet") 
[2014-11-17 19:45:37]trying to connect to ccnet daemon...
[2014-11-17 19:45:37]connected to ccnet daemon
[2014-11-17 19:45:37]starting seaf-daemon:  ("-c", "/home/issue/.ccnet", "-d", "/home/issue/Seafile/.seafile-data", "-w", "/home/issue/Seafile") 
[2014-11-17 19:45:37]seafile daemon is now running
[2014-11-17 19:45:37]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:45:37]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:45:37]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:45:37][Rpc Client] connected to daemon
[2014-11-17 19:45:37][MessageListener] connected to daemon
[2014-11-17 19:45:37]libpng warning: iCCP: known incorrect sRGB profile
[2014-11-17 19:45:37]libpng warning: iCCP: known incorrect sRGB profile
issue@kiwi ~/.ccnet/logs % cat seafile.log 
[11/17/14 19:42:53] seaf-daemon.c(490): starting seafile client 4.0.0
[11/17/14 19:42:53] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/17/14 19:42:54] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/17/14 19:43:11] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down
[11/17/14 19:45:36] Disconnected from daemon
[11/17/14 19:45:37] seaf-daemon.c(490): starting seafile client 4.0.0
[11/17/14 19:45:37] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/17/14 19:45:37] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
issue@kiwi ~/.ccnet/logs % 

Running the precompiled binary from the extracted .deb package works though

@johanhelsing
Copy link
Author

My logs, as requested:

~ cat ~/.ccnet/logs/seafile.log 
[11/16/14 16:59:32] seaf-daemon.c(490): starting seafile client 4.0.0
[11/16/14 16:59:32] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/16/14 16:59:32] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/16/14 17:00:10] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down
[11/16/14 17:00:24] Disconnected from daemon
[11/16/14 17:00:25] seaf-daemon.c(490): starting seafile client 4.0.0
[11/16/14 17:00:25] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/16/14 17:00:25] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/16/14 17:00:26] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down
[11/16/14 17:00:42] Disconnected from daemon
[11/16/14 17:00:43] seaf-daemon.c(490): starting seafile client 4.0.0
[11/16/14 17:00:43] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/16/14 17:00:43] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/16/14 17:03:09] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down
[11/17/14 22:51:38] seaf-daemon.c(490): starting seafile client 4.0.0
[11/17/14 22:51:38] ../common/mq-mgr.c(60): [mq client] mq cilent is started
[11/17/14 22:51:38] ../common/mq-mgr.c(106): [mq mgr] publish to hearbeat mq: seafile.heartbeat
[11/17/14 22:51:39] ccnet_processor_handle_update: [Proc] Shutdown processor rpcserver-proc(-1001) for bad update: 515 peer down
~ cat ~/.ccnet/logs/applet.log 
[11/16/2014 04:59:31 PM]starting ccnet:  ("-c", "/home/johan/.ccnet") 
[11/16/2014 04:59:32 PM]trying to connect to ccnet daemon...
[11/16/2014 04:59:32 PM]connected to ccnet daemon
[11/16/2014 04:59:32 PM]starting seaf-daemon:  ("-c", "/home/johan/.ccnet", "-d", "/home/johan/Seafile/.seafile-data", "-w", "/home/johan/Seafile") 
[11/16/2014 04:59:32 PM]seafile daemon is now running
[11/16/2014 04:59:32 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 04:59:32 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 04:59:32 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 04:59:32 PM][Rpc Client] connected to daemon
[11/16/2014 04:59:32 PM][MessageListener] connected to daemon
[11/16/2014 05:00:02 PM]
= SslErrors =
 "The certificate is self-signed, and untrusted
" 
[11/16/2014 05:00:02 PM]
= Certificate =
 "
Issued To
CommonName(CN):             **********
Organization(O):            ******
OrganizationalUnitName(OU): <Not Part of Certificate>
Serial Number:              8F::B:2::D9::D:E::DF::0:1::5C::A:B

Issued By
CommonName(CN):             ******
Organization(O):            *******
OrganizationalUnitName(OU): <Not Part of Certificate>

Period Of Validity
Begins On:    Mon Jul 29 13:33:36 2013
Expires On:   Sun Apr 24 13:33:36 2016
IsValid:      Yes

Fingerprints
SHA1 Fingerprint:
6F:64:6E:CE:33:77:3A:CE:41:8B:5D:2E:40:2E:69:BB:D4:4B:37:0F
MD5 Fingerprint:
44:89:9E:B6:17:CF:9F:4A:42:AF:B4:92:64:53:E5:25
" 
[11/16/2014 05:00:08 PM]login successful, token is 3f9a238f29f9f53422423eea44b1169c5a81fdb0
[11/16/2014 05:00:09 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:09 PM]request failed for https://******/api2/repos/: status code 500
[11/16/2014 05:00:09 PM]failed to refresh repos
[11/16/2014 05:00:24 PM]starting ccnet:  ("-c", "/home/johan/.ccnet") 
[11/16/2014 05:00:25 PM]trying to connect to ccnet daemon...
[11/16/2014 05:00:25 PM]connected to ccnet daemon
[11/16/2014 05:00:25 PM]starting seaf-daemon:  ("-c", "/home/johan/.ccnet", "-d", "/home/johan/Seafile/.seafile-data", "-w", "/home/johan/Seafile") 
[11/16/2014 05:00:25 PM]seafile daemon is now running
[11/16/2014 05:00:25 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:25 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:25 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:25 PM][Rpc Client] connected to daemon
[11/16/2014 05:00:25 PM][MessageListener] connected to daemon
[11/16/2014 05:00:25 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:25 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:25 PM]request failed for https://*****/api2/repos/: status code 500
[11/16/2014 05:00:25 PM]failed to refresh repos
[11/16/2014 05:00:26 PM]The latest version is 3.1.11
[11/16/2014 05:00:42 PM]starting ccnet:  ("-c", "/home/johan/.ccnet") 
[11/16/2014 05:00:43 PM]trying to connect to ccnet daemon...
[11/16/2014 05:00:43 PM]connected to ccnet daemon
[11/16/2014 05:00:43 PM]starting seaf-daemon:  ("-c", "/home/johan/.ccnet", "-d", "/home/johan/Seafile/.seafile-data", "-w", "/home/johan/Seafile") 
[11/16/2014 05:00:43 PM]seafile daemon is now running
[11/16/2014 05:00:43 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:43 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:43 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:43 PM][Rpc Client] connected to daemon
[11/16/2014 05:00:43 PM][MessageListener] connected to daemon
[11/16/2014 05:00:43 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:43 PM]request failed for https://*******/api2/repos/: status code 500
[11/16/2014 05:00:43 PM]failed to refresh repos
[11/16/2014 05:00:43 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/16/2014 05:00:43 PM]The latest version is 3.1.11
[11/17/2014 10:51:37 PM]starting ccnet:  ("-c", "/home/johan/.ccnet") 
[11/17/2014 10:51:38 PM]trying to connect to ccnet daemon...
[11/17/2014 10:51:38 PM]connected to ccnet daemon
[11/17/2014 10:51:38 PM]starting seaf-daemon:  ("-c", "/home/johan/.ccnet", "-d", "/home/johan/Seafile/.seafile-data", "-w", "/home/johan/Seafile") 
[11/17/2014 10:51:38 PM]seafile daemon is now running
[11/17/2014 10:51:38 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/17/2014 10:51:38 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/17/2014 10:51:38 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/17/2014 10:51:38 PM][Rpc Client] connected to daemon
[11/17/2014 10:51:38 PM][MessageListener] connected to daemon
[11/17/2014 10:51:38 PM]libpng warning: iCCP: known incorrect sRGB profile
[11/17/2014 10:51:38 PM]libpng warning: iCCP: known incorrect sRGB profile

@freeplant
Copy link
Member

Can you try the new v4.0.1: http://seafile.com/en/download/

@smarsching
Copy link

Version 4.0.1 fixes the problem for me (I only checked on OS X).

@IsSuEat
Copy link

IsSuEat commented Nov 18, 2014

4.0.1 works for me aswell on ArchLinux. Thanks for the quick fix

@smarsching
Copy link

I verified that the bug is also fixed in the Seafile Client 4.0.1 (Beta) on Windows.
BTW: I think that this was the bugfix: c267766

@johanhelsing
Copy link
Author

4.0.1 works for me as well.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants