GithubHelp home page GithubHelp logo

sigil-ebook / sigil Goto Github PK

View Code? Open in Web Editor NEW
5.7K 5.7K 570.0 195.77 MB

Sigil is a multi-platform EPUB ebook editor

License: GNU General Public License v3.0

CMake 2.34% Python 9.25% Inno Setup 0.21% C 18.33% C++ 67.59% Shell 0.07% JavaScript 0.14% Batchfile 0.01% Ragel 1.92% Objective-C++ 0.04% CSS 0.09% PowerShell 0.02%

sigil's People

Contributors

actions-user avatar arthurzam avatar beckydtp avatar charleski avatar dave-ts avatar daveheiland avatar dougmassay avatar duanemoody avatar eli-schwartz avatar jingmatrix avatar jwmcnair avatar jwvdveen avatar kevinhendricks avatar kytvi2p avatar luisparravicini avatar luzpaz avatar mapreri avatar mihailim avatar mizuoda avatar nikai3d avatar pinotree avatar schiller-manuel avatar sharkcz avatar shutaozhenzhen avatar sviatoslavrazmyslov avatar tex2002ans avatar user-none avatar varlog00 avatar vedantmgoyal9 avatar wrcisco avatar

Stargazers

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

Watchers

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

sigil's Issues

Clear Old Find and Replace Entries

Love Sigil and thanks for all your hard work. One request. I used Sigil's Find and Replace frequently both in Normal and Regex modes. The problem is that my prior Find and Replace searches remain in both the Find and Replace dropdown boxes into perpetuity. Occasionally this causes a problem when I mistakenly click an old find/replace option because unlike most functions these mistakes cannot be undone. Therefore, I have two complementary requests:

  1. Allow users to "clear out" old searches in both the find and replace dropdown boxes.
  2. Allow mistakes made in find and replace to be "undone."

BlockQuote

Can a feature be created to replace a block quote with a style.

Currently if I used the paragraph indent feature it creates a blockquote. I'm formatting an ePub file for use as a eBook so when the eBook sees the blockquote it breaks the page and puts the blockquote on a new page. I would like to format each paragraph to make it indent 1, 2, or 3 indents using css instead of using a blockquote and nested blockquotes.

Is there a way to update a epub file to replace paragraphs between a blockquote with a styled paragraph. example:

Adding clip to a piece of text containing angular brackets breaks escape

Hi.
First I would like to thank you for the wonderful software you are developing.

I encountered an (unexpected) bug today, using Sigil 0.8.6, in Book View. How to reproduce:

  1. In a new file, write a text containing angle brackets < and >, for example: "You may embed a video in html using the tag". Sigil properly escapes the angular brackets as < and >, as expected.
  2. Create a new clip, with a content like "\1". Apply the clip to the "" part of the written text. It vanishes. Looking at Code View, I see Sigil has changed back the escaped angular brackets to real angular brackets, thus inserting a html entity.

Edit tools ERROR

[version sigil .0.8.7] bold, italic, sub, sup do not work properly, why?

When I write and select the text, I start to edit the text but does not change any element aforementioned

PCRE path on case-sensitive file systems

I encountered this problem building on Linux, but it would also affect OSX when building on a case-sensitive file system.

Lines 332-337 of src/CMakeLists.txt contain relative paths like PCRE/SPCRE.cpp. They all need to be changed to e.g. prce/SPCRE.cpp.

Mac: closing all windows results in File menu without recent files

When a window is open, the File menu contains:

New, Open, Add, Save, Save As, Save A Copy, Print Preview, Print, (5 recently opened epubs), Close.

When all the windows are closed, the File menu contains:

New, Open

The 5 recently opened epubs would be useful in this version of the File menu.

Error when compiling on OS X

$ cmake -DFORCE_BUNDLED_COPIES=1 -DCMAKE_BUILD_TYPE=Release ..
CMake Error at src/Sigil/CMakeLists.txt:454 (qt5_wrap_ui):
Unknown CMake command "qt5_wrap_ui".

-- Configuring incomplete, errors occurred!

Folders

Currently Sigil removes the OEPBS folder, and moves content to different folders depending on content (such as Text) can this be changed to put Text, Fonts, etc under the OEPBS folder?

Also, this is a totally separate issue but I was wondering if you guys could keep Sigil from moving around the iTunes added files like iTunesArtwork, iTunesMetadata.plist, because they HAVE to be in the root folder for iTunes, and iBooks to find them.

Could I contribute to Sigil?

While exploring the latest source code for Sigil, I found several unused functions and widgets.
For example, in the Table of Contents dock there is an QPushButton which is
not used. I don't know if is it not used anymore or if it is put there for
future plans.

Another example, again in the Table of contents, would be the ExpandAll and the CollapseAll functions which could be connected directly to the treeview.

Perhaps I could be of some service by cleaning up obsolete functions and
widgets so you and your team can focus on forward development?

incompatibility with system bs4

I ran into this problem in Debian Linux but I suppose it would be experienced anywhere in which there's a system-wide bs4 installed. When a system-wide bs4 is installed, it is loaded instead of the one included with Sigil. Since the one packaged with Sigil has been modified, this doesn't work.

Upon starting Sigil I receive an Embedded Python Error window. When I click it away I get a dialog window stating error in bs4repair repairPrettyPrintXML: -5. After clicking away this window, I see the first one again. If I keep clicking the error windows away, Sigil will eventually open.

I worked around this locally by renaming /usr/share/sigil/python3lib/bs4 and then changing the references under /usr/share/sigil/python3lib/*.py (and subdirectories) to point to the new name I gave the directory.

Houston we have a problem....

I have observed Sigil after loading a 165 MB epub take nearly 100% of the CPUs time. I used Microsoft System Internals Process Explorer to report process impacts. See attached files.

Sigil would load but when I used the Open-file dialog it went into a loop. I waited 15 minutes but no joy. I had to use process explorer to terminate Sigil

Let me know if you have any idea about what may be happening.

sigil-using-97-9-percent-of-four-core-intel-systeminternals
sigil-97-7-percent-0f-four-core-intel

nbsp becomes #160 when editing in book view

This wouldn't be as much of a problem if the #160 codes would remain. They don't. When saved, these codes are converted into "normal spaces" and whitespace is lost, because reader systems don't recognize empty p tags as whitespace.

When editing in code view, there is no problem so it's possible to work around this bug. At least, from where I'm sitting it is a bug.

Middle click to close tab

Please implement the following behaviour which is common in web browsers and many other applications.

When using the middle mouse button and clicking on an open tab then close the tab. If it helps I'm running Windows 8 x64.

Many thanks for your fantastic software. I use it for my work (and have made a small donation* in the past due to how useful it is!)

*Please note I'm not mentioning this to get any preferential treatment. I understand if you don't have the time / don't feel this is worth doing. Would just be quite handy!

Crash upon saving, error on launching

When I saved an open file, Sigil crashed. When I tried launching Sigil again, I got an error dialog with these details:

Error info: /build/buildd/sigil-0.8.2/src/Sigil/Misc/Utility.cpp(414): Throw in function static void Utility::WriteUnicodeTextFile(const QString&, const QString&)
Dynamic exception type: N5boost16exception_detail10clone_implI14CannotOpenFileEE
std::exception::what: std::exception
[P13file_fullpath] = /tmp/Sigil/scratchpad/b9175dcd-be6e-4f00-9227-bb09906e4808/OEBPS/content.opf
[P16file_errorstring] = No such file or directory

Sigil version: 0.8.2
Runtime Qt: 5.3.0
Compiled Qt: 5.3.0
Platform: Linux

On closer inspection, my filesystem had gone into read-only mode for some reason. Rebooting solved my inability to start Sigil again. But either way, you may or may not want to handle such cases more gracefully, i.e. allowing the user to evacuate data in memory as opposed to the program crashing.

Save/Save As after using KindleImport plugin

Not knowing if your reworking of paths is finished yet I : at the moment (commit 112af00) after importing something with KindleImport plugin activating "Save" saves the imported book as last opended book - overwriting it with no warning. "Save As" proposes to save it as last opened book but warns that it will be overwritten.

dependencies on debian

I was commenting a debian friend how much I would like to see Sigil on my favourite distro, so we have looked to the code and apparently it would be easier to enter it into debian if it used unmodified versions of tidyLib.
Also another thing to change is maybe replacing BoostParts with a reference to the complete unmodified Boost library that is already in debian, and also there should be packaged FlightCrew and XercesExtensions but this can be easily solved, and maybe some other things.
Would you like to help us to make Sigil available in debian?

Incorrect wording on sigil-ebook.com

Both the site subtitle and the headline on the about page say that Sigil is an "ebook". Isn't Sigil an "ebook editor" or "ebook creation tool"?

This Version crashes hard on 10.9.5 (OS X Maveriks)

Crashes hard on newest OS X Maveriks. Mac Specs see attached Screenshot. Dump here:
(Good luck swatting this bug! Thanks for the great work - for once an editor that seems to be feasible.)

Process: Sigil [4188] Path: /Applications/Sigil.app/Contents/MacOS/Sigil Identifier: com.sigil-ebook.Sigil.app Version: 0.8.6 (0.8.6) Code Type: X86-64 (Native) Parent Process: launchd [257] Responsible: Sigil [4188] User ID: 501

Date/Time: 2015-04-13 19:10:54.411 +0200
OS Version: Mac OS X 10.9.5 (13F1077)
Report Version: 11
Anonymous UUID: 6E332A90-3CEA-95CC-B1D7-0AC6B34CD243

Sleep/Wake UUID: A87A5D72-679F-42BA-B26B-0B9C0BDA5686

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

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

VM Regions Near 0:
-->
__TEXT 000000010e6eb000-000000010efc6000 [ 9068K] r-x/rwx SM=COW /Applications/Sigil.app/Contents/MacOS/Sigil

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 com.sigil-ebook.Sigil.app 0x000000010e99b07d MainWindow::ClearMarkedText(ContentTab_) + 45
1 com.sigil-ebook.Sigil.app 0x000000010e973110 MainWindow::MainWindow(QString const&, bool, QWidget_, QFlagsQt::WindowType) + 1168
2 com.sigil-ebook.Sigil.app 0x000000010e6f2fdc GetMainWindow(QStringList const&) + 140
3 com.sigil-ebook.Sigil.app 0x000000010e6f152e main + 4414
4 libdyld.dylib 0x00007fff8c7f65fd start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8ad8b662 kevent64 + 10
1 libdispatch.dylib 0x00007fff85bb4421 _dispatch_mgr_invoke + 239
2 libdispatch.dylib 0x00007fff85bb4136 _dispatch_mgr_thread + 52

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8ad8ae6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff84f56f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff84f59fb9 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8ad8ae6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff84f56f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff84f59fb9 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8ad8ae6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff84f56f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff84f59fb9 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8ad8ae6a __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff84f56f08 _pthread_wqthread + 330
2 libsystem_pthread.dylib 0x00007fff84f59fb9 start_wqthread + 13

Thread 6:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff8ad8a9aa select + 10
1 libsystem_c.dylib 0x00007fff8832dbe0 pselect$1050 + 183
2 org.qt-project.QtCore 0x000000011255ccc8 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
3 org.qt-project.QtCore 0x000000011255dd80 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 672
4 org.qt-project.QtCore 0x000000011255ee4a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
5 org.qt-project.QtCore 0x000000011250937d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
6 org.qt-project.QtCore 0x00000001122ff4d5 QThread::exec() + 117
7 org.qt-project.QtCore 0x0000000112302f63 0x1122ce000 + 216931
8 libsystem_pthread.dylib 0x00007fff84f55899 _pthread_body + 138
9 libsystem_pthread.dylib 0x00007fff84f5572a _pthread_start + 137
10 libsystem_pthread.dylib 0x00007fff84f59fc9 thread_start + 13

Thread 7:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x00007fff8ad8a716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff84f57c3b _pthread_cond_wait + 727
2 org.qt-project.QtWebKit 0x0000000111315987 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119
3 org.qt-project.QtWebKit 0x0000000111025445 0x10fef6000 + 18019397
4 org.qt-project.QtWebKit 0x0000000111314a8f 0x10fef6000 + 21097103
5 libsystem_pthread.dylib 0x00007fff84f55899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff84f5572a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff84f59fc9 thread_start + 13

Thread 8:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8ad8a716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff84f57c3b _pthread_cond_wait + 727
2 org.qt-project.QtWebKit 0x0000000111026367 0x10fef6000 + 18023271
3 org.qt-project.QtWebKit 0x00000001110263f8 0x10fef6000 + 18023416
4 org.qt-project.QtWebKit 0x0000000111314a8f 0x10fef6000 + 21097103
5 libsystem_pthread.dylib 0x00007fff84f55899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff84f5572a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff84f59fc9 thread_start + 13

Thread 9:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8ad8a716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff84f57c3b _pthread_cond_wait + 727
2 org.qt-project.QtWebKit 0x0000000111026367 0x10fef6000 + 18023271
3 org.qt-project.QtWebKit 0x00000001110263f8 0x10fef6000 + 18023416
4 org.qt-project.QtWebKit 0x0000000111314a8f 0x10fef6000 + 21097103
5 libsystem_pthread.dylib 0x00007fff84f55899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff84f5572a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff84f59fc9 thread_start + 13

Thread 10:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff8ad8a716 __psynch_cvwait + 10
1 libsystem_pthread.dylib 0x00007fff84f57c3b _pthread_cond_wait + 727
2 org.qt-project.QtWebKit 0x0000000111026367 0x10fef6000 + 18023271
3 org.qt-project.QtWebKit 0x00000001110263f8 0x10fef6000 + 18023416
4 org.qt-project.QtWebKit 0x0000000111314a8f 0x10fef6000 + 21097103
5 libsystem_pthread.dylib 0x00007fff84f55899 _pthread_body + 138
6 libsystem_pthread.dylib 0x00007fff84f5572a _pthread_start + 137
7 libsystem_pthread.dylib 0x00007fff84f59fc9 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000608000228ee0 rcx: 0x000061000016b280 rdx: 0x0000000000000000
rdi: 0x000000010efd2dc0 rsi: 0x0000000000000000 rbp: 0x00007fff51514940 rsp: 0x00007fff51514920
r8: 0x00000000000000ff r9: 0xffff9fffffea8f7f r10: 0x000000010fe4c898 r11: 0x000000010fa73ae0
r12: 0x0000000112602b88 r13: 0x00007fff515149d8 r14: 0x00007faa02854200 r15: 0x00007faa028543a8
rip: 0x000000010e99b07d rfl: 0x0000000000010246 cr2: 0x0000000000000000

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

Binary Images:
0x10e6eb000 - 0x10efc5ff7 +com.sigil-ebook.Sigil.app (0.8.6 - 0.8.6) <5AB8E2A3-89CE-3D37-865C-E6950E17AD60> /Applications/Sigil.app/Contents/MacOS/Sigil
0x10f2e5000 - 0x10f31efff +org.qt-project.QtXml (5.4 - 5.4.1) <93253086-380A-3AFA-83E5-25E654BFAF0D> /Applications/Sigil.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x10f338000 - 0x10f730fff +org.qt-project.QtXmlPatterns (5.4 - 5.4.1) <62F6AB72-D97E-3813-8378-198A70D9E3E7> /Applications/Sigil.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
0x10f78d000 - 0x10f7c1fff +org.qt-project.QtPrintSupport (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10f7eb000 - 0x10f825fff +org.qt-project.QtSvg (5.4 - 5.4.1) <8E4158C4-78E4-3755-A632-DE07C96C0CA8> /Applications/Sigil.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
0x10f849000 - 0x10f877ff7 +org.qt-project.QtWebKitWidgets (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
0x10f89f000 - 0x10f8a3ff7 +org.qt-project.QtConcurrent (5.4 - 5.4.1) <4982EB5D-4FA7-3084-9899-0EA24B61200F> /Applications/Sigil.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
0x10f8ae000 - 0x10fdb7fff +org.qt-project.QtWidgets (5.4 - 5.4.1) <66B1069D-8B19-350F-9F23-97E8F4DB05FB> /Applications/Sigil.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10fef6000 - 0x111965ff7 +org.qt-project.QtWebKit (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
0x111c25000 - 0x111d3dff7 +org.qt-project.QtNetwork (5.4 - 5.4.1) <882125E9-DCB0-3BD1-8337-4B4098022DFC> /Applications/Sigil.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x111d77000 - 0x1121e9ff7 +org.qt-project.QtGui (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x1122ce000 - 0x1127d6ff7 +org.qt-project.QtCore (5.4 - 5.4.1) <561F25E6-F163-3536-98C5-A93851D956E0> /Applications/Sigil.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x11286f000 - 0x112873fff com.apple.agl (3.2.3 - AGL-3.2.3) <9851E4CC-DA6B-3AF4-9B06-61BAC289572D> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x11287a000 - 0x11289cfff +org.qt-project.QtSensors (5.4 - 5.4.1) <932AFA40-321C-3B43-A815-ABA1A80C32C9> /Applications/Sigil.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
0x1128bd000 - 0x1128f5fff +org.qt-project.QtPositioning (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x11290d000 - 0x112921ff7 +org.qt-project.QtMultimediaWidgets (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x112937000 - 0x1129c9ff7 +org.qt-project.QtMultimedia (5.4 - 5.4.1) <5B37FB88-EDF3-3D2B-B068-2ECFA6CD80B6> /Applications/Sigil.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x112a0d000 - 0x112a4cff7 +org.qt-project.QtOpenGL (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x112a71000 - 0x112a9efff +org.qt-project.QtSql (5.4 - 5.4.1) <474A2465-73FF-3622-9A4D-0D53EF932AD5> /Applications/Sigil.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
0x112ab5000 - 0x112d9fff7 +org.qt-project.QtQuick (5.4 - 5.4.1) <677987C8-6DF2-36D2-AFDE-8E1AD311C001> /Applications/Sigil.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x112e4a000 - 0x11318fff7 +org.qt-project.QtQml (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x113225000 - 0x11323aff7 +org.qt-project.QtWebChannel (5.4 - 5.4.1) /Applications/Sigil.app/Contents/Frameworks/QtWebChannel.framework/Versions/5/QtWebChannel
0x114a88000 - 0x114b2efff +libqcocoa.dylib (0) <53ACC1FE-1D03-38E9-8CBA-F2E3C198F686> /Applications/Sigil.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x114b6a000 - 0x114b72ff3 libCGCMS.A.dylib (599.35.6) <09F33B9F-098A-340A-8717-E3BA6849470E> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x114b7a000 - 0x114ba2ffb libRIP.A.dylib (599.35.6) <45A8594F-906E-3EAE-87D4-BA1DB091C690> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x114bb2000 - 0x114bb5ffa libCGXType.A.dylib (599.35.6) <7DAB1A62-D475-37F1-8234-07649906E234> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x114d4d000 - 0x114d63fff +libqcorewlanbearer.dylib (0) <51FA7E5D-2E2E-3979-8632-CE967798A846> /Applications/Sigil.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x114d6e000 - 0x114d77ff7 +libqgenericbearer.dylib (0) /Applications/Sigil.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x114d7f000 - 0x114d85ff7 +libqgif.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqgif.dylib
0x1173ed000 - 0x1173f7ff7 +libqdds.dylib (0) <8019B154-4CA6-3AB1-8383-E962B0F63307> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqdds.dylib
0x1173fe000 - 0x117406fff +libqicns.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqicns.dylib
0x11740d000 - 0x117413ff7 +libqico.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqico.dylib
0x11741a000 - 0x1174a1fff +libqjp2.dylib (0) <1CBCE56F-E61A-3159-805F-BE55A74EEB2B> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x1174b2000 - 0x1174f0ff7 +libqjpeg.dylib (0) <78D82444-3264-3441-B5D6-33B26BD9A210> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x1174f9000 - 0x117549ff7 +libqmng.dylib (0) <46C91A5B-2714-31B8-AE89-500F84F45705> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqmng.dylib
0x117553000 - 0x117558ff7 +libqsvg.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqsvg.dylib
0x11755f000 - 0x117563ff7 +libqtga.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqtga.dylib
0x117569000 - 0x1175cbff7 +libqtiff.dylib (0) <62A371C5-A9B5-3E51-8CB1-125E509871E0> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x1175d6000 - 0x1175daff7 +libqwbmp.dylib (0) /Applications/Sigil.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x1175e1000 - 0x11763afff +libqwebp.dylib (0) <90BE4D0A-BAAA-3C4E-964A-CBC4BFAC78A7> /Applications/Sigil.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x7fff62d7f000 - 0x7fff62db2817 dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
0x7fff802de000 - 0x7fff802e8ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff802f2000 - 0x7fff80382ff7 com.apple.Metadata (10.7.0 - 800.29) <6310AE28-EB99-3BB4-92F1-0C8BE6DEAD48> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff803d9000 - 0x7fff80418fff libGLU.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8053d000 - 0x7fff8053efff libunc.dylib (28) <62682455-1862-36FE-8A04-7A6B91256438> /usr/lib/system/libunc.dylib
0x7fff806e7000 - 0x7fff8094bff1 com.apple.security (7.0 - 55471.14.28) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8094c000 - 0x7fff8098eff7 libauto.dylib (185.5) /usr/lib/libauto.dylib
0x7fff809df000 - 0x7fff809dffff com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff80e2f000 - 0x7fff81103fc7 com.apple.vImage (7.0 - 7.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff81154000 - 0x7fff81243fff libFontParser.dylib (111.1.3) <692CA36E-8E74-313E-8C40-42F1EE1BCB61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff81244000 - 0x7fff81250ff7 com.apple.OpenDirectory (10.9 - 173.90.1) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff81307000 - 0x7fff81308ff7 com.apple.print.framework.Print (9.0 - 260) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff81309000 - 0x7fff8140fff7 com.apple.ImageIO.framework (3.3.0 - 1045) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8144f000 - 0x7fff8146aff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff81476000 - 0x7fff81491ff7 libsystem_malloc.dylib (23.10.1) /usr/lib/system/libsystem_malloc.dylib
0x7fff81492000 - 0x7fff81600ff7 libBLAS.dylib (1094.5) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff81601000 - 0x7fff81604fff com.apple.TCC (1.0 - 1) <32A075D9-47FD-3E71-95BC-BFB0D583F41C> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff81763000 - 0x7fff81764ff7 libSystem.B.dylib (1197.1.1) /usr/lib/libSystem.B.dylib
0x7fff817ee000 - 0x7fff82364ff7 com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff82365000 - 0x7fff8260fff5 com.apple.HIToolbox (2.1.1 - 698) <26FF0E2C-1CD7-311F-ACF0-84F3D5273AD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff82610000 - 0x7fff8267dfff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8291b000 - 0x7fff82960ff6 com.apple.HIServices (1.23 - 468) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff82996000 - 0x7fff829e9fff com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff829ed000 - 0x7fff82a2efff com.apple.PerformanceAnalysis (1.47 - 47) <5E045817-0C84-341A-9B33-74CF1324FA70> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff82a2f000 - 0x7fff82a31ff7 libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
0x7fff82a57000 - 0x7fff82a61ff7 com.apple.CrashReporterSupport (10.9 - 539) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff82a62000 - 0x7fff82ae3fff com.apple.CoreSymbolication (3.0.1 - 141.0.6) /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff82b65000 - 0x7fff82b65ff7 libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
0x7fff82b66000 - 0x7fff82bccfff com.apple.framework.CoreWiFi (2.0 - 200.21.1) <5491896D-78C5-30B6-96E9-D8DDECF3BE73> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff82bd9000 - 0x7fff82d09ff7 com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff82d0a000 - 0x7fff82d0fff7 libunwind.dylib (35.3) <78DCC358-2FC1-302E-B395-0155B47CB547> /usr/lib/system/libunwind.dylib
0x7fff82e64000 - 0x7fff82e65fff liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib
0x7fff82e69000 - 0x7fff8324affe libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff83268000 - 0x7fff8328dff7 com.apple.ChunkingLibrary (2.0 - 155.1) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff8328e000 - 0x7fff83292fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff832c9000 - 0x7fff83324ffb com.apple.AE (665.5 - 665.6) <9B17E7B7-D493-346A-827E-6DF1474E4977> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff835ea000 - 0x7fff83642ff7 com.apple.Symbolication (1.4 - 129.0.2) <56F5E42C-4A23-3D0C-A830-616A03C16725> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff83923000 - 0x7fff83925ff3 libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
0x7fff839b2000 - 0x7fff839b2ffd com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff839b3000 - 0x7fff83a05fff libc++.1.dylib (120) <4F68DFC5-2077-39A8-A449-CAC5FDEE7BDE> /usr/lib/libc++.1.dylib
0x7fff83a06000 - 0x7fff83a16fff libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
0x7fff844d7000 - 0x7fff8453cffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff848c6000 - 0x7fff848c8fff libRadiance.dylib (1045) <5FC62534-2792-3A7C-8B65-EC51E65C808C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8493f000 - 0x7fff84950ff7 libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
0x7fff84951000 - 0x7fff8495bfff libcommonCrypto.dylib (60049) <8C4F0CA0-389C-3EDC-B155-E62DD2187E1D> /usr/lib/system/libcommonCrypto.dylib
0x7fff84a30000 - 0x7fff84a33ffc com.apple.IOSurface (91.2 - 91.2) <4B2308B5-3F40-33BB-851C-A2A168343F6D> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff84a34000 - 0x7fff84a3cfff libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
0x7fff84a3d000 - 0x7fff84a4cff8 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
0x7fff84f54000 - 0x7fff84f5bff7 libsystem_pthread.dylib (53.1.4) /usr/lib/system/libsystem_pthread.dylib
0x7fff84f5e000 - 0x7fff84f69ff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff853d6000 - 0x7fff8540eff7 com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff854b2000 - 0x7fff854b2fff com.apple.Cocoa (6.8 - 20) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8561a000 - 0x7fff8561bfff com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8561c000 - 0x7fff8562afff com.apple.opengl (9.6.1 - 9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff85682000 - 0x7fff8569bff7 com.apple.Ubiquity (1.3 - 289) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8569c000 - 0x7fff85838ff3 com.apple.QuartzCore (1.8 - 332.4) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff85839000 - 0x7fff858c2fff com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff85a9a000 - 0x7fff85b5cff5 com.apple.CoreText (367.20 - 367.20) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff85b5d000 - 0x7fff85b5dffd libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
0x7fff85bb1000 - 0x7fff85bcbfff libdispatch.dylib (339.92.1) /usr/lib/system/libdispatch.dylib
0x7fff85fa8000 - 0x7fff85fa8fff com.apple.Carbon (154 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff86091000 - 0x7fff860d8ffb libFontRegistry.dylib (127.0.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff861fe000 - 0x7fff86200ff7 com.apple.securityhi (9.0 - 55005) <446BE1A5-F65F-3ACB-8F33-A8EBFE0D0BD4> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff86201000 - 0x7fff86204fff libCoreVMClient.dylib (58.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff86205000 - 0x7fff8627cfff com.apple.CoreServices.OSServices (600.4 - 600.4) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8627d000 - 0x7fff8627ffff libCVMSPluginSupport.dylib (9.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff86280000 - 0x7fff8636efff libJP2.dylib (1045) <96EE2B8D-296A-3776-A49E-5559B4FB334F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8636f000 - 0x7fff86554fff com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff86992000 - 0x7fff86999ff8 liblaunch.dylib (842.92.1) /usr/lib/system/liblaunch.dylib
0x7fff8699a000 - 0x7fff8699afff com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff869d0000 - 0x7fff869d4fff 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
0x7fff869d5000 - 0x7fff869ddffc libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff86b71000 - 0x7fff86bc2ff7 com.apple.audio.CoreAudio (4.2.1 - 4.2.1) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff86e9d000 - 0x7fff86ec1fff libxpc.dylib (300.90.2) /usr/lib/system/libxpc.dylib
0x7fff86ec7000 - 0x7fff86f53ff7 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
0x7fff86f54000 - 0x7fff86f66fff com.apple.ImageCapture (9.0 - 9.0) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff86f67000 - 0x7fff87114f27 libobjc.A.dylib (551.1) /usr/lib/libobjc.A.dylib
0x7fff87115000 - 0x7fff87144ff9 com.apple.GSS (4.0 - 2.0) <27FCA2B4-0767-3002-8755-862B19B5CF92> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff87145000 - 0x7fff87180fff com.apple.bom (14.0 - 193.1) /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff87181000 - 0x7fff87187ff7 libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
0x7fff87188000 - 0x7fff87323ff8 com.apple.CFNetwork (673.5 - 673.5) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff87324000 - 0x7fff8732bfff libcompiler_rt.dylib (35) <4CD916B2-1B17-362A-B403-EF24A1DAC141> /usr/lib/system/libcompiler_rt.dylib
0x7fff8767c000 - 0x7fff876e0fff com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff877b3000 - 0x7fff87863ff7 libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff878bc000 - 0x7fff878f5ff7 com.apple.QD (3.50 - 298) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff878f6000 - 0x7fff87934ff7 libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff879a0000 - 0x7fff879a9fff 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
0x7fff879af000 - 0x7fff879b0ff7 libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff879b8000 - 0x7fff87a06ff7 com.apple.opencl (2.3.59 - 2.3.59) <9F43F471-C3C3-352D-889D-EC418DC1F5B2> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff87a07000 - 0x7fff87a37fff com.apple.IconServices (25 - 25.17) <4751127E-FBD5-3ED5-8510-08D4E4166EFE> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff87e23000 - 0x7fff87e47ff7 libJPEG.dylib (1045) <6B777BB2-62A0-3231-A68B-7F0B7A9AAECB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff87e7a000 - 0x7fff87ea1ffb libsystem_info.dylib (449.1.3) <7D41A156-D285-3849-A2C3-C04ADE797D98> /usr/lib/system/libsystem_info.dylib
0x7fff87ea2000 - 0x7fff87eaffff com.apple.Sharing (132.2 - 132.2) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff88056000 - 0x7fff8829eff7 com.apple.CoreData (107 - 481.3) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff8829f000 - 0x7fff882a3ff7 libheimdal-asn1.dylib (323.92.2) <979AEAA0-59B3-3E99-94B1-9BB9C6C45273> /usr/lib/libheimdal-asn1.dylib
0x7fff882ac000 - 0x7fff882b0ff7 libsystem_stats.dylib (93.90.3) <337946FC-B2E1-3DFA-A8B5-30DA8D584D75> /usr/lib/system/libsystem_stats.dylib
0x7fff882b1000 - 0x7fff882b1fff com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff882b2000 - 0x7fff8833bff7 libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
0x7fff88346000 - 0x7fff8849aff3 com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff884a0000 - 0x7fff887a0ff7 com.apple.Foundation (6.9 - 1056.17) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff887a1000 - 0x7fff887e8ff7 libcups.2.dylib (372.6) /usr/lib/libcups.2.dylib
0x7fff887e9000 - 0x7fff88abaff4 com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8923a000 - 0x7fff89261ff7 libsystem_network.dylib (241.4) <0D630D53-C772-3EC5-8257-EFB0ACCE3153> /usr/lib/system/libsystem_network.dylib
0x7fff89285000 - 0x7fff892d2ff2 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
0x7fff892d3000 - 0x7fff892e4ff7 libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
0x7fff892e5000 - 0x7fff89c0530b com.apple.CoreGraphics (1.600.0 - 599.35.6) <07F8BE29-8352-30DE-A136-FD8CE9526B8A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff89c06000 - 0x7fff89c2fff7 libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
0x7fff8a0c8000 - 0x7fff8a0c9ffb libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
0x7fff8a1e7000 - 0x7fff8a1eafff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8a3aa000 - 0x7fff8a3b1fff com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8a3b2000 - 0x7fff8a69cfff 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
0x7fff8a6cf000 - 0x7fff8a6d4fff com.apple.DiskArbitration (2.6 - 2.6) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8a6f1000 - 0x7fff8a7bcfff libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8a7c9000 - 0x7fff8a822fff libTIFF.dylib (1045) <13C610CF-62B0-3168-8E78-19FC409DADA2> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a860000 - 0x7fff8a86cffb com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff8a926000 - 0x7fff8a974fff libcorecrypto.dylib (161.1) /usr/lib/system/libcorecrypto.dylib
0x7fff8ab16000 - 0x7fff8acceffb libicucore.A.dylib (511.35) <6F097DA7-147C-32A1-93D2-728A64CF0DC2> /usr/lib/libicucore.A.dylib
0x7fff8accf000 - 0x7fff8acf7ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff8ad3c000 - 0x7fff8ad3dfff libsystem_sandbox.dylib (278.11.2) <0C93EB23-7364-3670-B511-212A7A524695> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8ad55000 - 0x7fff8ad62ff7 libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
0x7fff8ad75000 - 0x7fff8ad91ff7 libsystem_kernel.dylib (2422.115.14) <8116098D-B3F1-3E50-A934-576DD6369234> /usr/lib/system/libsystem_kernel.dylib
0x7fff8ad92000 - 0x7fff8ae5cff7 com.apple.LaunchServices (572.32 - 572.32) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8ae5d000 - 0x7fff8aec0ffb com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8aeeb000 - 0x7fff8aef4ffd com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8b17f000 - 0x7fff8b243ff7 com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff8b244000 - 0x7fff8b26eff7 libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
0x7fff8b26f000 - 0x7fff8b286ff7 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
0x7fff8b287000 - 0x7fff8b2a2ff7 libPng.dylib (1045) <158BF022-D6C0-37FA-B28F-8B169995122A> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8b2a3000 - 0x7fff8b2b5ff7 com.apple.MultitouchSupport.framework (245.13.1 - 245.13.1) <38262B92-C63F-35A0-997D-AD2EBF2F8338> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8b2b6000 - 0x7fff8b39dff7 libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8b470000 - 0x7fff8b49ffff com.apple.DebugSymbols (106 - 106) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8b4d2000 - 0x7fff8b4d2fff com.apple.Accelerate (1.9 - Accelerate 1.9) <509BB27A-AE62-366D-86D8-0B06D217CF56> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8b50b000 - 0x7fff8b534fff com.apple.DictionaryServices (1.2 - 208) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8b7b1000 - 0x7fff8b7e0fd2 libsystem_m.dylib (3047.16) /usr/lib/system/libsystem_m.dylib
0x7fff8b9d3000 - 0x7fff8ba32fff com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff8ba33000 - 0x7fff8ba37ff7 libGIF.dylib (1045) <19D047DC-5C76-314B-AE78-312C59EC4E75> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ba43000 - 0x7fff8ba5cff7 com.apple.Kerberos (3.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8baa3000 - 0x7fff8baaaffb libcopyfile.dylib (103.92.1) /usr/lib/system/libcopyfile.dylib
0x7fff8c174000 - 0x7fff8c5a7ffb com.apple.vision.FaceCore (3.0.0 - 3.0.0) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8c5a8000 - 0x7fff8c699ff9 libiconv.2.dylib (41) /usr/lib/libiconv.2.dylib
0x7fff8c69a000 - 0x7fff8c70dfff com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8c70e000 - 0x7fff8c7f2ff7 com.apple.coreui (2.2 - 231.1) <187DF89C-8A64-366D-8782-F90315FA3CD7> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8c7f3000 - 0x7fff8c7f6ff7 libdyld.dylib (239.4) /usr/lib/system/libdyld.dylib
0x7fff8c87d000 - 0x7fff8c88aff4 com.apple.Librarian (1.2 - 1) /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff8c88b000 - 0x7fff8c8b7fff com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8c8c3000 - 0x7fff8c92ffff com.apple.framework.IOKit (2.0.1 - 907.100.14) <10932113-9F7E-38A0-A158-A019A555CAC3> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8c963000 - 0x7fff8c96efff libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8c98d000 - 0x7fff8c995ff7 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
0x7fff8c9c3000 - 0x7fff8c9dbff7 com.apple.openscripting (1.4 - 157) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8cb0b000 - 0x7fff8cb78ff1 com.apple.ApplicationServices.ATS (360 - 363.5) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8da6a000 - 0x7fff8da6ffff libmacho.dylib (845) <1D2910DF-C036-3A82-A3FD-44FF73B5FF9B> /usr/lib/system/libmacho.dylib
0x7fff8daa2000 - 0x7fff8daa6ff7 libcache.dylib (62) /usr/lib/system/libcache.dylib
0x7fff8daa7000 - 0x7fff8dab0ffb libsystem_notify.dylib (121.20.1) <9B34B4FE-F5AD-3F09-A5F0-46AFF3571323> /usr/lib/system/libsystem_notify.dylib
0x7fff8dd99000 - 0x7fff8ddb5fff libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
0x7fff8ddb6000 - 0x7fff8dea0fff libsqlite3.dylib (158) <00269BF9-43BE-39E0-9C85-24585B9923C8> /usr/lib/libsqlite3.dylib
0x7fff8dea1000 - 0x7fff8deacfff libkxld.dylib (2422.115.14) <1317F07F-AD7C-397A-9935-26413D641F08> /usr/lib/system/libkxld.dylib
0x7fff8dead000 - 0x7fff8debaff0 libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
0x7fff8debb000 - 0x7fff8debcff7 libsystem_blocks.dylib (63) /usr/lib/system/libsystem_blocks.dylib
0x7fff8dec1000 - 0x7fff8ded9ff7 com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8deda000 - 0x7fff8deffff7 com.apple.CoreVideo (1.8 - 117.2) <4674339E-26D0-35FA-9958-422832B39B12> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo

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: 36800
thread_create: 0
thread_set_state: 0

VM Region Summary:
ReadOnly portion of Libraries: Total=230.1M resident=290.5M(126%) swapped_out_or_unallocated=16777216.0T(7646439014400%)
Writable regions: Total=1.1G written=15.6M(1%) resident=17.3M(1%) swapped_out=0K(0%) unallocated=1.1G(99%)

REGION TYPE VIRTUAL
=========== =======
CG shared images 172K
JS JIT generated code 8K
JS JIT generated code (reserved) 1.0G reserved VM address space (unallocated)
JS VM register file (reserved) 4096K reserved VM address space (unallocated)
JS garbage collector 256K
Kernel Alloc Once 8K
MALLOC 102.1M
MALLOC (admin) 32K
STACK GUARD 56.0M
Stack 12.6M
VM_ALLOCATE 16.3M
WebKit Malloc 1232K
__DATA 22.9M
__IMAGE 528K
__LINKEDIT 75.0M
__TEXT 155.1M
__UNICODE 544K
mapped file 45.3M
shared memory 4K
=========== =======
TOTAL 1.5G
TOTAL, minus reserved VM space 488.1M

Model: iMac13,2, BootROM IM131.010A.B05, 4 processors, Intel Core i5, 2.9 GHz, 24 GB, SMC 2.11f14
Graphics: NVIDIA GeForce GTX 660M, NVIDIA GeForce GTX 660M, PCIe, 512 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x0198, 0x4B485831363030433953334C2F3847202020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
Memory Module: BANK 0/DIMM1, 8 GB, DDR3, 1600 MHz, 0x0198, 0x4B485831363030433953334C2F3847202020
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1600 MHz, 0x02FE, 0x45424A3431554638424455352D474E2D4620
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xF4), Broadcom BCM43xx 1.0 (5.106.98.100.22)
Bluetooth: Version 4.2.7f4 15112, 3 services, 23 devices, 1 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE HDD ST1000DM003, 1 TB
USB Device: USB Receiver
USB Device: Hub
USB Device: Android
USB Device: FaceTime HD Camera (Built-in)
USB Device: Hub
USB Device: Hub
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: iMac, Apple Inc., 23.4

bildschirmfoto 2015-04-13 um 19 11 25

Feature Request: Warn if an EPUB3 is openend with Sigil

As Sigil is my main tool for working/updating a huge catalogue of EPUB. A small portion of these are EPUB3 files. As sigil opens them without complaint I often are unaware of my mistake and sigil rewrites/destroys the EPUB3 on save.
I'd be great to have Sigil refuse to open an EPUB3 as long as it is not really aware of the Format.

Thanks alot!
Georg

Sigil 0.7.2 crashes on launch in OS X 10.9 Mavericks GM (Public Release)

SHA256 checksums wrong?

The SHA256 file also contains the checksum of the SHA256 file itself, but this must be wrong.
Please double check if the SHA256 file should also be inserted, as inserting it's own checksum alters it's checksum again... :-)

Error in code view highlighting

The code view is considering /* as a comment start in an html, page so it highlights in green the rest of the page . The pair /* starts a comment only in css...

Not important, just annoying.

I have Sigil 0.8.6 for Win 64.

Antoni

PS: In the name of all Catalan language Sigil users I thank you for solving rhe middle dot bug in the spelling checker. That was important for us, not just annoying!

Paste shortcut in Replace text field.

I'm sorry, I really don't know whether it should be considered an issue or not.

Using Sigil Mac 0.72, if the cursor was in the Replace text field, it was possible to paste a string by key shortcut (the usual command-v ). Now I'm seeing there isn't any shortcut and it's not possible to add it in Prefs. So the paste command is only via control-click and the subsequent menu. Maybe is by design, but if you may Cut, Copy, and Select all by shortcut, why not Pasteas well?

CSS styling added when generating TOC (sigil_not_in_toc...)

Steps to reproduce the problem

  1. Create new epub file like below
    <body>
      <h1>Chapter h1</h1>
      <h2>Title h2</h2>
      <h2>Title h2</h2>
      <h3>Subtitle h3</h3>
    </body>
  1. Click on Generate Table of Contents, from the list, untick "Subtitle h3" and hit OK
  2. Now when you toggle back to code view, you will notice that sigil added few id's and classes to all h2 and h3
    <body>
      <h1>Chapter h1</h1>
      <h2 id="sigil_toc_id_1">Title h2</h2>
      <h2 id="sigil_toc_id_2">Title h2</h2>
      <h3 class="sigil_not_in_toc">Subtitle h3</h3>
    </body>

This is new behavior since last time I used sigil (few months ago). Back then whenever I generated TOC it never added any CSS styling to the code. I hate having a messy code when I make my books, How do I turn it off?

Mac Version

Where is the Mac version, and how are we supposed to know which download it is?

"Ctrl-V" shortcut does not work

Hi,

On Windows 7 and 8, the shortcut "Ctrl-V" for pasting does not work for versions 0.8.4 and 0.8.5.
Yet, pasting is possible through "Edit > Paste".

The shortcut did work on version 0.7.4.

Thanks and regards,

Insert Split Marker adds two markers

"Insert -> Split marker" and "Ctrl+Shift+Return" both insert two markers instead of the expected one marker.

OS: Windows 7 SP1 64-bit
Sigil-0.8.7-Windows-x64-Setup.exe. Build version 2015.06.15 04:45:21 UTC

Row & Paragraph

When there is a row ( <hr />) it is not possible to add a new paragraph ( <p>) using the wysiwyg editor, but I have to go through the code editor. I encountered this issue using sigil 0.8.4 on windows 8.1

Eastern Arabic Numerals (Hindi) Show Error on Validation

On Windows 7, 64-bit, Language Locale- Iraq:
When using Hindi numbers (the Eastrn Arabic Numerals) -this when I choose the Format option in Region and Language to be Arabic ( Iraq)- I get the following error on validation:

Message: The element's value is "‎07/‎02/‎2015" [OF COURSE, ON MY PC I GET NUMERALS IN A DIFFERENT SHAPE] , which is not a valid date format.

When I choose the Format option in Region and Language to be English (United Sates), the error disappears.
sigil_date_error_ar_1

How to overcome this?

Entering Unicode chars with keyboard

I'm using Sigil since a long time ago. I'm very happy and greatful for it.

I respectfully ask for a feature: to insert Unicode characters using the keyboard, not the Special codes palette (which inserts entities, by the way, I know). It will be easier to enter many more characters this way.

[LINUX] Sigil doesn't run on old notebook

Hi,
I have an old notebook (CPU: 1GHz - RAM:128MB) with ArchLinux 32-bit.
I tried to run Sigil 0.8.4-1 but it says this error:

$ sigil
Illegal Instruction (core dumped)

it's a problem of old CPU? maybe Sigil needs "sse2" instruction?

$ cat /proc/cpuinfo
processor : 0
vendor_id : GenuineIntel
cpu family : 6
model : 8
model name : Pentium III (Coppermine)
stepping : 10
microcode : 0x1
cpu MHz : 994.680
cache size : 256 KB
fdiv_bug : no
hlt_bug : no
f00f_bug : no
coma_bug : no
fpu : yes
fpu_exception : yes
cpuid level : 2
wp : yes
flags : fpu vme de pse tsc msr pae mce cx8 sep mtrr pge mca cmov pse36 mmx fxsr sse
bogomips : 1990.25
clflush size : 32
cache_alignment : 32
address sizes : 36 bits physical, 32 bits virtual
power management:

Windows 8.1: high contrast theme is incorrectly applied

Hello,
when using the high contrast theme on Windows 8.1 the background and the text colour of the WYSIWYG preview is black. You can only see the text when selecting it. The HTML view is better due to syntax highlighting, but not without errors.

I attached pictures for clarity:

image

image

Crashing on Mac OS X with EXC_BAD_ACCESS (SIGSEGV)

Editing a relatively large EPUB (895k) with some 40+ chapters. After editing and saving a few files Sigil eventually crashes without warning.

== SYSTEM ==

Model Name: iMac
Model Identifier: iMac14,2
Processor Name: Intel Core i7
Processor Speed: 3.5 GHz
Number of Processors: 1
Total Number of Cores: 4
L2 Cache (per Core): 256 KB
L3 Cache: 8 MB
Memory: 16 GB
System Version: OS X 10.10.1 (14B25)
Kernel Version: Darwin 14.0.0

== CRASH LOG BELOW ==

Process: Sigil [23480]
Path: /Applications/eBooks/Sigil.app/Contents/MacOS/Sigil
Identifier: com.sigil-ebook.Sigil.app
Version: 0.8.2 (0.8.2)
Code Type: X86-64 (Native)
Parent Process: ??? [1]
Responsible: Sigil [23480]
User ID: 501

Date/Time: 2014-12-22 11:45:15.234 -0600
OS Version: Mac OS X 10.10.1 (14B25)
Report Version: 11
Anonymous UUID: 0B2909F8-7E2D-8446-A53D-4D2EEFE57B8F

Sleep/Wake UUID: 15A38FF9-F3AB-4CDC-9B88-84C6FB79EE07

Time Awake Since Boot: 200000 seconds
Time Since Wake: 9800 seconds

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 000000010b010000-000000010b969000 [ 9572K] r-x/rwx SM=COW /Applications/eBooks/Sigil.app/Contents/MacOS/Sigil

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 QtWidgets 0x000000010becca04 0x10bc7b000 + 2431492
1 QtWidgets 0x000000010beccdce QAccessibleWidget::childCount() const + 46
2 QtGui 0x000000010e5bc211 QAccessibleObject::childAt(int, int) const + 33
3 libqcocoa.dylib 0x000000011130cabf 0x1112da000 + 207551
4 com.apple.AppKit 0x00007fff9201e368 -[NSWindow(NSWindowAccessibility) accessibilityHitTest:] + 508
5 com.apple.AppKit 0x00007fff91c25274 -[NSApplication(NSApplicationAccessibility) accessibilityHitTest:] + 287
6 com.apple.AppKit 0x00007fff91c07d02 CopyElementAtPosition + 304
7 com.apple.HIServices 0x00007fff8c4a6dc7 _AXXMIGCopyElementAtPosition + 300
8 com.apple.HIServices 0x00007fff8c4b0a1e _XCopyElementAtPosition + 409
9 com.apple.HIServices 0x00007fff8c48d1bb mshMIGPerform + 199
10 com.apple.CoreFoundation 0x00007fff8ebb88d9 CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION + 41
11 com.apple.CoreFoundation 0x00007fff8ebb884b __CFRunLoopDoSource1 + 475
12 com.apple.CoreFoundation 0x00007fff8ebaa3c7 __CFRunLoopRun + 2375
13 com.apple.CoreFoundation 0x00007fff8eba9838 CFRunLoopRunSpecific + 296
14 com.apple.HIToolbox 0x00007fff9569f43f RunCurrentEventLoopInMode + 235
15 com.apple.HIToolbox 0x00007fff9569f0be ReceiveNextEventCommon + 179
16 com.apple.HIToolbox 0x00007fff9569effb _BlockUntilNextEventMatchingListInModeWithFilter + 71
17 com.apple.AppKit 0x00007fff918df6d1 _DPSNextEvent + 964
18 com.apple.AppKit 0x00007fff918dee80 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 194
19 com.apple.AppKit 0x00007fff918d2e23 -[NSApplication run] + 594
20 libqcocoa.dylib 0x00000001112f95b5 0x1112da000 + 128437
21 QtCore 0x000000010ece1b0d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
22 QtCore 0x000000010ece4a0c QCoreApplication::exec() + 364
23 com.sigil-ebook.Sigil.app 0x000000010b015d5f main + 4383
24 libdyld.dylib 0x00007fff875165c9 start + 1

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff9248b22e kevent64 + 10
1 libdispatch.dylib 0x00007fff8c3bfa6a _dispatch_mgr_thread + 52

Thread 2:: Qt bearer thread
0 libsystem_kernel.dylib 0x00007fff9248a3f6 select + 10
1 QtCore 0x000000010ed33278 qt_safe_select(int, fd_set
, fd_set
, fd_set_, timespec const_) + 104
2 QtCore 0x000000010ed34334 QEventDispatcherUNIXPrivate::doSelect(QFlagsQEventLoop::ProcessEventsFlag, timespec*) + 660
3 QtCore 0x000000010ed3544a QEventDispatcherUNIX::processEvents(QFlagsQEventLoop::ProcessEventsFlag) + 234
4 QtCore 0x000000010ece1b0d QEventLoop::exec(QFlagsQEventLoop::ProcessEventsFlag) + 381
5 QtCore 0x000000010eaea715 QThread::exec() + 117
6 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
7 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
8 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
9 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 3:: JavaScriptCore::BlockFree
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010db140e7 WTF::ThreadCondition::timedWait(WTF::Mutex&, double) + 119
2 QtWebKit 0x000000010d83bd71 0x10c799000 + 17444209
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 4:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 5:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 6:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 7:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 8:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 9:: JavaScriptCore::Marking
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtWebKit 0x000000010d83cca7 0x10c799000 + 17448103
2 QtWebKit 0x000000010d83cd38 0x10c799000 + 17448248
3 QtWebKit 0x000000010db131ef 0x10c799000 + 20423151
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 10:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 11:
0 libsystem_kernel.dylib 0x00007fff9248552e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9248469f mach_msg + 55
2 com.apple.CoreFoundation 0x00007fff8ebaab14 __CFRunLoopServiceMachPort + 212
3 com.apple.CoreFoundation 0x00007fff8eba9fdb __CFRunLoopRun + 1371
4 com.apple.CoreFoundation 0x00007fff8eba9838 CFRunLoopRunSpecific + 296
5 com.apple.AppKit 0x00007fff91a427a7 _NSEventThread + 137
6 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
7 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
8 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 12:: com.apple.CoreAnimation.render-server
0 libsystem_kernel.dylib 0x00007fff9248552e mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff9248469f mach_msg + 55
2 com.apple.QuartzCore 0x00007fff8e6bed63 CA::Render::Server::server_thread(void*) + 198
3 com.apple.QuartzCore 0x00007fff8e6bec96 thread_fun + 25
4 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
5 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
6 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 13:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 14:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 15:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 16:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 17:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 18:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 19:: Thread (pooled)
0 libsystem_kernel.dylib 0x00007fff9248a132 __psynch_cvwait + 10
1 QtCore 0x000000010eaefa5b 0x10eabc000 + 211547
2 QtCore 0x000000010eaef8f8 QWaitCondition::wait(QMutex*, unsigned long) + 168
3 QtCore 0x000000010eaeaff4 0x10eabc000 + 192500
4 QtCore 0x000000010eaee2c3 0x10eabc000 + 205507
5 libsystem_pthread.dylib 0x00007fff8a6192fc _pthread_body + 131
6 libsystem_pthread.dylib 0x00007fff8a619279 _pthread_start + 176
7 libsystem_pthread.dylib 0x00007fff8a6174b1 thread_start + 13

Thread 20:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 21:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 22:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 23:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 24:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 25:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 26:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 27:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 28:
0 libsystem_kernel.dylib 0x00007fff9248a946 __workq_kernreturn + 10
1 libsystem_pthread.dylib 0x00007fff8a6174a1 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x00006080008334e0 rcx: 0x0000608000406270 rdx: 0x0000608000407a60
rdi: 0x00007fff54bec728 rsi: 0x0000000000000000 rbp: 0x00007fff54bec710 rsp: 0x00007fff54bec6c0
r8: 0x0000000000000407 r9: 0x0000000000000000 r10: 0x00000000000003ee r11: 0x00007fbf78d00000
r12: 0x00006080008334e0 r13: 0x0000000000000292 r14: 0x00007fff54bec728 r15: 0x0000000000000292
rip: 0x000000010becca04 rfl: 0x0000000000010206 cr2: 0x0000000000000008

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

Binary Images:
0x10b010000 - 0x10b968fff +com.sigil-ebook.Sigil.app (0.8.2 - 0.8.2) <816C886B-14E6-3AE1-A539-0875910782B9> /Applications/eBooks/Sigil.app/Contents/MacOS/Sigil
0x10bc7b000 - 0x10c143fff +QtWidgets (5.3.2) <6B5B837C-A2D8-38AD-991B-2C58645DBBD8> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtWidgets.framework/Versions/5/QtWidgets
0x10c272000 - 0x10c2aaff7 +QtXml (5.3.2) <62C81480-BE64-351E-82B1-4D8921005E21> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtXml.framework/Versions/5/QtXml
0x10c2c0000 - 0x10c699ff7 +QtXmlPatterns (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtXmlPatterns.framework/Versions/5/QtXmlPatterns
0x10c6ed000 - 0x10c720fff +QtPrintSupport (5.3.2) <78E0B1E6-6BBA-3C7B-AF75-6FD254D452D8> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtPrintSupport.framework/Versions/5/QtPrintSupport
0x10c746000 - 0x10c77eff7 +QtSvg (5.3.2) <14A43FE1-640E-3CD3-8F7F-0AD58CDB0479> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtSvg.framework/Versions/5/QtSvg
0x10c799000 - 0x10e176fff +QtWebKit (5.3.2) <3A9DBB80-D41D-3B97-A6E5-0E5A73EDA0D6> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtWebKit.framework/Versions/5/QtWebKit
0x10e40b000 - 0x10e438fff +QtWebKitWidgets (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtWebKitWidgets.framework/Versions/5/QtWebKitWidgets
0x10e461000 - 0x10e570ff7 +QtNetwork (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtNetwork.framework/Versions/5/QtNetwork
0x10e5ab000 - 0x10e5aefff +QtConcurrent (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtConcurrent.framework/Versions/5/QtConcurrent
0x10e5b2000 - 0x10e9ebff7 +QtGui (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtGui.framework/Versions/5/QtGui
0x10eabc000 - 0x10efc7ff7 +QtCore (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtCore.framework/Versions/5/QtCore
0x10f052000 - 0x10f056fff com.apple.agl (3.3.0 - AGL-3.3.0) <3B0D06B0-99F1-3D5F-8977-340FC462B511> /System/Library/Frameworks/AGL.framework/Versions/A/AGL
0x10f060000 - 0x10f319ff7 +QtQuick (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtQuick.framework/Versions/5/QtQuick
0x10f3b6000 - 0x10f6e5fff +QtQml (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtQml.framework/Versions/5/QtQml
0x10f773000 - 0x10f805ff7 +QtMultimedia (5.3.2) <87FAA795-9300-3DEB-8B6D-3DCC8B53AB70> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtMultimedia.framework/Versions/5/QtMultimedia
0x10f847000 - 0x10f871fff +QtSql (5.3.2) <6E67ED24-D263-3CF6-9677-A4E3AEB76748> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtSql.framework/Versions/5/QtSql
0x10f885000 - 0x10f8bdfff +QtPositioning (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtPositioning.framework/Versions/5/QtPositioning
0x10f8d3000 - 0x10f8f3fff +QtSensors (5.3.2) <9D9979DA-D9D5-331C-B6DE-F70D2DD44497> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtSensors.framework/Versions/5/QtSensors
0x10f90f000 - 0x10f923ff7 +QtMultimediaWidgets (5.3.2) <95D748F6-A07A-3445-B014-7D476CEAEBF4> /Applications/eBooks/Sigil.app/Contents/Frameworks/QtMultimediaWidgets.framework/Versions/5/QtMultimediaWidgets
0x10f933000 - 0x10f970fff +QtOpenGL (5.3.2) /Applications/eBooks/Sigil.app/Contents/Frameworks/QtOpenGL.framework/Versions/5/QtOpenGL
0x10fade000 - 0x10fadefe7 +cl_kernels (???) <23D0CEE9-E243-486B-AA83-F3661C80CF20> cl_kernels
0x1112da000 - 0x11137efff +libqcocoa.dylib (0) /Applications/eBooks/Sigil.app/Contents/PlugIns/platforms/libqcocoa.dylib
0x1147c7000 - 0x1147ddff7 +libqcorewlanbearer.dylib (0) /Applications/eBooks/Sigil.app/Contents/PlugIns/bearer/libqcorewlanbearer.dylib
0x1147e5000 - 0x1147eefff +libqgenericbearer.dylib (0) <0A9E769F-7705-3F72-9E74-AB9E6DE532DC> /Applications/eBooks/Sigil.app/Contents/PlugIns/bearer/libqgenericbearer.dylib
0x1147f4000 - 0x1147fcfff +libqdds.dylib (0) <7704A567-12AB-37FC-A5A3-79E81B897CE0> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqdds.dylib
0x114800000 - 0x114806ff7 +libqgif.dylib (0) <4C0D4605-1517-3194-A917-499566BFB422> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqgif.dylib
0x11480a000 - 0x114811ff7 +libqicns.dylib (0) <34F58BC0-79BB-337C-8E60-3D749789F9AF> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqicns.dylib
0x114816000 - 0x11481bfff +libqico.dylib (0) <9BA29640-9B25-3D39-9A7A-AB14B957E3B9> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqico.dylib
0x114820000 - 0x1148a7fff +libqjp2.dylib (0) <20C1E2E1-7E2F-394E-A8FF-960E1143C73E> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqjp2.dylib
0x1148b6000 - 0x1148f3fff +libqjpeg.dylib (0) <2D116040-21B7-3429-B5EE-507983FADA09> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqjpeg.dylib
0x1148f9000 - 0x114948ff7 +libqmng.dylib (0) <88759B93-F428-3C5E-BC4C-5D4369B8E347> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqmng.dylib
0x114950000 - 0x114954ff7 +libqsvg.dylib (0) <77E7387F-9853-309B-A710-7B9AE9D3951F> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqsvg.dylib
0x114959000 - 0x11495dff7 +libqtga.dylib (0) <53D9C6AF-7B96-3170-AD88-773B79B4A968> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqtga.dylib
0x114961000 - 0x1149c1ff7 +libqtiff.dylib (0) /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqtiff.dylib
0x1149c9000 - 0x1149cdff7 +libqwbmp.dylib (0) <2D441540-CEBA-3136-9E7D-81BF936AEF28> /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqwbmp.dylib
0x1149d1000 - 0x114a29fff +libqwebp.dylib (0) /Applications/eBooks/Sigil.app/Contents/PlugIns/imageformats/libqwebp.dylib
0x11566c000 - 0x11566cffe +cl_kernels (???) <9F1F54F4-4E37-4D57-AE53-5E1218071448> cl_kernels
0x115d00000 - 0x115de6fef unorm8_bgra.dylib (2.4.5) <90797750-141F-3114-ACD0-A71363968678> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
0x115f3e000 - 0x115f3efef +cl_kernels (???) cl_kernels
0x116245000 - 0x11626afff +libqtaccessiblewidgets.dylib (0) <27B30805-7D82-3D77-8019-A33DEE694232> /Applications/eBooks/Sigil.app/Contents/PlugIns/accessible/libqtaccessiblewidgets.dylib
0x1164f6000 - 0x1164f6ffe +cl_kernels (???) <9F1F54F4-4E37-4D57-AE53-5E1218071448> cl_kernels
0x1164fa000 - 0x1164fafef +cl_kernels (???) cl_kernels
0x1164fc000 - 0x116502fff com.apple.CacheDelete (1.0 - 1) <3F50437C-8B4F-3407-91FA-C0DF1131CD7B> /System/Library/PrivateFrameworks/CacheDelete.framework/CacheDelete
0x11a537000 - 0x11a53bfff com.apple.qldisplay.Generic (5.0 - 675) <1A7D26B5-527E-3721-A347-401510CEDFF6> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/PlugIns/Generic.qldisplay/Contents/MacOS/Generic
0x11a56e000 - 0x11a64eff7 unorm8_rgba.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
0x11aa40000 - 0x11aa41ff7 +cl_kernels (???) <948CA2B8-D635-4591-8146-350DE061C513> cl_kernels
0x11aa8a000 - 0x11aa8dfff com.apple.FileProvider (1.0 - 1) /System/Library/PrivateFrameworks/FileProvider.framework/FileProvider
0x11b286000 - 0x11b2a1ff3 com.apple.security.csparser (3.0 - 57031.1.35) /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
0x7fff68702000 - 0x7fff68738837 dyld (353.2.1) <4696A982-1500-34EC-9777-1EF7A03E2659> /usr/lib/dyld
0x7fff8741f000 - 0x7fff8742aff7 com.apple.speech.synthesis.framework (5.2.6 - 5.2.6) <9434AA45-B6BD-37F7-A866-172196A7F91B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff874e8000 - 0x7fff874e8fff com.apple.ApplicationServices (48 - 48) <5BF7910B-C328-3BF8-BA4F-CE52B574CE01> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff874e9000 - 0x7fff87512ffb libxslt.1.dylib (13) /usr/lib/libxslt.1.dylib
0x7fff87513000 - 0x7fff87516ff7 libdyld.dylib (353.2.1) <19FAF435-C165-3374-9DEF-D7BBA7D61DB6> /usr/lib/system/libdyld.dylib
0x7fff87566000 - 0x7fff87567fff libDiagnosticMessagesClient.dylib (100) <2EE8E436-5CDC-34C5-9959-5BA218D507FB> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff87568000 - 0x7fff87570ffb libcopyfile.dylib (118.1.2) <0C68D3A6-ACDD-3EF3-991A-CC82C32AB836> /usr/lib/system/libcopyfile.dylib
0x7fff87571000 - 0x7fff87597ff7 com.apple.ChunkingLibrary (2.1 - 163.1) <3514F2A4-38BD-3849-9286-B3B991057742> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff87598000 - 0x7fff875f2fff com.apple.Suggestions (4.0 - 165) <34A8FB72-F663-3085-B4D0-6982B0BDCF21> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
0x7fff87a65000 - 0x7fff87a69fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff87a6a000 - 0x7fff87b47ff7 com.apple.QuickLookUIFramework (5.0 - 675) <84FEB409-7D7A-35AC-83BE-F79FB293E23E> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff87b48000 - 0x7fff87b50ff7 com.apple.icloud.FindMyDevice (1.0 - 1) /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice
0x7fff87b87000 - 0x7fff87bc2fff com.apple.QD (301 - 301) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff87bc3000 - 0x7fff87beffff libsandbox.1.dylib (358.1.1) <9A00BD06-579F-3EDF-9D4C-590DFE54B103> /usr/lib/libsandbox.1.dylib
0x7fff87bf0000 - 0x7fff87bf8ff7 com.apple.AppleSRP (5.0 - 1) <01EC5144-D09A-3D6A-AE35-F6D48585F154> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
0x7fff87bf9000 - 0x7fff87c0bff7 com.apple.ImageCapture (9.0 - 9.0) <7FB65DD4-56B5-35C4-862C-7A2DED991D1F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff87c0c000 - 0x7fff87c19ff7 libxar.1.dylib (254) /usr/lib/libxar.1.dylib
0x7fff87c1a000 - 0x7fff87c31ff7 libLinearAlgebra.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib
0x7fff87c32000 - 0x7fff87c3affb com.apple.CoreServices.FSEvents (1210 - 1210) <782A9C69-7A45-31A7-8960-D08A36CBD0A7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents
0x7fff87cb2000 - 0x7fff88089fe7 com.apple.CoreAUC (211.0.0 - 211.0.0) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8808a000 - 0x7fff88098ff7 com.apple.ToneLibrary (1.0 - 1) <3E6D130D-77B0-31E1-98E3-A6052AB09824> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary
0x7fff88099000 - 0x7fff88380ffb com.apple.CoreServices.CarbonCore (1108.1 - 1108.1) <55A16172-ACC0-38B7-8409-3CB92AF33973> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff88381000 - 0x7fff883a9fff libxpc.dylib (559.1.22) <9437C02E-A07B-38C8-91CB-299FAA63083D> /usr/lib/system/libxpc.dylib
0x7fff883aa000 - 0x7fff884f0fef libsqlite3.dylib (168) <8B78BED1-7B9B-3943-80DC-0871015AEAC4> /usr/lib/libsqlite3.dylib
0x7fff884fe000 - 0x7fff88506fff libsystem_platform.dylib (63) <64E34079-D712-3D66-9CE2-418624A5C040> /usr/lib/system/libsystem_platform.dylib
0x7fff88507000 - 0x7fff8882eff7 com.apple.FinderKit (1.3.1 - 1.3.1) /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
0x7fff8887e000 - 0x7fff888aeffb com.apple.GSS (4.0 - 2.0) /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8890c000 - 0x7fff89145ff3 com.apple.CoreGraphics (1.600.0 - 772) <936D081F-37B3-3DA3-B725-118D0B07DDD2> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff89171000 - 0x7fff8917cff7 libcsfde.dylib (471) <797691FA-FC0A-3A95-B6E8-BDB75AEAEDFD> /usr/lib/libcsfde.dylib
0x7fff8917d000 - 0x7fff89186fff libGFXShared.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff894f6000 - 0x7fff894f7fff libSystem.B.dylib (1213) /usr/lib/libSystem.B.dylib
0x7fff894f8000 - 0x7fff894fafff com.apple.CoreDuetDebugLogging (1.0 - 1) <9A6E5710-EA99-366E-BF40-9A65EC1B46A1> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging
0x7fff894fb000 - 0x7fff89508fff com.apple.SpeechRecognitionCore (2.0.32 - 2.0.32) <87F0C88D-502D-3217-8B4A-8388288568BA> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore
0x7fff89509000 - 0x7fff8950bff7 libquarantine.dylib (76) /usr/lib/system/libquarantine.dylib
0x7fff8950c000 - 0x7fff8950efff libRadiance.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff89511000 - 0x7fff8969ffff libBLAS.dylib (1128) <497912C1-A98E-3281-BED7-E9C751552F61> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff896a0000 - 0x7fff896bbff7 libCRFSuite.dylib (34) /usr/lib/libCRFSuite.dylib
0x7fff896bc000 - 0x7fff896bffff libCGXCoreImage.A.dylib (772) <6F42EEBA-6FF4-331F-8F8D-37D6B853614D> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8973f000 - 0x7fff8973fff7 liblaunch.dylib (559.1.22) <8A988924-8BE7-35FE-BF7D-322E90EFE49E> /usr/lib/system/liblaunch.dylib
0x7fff89740000 - 0x7fff89943ff3 com.apple.CFNetwork (720.1.1 - 720.1.1) /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff89944000 - 0x7fff8995eff7 libextension.dylib (55.1) /usr/lib/libextension.dylib
0x7fff8995f000 - 0x7fff89961ff7 libsystem_coreservices.dylib (9) <41B7C578-5A53-31C8-A96F-C73E030B0938> /usr/lib/system/libsystem_coreservices.dylib
0x7fff89962000 - 0x7fff8998efff com.apple.framework.SystemAdministration (1.0 - 1.0) /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
0x7fff8998f000 - 0x7fff8999efff com.apple.LangAnalysis (1.7.0 - 1.7.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8999f000 - 0x7fff89ad9ff7 com.apple.ImageIO.framework (3.3.0 - 1038) /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff89ada000 - 0x7fff89b27fff com.apple.ImageCaptureCore (6.0 - 6.0) <93B4D878-A86B-3615-8426-92E4C79F8482> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff89b69000 - 0x7fff89b69fff com.apple.Accelerate (1.10 - Accelerate 1.10) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff89b6a000 - 0x7fff89bfbff7 libCoreStorage.dylib (471) <5CA37ED3-320C-3469-B4D2-6F045AFE03A1> /usr/lib/libCoreStorage.dylib
0x7fff89ef0000 - 0x7fff89f84fff com.apple.ink.framework (10.9 - 213) <8E029630-1530-3734-A446-13353F0E7AC5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff89f92000 - 0x7fff89fa5ff7 com.apple.CoreBluetooth (1.0 - 1) /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth
0x7fff89fa6000 - 0x7fff89fc7fff com.apple.framework.Apple80211 (10.0.1 - 1001.57.4) /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff89fec000 - 0x7fff8a008fff com.apple.GenerationalStorage (2.0 - 209.11) <9FF8DD11-25FB-3047-A5BF-9415339B3EEC> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8a009000 - 0x7fff8a013fff com.apple.IntlPreferences (2.0 - 150.1) /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences
0x7fff8a0fe000 - 0x7fff8a0ffff7 libsystem_blocks.dylib (65) <9615D10A-FCA7-3BE4-AA1A-1B195DACE1A1> /usr/lib/system/libsystem_blocks.dylib
0x7fff8a109000 - 0x7fff8a424fcf com.apple.vImage (8.0 - 8.0) <1183FE6A-FDB6-3B3B-928D-50C7909F2308> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8a425000 - 0x7fff8a508fff libcrypto.0.9.8.dylib (52) <7208EEE2-C090-383E-AADD-7E1BD1321BEC> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8a509000 - 0x7fff8a50cff7 com.apple.Mangrove (1.0 - 1) <2AF1CAE9-8BF9-33C4-9C1B-123DBAF1522B> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
0x7fff8a50d000 - 0x7fff8a567ff7 com.apple.LanguageModeling (1.0 - 1) /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling
0x7fff8a568000 - 0x7fff8a5cfff7 com.apple.datadetectorscore (6.0 - 396.1) <5D348063-1528-3E2F-B587-9E82970506F9> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff8a5d0000 - 0x7fff8a5e5fff com.apple.ToneKit (1.0 - 1) /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit
0x7fff8a5e6000 - 0x7fff8a60dfff com.apple.shortcut (2.12 - 2.12) <66E6B3FE-3726-376E-95A0-40DAAFBE1AE0> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff8a60e000 - 0x7fff8a615ff7 libcompiler_rt.dylib (35) /usr/lib/system/libcompiler_rt.dylib
0x7fff8a616000 - 0x7fff8a61ffff libsystem_pthread.dylib (105.1.4) <26B1897F-0CD3-30F3-B55A-37CB45062D73> /usr/lib/system/libsystem_pthread.dylib
0x7fff8a620000 - 0x7fff8ab0cfff com.apple.MediaToolbox (1.0 - 1562.19) <36062C5F-CC37-3F50-8383-07A9C8C75F33> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8ab0d000 - 0x7fff8ad75ffb com.apple.security (7.0 - 57031.1.35) <96141D1F-614E-32C4-8AC2-F47481F23F43> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8ae78000 - 0x7fff8ae7bfff com.apple.help (1.3.3 - 46) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8aef8000 - 0x7fff8af20fff libsystem_info.dylib (459) /usr/lib/system/libsystem_info.dylib
0x7fff8af6a000 - 0x7fff8af95ff3 libarchive.2.dylib (30) <8CBB4416-EBE9-3574-8ADC-44655D245F39> /usr/lib/libarchive.2.dylib
0x7fff8af96000 - 0x7fff8afb1ff7 com.apple.aps.framework (4.0 - 4.0) <9955CAFD-D56B-36E9-BB41-6F7F73317EB5> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8b092000 - 0x7fff8b11efff libsystem_c.dylib (1044.1.2) /usr/lib/system/libsystem_c.dylib
0x7fff8b1f0000 - 0x7fff8b1f1fff liblangid.dylib (117) /usr/lib/liblangid.dylib
0x7fff8b1f2000 - 0x7fff8b1f6fff libcache.dylib (69) <45E9A2E7-99C4-36B2-BEE3-0C4E11614AD1> /usr/lib/system/libcache.dylib
0x7fff8b230000 - 0x7fff8b27fff7 com.apple.opencl (2.4.2 - 2.4.2) <6AE26E08-6EFC-3E1B-B202-EFA9C3E5B9D4> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8b280000 - 0x7fff8b29aff7 liblzma.5.dylib (7) <1D03E875-A7C0-3028-814C-3C27F7B7C079> /usr/lib/liblzma.5.dylib
0x7fff8b3e3000 - 0x7fff8b3f7ff7 com.apple.MultitouchSupport.framework (260.30 - 260.30) <28728A7D-E048-3B14-9932-839A87D381FE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8b3f8000 - 0x7fff8b50aff7 libvDSP.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff8b50b000 - 0x7fff8b520ff7 com.apple.AppContainer (4.0 - 238) <9481F305-359A-33E6-93F1-89A25FA14E00> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
0x7fff8b577000 - 0x7fff8b579ff7 libsystem_sandbox.dylib (358.1.1) /usr/lib/system/libsystem_sandbox.dylib
0x7fff8b57a000 - 0x7fff8b586ff7 com.apple.HelpData (2.1.4 - 90) <7ACD7E30-8848-36E1-B558-221FDFB42C8E> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff8b587000 - 0x7fff8b58aff7 com.apple.AppleSystemInfo (3.0 - 3.0) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8b58b000 - 0x7fff8b5dffff libc++.1.dylib (120) <1B9530FD-989B-3174-BB1C-BDC159501710> /usr/lib/libc++.1.dylib
0x7fff8b5e0000 - 0x7fff8bb09ff7 com.apple.QuartzComposer (5.1 - 325) <2007FD9E-A5CF-361E-A7DD-ACAF976860AD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8bb1e000 - 0x7fff8bb29ff7 libkxld.dylib (2782.1.97) /usr/lib/system/libkxld.dylib
0x7fff8bb2a000 - 0x7fff8bb5cff3 com.apple.frameworks.CoreDaemon (1.3 - 1.3) /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
0x7fff8bb5d000 - 0x7fff8bb5eff7 com.apple.print.framework.Print (10.0 - 265) <3BC4FE7F-78A0-3E57-8F4C-520E7EFD36FA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8bb5f000 - 0x7fff8bb8efff com.apple.securityinterface (10.0 - 55058) <21F38170-2D3D-3FA2-B0EC-379482AFA5E4> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8bb8f000 - 0x7fff8bc10ff3 com.apple.CoreUtils (1.0 - 101.1) <45E5E51B-947E-3F2D-BD9C-480E72555C23> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
0x7fff8bc11000 - 0x7fff8bc15fff libsystem_stats.dylib (163.1.4) <1DB04436-5974-3F16-86CC-5FF5F390339C> /usr/lib/system/libsystem_stats.dylib
0x7fff8bc16000 - 0x7fff8bc23ff7 libbz2.1.0.dylib (36) <2DF83FBC-5C08-39E1-94F5-C28653791B5F> /usr/lib/libbz2.1.0.dylib
0x7fff8bc24000 - 0x7fff8bc40ff7 libsystem_malloc.dylib (53.1.1) <19BCC257-5717-3502-A71F-95D65AFA861B> /usr/lib/system/libsystem_malloc.dylib
0x7fff8bc50000 - 0x7fff8c080fff com.apple.vision.FaceCore (3.1.6 - 3.1.6) /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
0x7fff8c081000 - 0x7fff8c08bff7 com.apple.CrashReporterSupport (10.10 - 629) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff8c08c000 - 0x7fff8c3baff7 com.apple.Foundation (6.9 - 1151.16) <18EDD673-A010-3E99-956E-DA594CE1FA80> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8c3bb000 - 0x7fff8c3e5ff7 libdispatch.dylib (442.1.4) <502CF32B-669B-3709-8862-08188225E4F0> /usr/lib/system/libdispatch.dylib
0x7fff8c3e6000 - 0x7fff8c44dff7 com.apple.framework.CoreWiFi (3.0 - 300.4) <19269C1D-EB29-384A-83F3-7DDDEB7D9DAD> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff8c486000 - 0x7fff8c4cfff3 com.apple.HIServices (1.22 - 519) <59D78E07-C3F1-3272-88F1-876B836D5517> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c4e0000 - 0x7fff8c521fff libGLU.dylib (11.0.7) <8037342E-1ECD-385F-B4C3-545CE97B76AE> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff8c522000 - 0x7fff8c56efff com.apple.corelocation (1486.17 - 1615.21) /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation
0x7fff8c56f000 - 0x7fff8c5a9ffb com.apple.DebugSymbols (115 - 115) <6F03761D-7C3A-3C80-8031-AA1C1AD7C706> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8c5aa000 - 0x7fff8c5acfff libCVMSPluginSupport.dylib (11.0.7) <29D775BB-A11D-3140-A478-2A0DA1A87420> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8c5ad000 - 0x7fff8c5defff libtidy.A.dylib (15.15) <37FC944D-271A-386A-9ADD-FA33AD48F96D> /usr/lib/libtidy.A.dylib
0x7fff8c5df000 - 0x7fff8c61cff3 com.apple.bom (14.0 - 193.6) <3CE5593D-DB28-3BFD-943E-6261006FA292> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
0x7fff8c61d000 - 0x7fff8c629ff7 com.apple.OpenDirectory (10.10 - 187) <1D0066FC-1DEB-381B-B15C-4C009E0DF850> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff8c62a000 - 0x7fff8c62cff7 com.apple.SecCodeWrapper (4.0 - 238) /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
0x7fff8c62d000 - 0x7fff8c6b6fff com.apple.CoreSymbolication (3.1 - 56072) <8CE81C95-49E8-389F-B989-67CC452C08D0> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8c6b7000 - 0x7fff8cac4ff7 libLAPACK.dylib (1128) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff8cac5000 - 0x7fff8cbddffb com.apple.CoreText (352.0 - 454.1) /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8cbde000 - 0x7fff8cbe0ff7 com.apple.securityhi (9.0 - 55006) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8cbe1000 - 0x7fff8cbfbff3 com.apple.Ubiquity (1.3 - 313) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff8cc98000 - 0x7fff8cd8afff libxml2.2.dylib (26) /usr/lib/libxml2.2.dylib
0x7fff8cd8b000 - 0x7fff8cf70ff3 libicucore.A.dylib (531.30) /usr/lib/libicucore.A.dylib
0x7fff8cf7e000 - 0x7fff8d013ff7 com.apple.ColorSync (4.9.0 - 4.9.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8d01f000 - 0x7fff8d038fff com.apple.openscripting (1.4 - 162) <80DFF366-B950-3F79-903F-99DA0FFDB570> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8d039000 - 0x7fff8d0a8fff com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8d0a9000 - 0x7fff8d3dcff7 libmecabra.dylib (666.1) /usr/lib/libmecabra.dylib
0x7fff8d3dd000 - 0x7fff8d42eff7 com.apple.AppleVAFramework (5.0.31 - 5.0.31) <762E9358-A69A-3D63-8282-3B77FBE0147E> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8d42f000 - 0x7fff8d443ff7 com.apple.ProtectedCloudStorage (1.0 - 1) <52CFE68A-0663-3756-AB5B-B42195026052> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage
0x7fff8d444000 - 0x7fff8d449ff7 libunwind.dylib (35.3) /usr/lib/system/libunwind.dylib
0x7fff8d455000 - 0x7fff8d46fff7 com.apple.Kerberos (3.0 - 1) <7760E0C2-A222-3709-B2A6-B692D900CEB1> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8d470000 - 0x7fff8d474fff libspindump.dylib (182) <7BD8C0AC-1CDA-3864-AE03-470B50160148> /usr/lib/libspindump.dylib
0x7fff8d478000 - 0x7fff8d481ff3 com.apple.CommonAuth (4.0 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8d4dc000 - 0x7fff8d4e7fff libGL.dylib (11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8d4e8000 - 0x7fff8d4eaffb libCGXType.A.dylib (772) <7CB71BC6-D8EC-37BC-8243-41BAB086FAAA> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff8d4eb000 - 0x7fff8d579ff7 com.apple.CorePDF (4.0 - 4) <9CD7EC6D-3593-3D60-B04F-75F612CCB99A> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8d70a000 - 0x7fff8d7a9df7 com.apple.AppleJPEG (1.0 - 1) <9BB3D7DF-630A-3E1C-A124-12D6C4D0DE70> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG
0x7fff8d84b000 - 0x7fff8d98fff7 com.apple.QTKit (7.7.3 - 2890) <6F6CD79F-CFBB-3FE4-82C6-47991346FB17> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8d990000 - 0x7fff8d990ff7 libkeymgr.dylib (28) <77845842-DE70-3CC5-BD01-C3D14227CED5> /usr/lib/system/libkeymgr.dylib
0x7fff8d991000 - 0x7fff8d9c4ff7 com.apple.MediaKit (16 - 757) <345EDAFE-3E39-3B0F-8D84-54657EC4396D> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8d9c5000 - 0x7fff8d9d3fff com.apple.AddressBook.ContactsFoundation (9.0 - 1499) <1F879F4E-369A-38F7-A768-8B9009617479> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
0x7fff8da91000 - 0x7fff8da9bff7 com.apple.NetAuth (5.0 - 5.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8da9c000 - 0x7fff8dd43ff7 com.apple.RawCamera.bundle (6.01 - 766) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8dd44000 - 0x7fff8dd45ff7 libodfde.dylib (22) <52D0ABCD-F464-362C-86EA-ACA10993F556> /usr/lib/libodfde.dylib
0x7fff8dd75000 - 0x7fff8de9cfff com.apple.coreui (2.1 - 305) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8dea3000 - 0x7fff8df39ffb com.apple.CoreMedia (1.0 - 1562.19) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8df3a000 - 0x7fff8df43ff7 libsystem_notify.dylib (133.1.1) <61147800-F320-3DAA-850C-BADF33855F29> /usr/lib/system/libsystem_notify.dylib
0x7fff8df44000 - 0x7fff8df46ff7 libutil.dylib (38) <471AD65E-B86E-3C4A-8ABD-B8665A2BCE3F> /usr/lib/libutil.dylib
0x7fff8df47000 - 0x7fff8e056ffb com.apple.desktopservices (1.9 - 1.9) <6EDAC73F-C42C-3FF7-B67D-FCCA1CFC5405> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8e06c000 - 0x7fff8e0e0ff3 com.apple.securityfoundation (6.0 - 55126) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8e0e1000 - 0x7fff8e0f2ff7 libz.1.dylib (55) <88C7C7DE-04B8-316F-8B74-ACD9F3DE1AA1> /usr/lib/libz.1.dylib
0x7fff8e0f3000 - 0x7fff8e10fff7 com.apple.pluginkit.framework (1.0 - 1) <566FECEA-620F-3E70-8B87-C69A4486811F> /System/Library/PrivateFrameworks/PlugInKit.framework/Versions/A/PlugInKit
0x7fff8e110000 - 0x7fff8e242ff7 com.apple.MediaControlSender (2.0 - 215.10) <8ECF208C-587A-325F-9866-09890D58F1B1> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff8e243000 - 0x7fff8e27bfff com.apple.RemoteViewServices (2.0 - 99) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8e27c000 - 0x7fff8e27dffb libremovefile.dylib (35) <3485B5F4-6CE8-3C62-8DFD-8736ED6E8531> /usr/lib/system/libremovefile.dylib
0x7fff8e27e000 - 0x7fff8e32dfe7 libvMisc.dylib (512) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8e32e000 - 0x7fff8e330fff libsystem_configuration.dylib (699.1.5) <9FBA1CE4-97D0-347E-A443-93ED94512E92> /usr/lib/system/libsystem_configuration.dylib
0x7fff8e331000 - 0x7fff8e336ff7 com.apple.MediaAccessibility (1.0 - 61) <00A3E0B6-79AC-387E-B282-AADFBD5722F6> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
0x7fff8e337000 - 0x7fff8e354ffb libresolv.9.dylib (57) <26B38E61-298A-3C3A-82C1-3B5E98AD5E29> /usr/lib/libresolv.9.dylib
0x7fff8e355000 - 0x7fff8e355fff com.apple.Cocoa (6.8 - 21) /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8e356000 - 0x7fff8e35efff libsystem_dnssd.dylib (561.1.1) <62B70ECA-E40D-3C63-896E-7F00EC386DDB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e362000 - 0x7fff8e376feb libCGInterfaces.dylib (294.1) <390D4B3F-B738-3D33-BEDB-07E3F0F6B42C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib
0x7fff8e377000 - 0x7fff8e37cffb libheimdal-asn1.dylib (398.1.2) /usr/lib/libheimdal-asn1.dylib
0x7fff8e37d000 - 0x7fff8e562267 libobjc.A.dylib (646) <3B60CD90-74A2-3A5D-9686-B0772159792A> /usr/lib/libobjc.A.dylib
0x7fff8e563000 - 0x7fff8e56aff7 com.apple.phonenumbers (1.1.1 - 105) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff8e5a2000 - 0x7fff8e696ff7 libFontParser.dylib (134) <506126F8-FDCE-3DE1-9DCA-E07FE658B597> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8e697000 - 0x7fff8e847ff7 com.apple.QuartzCore (1.10 - 361.11) <7382E4A9-10B0-3877-B9D7-FA84DC71BA55> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8e848000 - 0x7fff8e86dfff libPng.dylib (1231) <759DF465-B08C-3E97-9A07-3CD447F84F78> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8e86e000 - 0x7fff8e872fff libCoreVMClient.dylib (79) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e873000 - 0x7fff8eb1ffff com.apple.GeoServices (1.0 - 982.4.10) <8A7FE04A-2785-30E7-A6E2-DC15D170DAF5> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices
0x7fff8eb38000 - 0x7fff8eecefff com.apple.CoreFoundation (6.9 - 1151.16) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8eecf000 - 0x7fff8eff1ff7 com.apple.LaunchServices (644.12 - 644.12) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8eff2000 - 0x7fff8eff2fff libOpenScriptingUtil.dylib (162) /usr/lib/libOpenScriptingUtil.dylib
0x7fff8eff3000 - 0x7fff8f02cfff com.apple.AirPlaySupport (2.0 - 215.10) /System/Library/PrivateFrameworks/AirPlaySupport.framework/Versions/A/AirPlaySupport
0x7fff8f02d000 - 0x7fff8f0a5ff7 com.apple.SystemConfiguration (1.14 - 1.14) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff8f0cb000 - 0x7fff8f0cdfff com.apple.OAuth (25 - 25) /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth
0x7fff8f0e6000 - 0x7fff8f0ebfff com.apple.DiskArbitration (2.6 - 2.6) <0DFF4D9B-2AC3-3B82-B5C5-30F4EFBD2DB9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f0ec000 - 0x7fff8f0edfff com.apple.TrustEvaluationAgent (2.0 - 25) <2D61A2C3-C83E-3A3F-8EC1-736DBEC250AB> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8f130000 - 0x7fff8f130fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <76EF1C9D-DEA4-3E55-A134-4099B2FD2CF2> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8f131000 - 0x7fff8f1aefff com.apple.CoreServices.OSServices (640.3 - 640.3) <28445162-08E9-3E24-84E4-617CE5FE1367> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8f1af000 - 0x7fff8f1b3fff com.apple.CommonPanels (1.2.6 - 96) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8f305000 - 0x7fff8f3f7ff7 libiconv.2.dylib (42) <2A06D02F-8B76-3864-8D96-64EF5B40BC6C> /usr/lib/libiconv.2.dylib
0x7fff8f3f8000 - 0x7fff8f423fff com.apple.DictionaryServices (1.2 - 229) <6789EC43-CADA-394D-8FE8-FC3A2DD136B9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8f424000 - 0x7fff8f442ff7 com.apple.addressbook.vCard (9.0 - 1499) /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard
0x7fff8f4c4000 - 0x7fff8f4caff7 com.apple.XPCService (2.0 - 1) /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
0x7fff8f4cb000 - 0x7fff8f4d0ff7 libmacho.dylib (862) <126CA2ED-DE91-308F-8881-B9DAEC3C63B6> /usr/lib/system/libmacho.dylib
0x7fff8f4d1000 - 0x7fff8f53fffb com.apple.Heimdal (4.0 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff8f5ce000 - 0x7fff8f689ff7 com.apple.DiscRecording (9.0 - 9000.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff900c7000 - 0x7fff900f5fff com.apple.CoreServicesInternal (221.1 - 221.1) <51BAE6D2-84F3-392A-BFEC-A3B47B80A3D2> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff900f6000 - 0x7fff9013cff7 libauto.dylib (186) /usr/lib/libauto.dylib
0x7fff9019c000 - 0x7fff901b2ff7 libsystem_asl.dylib (267) /usr/lib/system/libsystem_asl.dylib
0x7fff901b3000 - 0x7fff901befff libcommonCrypto.dylib (60061) /usr/lib/system/libcommonCrypto.dylib
0x7fff901bf000 - 0x7fff901c6fff com.apple.network.statistics.framework (1.2 - 1) <61B311D1-7F15-35B3-80D4-99B8BE90ACD9> /System/Library/PrivateFrameworks/NetworkStatistics.framework/Versions/A/NetworkStatistics
0x7fff901c7000 - 0x7fff90441fff com.apple.CoreData (110 - 526) /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff90442000 - 0x7fff9046ffff com.apple.CoreVideo (1.8 - 145.1) <18DB07E0-B927-3260-A234-636F298D1917> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff90470000 - 0x7fff9047bfdb com.apple.AppleFSCompression (68.1.1 - 1.0) /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff904be000 - 0x7fff904d0ff7 com.apple.CoreDuetDaemonProtocol (1.0 - 1) /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol
0x7fff904ef000 - 0x7fff9054afef libTIFF.dylib (1231) <115791FB-8C49-3410-AC23-56F4B1CFF124> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff9054b000 - 0x7fff90556ff7 com.apple.AppSandbox (4.0 - 238) /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
0x7fff9055a000 - 0x7fff9055cfff com.apple.loginsupport (1.0 - 1) <35A2A071-606C-39A5-8C11-E4CAF98D934C> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport
0x7fff90e8e000 - 0x7fff90edcfff libcurl.4.dylib (83.1.2) <337A1FF8-E8B1-3173-9F29-C0D4C851D8E1> /usr/lib/libcurl.4.dylib
0x7fff90edd000 - 0x7fff90f08fff libc++abi.dylib (125) <88A22A0F-87C6-3002-BFBA-AC0F2808B8B9> /usr/lib/libc++abi.dylib
0x7fff90f09000 - 0x7fff91039fff com.apple.UIFoundation (1.0 - 1) <8E030D93-441C-3997-9CD2-55C8DFAC8B84> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation
0x7fff9103a000 - 0x7fff910bcfff com.apple.PerformanceAnalysis (1.0 - 1) <2FC0F303-B672-3E64-A978-AB78EAD98395> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff910bd000 - 0x7fff911adfef libJP2.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff91263000 - 0x7fff91283fff com.apple.IconServices (47.1 - 47.1) /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
0x7fff9129d000 - 0x7fff912adff7 libbsm.0.dylib (34) /usr/lib/libbsm.0.dylib
0x7fff912ae000 - 0x7fff912d2fef libJPEG.dylib (1231) <3F87A0CA-14FA-3034-A332-DD57A092B08F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff912db000 - 0x7fff9139afff com.apple.backup.framework (1.6.1 - 1.6.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff9139b000 - 0x7fff913a2fff com.apple.NetFS (6.0 - 4.0) <1581D25F-CC07-39B0-90E8-5D4F3CF84EBA> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff913a3000 - 0x7fff913d3fff libsystem_m.dylib (3086.1) <1E12AB45-6D96-36D0-A226-F24D9FB0D9D6> /usr/lib/system/libsystem_m.dylib
0x7fff913d4000 - 0x7fff913ddfff com.apple.DisplayServicesFW (2.9 - 372.1) <30E61754-D83C-330A-AE60-533F27BEBFF5> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff913de000 - 0x7fff913ebfff com.apple.ProtocolBuffer (1 - 225.1) <2D502FBB-D2A0-3937-A5C5-385FA65B3874> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer
0x7fff913ec000 - 0x7fff9141cff3 com.apple.CoreAVCHD (5.7.5 - 5750.4.1) <3E51287C-E97D-3886-BE88-8F6872400876> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff9141d000 - 0x7fff9141dfff com.apple.quartzframework (1.5 - 1.5) <4944127A-F319-3689-AAEC-58591D3CAC07> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff9141e000 - 0x7fff9146bff3 com.apple.print.framework.PrintCore (10.0 - 451) <3CA58254-D14F-3913-9DFB-CAC499570CC7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff9146c000 - 0x7fff9146dff7 com.apple.AddressBook.ContactsData (9.0 - 1499) /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
0x7fff9146e000 - 0x7fff91480fff libsasl2.2.dylib (193) /usr/lib/libsasl2.2.dylib
0x7fff91488000 - 0x7fff91488fff com.apple.CoreServices (62 - 62) <9E4577CA-3FC3-300D-AB00-87ADBDDA2E37> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff91489000 - 0x7fff91497ff7 com.apple.opengl (11.0.7 - 11.0.7) /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff914bc000 - 0x7fff9152dff7 com.apple.framework.IOKit (2.0.2 - 1050.1.21) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff91622000 - 0x7fff91628fff com.apple.speech.recognition.framework (5.0.9 - 5.0.9) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff91666000 - 0x7fff916b2ff7 libcups.2.dylib (408) <9CECCDE3-51D7-3028-830C-F58BD36E3317> /usr/lib/libcups.2.dylib
0x7fff916b3000 - 0x7fff916d7ff7 com.apple.quartzfilters (1.10.0 - 1.10.0) <1AE50F4A-0098-34E7-B24D-DF7CB94073CE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff916d8000 - 0x7fff916dcfff com.apple.LoginUICore (3.0 - 3.0) /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
0x7fff91748000 - 0x7fff91753ff7 com.apple.DirectoryService.Framework (10.10 - 187) <813211CD-725D-31B9-ABEF-7B28DE2CB224> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff91844000 - 0x7fff918bafe7 libcorecrypto.dylib (233.1.2) /usr/lib/system/libcorecrypto.dylib
0x7fff918bb000 - 0x7fff923fcfff com.apple.AppKit (6.9 - 1343.16) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff923fd000 - 0x7fff923fefff libsystem_secinit.dylib (18) <581DAD0F-6B63-3A48-B63B-917AF799ABAA> /usr/lib/system/libsystem_secinit.dylib
0x7fff92474000 - 0x7fff92491fff libsystem_kernel.dylib (2782.1.97) <93E0E0A9-75B6-3904-BB4E-4BC7C05F4B6B> /usr/lib/system/libsystem_kernel.dylib
0x7fff924c5000 - 0x7fff92500fff com.apple.Symbolication (1.4 - 56045) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff92516000 - 0x7fff9251dfff libCGCMS.A.dylib (772) /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
0x7fff9251e000 - 0x7fff9252fff7 libsystem_coretls.dylib (35.1.2) /usr/lib/system/libsystem_coretls.dylib
0x7fff92530000 - 0x7fff92606ff3 com.apple.DiskImagesFramework (10.10 - 389.1) <7DE2208C-BD55-390A-8167-4F9F11750C4B> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff92607000 - 0x7fff92607ff7 libunc.dylib (29) <5676F7EA-C1DF-329F-B006-D2C3022B7D70> /usr/lib/system/libunc.dylib
0x7fff92608000 - 0x7fff92648fff com.apple.CloudDocs (1.0 - 280.1.2) <49E75BC1-6556-36B4-804A-E49BC41241CF> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs
0x7fff92662000 - 0x7fff928ccff7 com.apple.imageKit (2.6 - 838) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff928cd000 - 0x7fff9296bfff com.apple.Metadata (10.7.0 - 916.1) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff9296c000 - 0x7fff92acaff3 com.apple.avfoundation (2.0 - 889.10) <4D1735C4-D055-31E9-8051-FED29F41F4F6> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff93c4c000 - 0x7fff93c4ffff com.apple.IOSurface (97 - 97) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff93e00000 - 0x7fff93e04ff7 libGIF.dylib (1231) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff93e05000 - 0x7fff93ea6ff7 com.apple.Bluetooth (4.3.1 - 4.3.1f2) /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth
0x7fff93f49000 - 0x7fff93fa8ff3 com.apple.AE (681 - 681) <7F544183-A515-31A8-B45F-89A167F56216> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff93fa9000 - 0x7fff93fc3ff7 com.apple.AppleVPAFramework (1.0.30 - 1.0.30) /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA
0x7fff93fcf000 - 0x7fff93fe5ff7 com.apple.CoreMediaAuthoring (2.2 - 951) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff940ff000 - 0x7fff94152ffb libAVFAudio.dylib (118.3) /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
0x7fff94153000 - 0x7fff94157ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff94158000 - 0x7fff941c4fff com.apple.framework.CoreWLAN (5.0 - 500.35.2) /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff941c5000 - 0x7fff941c5fff com.apple.Carbon (154 - 157) <6E3AEB9D-7643-36BE-A7E5-D08886649257> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff94487000 - 0x7fff944d8ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff944d9000 - 0x7fff944e1fff libMatch.1.dylib (24) /usr/lib/libMatch.1.dylib
0x7fff944e2000 - 0x7fff94501fff com.apple.CoreDuet (1.0 - 1) <36AA9FD5-2685-314D-B364-3FA4688D86BD> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet
0x7fff94502000 - 0x7fff9466dff7 com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <5C6DBEB4-F2EA-3262-B9FC-AFB89404C1DA> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff94fa6000 - 0x7fff94fdeffb libsystem_network.dylib (411) /usr/lib/system/libsystem_network.dylib
0x7fff95671000 - 0x7fff95973fff com.apple.HIToolbox (2.1.1 - 756) <9DD121B5-B7EB-3C43-8155-61A4417F8E9A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff95974000 - 0x7fff95976fff com.apple.EFILogin (2.0 - 2) /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
0x7fff95977000 - 0x7fff959d2fff com.apple.QuickLookFramework (5.0 - 675) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff95a83000 - 0x7fff95a8bfe7 libcldcpuengine.dylib (2.4.5) /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
0x7fff95a8c000 - 0x7fff95ab9fff com.apple.Accounts (113 - 113) <3145FCC2-D297-3DD1-B74B-9E7DBB0EE33C> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts
0x7fff95aba000 - 0x7fff95ac0ff7 libsystem_networkextension.dylib (167.1.10) <29AB225B-D7FB-30ED-9600-65D44B9A9442> /usr/lib/system/libsystem_networkextension.dylib
0x7fff95ac1000 - 0x7fff95af8ffb com.apple.LDAPFramework (2.4.28 - 194.5) <4CFE8010-CE3F-35EC-90BA-529B74321029> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff95af9000 - 0x7fff95e64fff com.apple.VideoToolbox (1.0 - 1562.19) /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff95e95000 - 0x7fff95ebdffb libRIP.A.dylib (772) <9262437A-710A-397D-8E34-1CBFEA1FC5E1> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff95ed8000 - 0x7fff95edefff libsystem_trace.dylib (72.1.3) /usr/lib/system/libsystem_trace.dylib
0x7fff95f43000 - 0x7fff95f54fff libcmph.dylib (1) <46EC3997-DB5E-38AE-BBBB-A035A54AD3C0> /usr/lib/libcmph.dylib
0x7fff95f55000 - 0x7fff96468ff3 com.apple.JavaScriptCore (10600 - 10600.1.17) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff96469000 - 0x7fff96738ff3 com.apple.CoreImage (10.0.33) <6E3DDA29-718B-3BDB-BFAF-F8C201BF93A4> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff96739000 - 0x7fff96739fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <01E92F9F-EF29-3745-8631-AEA692F7F29C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff9673a000 - 0x7fff96753ff7 com.apple.CFOpenDirectory (10.10 - 187) <0ECA5D80-A045-3A2C-A60C-E1605F3AB6BD> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff96754000 - 0x7fff967e5fff com.apple.cloudkit.CloudKit (259.2.3 - 259.2.3) <6F955140-D522-32B3-B34B-BD94C5D94E7A> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit
0x7fff967e6000 - 0x7fff96833ff3 com.apple.CoreMediaIO (601.0 - 4749) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff968b2000 - 0x7fff968d5fff com.apple.Sharing (328.3 - 328.3) /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
0x7fff968d6000 - 0x7fff96b16ff7 com.apple.AddressBook.framework (9.0 - 1499) <8D5C9530-4D90-32C7-BB5E-3A686FE36BE9> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff96b17000 - 0x7fff96b5dffb libFontRegistry.dylib (134) <01B8034A-45FD-3360-A347-A1896F591363> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff96b5e000 - 0x7fff96bd2fff com.apple.ApplicationServices.ATS (360 - 375) <62828B40-231D-3F81-8067-1903143DCB6B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff96bda000 - 0x7fff96c1aff7 libGLImage.dylib (11.0.7) <7CBCEB4B-D22F-3116-8B28-D1C22D28C69D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff96c1b000 - 0x7fff96cc1fff com.apple.PDFKit (3.0 - 3.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff96cc2000 - 0x7fff96cc5fff com.apple.xpc.ServiceManagement (1.0 - 1) <7E9E6BB7-AEE7-3F59-BAC0-59EAF105D0C8> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement

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

VM Region Summary:
ReadOnly portion of Libraries: Total=299.8M resident=204.0M(68%) swapped_out_or_unallocated=95.9M(32%)
Writable regions: Total=1.4G written=107.2M(7%) resident=151.3M(10%) swapped_out=424K(0%) unallocated=1.3G(90%)

REGION TYPE VIRTUAL
=========== =======
ATS (font support) 32.0M
ATS (font support) (reserved) 8K reserved VM address space (unallocated)
Activity Tracing 2048K
CG backing stores 7884K
CG image 308K
CG shared images 464K
CoreAnimation 28K
CoreGraphics 16K
CoreImage 8K
CoreServices 92K
CoreUI image data 328K
Foundation 4K
JS JIT generated code 256.0M
JS JIT generated code (reserved) 768.0M reserved VM address space (unallocated)
JS VM register file 4096K
JS garbage collector 5504K
Kernel Alloc Once 8K
MALLOC 313.4M
MALLOC (admin) 32K
Memory Tag 242 12K
Memory Tag 251 60K
OpenCL 52K
STACK GUARD 56.1M
Stack 21.8M
VM_ALLOCATE 17.6M
WebKit Malloc 24.8M
__DATA 26.3M
__IMAGE 528K
__LINKEDIT 78.3M
__TEXT 221.6M
__UNICODE 544K
mapped file 132.5M
shared memory 4K
=========== =======
TOTAL 1.9G
TOTAL, minus reserved VM space 1.2G

Compiled copy for windows

hello,
every time I tried to compile something for windows, it was real pain, often with no success. I'm glad if I get to compile my own project.

Is there any chance somebody has compiled it already?

I'd love to post it as a comment, but I'm not aware of any comment functionality for whole project.

Unable to open epub files saved by iBooks

Had an epub I'd downloaded through iBooks and wanted to adjust some of the css to create a little whitespace between paragraphs and line heights for better readability. I finally found the iBook files buried deep in the ~/Library/Containers/com.apple.BKAgenService/Data/Documents/iBooks/Books/ directory. While they have an epub extension, they are not. They are identified by the OS as directories and when Sigil attempts to open them it displays the error: Cannot read file <file_name>: file to open is a directory.

So, the question is, can Sigil check for and compensate for this occurrence and just open the directory as an epub file?

It's possible to access the epub/dir contents by right-clicking the file and choosing the Show Package Contents option and editing them in another app (BBEdit), but it's not as convenient.

thx

Highlighting text too slow with mouse

Hi,
highlighting text (in Code View) is very slow if i use mouse (and if in my system clipboard there is a text too long) :-(
Instead if i highlight text with "SHIFT+ Arrow keys" it works good. :-O
it's very strange :-|

I use sigil-git on ArchLinux.

Problem on saving

Error info: Cannot save file C:/Users/Administrator/Documents/(...)/(...)/(...)/CCNA_(...).epub: C:\Projects\Sigil-0.8.6\src\Sigil\Exporters\ExportEPUB.cpp(234): Throw in function void _thiscall ExportEPUB::SaveFolderAsEpubToLocation(const class QString &,const class QString &)
Dynamic exception type: class boost::exception_detail::clone_impl
std::exception::what: Unknown exception
[struct file_fullpath *] = C:/Users/Administrator/Documents/(...)/(...)/(...)/CCNA
(...).epub

Sigil version: 0.8.6
Runtime Qt: 5.4.0
Compiled Qt: 5.4.0
Platform: Windows SysInfo ID 128

Sigil displays wrong HTML

Alright, this is the setting: One of my customers had a problem where Kindle Previewer would issue a warning like this:

Warnung(inputpreprocessor):W29008: Tag wegen unsachgemäßer Nutzung abgelehnt: </image>
      In Datei: /var/folders/bm/zcs3s36j3f192rrtdnwf4z1c0000gn/T/mobi-tjFjOP/OEBPS/Text/CoverImage.xhtml     Zeile: 0000015

Which translates to Rejected because of improper use of tag: </image>

They did a lot of research as they couldn't find such an ending tag in the CoverImage.xhtml file. This is how it looked, when they opened the file in Sigil 0.8.6:

bildschirmfoto 2015-05-29 um 14 29 09

They thought it looks right and closed the file again. Still, the epub caused a warning in Kindle Previewer.

They sent it to me for review and I opened the cover file in oXygen Editor – and hey, it looked quite different!

bildschirmfoto 2015-05-29 um 14 16 00

Sigil apparently doesn't display the HTML like it's saved in the EPUB! This is ridiculous!
Please fix this issue!

not a valid w32 application error message

Hello. Just ran the windows exe install, and now I get a "not a valid w32 application error message" when I try to run Sigil. The exe I have is 6.99 mb and was created aug 21 2011 and modified sep 27 2014.

Any help or advice would be appreciated.

Cheers,
Peter

wrong tokenization in spell-checker

Hi,

middledot character "·" (U+00B7) is used as inner-word character in Catalan language. This use is descrived in UAX TR 29 [1](see MidLetter characters and word boundary rules)

Currently, words like "cel·la", "goril·la" and "paral·lel" are splitted by Sigil as two words ( "cel"+"la", "goril"+"la" and "paral"+"lel"), so spellchecking fails in these words, :((((

Other text editors (read Calibre, LibreOffice...) don't break words with "·" between alpha chars, so spellchecker works fine in these editors.

Please, fix Sigil word tokenization. Thanks

[1] http://www.unicode.org/reports/tr29/#Word_Boundaries

Bitcoin donation address?

Hello, do you have any bitcoin donation address where we can donate to your amazing program?

Thanks

Mac: opening a file opens an extra untitled.epub

If you double-click an epub file, Sigil is launched. The double-clicked epub is opened, and another untitled.epub window is opened over the top of the desired file.

The untitled.epub should not be opened in this case.

Generated TOC not showing in iBooks

Hi, thanks for the amazing tool!

However, I came across a problem:

I generated TOC (Table of Contents) successfully with the help of this video, and I am using latest 0.8.6 on a Mac

However, the table of content fail to show up in iBooks

Any ideas?

Recommend Projects

  • React photo React

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

  • Vue.js photo Vue.js

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

  • Typescript photo Typescript

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

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

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

Recommend Topics

  • javascript

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

  • web

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

  • server

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

  • Machine learning

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

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

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

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.