Giter Site home page Giter Site logo

sqlitebrowser / sqlitebrowser Goto Github PK

View Code? Open in Web Editor NEW
19.9K 19.9K 2.1K 29.18 MB

Official home of the DB Browser for SQLite (DB4S) project. Previously known as "SQLite Database Browser" and "Database Browser for SQLite". Website at:

Home Page: https://sqlitebrowser.org

License: Other

CMake 0.64% C++ 94.83% C 2.93% Shell 0.03% Python 0.01% Batchfile 0.02% LLVM 0.12% Yacc 0.47% SCSS 0.96%
c-plus-plus cross-platform database database-browser database-gui sqlite sqlitebrowser

sqlitebrowser's Introduction

DB Browser for SQLite

Join the chat at https://gitter.im/sqlitebrowser/sqlitebrowser Wiki Patreon
C/C++ CI AppVeyor CI Qt
CodeQL Coverity
Download snapcraft snapcraft

DB Browser for SQLite Screenshot

Table of Contents

What it is

DB Browser for SQLite (DB4S) is a high quality, visual, open source tool to create, design, and edit database files compatible with SQLite.

DB4S is for users and developers who want to create, search, and edit databases. DB4S uses a familiar spreadsheet-like interface, so complicated SQL commands do not have to be learned.

Controls and wizards are available for users to:

  • Create and compact database files
  • Create, define, modify and delete tables
  • Create, define, and delete indexes
  • Browse, edit, add, and delete records
  • Search records
  • Import and export records as text
  • Import and export tables from/to CSV files
  • Import and export databases from/to SQL dump files
  • Issue SQL queries and inspect the results
  • Examine a log of all SQL commands issued by the application
  • Plot simple graphs based on table or query data

What it is not

Even though DB4S comes with a spreadsheet-like interface, it is not meant to replace your spreadsheet application. We implement a few convenience functions which go beyond a simple database frontend but do not add them when they do not make sense in a database context or are so complex to implement that they will only ever be a poor replacement for your favorite spreadsheet application. We are a small team with limited time after all. Thanks for your understanding :)

Wiki

For user and developer documentation, check out our Wiki at: https://github.com/sqlitebrowser/sqlitebrowser/wiki.

Continuous, Nightly builds

Download continuous builds for AppImage, macOS and Windows here:

Note: A continuous build is generated when a new commit is added to the master branch.

Download nightly builds for Windows and macOS here:

Windows

Download Windows releases here:

Or use Chocolatey:

choco install sqlitebrowser

Or use winget:

winget install -e --id DBBrowserForSQLite.DBBrowserForSQLite

Or use scoop:

scoop install sqlitebrowser

Continuous, Nightly builds

Continuous builds are available here:

Nightly builds are available here:

macOS

DB Browser for SQLite works well on macOS.

  • macOS 10.15 (Catalina) - 14.0 (Sonoma) are tested and known to work.

Stable release

Download macOS releases here:

The latest macOS binary can be installed via Homebrew Cask:

brew install --cask db-browser-for-sqlite

Continuous, Nightly builds

Continuous builds are available here:

Nightly builds are available here:

and also you can be installed via Homebrew Cask:

brew tap homebrew/cask-versions

# for the version without SQLCipher support
brew install --cask db-browser-for-sqlite-nightly

# for the version with SQLCipher support
brew install --cask db-browser-for-sqlcipher-nightly

It also has its own Homebrew tap the include Cask for older version.
For more information, see the following: https://github.com/sqlitebrowser/homebrew-tap

Linux

DB Browser for SQLite works well on Linux.

Arch Linux

Arch Linux provides an up to date version

Install with the following command:

sudo pacman -S sqlitebrowser

Debian

Debian focuses more on stability rather than newest features.
Therefore packages will typically contain an older (but well tested) version, compared to the latest release.

Update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Fedora

Install for Fedora (i386 and x86_64) by issuing the following command:

sudo dnf install sqlitebrowser

openSUSE

sudo zypper install sqlitebrowser

Ubuntu and Derivatives

Stable release

For Ubuntu and derivatives, @deepsidhu1313 provides a PPA with the latest release here:

To add this PPA just type in this command in terminal:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser

Then update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Packages for Older Ubuntu releases are supported while launchpad keeps building those or if Older Ubuntu release has dependency packages that are required to build the latest version of Sqlitebrowser. We don't remove builds from our ppa repos, so users can still install older version of sqlitebrowser if they like. Alternatively Linux users can also switch to Snap packages if Snap packages are supported by the distro they are using.

Nightly builds

Nightly builds are available here:

To add this PPA, type these commands into the terminal:

sudo add-apt-repository -y ppa:linuxgndu/sqlitebrowser-testing

Then update the cache using:

sudo apt-get update

Install the package using:

sudo apt-get install sqlitebrowser

Other Linux

On others, compile DB4S using the instructions in BUILDING.md.

FreeBSD

DB Browser for SQLite works well on FreeBSD, and there is a port for it (thanks to lbartoletti πŸ˜„).
DB4S can be installed using either this command:

make -C /usr/ports/databases/sqlitebrowser install

or this command:

pkg install sqlitebrowser

Snap packages

Get it from the Snap Store

Snap Nightlies

 snap install sqlitebrowser --devmode

Snap Stable

 snap install sqlitebrowser

Compiling

Instructions for compiling on Windows, macOS, Linux, and FreeBSD are in BUILDING.

X (Known as Twitter)

Follow us on X: https://x.com/sqlitebrowser

Website

Old project page

Releases

History

This program was developed originally by Mauricio Piacentini (@piacentini) from Tabuleiro Producoes as the Arca Database Browser. The original version was used as a free companion tool to the Arca Database Xtra, a commercial product that embeds SQLite databases with some additional extensions to handle compressed and binary data.

The original code was trimmed and adjusted to be compatible with standard SQLite 2.x databases. The resulting program was renamed SQLite Database Browser, and released into the Public Domain by Mauricio. Icons were contributed by Raquel Ravanini, also from Tabuleiro. Jens Miltner (@jmiltner) contributed the code to support SQLite 3.x databases for the 1.2 release.

Pete Morgan (@daffodil) created an initial project on GitHub with the code in 2012, where several contributors fixed and improved pieces over the years. RenΓ© Peinthor (@rp-) and Martin Kleusberg (@MKleusberg) then became involved, and have been the main driving force from that point. Justin Clift (@justinclift) helps out with testing on OSX, and started the new github.com/sqlitebrowser organisation on GitHub.

John T. Haller, of PortableApps.com fame, created the new logo. He based it on the Tango icon set (public domain).

In August 2014, the project was renamed to "Database Browser for SQLite" at the request of Richard Hipp (creator of SQLite), as the previous name was creating unintended support issues.

In September 2014, the project was renamed to "DB Browser for SQLite", to avoid confusion with an existing application called "Database Browser".

Contributors

View the list by going to the Contributors tab.

License

DB Browser for SQLite is bi-licensed under the Mozilla Public License Version 2, as well as the GNU General Public License Version 3 or later.

Modification or redistribution is permitted under the conditions of these licenses.

Check LICENSE-EXTENSIONS for other rights regarding included SQLite extensions in macOS builds. Check LICENSE-PLUGINS for other rights regarding included third-party resources.

sqlitebrowser's People

Contributors

ac001 avatar bernardosulzbach avatar chrisjlocke avatar deepsidhu1313 avatar dependabot[bot] avatar dmatorino avatar friedrichfroebel avatar glawrence avatar gortiz6 avatar horst-p-w-neubauer avatar iklsr avatar justinclift avatar karim avatar longnguyen2004 avatar lucydodo avatar lulol avatar mgrojo avatar mhasbini avatar mkleusberg avatar pedromorgan avatar pinotree avatar prutz1311 avatar revolter avatar rp- avatar safaalfulaij avatar samiraguiar avatar sandman7920 avatar schdub avatar scottfurry avatar vtronko 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

sqlitebrowser's Issues

Simplify Mac OSX setup in README.md

homebrew has been updated with a brew of sqlitebrowser 3.2.0

All that is required to install from brew now is:
brew install sqlitebrowser

$ brew info sqlitebrowser
sqlitebrowser: stable 3.2.0, HEAD
http://sqlitebrowser.org
/usr/local/Cellar/sqlitebrowser/3.2.0 (4 files, 2.2M) *
  Built from source
From: https://github.com/Homebrew/homebrew/blob/master/Library/Formula/sqlitebrowser.rb
==> Dependencies
Build: cmake βœ”
Required: qt βœ”, sqlite βœ”
$ brew install sqlitebrowser
==> Downloading https://github.com/sqlitebrowser/sqlitebrowser/archive/sqlb-3.2.0.t
######################################################################## 100.0%
==> cmake . -DCMAKE_INSTALL_PREFIX=/usr/local/Cellar/sqlitebrowser/3.2.0 -DCMAKE_BU
==> make install
🍺  /usr/local/Cellar/sqlitebrowser/3.2.0: 4 files, 2.2M, built in 57 seconds

Single quote character in path name breaks compilation

Tim Streater reported on the sqlite-users mailing list:

Warn folks not to have a single-quote (') in their path, it causes
the make of sqlitebrowser to fail. I moved the folder elsewhere and
redid the qmake, make, steps and it completed.

In testing here:

$ mkdir foo\'
$ cd foo\'
$ pwd
/Users/jc/tmp/foo'
$ git clone https://github.com/sqlitebrowser/sqlitebrowser.git
Cloning into 'sqlitebrowser'...
remote: Reusing existing pack: 4556, done.
remote: Counting objects: 19, done.
remote: Compressing objects: 100% (18/18), done.
remote: Total 4575 (delta 7), reused 0 (delta 0)
Receiving objects: 100% (4575/4575), 6.23 MiB | 572 KiB/s, done.
Resolving deltas: 100% (2757/2757), done.
$ cd sqlitebrowser/
$ qmake
$ make
cd libs/antlr-2.7.7/ && /usr/local/bin/qmake /Users/jc/tmp/foo'/sqlitebrowser/libs/antlr-2.7.7/antlr.pro -o Makefile.antlr
/bin/sh: -c: line 0: unexpected EOF while looking for matching `''
/bin/sh: -c: line 1: syntax error: unexpected end of file
make: *** [libs/antlr-2.7.7/Makefile.antlr] Error 2

No such collation sequence: LOCALIZED

I have db file from Android and every operation fail with "No such collation sequence: LOCALIZED" error. It is some Android related feature?

Here is SQL code for the table

CREATE TABLE channel (
    id INTEGER PRIMARY KEY,
    name TEXT COLLATE LOCALIZED,
    country TEXT,
    image TEXT,
    category TEXT COLLATE LOCALIZED,
    favorite INTEGER DEFAULT 0,
    version INTEGER DEFAULT 0,
    created TIMESTAMP DEFAULT current_timestamp,
    UNIQUE (name)
)

Compiling on Linux with Qt 5.2 throws QUndoCommand error

case: 1. git clone repo.
2. open sqlitebrowser.pro through Qt Creator 3.0.0. (based on Qt 5.2.0 - 64 but)
3. Celan All -> Run qmake -> Build All
4. thrown error

Resolved by adding major version settings to qhexedit.pro and qcustomplot .pro files.

LGPL licensing text files?

Part of the text in our About dialog says this:

This software uses the LGPL Qt Toolkit from http://www.qtsoftware.com
See LICENSING.txt and Qt_LICENSE_LGPL.txt for licensing terms and information.

Those files don't seem to be in our repo. Should they be? If not, we should adjust the About dialog.

Add full support for tables without rowid

Commit 3761acf has added support for 'without rowid' tables to our Table class and commit a002e67 improved the SqliteTableModel class to allow browsing these tables.

However, a lot of UI features still don't work when a without rowid table is being worked on. These include adding and deleting rows as well as editing cells. It would also be nice to have a checkbox in the create table dialog which adds the 'without rowid' option to the table definition.

Old logo still used in OSX Applications menu

Just noticed the old logo is still being used in the OSX Applications menu.

Probably not hard to change, I'll look into it tomorrow. It could even turn out to be something caching on my system, needing a force refresh. πŸ˜„

SQLite Browser project files should cope with relative paths

Mucking around with a SQLite Browser project file a few minutes ago, it turns out it can only take full path names for the "db path" field.

It would be good if it could handle relative path names too (tried it, breaks). If it's adjusted to be ok with relative path names, then project files can be kept on disk in the same dir as the database files, and it'll all still work if moved around or they're sent to someone else.

Documentation -- Filter

Is there any documentation for Sqlite Browser? If so, where? In particular, what do the "Filter" buttons do?

Tag name correction

Hi,

Is it ok for you to use non-numeric chars in the tags?

For instance I got this now: sqlitebrowser-sqlb-3.2.0.tar.gz.

The sqlb- is annoying here, is it Ok to remove it?

Thanks.

Shortcut key for "Write Changes" (to disk)

We have these shortcuts already:

  • Ctrl-N for a new database (⌘-N on OSX)
  • Ctrl-O to open an existing database (⌘-O on OSX)
  • Ctrl-W to close the database (⌘-W on OSX)

It would be good to add a Ctrl-S for Save/Write changes (⌘-S on OSX)

Warnings during compile

Not build breakers, but if these are easy to fix we might as well:

clang++ -c -pipe -O2 -arch x86_64 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I. -Irelease -F/usr/local/Cellar/qt/4.8.6/lib -o release/RecognitionException.o src/RecognitionException.cpp
src/String.cpp:41:19: warning: format specifies type 'unsigned int' but the argument has type 'size_t'
      (aka 'unsigned long') [-Wformat]
        sprintf(tmp,"%u",rhs);
                     ~~  ^~~
                     %lu
1 warning generated.
clang++ -c -pipe -O2 -arch x86_64 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I. -Irelease -F/usr/local/Cellar/qt/4.8.6/lib -o release/CommonASTWithHiddenTokens.o src/CommonASTWithHiddenTokens.cpp
In file included from src/CommonASTWithHiddenTokens.cpp:9:
./antlr/BaseAST.hpp:140:61: warning: unused parameter 'txt' [-Wunused-parameter]
        virtual void setText(const ANTLR_USE_NAMESPACE(std)string& txt)
                                                                   ^
./antlr/BaseAST.hpp:145:27: warning: unused parameter 'type' [-Wunused-parameter]
        virtual void setType(int type)
                                 ^
2 warnings generated.

Sqlite Browser is Hard to Find

It would be better if the old Sqlite Browser site on Sourceforge had a pointer to this site. The Sourceforge site comes up in Google searches much earlier. I wasted a good deal of time trying to get the Sourceforge version to compile.

Crash when opening existing db - OS X Mavericks

Process:         sqlitebrowser [92407]
Path:            /Applications/sqlitebrowser.app/Contents/MacOS/sqlitebrowser
Identifier:      net.sourceforge.sqlitebrowser
Version:         3.1 (3.1)
Code Type:       X86-64 (Native)
Parent Process:  launchd [254]
Responsible:     sqlitebrowser [92407]
User ID:         501

Date/Time:       2014-07-15 13:59:20.524 -0400
OS Version:      Mac OS X 10.9.4 (13E28)
Report Version:  11
Anonymous UUID:  DC05DD22-3070-595F-F815-A7558CA51831

Sleep/Wake UUID: 8508E300-2BFE-46F0-B2A8-F5F5A8ADF574

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                 0000000100000000-00000001001d8000 [ 1888K] r-x/rwx SM=COW  /Applications/sqlitebrowser.app/Contents/MacOS/sqlitebrowser

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0   net.sourceforge.sqlitebrowser   0x000000010005f384 sqlb::CreateTableWalker::parsecolumn(QSharedPointer<sqlb::Field>&, antlr::ASTRefCount<antlr::AST>) + 900
1   net.sourceforge.sqlitebrowser   0x000000010005ccd0 sqlb::CreateTableWalker::table() + 992
2   net.sourceforge.sqlitebrowser   0x000000010005c618 sqlb::Table::parseSQL(QString const&) + 280
3   net.sourceforge.sqlitebrowser   0x000000010000852d DBBrowserDB::updateSchema() + 1837
4   net.sourceforge.sqlitebrowser   0x0000000100015074 MainWindow::populateStructure() + 68
5   net.sourceforge.sqlitebrowser   0x000000010001199a MainWindow::fileOpen(QString const&) + 570
6   net.sourceforge.sqlitebrowser   0x00000001000bb298 MainWindow::qt_static_metacall(QObject*, QMetaObject::Call, int, void**) + 104
7   QtCore                          0x0000000100dcccc1 QMetaObject::activate(QObject*, QMetaObject const*, int, void**) + 2037
8   QtGui                           0x0000000100351d41 QAction::activate(QAction::ActionEvent) + 227
9   QtGui                           0x000000010064b186 0x1002dd000 + 3596678
10  QtGui                           0x000000010064bbb8 QAbstractButton::mouseReleaseEvent(QMouseEvent*) + 88
11  QtGui                           0x00000001006f2d69 QToolButton::mouseReleaseEvent(QMouseEvent*) + 15
12  QtGui                           0x0000000100396fe9 QWidget::event(QEvent*) + 837
13  QtGui                           0x000000010064bac4 QAbstractButton::event(QEvent*) + 180
14  QtGui                           0x00000001003594e5 QApplicationPrivate::notify_helper(QObject*, QEvent*) + 195
15  QtGui                           0x000000010035b0c2 QApplication::notify(QObject*, QEvent*) + 2578
16  QtCore                          0x0000000100db8b08 QCoreApplication::notifyInternal(QObject*, QEvent*) + 118
17  QtGui                           0x0000000100359db6 QApplicationPrivate::sendMouseEvent(QWidget*, QMouseEvent*, QWidget*, QWidget*, QWidget**, QPointer<QWidget>&, bool) + 446
18  QtGui                           0x00000001003123cc 0x1002dd000 + 218060
19  com.apple.AppKit                0x00007fff88d28145 -[NSWindow sendEvent:] + 781
20  QtGui                           0x000000010030a9a0 0x1002dd000 + 186784
21  com.apple.AppKit                0x00007fff88cc95d4 -[NSApplication sendEvent:] + 2021
22  QtGui                           0x000000010030ee48 0x1002dd000 + 204360
23  com.apple.AppKit                0x00007fff88b199f9 -[NSApplication run] + 646
24  QtGui                           0x00000001003169aa 0x1002dd000 + 235946
25  QtCore                          0x0000000100db6163 QEventLoop::processEvents(QFlags<QEventLoop::ProcessEventsFlag>) + 77
26  QtCore                          0x0000000100db62d4 QEventLoop::exec(QFlags<QEventLoop::ProcessEventsFlag>) + 356
27  QtCore                          0x0000000100db8f59 QCoreApplication::exec() + 199
28  net.sourceforge.sqlitebrowser   0x0000000100002d4c main + 44
29  net.sourceforge.sqlitebrowser   0x0000000100002cdd _start + 203
30  net.sourceforge.sqlitebrowser   0x0000000100002c11 start + 33

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff8d033662 kevent64 + 10
1   libdispatch.dylib               0x00007fff8449f421 _dispatch_mgr_invoke + 239
2   libdispatch.dylib               0x00007fff8449f136 _dispatch_mgr_thread + 52

Thread 2:
0   libsystem_kernel.dylib          0x00007fff8d02ea1a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff8d02dd18 mach_msg + 64
2   com.apple.CoreFoundation        0x00007fff8ed7df15 __CFRunLoopServiceMachPort + 181
3   com.apple.CoreFoundation        0x00007fff8ed7d539 __CFRunLoopRun + 1161
4   com.apple.CoreFoundation        0x00007fff8ed7ce75 CFRunLoopRunSpecific + 309
5   com.apple.AppKit                0x00007fff88cc605e _NSEventThread + 144
6   libsystem_pthread.dylib         0x00007fff8f138899 _pthread_body + 138
7   libsystem_pthread.dylib         0x00007fff8f13872a _pthread_start + 137
8   libsystem_pthread.dylib         0x00007fff8f13cfc9 thread_start + 13

Thread 3:: CVDisplayLink
0   libsystem_kernel.dylib          0x00007fff8d032716 __psynch_cvwait + 10
1   libsystem_pthread.dylib         0x00007fff8f13ac3b _pthread_cond_wait + 727
2   com.apple.CoreVideo             0x00007fff8defca38 CVDisplayLink::runIOThread() + 656
3   com.apple.CoreVideo             0x00007fff8defc78f startIOThread(void*) + 147
4   libsystem_pthread.dylib         0x00007fff8f138899 _pthread_body + 138
5   libsystem_pthread.dylib         0x00007fff8f13872a _pthread_start + 137
6   libsystem_pthread.dylib         0x00007fff8f13cfc9 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 6:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 8:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 10:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 11:
0   libsystem_kernel.dylib          0x00007fff8d032e6a __workq_kernreturn + 10
1   libsystem_pthread.dylib         0x00007fff8f139f08 _pthread_wqthread + 330
2   libsystem_pthread.dylib         0x00007fff8f13cfb9 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000618000203410  rcx: 0x000061800045ee40  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x000061800045ee40  rbp: 0x00007fff5fbfe4a0  rsp: 0x00007fff5fbfe370
   r8: 0x0052004500470045   r9: 0x0000618000226fd8  r10: 0x00000000ffffffff  r11: 0x0000000000000ff0
  r12: 0x00000001001e2068  r13: 0x00007fff5fbfe548  r14: 0x0000618000202e80  r15: 0x0000618000203410
  rip: 0x000000010005f384  rfl: 0x0000000000010246  cr2: 0x0000000000000000

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


Binary Images:
       0x100000000 -        0x1001d7ff7 +net.sourceforge.sqlitebrowser (3.1 - 3.1) <585DE5F7-B19B-376E-A23C-84321740578B> /Applications/sqlitebrowser.app/Contents/MacOS/sqlitebrowser
       0x10022f000 -        0x1002d2fff +libsqlite3.0.dylib (0) <37EA2559-211A-39B4-90B9-B14E3B6EA042> /Applications/sqlitebrowser.app/Contents/Frameworks/libsqlite3.0.dylib
       0x1002dd000 -        0x100b5cff7 +QtGui (4.8.6) <457AD7FD-0D32-340D-A6EC-67A42366B29A> /Applications/sqlitebrowser.app/Contents/Frameworks/QtGui.framework/Versions/4/QtGui
       0x100cb9000 -        0x100f27fff +QtCore (4.8.6) <A322D8E0-75B2-3660-9879-B130C1C498C8> /Applications/sqlitebrowser.app/Contents/Frameworks/QtCore.framework/Versions/4/QtCore
       0x100f74000 -        0x101082fff +QtNetwork (4.8.6) <2B145154-95EF-35BC-A383-0E28EA315FEF> /Applications/sqlitebrowser.app/Contents/Frameworks/QtNetwork.framework/Versions/4/QtNetwork
       0x1013c9000 -        0x1013e4ff9  com.apple.security.csparser (3.0 - 55471.14.8) <6E8F6E28-F33D-3A39-BB43-4E19D67B4271> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/csparser
       0x1016c3000 -        0x1016cbff3  libCGCMS.A.dylib (599.25.10.1) <9A4FAAD7-1C16-33F8-A615-1DCAB0546E31> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGCMS.A.dylib
       0x1016d3000 -        0x1016d6ffa  libCGXType.A.dylib (599.25.10.1) <9E609F91-BD17-3C51-A877-C80E7183A867> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
       0x1069f6000 -        0x106a99ff7  ColorSyncDeprecated.dylib (426) <3F292BA5-9385-371D-9C2E-80829E256099> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/Resources/ColorSyncDeprecated.dylib
       0x106ae1000 -        0x106b09ffb  libRIP.A.dylib (599.25.10.1) <623091DF-5769-3326-90EB-44EFC8087660> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
       0x10f7cc000 -        0x10f7cdff9 +cl_kernels (???) <8DC6A646-9F1F-4C65-A4D6-4FD6B52F9531> cl_kernels
       0x10f7d2000 -        0x10f7d3ffa +cl_kernels (???) <C8359CBB-C499-40D7-A583-5E06378FE7F4> cl_kernels
       0x1106ec000 -        0x1106edfe4 +cl_kernels (???) <F2442DDC-8479-4426-BD38-BAF91683D92B> cl_kernels
       0x1111b2000 -        0x111298fef  unorm8_bgra.dylib (2.3.58) <280D6FDD-8CA5-36EC-9EA1-D7DC09598E20> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1112da000 -        0x1113baff7  unorm8_rgba.dylib (2.3.58) <8252DC3E-7434-34C6-B4B9-CFD59B923D12> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib
    0x123400000000 -     0x123400435ff7  com.apple.driver.AppleIntelHD5000GraphicsGLDriver (8.28.30 - 8.2.8) <0D167AD0-89B0-346A-9BC8-6C02B54E5681> /System/Library/Extensions/AppleIntelHD5000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD5000GraphicsGLDriver
    0x123440000000 -     0x123440882ff7  com.apple.GeForceGLDriver (8.26.26 - 8.2.6) <5CF90B2D-22CB-360C-9B0B-DC15A4B9CE8B> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/GeForceGLDriver
    0x7fff69e6f000 -     0x7fff69ea2817  dyld (239.4) <042C4CED-6FB2-3B1C-948B-CAF2EE3B9F7A> /usr/lib/dyld
    0x7fff82ae5000 -     0x7fff82ba7ff5  com.apple.CoreText (367.20 - 367.20) <B80D086D-93A9-3C35-860E-9C3FDD027F3B> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff82ba8000 -     0x7fff82c31fff  com.apple.ColorSync (4.9.0 - 4.9.0) <E7E0D542-D77A-3E32-B146-4D0FEAF282D3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff82c73000 -     0x7fff82e20f27  libobjc.A.dylib (551.1) <F21C5742-7B9C-31F1-BBAE-1717BC6C2F1B> /usr/lib/libobjc.A.dylib
    0x7fff82e28000 -     0x7fff82e28fff  com.apple.AOSMigrate (1.0 - 1) <6909D700-6E8A-3BFD-9B5D-FA94C1150E6E> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
    0x7fff82e29000 -     0x7fff82e6eff6  com.apple.HIServices (1.23 - 468) <5970AF5C-F5BD-3B6A-97C9-95B2CA98D71D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff83086000 -     0x7fff8309eff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff835a6000 -     0x7fff835b3ff7  libxar.1.dylib (202) <5572AA71-E98D-3FE1-9402-BB4A84E0E71E> /usr/lib/libxar.1.dylib
    0x7fff835b4000 -     0x7fff835b7ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8360c000 -     0x7fff8365bff7  com.apple.framework.internetaccounts (2.1 - 210) <D7175985-03A5-315B-B788-FBDC0019B0EA> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
    0x7fff8365c000 -     0x7fff836a9fff  com.apple.AppleVAFramework (5.0.27 - 5.0.27) <608D91BD-9D88-3FAB-9A06-24C1DAEA092D> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff836aa000 -     0x7fff836f8fff  libcorecrypto.dylib (161.1) <F3973C28-14B6-3006-BB2B-00DD7F09ABC7> /usr/lib/system/libcorecrypto.dylib
    0x7fff83711000 -     0x7fff8387fff7  libBLAS.dylib (1094.5) <D862E2B7-91FA-3704-8F62-C1B65D381A84> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff83880000 -     0x7fff83882ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff83a8c000 -     0x7fff83be0ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83be1000 -     0x7fff83c08ffb  libsystem_info.dylib (449.1.3) <395D8CD6-616A-3BD3-A195-C6D68EB9AB22> /usr/lib/system/libsystem_info.dylib
    0x7fff83c09000 -     0x7fff83c32ff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff83c33000 -     0x7fff84382fff  libclh.dylib (4.0.3 - 4.0.3) <19932A17-7823-37F3-B2D9-FD5D40E54637> /System/Library/Extensions/GeForceGLDriver.bundle/Contents/MacOS/libclh.dylib
    0x7fff84383000 -     0x7fff843b2ff9  com.apple.GSS (4.0 - 2.0) <44E914BE-B0D0-3E05-9451-CA9E539AFA52> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff843b3000 -     0x7fff843dbffb  libxslt.1.dylib (13) <C9794936-633C-3F0C-9E71-30190B9B41C1> /usr/lib/libxslt.1.dylib
    0x7fff843f3000 -     0x7fff8447fff7  com.apple.ink.framework (10.9 - 207) <96A56EAC-B4AC-3C9A-8C40-64E6196753CC> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff84480000 -     0x7fff8449bff7  libPng.dylib (1043) <23D2DAB7-C9A9-392F-989A-871E89E7751D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8449c000 -     0x7fff844b6fff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff844b7000 -     0x7fff84714ffa  com.apple.RawCamera.bundle (5.05 - 743) <362EA30F-3B5A-35C4-9455-339B0FDC89C6> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff84715000 -     0x7fff84731fff  libresolv.9.dylib (54) <11C2C826-F1C6-39C6-B4E8-6E0C41D4FA95> /usr/lib/libresolv.9.dylib
    0x7fff84732000 -     0x7fff84732fff  com.apple.Cocoa (6.8 - 20) <1482E95B-0C26-38AF-9A44-50ADE6C0876C> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff84733000 -     0x7fff84733fff  com.apple.Carbon (154 - 157) <14069023-0BBB-3925-9BA9-EB2C9E9B8C75> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff84734000 -     0x7fff84a32fff  com.apple.Foundation (6.9 - 1056.13) <2EE9AB07-3EA0-37D3-B407-4A520F2CB497> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff84a33000 -     0x7fff85886ffb  com.apple.WebCore (9537 - 9537.77.4) <9C4E816A-0DAC-31B2-85C3-910164F3E741> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff85887000 -     0x7fff858dafff  com.apple.ScalableUserInterface (1.0 - 1) <19D73C6D-CA0A-3230-9644-7F01364137ED> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff858db000 -     0x7fff858dcff7  libodfde.dylib (20) <71C1001F-044F-3C0F-BA95-EAC080176A16> /usr/lib/libodfde.dylib
    0x7fff858dd000 -     0x7fff858dffff  libRadiance.dylib (1043) <9813995C-DEAA-3992-8DF8-320E4E4E288B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff858e0000 -     0x7fff859e6ff7  com.apple.ImageIO.framework (3.3.0 - 1043) <C4ADE5B1-A540-34E1-A043-118185489C9D> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff859e7000 -     0x7fff859f1ff7  libcsfde.dylib (380) <A5CF6F85-0537-399F-968B-1536B1235E65> /usr/lib/libcsfde.dylib
    0x7fff859f2000 -     0x7fff85f15fff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff85f16000 -     0x7fff85f27ff7  libsystem_asl.dylib (217.1.4) <B983CA60-F418-317B-B142-48A6376564FC> /usr/lib/system/libsystem_asl.dylib
    0x7fff85f28000 -     0x7fff861b9ff7  com.apple.AOSKit (1.06 - 176) <A5D6EC71-51E2-3D0D-8DA6-1927AC519277> /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
    0x7fff861f0000 -     0x7fff8649aff5  com.apple.HIToolbox (2.1.1 - 698) <A388E773-AE7B-3FD1-8662-A98E6E24EA16> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8649b000 -     0x7fff865cafef  com.apple.MediaControlSender (2.0 - 200.34.4) <FC24EC8D-2E46-3F76-AF63-749F30857B96> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
    0x7fff865cb000 -     0x7fff8661cfff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff8661d000 -     0x7fff86627ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff86628000 -     0x7fff86882ff9  com.apple.security (7.0 - 55471.14.8) <EA03E140-2509-3A07-8440-2DC97C0D478B> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff86883000 -     0x7fff8688fff7  com.apple.OpenDirectory (10.9 - 173.90.1) <256C265B-7FA6-326D-9F60-18DADF5F3A0E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff868ac000 -     0x7fff868f3ff7  libcups.2.dylib (372.4) <36EA4350-43B4-3A5C-9904-10685BFDA7D4> /usr/lib/libcups.2.dylib
    0x7fff868f4000 -     0x7fff868f8fff  libpam.2.dylib (20) <A63D4DA2-06A4-3FB8-AC3F-BDD69694EE5E> /usr/lib/libpam.2.dylib
    0x7fff86968000 -     0x7fff86a4cfff  com.apple.coreui (2.1 - 231) <A7942BEE-E6BA-3A68-8EA0-57A8A9066B2D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff86a60000 -     0x7fff86ba1fff  com.apple.QTKit (7.7.3 - 2826.19) <E634E6EC-2C7A-3F86-997B-CFC5D9F89E6B> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff86ba2000 -     0x7fff86ba3fff  com.apple.AddressBook.ContactsData (8.0 - 1371) <917BFD6E-9489-36FE-BFFD-DA29B0183686> /System/Library/PrivateFrameworks/ContactsData.framework/Versions/A/ContactsData
    0x7fff86ba4000 -     0x7fff86c83fff  libcrypto.0.9.8.dylib (50) <09DCEDDF-2892-32B8-B689-CBE31A549F2B> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff86c89000 -     0x7fff86c8cfff  libCoreVMClient.dylib (58.1) <EBC36C69-C896-3C3D-8589-3E9023E7E56F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff86c8d000 -     0x7fff86c93ff7  com.apple.XPCService (2.0 - 1) <7545EF91-BB7B-3DF3-BF87-F55309DA5838> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
    0x7fff86c94000 -     0x7fff86d65ff1  com.apple.DiskImagesFramework (10.9 - 371.1) <D85430A6-1410-3B5F-9D11-17E2440B786E> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff86d66000 -     0x7fff86d67fff  libunc.dylib (28) <C3737C9A-C06F-310C-B78C-7D8D882A35DE> /usr/lib/system/libunc.dylib
    0x7fff86dd7000 -     0x7fff86ddcff7  com.apple.MediaAccessibility (1.0 - 43) <DDB8A42D-89D8-34F1-AA35-75D7659616C9> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility
    0x7fff86ddf000 -     0x7fff86e6afff  libCoreStorage.dylib (380) <DE9B3F8C-045C-3010-9A25-C8CD72F1066B> /usr/lib/libCoreStorage.dylib
    0x7fff86e82000 -     0x7fff86e96fff  com.apple.aps.framework (4.0 - 4.0) <2D42DCDD-055E-3EE1-97F8-FC447B495D3E> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
    0x7fff86ebe000 -     0x7fff87024fff  libGLProgrammability.dylib (9.6.1) <07700B99-8542-32D7-BB96-29472EFE75EF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff87025000 -     0x7fff8726eff7  com.apple.AddressBook.framework (8.0 - 1371) <86409BC9-C2EB-3BBC-8F4D-43DCA2B23C5D> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
    0x7fff87302000 -     0x7fff8735bfff  libTIFF.dylib (1043) <D7CAE68F-6087-3B40-9CB8-EC6DB47BF877> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff8735c000 -     0x7fff87364ff7  com.apple.speech.recognition.framework (4.2.4 - 4.2.4) <A816D8B1-6B7B-3E5B-9FAE-CBDA70192E7E> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff87365000 -     0x7fff873a0fff  com.apple.bom (14.0 - 193.1) <EF24A562-6D3C-379E-8B9B-FAE0E4A0EF7C> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x7fff873d3000 -     0x7fff87402fff  com.apple.DebugSymbols (106 - 106) <9F66640E-277C-317E-A01E-A1E5B13E2592> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff87403000 -     0x7fff8740bfff  libsystem_dnssd.dylib (522.92.1) <17B03FFD-92C5-3282-9981-EBB28B456207> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff8742c000 -     0x7fff8746eff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff8746f000 -     0x7fff8746fffd  com.apple.audio.units.AudioUnit (1.10 - 1.10) <68B21135-55A6-3563-A3D6-3E692A7DEB7F> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff87470000 -     0x7fff874a0fff  com.apple.IconServices (25 - 25.17) <36811973-8777-3211-863A-76B2C20B0ED0> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices
    0x7fff874a1000 -     0x7fff874b2fff  com.apple.idsfoundation (10.0 - 1000) <D3E6646B-4118-30D3-B4F7-DA9A28B396E4> /System/Library/PrivateFrameworks/IDSFoundation.framework/Versions/A/IDSFoundation
    0x7fff8756c000 -     0x7fff87596ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff875a4000 -     0x7fff875abfff  com.apple.NetFS (6.0 - 4.0) <D4FE0F16-3085-34AF-B860-3D46B98FAD2A> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff875ac000 -     0x7fff875d8ff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration
    0x7fff875d9000 -     0x7fff87669ff7  com.apple.Metadata (10.7.0 - 800.28) <E85AEB1B-CB17-38BC-B5C6-AAB50B47AF05> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff87679000 -     0x7fff87743fff  com.apple.LaunchServices (572.28 - 572.28) <FDED4724-4CB6-3DE5-B785-AE6D4C261CF6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff87744000 -     0x7fff87a15ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff87a32000 -     0x7fff87b03fff  com.apple.QuickLookUIFramework (5.0 - 622.7) <13841701-34C2-353D-868D-3E08D020C90F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff87b0d000 -     0x7fff87b49ff7  com.apple.ids (10.0 - 1000) <632F7192-0399-34C8-B6BB-463D2F4370E0> /System/Library/PrivateFrameworks/IDS.framework/Versions/A/IDS
    0x7fff87bd6000 -     0x7fff87bdaff7  libGIF.dylib (1043) <AF0FE71A-27AB-31E0-8CEA-BC0BF2091FA8> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff87bdb000 -     0x7fff87d93ffb  libicucore.A.dylib (511.34) <616A65D6-3F20-3EAB-8CA8-273AD890261C> /usr/lib/libicucore.A.dylib
    0x7fff87d94000 -     0x7fff87e2fff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff87e30000 -     0x7fff87e31fff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff87e84000 -     0x7fff87fbaffd  com.apple.WebKit (9537 - 9537.77.4) <A0291E16-4ED9-30E8-B9A2-DB836778EE9E> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff87fbb000 -     0x7fff87fc5fff  libcommonCrypto.dylib (60049) <79B8E80F-E596-3302-8243-EC479B9546CA> /usr/lib/system/libcommonCrypto.dylib
    0x7fff87fc8000 -     0x7fff87fdefff  com.apple.CoreMediaAuthoring (2.2 - 947) <F1886A05-1C29-3F88-88C0-4A1013530AD1> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff87fdf000 -     0x7fff88028fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff88158000 -     0x7fff88175ff7  com.apple.framework.Apple80211 (9.4 - 940.60) <043C7CFD-B57B-3F9D-B0FE-CA4B97C43968> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x7fff88176000 -     0x7fff88178ff7  com.apple.diagnosticlogcollection (10.0 - 1000) <91AB5132-38E3-3976-8B54-D2E9A079D955> /System/Library/PrivateFrameworks/DiagnosticLogCollection.framework/Versions/A/DiagnosticLogCollection
    0x7fff88179000 -     0x7fff881d0fff  com.apple.ViewBridge (1.0 - 46.2) <4AF3CB98-7691-39A2-8DC3-ABE5CC55CE7F> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge
    0x7fff881d1000 -     0x7fff881d9ff7  com.apple.AppleSRP (5.0 - 1) <ABC7F088-1FD5-3768-B9F3-847F355E90B3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP
    0x7fff88219000 -     0x7fff8821bfff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff884c7000 -     0x7fff884cdff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff884ce000 -     0x7fff8852bfff  com.apple.imfoundation (10.0 - 1000) <7DE171BB-F8AF-3E6B-84ED-235937DACE7E> /System/Library/PrivateFrameworks/IMFoundation.framework/Versions/A/IMFoundation
    0x7fff8852c000 -     0x7fff8878dfff  com.apple.imageKit (2.5 - 774) <AACDE16E-ED9F-3B3F-A792-69BA1942753B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8878e000 -     0x7fff8887dfff  libFontParser.dylib (111.1) <835A8253-6AB9-3AAB-9CBF-171440DEC486> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8887e000 -     0x7fff88881fff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff88ac4000 -     0x7fff88ad1ff4  com.apple.Librarian (1.2 - 1) <2F677B44-BCA3-313B-881E-EE322E865100> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x7fff88ad2000 -     0x7fff88b01ff7  com.apple.CoreAVCHD (5.7.0 - 5700.4.3) <E8190181-8F08-3DC3-9290-3AADBCEBB1F3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
    0x7fff88b02000 -     0x7fff89678ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89679000 -     0x7fff89679fff  com.apple.ApplicationServices (48 - 48) <F250170A-8805-3731-9097-78CAD04481F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff896a1000 -     0x7fff896b4ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff896b5000 -     0x7fff89752fff  com.apple.imcore (10.0 - 1000) <DF924E35-74AB-389C-9279-1828518218F8> /System/Library/PrivateFrameworks/IMCore.framework/Versions/A/IMCore
    0x7fff89753000 -     0x7fff89754ffb  libremovefile.dylib (33) <26266E3F-FDDC-3CFC-B27F-78B49BDC9BDC> /usr/lib/system/libremovefile.dylib
    0x7fff89755000 -     0x7fff89773fff  com.apple.facetimeservices (10.0 - 1000) <DED6A966-DF0E-3E58-BD34-D85ED82A99D7> /System/Library/PrivateFrameworks/FTServices.framework/Versions/A/FTServices
    0x7fff897a5000 -     0x7fff897b5fff  libbsm.0.dylib (33) <2CAC00A2-1352-302A-88FA-C567D4D69179> /usr/lib/libbsm.0.dylib
    0x7fff897b6000 -     0x7fff89aecfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff89b38000 -     0x7fff89b5afff  com.apple.framework.familycontrols (4.1 - 410) <7964B5AE-F6C7-3E5C-A619-4EFE70D2D0C8> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff89b5b000 -     0x7fff89b62fff  libcompiler_rt.dylib (35) <2A890004-0A78-3E33-9AC5-A7D63BD4F879> /usr/lib/system/libcompiler_rt.dylib
    0x7fff89b63000 -     0x7fff89bb1ff9  libstdc++.6.dylib (60) <0241E6A4-1368-33BE-950B-D0A175C41F54> /usr/lib/libstdc++.6.dylib
    0x7fff89bb2000 -     0x7fff89bb3ff7  libsystem_blocks.dylib (63) <FB856CD1-2AEA-3907-8E9B-1E54B6827F82> /usr/lib/system/libsystem_blocks.dylib
    0x7fff89bb4000 -     0x7fff89c05ff7  com.apple.audio.CoreAudio (4.2.1 - 4.2.1) <BE13E840-FB45-3BC2-BCF5-031629754FD5> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff89c06000 -     0x7fff89edafc7  com.apple.vImage (7.0 - 7.0) <1DDB8AB7-03D5-3D20-9D77-C69074C6FD26> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff89edb000 -     0x7fff89f0cff7  libtidy.A.dylib (15.12) <BF757E3C-733A-3B6B-809A-A3949D46466E> /usr/lib/libtidy.A.dylib
    0x7fff89f0d000 -     0x7fff89f3bff7  com.apple.securityinterface (9.0 - 55047) <E64A6994-0176-39A1-866A-AB27F6A0034B> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
    0x7fff89f6c000 -     0x7fff89f6efff  com.apple.EFILogin (2.0 - 2) <84014F35-7E0E-3270-819A-48ECCADA687E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin
    0x7fff89f74000 -     0x7fff89f9dfff  GLRendererFloat (9.6.1) <23A2C705-F932-335D-B27B-565A30333460> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
    0x7fff89f9e000 -     0x7fff89fa1fff  com.apple.TCC (1.0 - 1) <F25B5875-081A-3877-B70E-374D54B54C5F> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x7fff8a37e000 -     0x7fff8a75fffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8a7c3000 -     0x7fff8a7ccfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <ABEE3950-3024-3741-AD4F-CC405EBEE89E> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8a7cd000 -     0x7fff8a856ff7  libsystem_c.dylib (997.90.3) <6FD3A400-4BB2-3B95-B90C-BE6E9D0D78FA> /usr/lib/system/libsystem_c.dylib
    0x7fff8a857000 -     0x7fff8a9f3ff3  com.apple.QuartzCore (1.8 - 332.3) <72003E51-1287-395B-BCBC-331597D45C5E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8a9f4000 -     0x7fff8a9fdfff  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
    0x7fff8a9fe000 -     0x7fff8aa61ffb  com.apple.SystemConfiguration (1.13.1 - 1.13.1) <2C8E1A73-5AD6-3A7D-8ED8-D6755555A993> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff8aa62000 -     0x7fff8aa65ff7  com.apple.LoginUICore (3.0 - 3.0) <1ECBDA90-D6ED-3333-83EB-9C8232DFAD7C> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore
    0x7fff8ab62000 -     0x7fff8ab63ff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8ab64000 -     0x7fff8ab64fff  com.apple.CoreServices (59 - 59) <67A369BA-2326-383F-995B-853DAD7BFF43> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8ab65000 -     0x7fff8ab96fff  com.apple.MediaKit (15 - 709) <4AC5B9D8-7204-3CF2-AB58-69EFCDD964FC> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8ab97000 -     0x7fff8ab98ff7  com.apple.print.framework.Print (9.0 - 260) <C4C40E2E-6130-3D73-B1EF-97FF3F70CF2C> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff8aca6000 -     0x7fff8aca6ff7  libkeymgr.dylib (28) <D7045F25-BFA4-3840-847D-AF95DF8B6CCA> /usr/lib/system/libkeymgr.dylib
    0x7fff8aca7000 -     0x7fff8acaffff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff8acb0000 -     0x7fff8acccfff  com.apple.frameworks.preferencepanes (16.0 - 16.0) <68BCF160-F85E-3F71-BD4E-8661DACDBE69> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
    0x7fff8acda000 -     0x7fff8acf5ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff8acf6000 -     0x7fff8acf9ff7  libdyld.dylib (239.4) <7C9EC3B7-DDE3-33FF-953F-4067C743951D> /usr/lib/system/libdyld.dylib
    0x7fff8acff000 -     0x7fff8adedfff  libJP2.dylib (1043) <C4031D64-6C57-3FB4-9D87-874D387381DB> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff8adee000 -     0x7fff8ae49ffb  com.apple.AE (665.5 - 665.5) <3558CC9A-FD30-3DAD-AB40-FE6828E76FE1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff8ae6a000 -     0x7fff8aebcfff  libc++.1.dylib (120) <2CB96D10-1E3E-39B1-B90D-C56C3818321E> /usr/lib/libc++.1.dylib
    0x7fff8aebd000 -     0x7fff8aec8fff  libkxld.dylib (2422.110.17) <B6140BAB-0EAF-3E4F-B055-314068056BB4> /usr/lib/system/libkxld.dylib
    0x7fff8af51000 -     0x7fff8af51fff  com.apple.quartzframework (1.5 - 1.5) <F66337F6-CC0A-3008-BB23-080282E917C9> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8af52000 -     0x7fff8af7cff7  libsandbox.1.dylib (278.11.1) <D98EE9E5-BEB9-3396-924B-9CD100E81C41> /usr/lib/libsandbox.1.dylib
    0x7fff8af7d000 -     0x7fff8afb5ff7  com.apple.RemoteViewServices (2.0 - 94) <B17FAA76-61DB-33D0-90B7-4117A72A2B28> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff8afb6000 -     0x7fff8b003ff2  com.apple.print.framework.PrintCore (9.0 - 428) <A2F7B9D2-7907-31D8-8462-E2E2E7C3AF2E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8b004000 -     0x7fff8b029ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B49408CD-ECE8-3785-84A4-45B03882574A> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff8b02a000 -     0x7fff8b068ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8b069000 -     0x7fff8b07bff7  com.apple.MultitouchSupport.framework (245.13 - 245.13) <E51DE5CA-9859-3C13-A24F-37EF4385C1D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff8b132000 -     0x7fff8b136fff  com.apple.IOAccelerator (98.22 - 98.22) <AB1F2662-330B-3D88-8E30-A8343203CD38> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x7fff8b137000 -     0x7fff8b139fff  com.apple.marco (10.0 - 1000) <C8B6533A-A248-3A83-90E1-F308DADC5BD7> /System/Library/PrivateFrameworks/Marco.framework/Versions/A/Marco
    0x7fff8b147000 -     0x7fff8b15eff7  com.apple.CFOpenDirectory (10.9 - 173.90.1) <EBC0A1F2-9054-3D39-99AE-A3F655E55D6A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8b15f000 -     0x7fff8b18cff2  com.apple.frameworks.CoreDaemon (1.3 - 1.3) <9F8AC160-145F-3B35-954F-655AAEC05356> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon
    0x7fff8b1c8000 -     0x7fff8b1cafff  libCVMSPluginSupport.dylib (9.6.1) <FB37F4C4-1E84-3349-BB03-92CA0A5F6837> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff8b1cb000 -     0x7fff8b23aff1  com.apple.ApplicationServices.ATS (360 - 363.3) <546E89D9-2AE7-3111-B2B8-2366650D22F0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8b244000 -     0x7fff8b24afff  com.apple.AddressBook.ContactsFoundation (8.0 - 1371) <59351927-BCFF-3B94-AD1B-4C3DE6A8FD73> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation
    0x7fff8b24b000 -     0x7fff8b256fff  libGL.dylib (9.6.1) <4B65BF9F-F34A-3CD1-94E8-DB26DAA0A59D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8b257000 -     0x7fff8b263ffb  com.apple.AppleFSCompression (56.92.1 - 1.0) <066255FD-DBD1-3041-8DDA-7AFC41C9096D> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x7fff8b264000 -     0x7fff8b404ff7  GLEngine (9.6.1) <28300FBD-E3B2-35D2-BB54-77DCE62FC371> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine
    0x7fff8b405000 -     0x7fff8b410ff7  com.apple.DirectoryService.Framework (10.9 - 173.90.1) <B62B1994-1874-3F8D-B62E-589E6F6534C9> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8b411000 -     0x7fff8bd3132b  com.apple.CoreGraphics (1.600.0 - 599.25.10.1) <EC14B831-96BB-3A50-A451-E36BDC8F59FB> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8bd8f000 -     0x7fff8be80ff9  libiconv.2.dylib (41) <BB44B115-AC32-3877-A0ED-AEC6232A4563> /usr/lib/libiconv.2.dylib
    0x7fff8bee0000 -     0x7fff8bf0cfff  com.apple.CoreServicesInternal (184.9 - 184.9) <4DEA54F9-81D6-3EDB-AA3C-1F9C497B3379> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8bf38000 -     0x7fff8bf5cff7  libJPEG.dylib (1043) <25723F3F-48A6-3AC5-A7A3-58E418FEBF3F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8bf5d000 -     0x7fff8bf60fff  com.apple.help (1.3.3 - 46) <6D71C959-D421-372B-A160-5317B4921F4D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8bfd6000 -     0x7fff8bfdbff7  libunwind.dylib (35.3) <95D4D118-3368-3474-989D-271DE18C8365> /usr/lib/system/libunwind.dylib
    0x7fff8c016000 -     0x7fff8c186ff4  com.apple.CFNetwork (673.4 - 673.4) <F3BF6020-99BE-3844-A7B8-352B93AD02F3> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8c187000 -     0x7fff8c18bfff  com.apple.CommonPanels (1.2.6 - 96) <5744A1F1-1FA5-35DD-B924-F8983E81FC76> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8c18c000 -     0x7fff8c23cff7  libvMisc.dylib (423.32) <049C0735-1808-39B9-943F-76CB8021744F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8cb01000 -     0x7fff8cb0ffff  com.apple.opengl (9.6.1 - 9.6.1) <B22FA400-5824-36AF-9945-5FEC31995A0E> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8cb10000 -     0x7fff8cdfafff  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
    0x7fff8cdfb000 -     0x7fff8ce83ff7  com.apple.CorePDF (4.0 - 4) <5B7DEF8B-0C3C-3450-899C-71ED8820D523> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8cfc1000 -     0x7fff8cfc3ffb  libutil.dylib (34) <DAC4A6CF-A1BB-3874-9569-A919316D30E8> /usr/lib/libutil.dylib
    0x7fff8cfc4000 -     0x7fff8d01cff7  com.apple.Symbolication (1.4 - 129.0.2) <B1F008C4-184D-36A2-922F-4A67A075D512> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8d01d000 -     0x7fff8d039ff7  libsystem_kernel.dylib (2422.110.17) <873931CE-D1AF-3596-AADB-D2E63C9AB29F> /usr/lib/system/libsystem_kernel.dylib
    0x7fff8d03a000 -     0x7fff8d0b1fff  com.apple.CoreServices.OSServices (600.4 - 600.4) <C63562F5-6DF5-3EE9-8897-FF61A44C8251> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8d0b2000 -     0x7fff8d0b6ff7  libcache.dylib (62) <8C1EFC4F-3F51-3DE9-A973-360B461F3D65> /usr/lib/system/libcache.dylib
    0x7fff8d0b9000 -     0x7fff8d0ddfff  libxpc.dylib (300.90.2) <AB40CD57-F454-3FD4-B415-63B3C0D5C624> /usr/lib/system/libxpc.dylib
    0x7fff8d0de000 -     0x7fff8d20eff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8d20f000 -     0x7fff8d211ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8d212000 -     0x7fff8d2ddfff  libvDSP.dylib (423.32) <3BF732BE-DDE0-38EB-8C54-E4E3C64F77A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8d2e8000 -     0x7fff8d2f3fff  libGPUSupportMercury.dylib (9.6.1) <A34D5C51-28E0-398A-881D-552B47D2DD3C> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x7fff8d2f4000 -     0x7fff8d358fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8d359000 -     0x7fff8d372ff7  com.apple.Ubiquity (1.3 - 289) <664F5B33-708D-33E9-81E1-C45CBE9AAB6E> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff8d3f1000 -     0x7fff8d401ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff8d402000 -     0x7fff8d40bff3  libsystem_notify.dylib (121) <31F9FEF5-2897-328A-8441-B7BDFEDB10D4> /usr/lib/system/libsystem_notify.dylib
    0x7fff8d43d000 -     0x7fff8d49dfff  com.apple.ISSupport (1.9.9 - 57) <87137CF3-FE6A-3345-A2EC-95D73A15CC3A> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
    0x7fff8d837000 -     0x7fff8d839ff7  libquarantine.dylib (71) <973BE51D-6465-392F-9099-D4AB21BF0D25> /usr/lib/system/libquarantine.dylib
    0x7fff8d83a000 -     0x7fff8d848fff  com.apple.CommerceCore (1.0 - 42) <398E733A-C4F6-3ECF-805C-A4887C16679E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8d849000 -     0x7fff8d894fff  com.apple.ImageCaptureCore (5.0 - 5.0) <605A78DB-E529-3E36-9667-A7E9973198B6> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8d895000 -     0x7fff8d895ffd  libOpenScriptingUtil.dylib (157) <19F0E769-0989-3062-9AFB-8976E90E9759> /usr/lib/libOpenScriptingUtil.dylib
    0x7fff8d896000 -     0x7fff8d8bffff  com.apple.DictionaryServices (1.2 - 208) <A4E4EA9E-08A1-3F77-8B57-A5A1ADD70B52> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8d8c0000 -     0x7fff8d8c7ffb  libcopyfile.dylib (103.92.1) <CF29DFF6-0589-3590-834C-82E2316612E8> /usr/lib/system/libcopyfile.dylib
    0x7fff8d8c8000 -     0x7fff8d8cefff  com.apple.AOSNotification (1.7.0 - 760.3) <307D35A7-C2CB-3024-BFE1-288A0198C003> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff8d93a000 -     0x7fff8d945ff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8d965000 -     0x7fff8d96cff7  com.apple.phonenumbers (1.1.1 - 105) <C31E978D-C4CE-39CD-9E19-A43698ECC466> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
    0x7fff8de41000 -     0x7fff8de48ff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff8de49000 -     0x7fff8de7dfff  libssl.0.9.8.dylib (50) <B15F967C-B002-36C2-9621-3456D8509F50> /usr/lib/libssl.0.9.8.dylib
    0x7fff8de7e000 -     0x7fff8de7efff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8de7f000 -     0x7fff8de81fff  com.apple.Mangrove (1.0 - 1) <E588D4DE-2498-33EE-9227-8773DB65767F> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove
    0x7fff8decb000 -     0x7fff8decfff7  libsystem_stats.dylib (93.90.3) <4E51D5B0-92A0-3D0D-B90E-495A1ED3E391> /usr/lib/system/libsystem_stats.dylib
    0x7fff8defb000 -     0x7fff8df20ff7  com.apple.CoreVideo (1.8 - 117.2) <FE12553A-9B5A-337E-92BD-EA8A8194C91A> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff8df21000 -     0x7fff8df87fff  com.apple.framework.CoreWiFi (2.0 - 200.21.1) <977C796D-E8D7-3378-A76A-2E71A65DF389> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
    0x7fff8df93000 -     0x7fff8dfc8ffc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8dfc9000 -     0x7fff8dfedfff  com.apple.quartzfilters (1.8.0 - 1.7.0) <C45C3D45-CCB2-3661-A390-959E556B14B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff8dfee000 -     0x7fff8e009ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff8e022000 -     0x7fff8e02bff7  libcldcpuengine.dylib (2.3.58) <E3A84FEC-4060-39C2-A469-159A443D2B6D> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x7fff8e02c000 -     0x7fff8e38cff7  com.apple.FinderKit (1.2.4 - 1.2.4) <08D08006-66CE-3787-97E9-73E8942BC9CB> /System/Library/PrivateFrameworks/FinderKit.framework/Versions/A/FinderKit
    0x7fff8e3a4000 -     0x7fff8e3b3ff8  com.apple.LangAnalysis (1.7.0 - 1.7.0) <2777524A-E7EF-3B7B-B15D-F58CDEEFC736> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8e3b4000 -     0x7fff8e49bff7  libxml2.2.dylib (26) <A1DADD11-89E5-3DE4-8802-07186225967F> /usr/lib/libxml2.2.dylib
    0x7fff8e4bf000 -     0x7fff8e52cfff  com.apple.SearchKit (1.4.0 - 1.4.0) <33298263-5B12-340D-BB9D-D52303849561> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8e52d000 -     0x7fff8e537ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9556885C-22DD-3392-ACCB-2B413434D8D3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8e538000 -     0x7fff8e54afff  com.apple.ImageCapture (9.0 - 9.0) <D9269440-8E56-3C03-88F5-F8AD662D17DB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8e54b000 -     0x7fff8e54fff7  libheimdal-asn1.dylib (323.92.1) <CAE21FFF-5763-399C-B7C5-EEBFFEEF2242> /usr/lib/libheimdal-asn1.dylib
    0x7fff8e647000 -     0x7fff8e6a6fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8e6a7000 -     0x7fff8e728fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8e729000 -     0x7fff8e7edff7  com.apple.backup.framework (1.5.4 - 1.5.4) <195DA868-47A5-37E6-8CF0-9BCF11846899> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x7fff8e7ee000 -     0x7fff8e827ff7  com.apple.QD (3.50 - 298) <5343278D-47B7-3AF2-9B4B-4B8B0F942CD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8e828000 -     0x7fff8eb9fff6  com.apple.JavaScriptCore (9537 - 9537.77.1) <F588191A-25E6-31AC-A325-B7779DC6D1EC> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8ebe7000 -     0x7fff8ebffff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8ec00000 -     0x7fff8ec65ffb  com.apple.Heimdal (4.0 - 2.0) <F34D6627-9F80-3823-8B57-DB629307DF87> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8ec66000 -     0x7fff8eca5fff  libGLU.dylib (9.6.1) <AE032555-3E2F-3DBF-A26D-EA4576061605> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8ed0d000 -     0x7fff8eef2fff  com.apple.CoreFoundation (6.9 - 855.17) <729BD6DA-1F63-3E72-A148-26F21EBF52BB> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8eef3000 -     0x7fff8ef38fff  libcurl.4.dylib (78.94.1) <88F27F9B-052E-3375-938D-2603E90D8AD5> /usr/lib/libcurl.4.dylib
    0x7fff8ef98000 -     0x7fff8efffff7  com.apple.CoreUtils (2.0 - 200.34.4) <E53B97FE-E067-33F6-A9C1-D4EC2A20FB9F> /System/Library/PrivateFrameworks/CoreUtils.framework/Versions/A/CoreUtils
    0x7fff8f000000 -     0x7fff8f00dfff  com.apple.Sharing (132.2 - 132.2) <3DFB1133-8FD3-3B60-8E9C-0FE62AACFD7B> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff8f00e000 -     0x7fff8f013fff  libmacho.dylib (845) <B2BE3C25-CF1F-309B-AB99-1F0B54621445> /usr/lib/system/libmacho.dylib
    0x7fff8f014000 -     0x7fff8f136fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8f137000 -     0x7fff8f13eff7  libsystem_pthread.dylib (53.1.4) <9DA50FD0-D9AC-3051-AD4B-BA0D745BC49C> /usr/lib/system/libsystem_pthread.dylib
    0x7fff8f248000 -     0x7fff8f300ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <FCBB5558-A702-3658-AEE4-7D129AFBF350> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff8f301000 -     0x7fff8f30eff0  libbz2.1.0.dylib (29) <0B98AC35-B138-349C-8063-2B987A75D24C> /usr/lib/libbz2.1.0.dylib
    0x7fff8f311000 -     0x7fff8f316fff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8f47e000 -     0x7fff8f488ff7  com.apple.AppSandbox (3.0 - 1) <9F27DC25-C566-3AEF-92D3-DCFE7836916D> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox
    0x7fff8f489000 -     0x7fff8f4f5fff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8f4f6000 -     0x7fff8f53dfff  libFontRegistry.dylib (127) <401FA61F-4276-3296-9BFF-EC6EA7D7EDDE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8f53e000 -     0x7fff8f56dfd2  libsystem_m.dylib (3047.16) <9D96AACD-5870-3A5C-B849-7F9C0F6EBB09> /usr/lib/system/libsystem_m.dylib
    0x7fff8f56e000 -     0x7fff8f9bcfef  com.apple.VideoToolbox (1.0 - 1273.54) <4699BB55-7387-3981-9217-869215F00CA9> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8f9c3000 -     0x7fff8fd9afef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8fd9b000 -     0x7fff8fdb4ff7  com.apple.Kerberos (3.0 - 1) <59427E11-37D6-34C9-95BB-D4438BFACA5B> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8fdb5000 -     0x7fff8fdb6fff  com.apple.TrustEvaluationAgent (2.0 - 25) <334A82F4-4AE4-3719-A511-86D0B0723E2B> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8fdb7000 -     0x7fff8fddeff7  libsystem_network.dylib (241.3) <A499D688-9165-3776-8C8E-C018897B5B13> /usr/lib/system/libsystem_network.dylib
    0x7fff8fddf000 -     0x7fff8fe52fff  com.apple.securityfoundation (6.0 - 55122.3) <8575DF7A-EC79-3FCE-A737-7512363A5B12> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8fe53000 -     0x7fff8fe94fff  com.apple.PerformanceAnalysis (1.47 - 47) <7B73DFF4-75DB-3403-80D2-0F3FE48764C3> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8fe95000 -     0x7fff8ff7ffff  libsqlite3.dylib (158) <447AA928-BCF7-3779-A7E5-210F264E0316> /usr/lib/libsqlite3.dylib
    0x7fff8ff80000 -     0x7fff8ff89ffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8ff8a000 -     0x7fff8ff8bff7  libSystem.B.dylib (1197.1.1) <E303F2F8-A8CF-3DF3-84B3-F2D0EE41CCF6> /usr/lib/libSystem.B.dylib
    0x7fff8ff8c000 -     0x7fff8ffd8ffe  com.apple.CoreMediaIO (408.0 - 4570) <72371044-3FF2-3538-8EE1-C7C20F7C60A0> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8ffd9000 -     0x7fff8ffd9fff  com.apple.Accelerate (1.9 - Accelerate 1.9) <CFEF9CBE-4A1A-33FD-9174-D44314BB28F3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8ffda000 -     0x7fff8ffe2ffc  libGFXShared.dylib (9.6.1) <25BBF325-AC57-3BAA-9427-2D14CC243AE6> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff8ffe3000 -     0x7fff8fff4ff7  libz.1.dylib (53) <4C5FA1A5-4471-398E-9543-2E54D46E63E9> /usr/lib/libz.1.dylib
    0x7fff8fff5000 -     0x7fff9023dff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff90240000 -     0x7fff90257ffa  libAVFAudio.dylib (32.2) <C77A6482-46FA-3A17-B357-BBEA380B4E6C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib
    0x7fff90258000 -     0x7fff9068bffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <30FD8146-D6EB-3588-A7E5-ADC3110B3DCC> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff906a0000 -     0x7fff906eeff7  com.apple.opencl (2.3.59 - 2.3.59) <044485A4-A50C-34CE-A1F9-35A50CC68313> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff906ef000 -     0x7fff90741ff7  com.apple.Suggestions (3.0 - 137.1) <163A32DE-1E1D-3EBB-9F20-CF64774CF5A6> /System/Library/PrivateFrameworks/Suggestions.framework/Versions/A/Suggestions
    0x7fff90745000 -     0x7fff90746fff  liblangid.dylib (117) <9546E641-F730-3AB0-B3CD-E0E2FDD173D9> /usr/lib/liblangid.dylib

External Modification Summary:
  Calls made by other processes targeting this process:
    task_for_pid: 1
    thread_create: 0
    thread_set_state: 0
  Calls made by this process:
    task_for_pid: 0
    thread_create: 0
    thread_set_state: 0
  Calls made by all processes on this machine:
    task_for_pid: 74484
    thread_create: 1
    thread_set_state: 384

VM Region Summary:
ReadOnly portion of Libraries: Total=264.6M resident=134.3M(51%) swapped_out_or_unallocated=130.3M(49%)
Writable regions: Total=203.6M written=32.2M(16%) resident=59.8M(29%) swapped_out=11.8M(6%) unallocated=143.8M(71%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  6528K
CG image                            300K
CG raster data                     1856K
CG shared images                    244K
CoreAnimation                      1824K
CoreAnimation (reserved)              8K        reserved VM address space (unallocated)
CoreImage                             8K
Foundation                            4K
IOKit                              24.7M
IOKit (reserved)                      4K        reserved VM address space (unallocated)
Kernel Alloc Once                     8K
MALLOC                            147.1M
MALLOC (admin)                       32K
Memory Tag 241                      104K
Memory Tag 242                       12K
Memory Tag 251                       20K
OpenCL                               36K
OpenGL GLSL                        1664K
STACK GUARD                        56.0M
Stack                              13.1M
VM_ALLOCATE                        21.5M
__DATA                             49.8M
__IMAGE                             528K
__LINKEDIT                         70.2M
__TEXT                            194.4M
__UNICODE                           544K
mapped file                        94.4M
shared memory                        68K
===========                      =======
TOTAL                             684.8M
TOTAL, minus reserved VM space    684.8M


Model: MacBookPro11,3, BootROM MBP112.0138.B02, 4 processors, Intel Core i7, 2.3 GHz, 16 GB, SMC 2.19f3
Graphics: Intel Iris Pro, Intel Iris Pro, Built-In
Graphics: NVIDIA GeForce GT 750M, NVIDIA GeForce GT 750M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
Memory Module: BANK 1/DIMM0, 8 GB, DDR3, 1600 MHz, 0x80AD, 0x484D54343147533641465238412D50422020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x134), Broadcom BCM43xx 1.0 (6.30.223.154.65)
Bluetooth: Version 4.2.6f1 14216, 3 services, 23 devices, 1 incoming serial ports
Network Service: USB Ethernet, Ethernet, en4
Serial ATA Device: APPLE SSD SM0512F, 500.28 GB
USB Device: Internal Memory Card Reader
USB Device: AX88x72A
USB Device: Apple Internal Keyboard / Trackpad
USB Device: BRCM20702 Hub
USB Device: Bluetooth USB Host Controller
Thunderbolt Bus: MacBook Pro, Apple Inc., 17.1

make install does nothing

make install (invoked in the top level directory, containing BUILDING, ...) doesn't seem to do anything except produce output; no files are installed anywhere. The program has already been build using make, and seems to work fine.

Cannot view tables which use constraint CHECK ... IN ( .... )

When using a CHECK constraint on a column of a table which uses the IN( ... ) syntax to check that the value exists in a known set of values, the resulting table does not appear to have any columns when viewed at the "Database Structure" tab. Inserting values will still work, as will querying the table manually, but the "Browse Data" tab will show rows without any columns or data.

Example:

CREATE TABLE not_working(
    _id PRIMARY KEY NOT NULL,
    value NVARCHAR(5) CHECK (value IN ('a', 'b', 'c'))
);

CREATE TABLE working(
    _id PRIMARY KEY NOT NULL,
    value NVARCHAR(5) CHECK (value = 'a' OR value = 'b' OR value = 'c')
);

INSERT INTO not_working( _id, value ) VALUES ( 1, 'a' ), ( 2, 'b' ), ( 3, 'c' );
INSERT INTO working( _id, value ) VALUES ( 4, 'a' ), ( 5, 'b' ), ( 6, 'c' );

I'm using version 3.1.0 on Windows 7.

Cannot view table which uses constraint CHECK ... NOT LIKE ...

This is similar to issue #34, except using the construction NOT LIKE. Please note that using a regular LIKE, i.e. without negation, does work.

Example:

CREATE TABLE not_working(
    value TEXT CONSTRAINT "value" CHECK(value NOT LIKE "prefix%")
);

CREATE TABLE working(
    value TEXT CONSTRAINT "value" CHECK(value LIKE "prefix%")
);

INSERT INTO not_working( value ) VALUES( "a" );
INSERT INTO    working( value ) VALUES( "prefixa" );
-- INSERT INTO NotWorking( value ) VALUES( "prefixb" );
-- INSERT INTO    Working( value ) VALUES( "b" );

I'm using the test build posted in the comment by @justinclift in issue #34 on Windows 7.

Create views?

Do we have a way to create Views? Went looking, but couldn't see anything.

Long TEXT values show as (BLOB) since version 3.1.0

Just started using the much-improved v3.1.0 via PortableApps - Thanks!
However, I now find that columns with a declared type of TEXT with values which are UTF-8 strings longer than 1024 bytes now appear as (BLOB), both in the Browse Data tab and in the Execute SQL tab result pane. SQLite returns typeof() as 'text'.
Not sure what the previous PortableApps version was, but it displayed text values as text all the way up to my longest string of about 13K.
Is this a limit that you could consider raising/removing? (browsing/editing BLOB data is a tad less friendly than TEXT data!)

sqlb OSX .app

Is there any reason sqlb does not contain a compiled osx sqlitebrowser.app in its release distribution?

Was thinking maybe a license issue or possibly a security signing which may prevent it running on other machines issue maybe?

Editing BLOB as Text truncates value at first NULL byte

This is more a comment than a bug report, but I noticed this when testing the fix for issue #16.
Suppose you have a BLOB containing multiple null-terminated strings. When you edit the blob, everything is fine as type:Binary, but if you change the type to "Text" in the EditDialog the length of the data remains the same but only the data up to the first null is shown (understandable, but not what the user might expect). Switching back to type:Binary shows all the data again.
However, if you change the data in the type:Text view it is immediately truncated at the first null (the new length shown at the bottom of the EditDialog window), and switching back to type:Binary only shows the truncated data.
I do think it's a valuable facility to be able to edit text within a blob - editing UTF-8 encoded text in hex mode is only fun once :-)

Do we still need Qt built with --with-qt3support ?

At present, our instructions tell people to build Qt with Qt3 support (--with-qt3support).

However, the README mentions Qt3Support has been removed, as one of the changes since SourceForge:

  • Qt3Support was removed

Does Qt really still need compiling with --with-qt3support?

Open Encrypted Database

I can't seem to figure out how to open an encrypted sqlite database? If this is not currently possible, I think it would be an appropriate enhancement.

Thanks!

variable type discrepancy

table is create with episodenb ::
integer not null
but show as
TEXT
in
sqlitebrowser (version 3.1.0, Qt 4.8.5, QSLite 3.7.17).

This is what I use :
create table if not exists episode (
episodeid integer primary key references filmitem (filmid),
serieid integer not null references filmitem (filmid),
seasonnb integer not null,
episodenb integer no null,
title varchar[max],
foreign key (serieid) references serie (serieid)
);"

This is what is dumped by sqlite3 command line:
sqlite> .dump episode
PRAGMA foreign_keys=OFF;
BEGIN TRANSACTION;
CREATE TABLE episode (episodeid integer primary key references filmitem (filmid),serieid integer not null references filmitem (filmid),seasonnb integer not null,episodenb integer no null,title varchar[max],foreign key (serieid) references serie (serieid));
COMMIT;

But sqlitebrowser tells me that:

CREATE TABLE "episode" (
episodeid integer,
serieid integer NOT NULL,
seasonnb integer NOT NULL,
episodenb TEXT,
title varchar[max],
PRIMARY KEY(episodeid)
)

Compile error with new icons

@MKleusberg Oops... compiling is now barfing on the new icons:

/usr/local/Cellar/qt/4.8.6/bin/moc -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I-I/usr/local/include -I-I/usr/local/opt/sqlite/include -I../libs/antlr-2.7.7 -I../libs/qhexedit -I../libs/qcustomplot-source -I../../sqlitebrowser -Irelease -I.ui -F/usr/local/Cellar/qt/4.8.6/lib -D__APPLE__ -D__GNUC__ EditTableDialog.h -o release/moc_EditTableDialog.cpp
clang++ -c -pipe -O2 -arch x86_64 -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtNetwork.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I-I/usr/local/include -I-I/usr/local/opt/sqlite/include -I../libs/antlr-2.7.7 -I../libs/qhexedit -I../libs/qcustomplot-source -I../../sqlitebrowser -Irelease -I.ui -F/usr/local/Cellar/qt/4.8.6/lib -o release/moc_EditTableDialog.o release/moc_EditTableDialog.cpp
make[2]: *** No rule to make target `icons/oldimages/128.png', needed by `release/qrc_icons.cpp'.  Stop.
make[1]: *** [release] Error 2
make: *** [sub-src-make_default] Error 2

Guessing it'll be pretty simple to fix. πŸ˜„

Remember column widths on Browse Data tab?

I tend to browse/edit the same set of databases and tables much of the time (a fairly typical scenario?). Would you consider an enhancement to save the column widths the user has set for a given database+table? Either automatically or, to avoid an infinitely growing list, via a button or a menu option?

No targets specified and no makefile found

maciyepson:~ kutay$ cd foo
maciyepson:foo kutay$ cd sqlitebrowser
maciyepson:sqlitebrowser kutay$ qmake
maciyepson:sqlitebrowser kutay$ make
make: *** No targets specified and no makefile found. Stop.

How can i solve this error?

Preferences ➑ SQL window not large enough on OSX

On (at least) OSX 10.7.5, the default size for the Preferences window isn't big enough to
fit the SQL tab contents easily.

screen shot 2014-04-30 at 2 26 13 am

Ideally the default size should be big enough that the SQL tab contents display properly without manual resizing. (or perhaps the dialog automatically resizes when changing to the SQL tab?)

screen shot 2014-04-30 at 2 29 35 am

Inquiry: package name

Hi,

I'm going to package it into Fedora 20 onwards, I'd like to know which name is better, sqlitebrowser or sqlb?

Thanks.

file contents not shown correctly

I've a sqlite file created with WinCacheBox (geocaching software). However, sqlitebrowser recognizes only a few parts of the file: only for some tables the structure is shown correctly and only for them the contents is displayed. For all others, it knows how many records are there, but cannot display their contents.
I've put a sample file here: https://www.dropbox.com/s/9mayzr3stx389hd/CacheBox.db3

Allow for custom field separator when importing CSV files

A request in one of the SourceForge comments:

I noted the inability to specify a custom field separator character when importing
a CSV file as a table. This may be a minor omission but it prevented me from
undertaking a crucial task.

If it's not hard to add, it sounds useful.

Add translations for other languages

Although this one could be a bit of a pain to initially implement, it would be useful to have the UI text strings be internationalised.

This way we can enable translations of the UI to other languages.

Getting the UI translated would rely on something like Ubuntu Launchpad, Transifex, or whatever else is suitable.

We're already "kind of" in Launchpad already, so we may be able to leverage that for translations:

Formatting an int

One field in the database I'm investigating is described as:
dateTime INTEGER NOT NULL UNIQUE PRIMARY KEY,
It's actually, as the name implies, a Unix time field containing seconds since the epoch. If there any way to display it properly in the browser?

Multilingual support

I am non-professional user that is trying to import csv file that include Hebrew characters.
The file is endorsement of XML file to excel 2010 file and then save as csv file.
After upload the SQL database is not encode Hebrew.
What I need to do in order to see Hebrew in the database?

Hopefully you will help me.
Thanks,
Nir

Grammar: Support BETWEEN in constraints

We currently don't support BETWEEN checks in our column constraints. This breaks the UI for a tables like these:

CREATE TABLE not_working(
    value INT CONSTRAINT "value" CHECK(value BETWEEN 1 AND 5)
);

Keeping issue #40 in mind, it is also worth pointing out that the BETWEEN can also be negated:

CREATE TABLE not_working(
    value INT CONSTRAINT "value" CHECK(value NOT BETWEEN 1 AND 5)
);

Stopped work

The SQLite browser program has stopped working every time I try to open a file and shutsdown

Problem with default values when adding Record

When you try to add a record, it does not use the specified default value for the fields, that are not being entered. To see an example of how this could be accomplished take a look at the firefox plugin SQLite manager (Screenshot added below)
image

Update the version of SQLite bundled with Windows

I recently added a partial index (a new SQLite 3.8 feature) to my database and noticed that SQLite Browser was no longer able to read it. I'm assuming that this is because the 3.1 Windows binary version is still using SQLite 3.7.17.

Since 3.8 is 9 months old now, perhaps it's time to update the bundled version?

New records aren't saved

It seems i'm encoutered a new bug :
I open my database and in a table i click many times on "New Record", many blank rows appears.

I complete theses blank rows then i click "Write Changes" but only the first new record is saved to the disk, all others are cleared !

It appears the same thing if a delete a new record which hasn't be saved or if a i complete the filter, only the first new record appears at the end of the list.

Thanks.

New MailWindow.cpp error during compile

Just got this when trying to compile:

clang++ -c -pipe -O2 -arch x86_64 -fPIC -Wall -W -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_CORE_LIB -DQT_SHARED -I/usr/local/Cellar/qt/4.8.6/mkspecs/unsupported/macx-clang -I. -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtCore.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers -I/usr/local/Cellar/qt/4.8.6/include -I. -Irelease -F/usr/local/Cellar/qt/4.8.6/lib -o release/NoViableAltException.o src/NoViableAltException.cpp
MainWindow.cpp:1565:13: error: unknown type name 'QColorDialog'; did you mean 'QFileDialog'?
            QColorDialog colordialog(this);
            ^~~~~~~~~~~~
            QFileDialog
/usr/local/Cellar/qt/4.8.6/lib/QtGui.framework/Versions/4/Headers/qfiledialog.h:66:20: note: 'QFileDialog'
      declared here
class Q_GUI_EXPORT QFileDialog : public QDialog
                   ^
MainWindow.cpp:1568:40: error: no member named 'getColor' in 'QFileDialog'
            QColor color = colordialog.getColor(precolor, this, tr("Choose a axis color"));
                           ~~~~~~~~~~~ ^
2 errors generated.
make[2]: *** [release/MainWindow.o] Error 1
make[2]: *** Waiting for unfinished jobs....

Seems to have been introduced by da9f248.

Maybe it's due to my Qt version? I have 4.8.6 installed. Can try 5.x if that would be better.

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.