GithubHelp home page GithubHelp logo

jeromelebel / mongohub-mac Goto Github PK

View Code? Open in Web Editor NEW

This project forked from bububa/mongohub-mac

2.4K 89.0 159.0 17.05 MB

Mac Native Mongodb Client

Objective-C 87.95% C 11.22% Shell 0.65% Python 0.18%

mongohub-mac's Introduction

System Requirements

Mac OS X (10.8.x, 10.9.x, 10.10.x), intel 64bit based.

Download

HERE Or you can compile it yourself using Xcode

Build

Just build it, it should work (but let me know if you have an errors or warnings).

Contributors

List of all contributions.

Please send me a pull request!

Current Status

To do list

  • Create a document editor to edit using an outline view (like the plist editor in Xcode)

Current

  • mongo-c-driver 1.1.4
  • Adding a menu "Add Connection With URL…" issue #108
  • Making sure all menu items are disabled when they should not be used
  • Issue to get the document count in the aggregation result
  • Can copy documents with OS X 10.8 and 10.9 thanks to Sergey Basmanov

Beta

History

3.1.5b1 - april 13, 2015

  • mongo-c-driver 1.1.4
  • Adding a menu "Add Connection With URL…" issue #108
  • Making sure all menu items are disabled when they should not be used
  • Issue to get the document count in the aggregation result
  • Can copy documents with OS X 10.8 and 10.9 thanks to Sergey Basmanov

3.1.4 - march 28, 2015

  • Fixing issue to get indexes with Mongodb 3.0 issue #199

3.1.3 - march 28, 2015

3.1.2 - march 28, 2015

  • Fix issue to edit only selected documents in the Find tab

3.1.1 - march 28, 2015

  • Make aggregation tab be the default

3.1 - march 28, 2015

  • Can copy documents in the Find tab
  • Adding support for full screen in a connection window issue #175
  • Adding a preference for the default sort order in the Find tab issue #129
  • Adding a preference to present keys sorted in the Find tab issue #77
  • Display errors from import/export
  • Can import more than 200 documents issue #172
  • Fix for a crash when the ssh drops issue #171
  • New UI to create/drop indexes issue #178
  • Removed duplicate collection name when generating displayed query in the find tab pul #184, thanks to Steve Steiner
  • Showing dates in the outline view in local time zone issue #174
  • Fix to export to mysql
  • Can insert multiple documents in the insert tab with [ { document1 }, { document2 }, ... ]
  • Dropping support for 10.7
  • Dropping support for 32bits
  • Don't open a contextual menu if a sheet is opened issue #183
  • Crash fixed to parse wrong regexp in a json issue #191
  • Documents are copied inside an array (using the pasteboard) issue #195
  • Fix for a crash when the server is not valid issue #196
  • Fix for a crash when changingn the collection name issue #193
  • Fix for a crash when editing a document issue #198
  • Crash fix for issue #200
  • Fix to create a new database with mongodb 3.0 issue #203
  • Better json editor feedback, when saving a document issue #201
  • Copying documents are now in a json array (using the pasteboard) issue #195
  • Support for Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, Number.NaN issue #206
  • Parse correctly keys in a document (now, accepts numbers without quotes)
  • Mongo C Driver 1.1.2
  • Fix to make MongoHub usable again for services like Compose.io/MongoHQ, thanks to Travis Choma

3.1 beta 4 - march 6, 2015

  • Crash fix for issue #200
  • Fix to create a new database with mongodb 3.0 issue #203
  • Better json editor feedback, when saving a document issue #201
  • Support for Number.POSITIVE_INFINITY, Number.NEGATIVE_INFINITY, Number.NaN issue #206
  • Parse correctly keys in a document (now, accepts numbers without quotes)
  • Fix for SCRAM authentification in Mongo 3.0 issue #200

3.1 beta 3 - february 19, 2015

  • Copying documents are now in a json array (using the pasteboard) issue #195
  • Fix for a crash when the server is not valid issue #196
  • Fix for a crash when changingn the collection name issue #193
  • Fix for a crash when editing a document issue #198

3.1 beta 2 - february 4, 2015

  • Better parsing errors in the aggregation tab
  • Avoiding some crashes in the aggregation tab

3.1 beta 1 - january 19, 2015

  • Can copy documents in the Find tab
  • Adding support for full screen in a connection window issue #175
  • Adding a preference for the default sort order in the Find tab issue #129
  • Adding a preference to present keys sorted in the Find tab issue #77
  • Display errors from import/export
  • Can import more than 200 documents issue #172
  • Fix for a crash when the ssh drops issue #171
  • New UI to create/drop indexes issue #178
  • Removed duplicate collection name when generating displayed query in the find tab pul #184, thanks to Steve Steiner
  • Showing dates in the outline view in local time zone issue #174
  • Fix to export to mysql
  • Can insert multiple documents in the insert tab with [ { document1 }, { document2 }, ... ]
  • Dropping support for 10.7
  • Dropping support for 32bits
  • Don't open a contextual menu if a sheet is opened issue #183
  • Crash fixed to parse wrong regexp in a json issue #191

3.0.8 - november 5, 2014

  • Fixing bugs related to DBRef and $ref issue #148

3.0.7 - november 5, 2014

  • Better support for DBRef(), the collection should be an absolute collection issue #148
  • Better display of name connections in the main window issue #72
  • Reopen the main window when coming back to the application (if closed) issue #76
  • Add a dock menu (with all the connections)
  • Can use return key to start a search in the find tab issue #100

3.0.6 - october 30, 2014

  • Autoreconnect the ssh tunnel when it is down
  • Changing the shortcut from ⌘→ and ⌘← to ⌥⌘→ and ⌥⌘← to get next and previous results in the find tab issue #162
  • Issue to upgrade from old version (2.3.2) issue #166

3.0.5 - october 23, 2014

  • Issue to edit 2 connections, one after the other
  • Problem to migrate data store from 2.6.x to 3.0.x issue #153

3.0.4 - october 22, 2014

  • Crash in the Monitor Activity issue #155
  • Adding Next and Previous buttons issue #149
  • Adding auto expand popup button to view results
  • Crash closing the connection editor window while it is not a sheet
  • Field filter now uses json (example : { field_to_see: 1, field_to_filter_out: 0 }) issue #116
  • Don't show twice the collection name in the query (in the update tab) issue #158
  • Avoiding a crash on 10.7 issue #157 (I will drop the support of 10.7 soon)

3.0.2 - october 21, 2014

  • Adding back the activity monitor (in the toolbar) issue #152
  • Display correctly errors (if any) while saving a document
  • Fixing few issues while editing the criteria in the remove tab issue #151
  • Better support for DBRef
  • Problem to autosave the toolbar in the connection window
  • Maybe a fix for ssh problems issue #146
  • Issue with default filename when doing file export

3.0.1 - october 17, 2014

  • Fixing issue with passwords that contain some specific characters issue #147

3.0 - october 17, 2014

  • SSL Working
  • Fix for a crash when having problem to parse a json issue #125
  • Support for functions and scope functions issue #120
  • Fix to connect to mongoHQ issue #124
  • Better support for primary and secondary in replica set
  • Migrate SSH password into the keychain issue #106
  • Migrate database password into the keychain issue #106
  • Fix for adding a database with more than one server connected (the database was created on all servers)
  • Fix for adding a collection with more than one server connected (the collection was created on all servers)
  • Adding contextual menu in the main window
  • Display glitch fixed in the connection window
  • Adding a log window
  • Accept connecting to secondary server issue #113
  • Can change font and colors in the json editor and font issue #135
  • cmd-w should close the current tab issue #119
  • Better support for tunneling with replica set/sharding
  • Can copy/paste mongodb URI issue #108
  • Adding support for timeout parameter in URL
  • Update some images to be high resolution issue #54
  • Adding contextual menu in the database/collection list
  • Can renaming a collection
  • Closing tabs when dropping a collection/database
  • Nicer update panel issue #142
  • Workaround for corrupted bson
  • Always check for debug updates on a debug version
  • Fixing memory leaks
  • A little faster to display a thousand collections in a database

2.7 beta 21 - october 15, 2014

  • Workaround for corrupted bson

2.7 beta 20 - october 15, 2014

  • Disable the remove operator button when needed

2.7 beta 19 - october 15, 2014

  • Adding more update operator in the update tab
  • Workaround for corrupted bson
  • Always check for debug updates on a debug version

2.7 beta 18 - october 14, 2014

  • Fixing memory leaks
  • Better UI for dropping collections/databases
  • Moving the timeout in the application preference
  • Nicer update panel

2.7 beta 17 - october 8, 2014

  • Display (in the log window) the correct error number if the connection failed
  • Can renaming a collection
  • Closing tabs when dropping a collection/database
  • Connection issues fixed issue #126

2.7 beta 16 - october 5, 2014

  • Adding back the edit icon in the main window
  • Adding contextual menu in the database/collection list
  • Workaround for connection problem

2.7 beta 15 - october 4, 2014

2.7 beta 14 - october 4, 2014

2.7 beta 13 - september 29, 2014

  • Support for URI pasted in the main window
  • Adding support for timeout parameter in URL

2.7 beta 12 - september 2, 2014

  • Fix in the close button of a connection window

2.7 beta 11 - september 2, 2014

  • Adding a log window
  • Accept connecting to secondary server issue #113
  • Can change font and colors in the json editor and font issue #135
  • cmd-w should close the current tab issue #119
  • Better support for tunneling with replica set/sharding

2.7 beta 10 - august 27, 2014

  • Display glitch fixed in the connection window

2.7 beta 9 - august 26, 2014

  • SSL fix

2.7 beta 8 - august 25, 2014

  • Migrate SSH password into the keychain issue #106
  • Migrate database password into the keychain issue #106
  • Fix for adding a database with more than one server connected (the database was created on all servers)
  • Fix for adding a collection with more than one server connected (the collection was created on all servers)
  • Adding contextual menu in the main window
  • Can copy mongodb URI
  • Adding the option for weak SSL certificate

2.7 beta 7 - july 23, 2014

  • Fix for a problem to parse json (bug introduced in 2.7)

2.7 beta 6 - july 21, 2014

  • SSL was activated for all connections

2.7 beta 5 - july 19, 2014

  • Fix for ports higher than 32767 (bug introduced in 2.7)

2.7 beta 4 - july 18, 2014

  • SSL Working

2.7 beta 3 - june 13, 2014

2.6.2 - june 12, 2014

  • Be able to downgrade from 2.7 beta
  • Avoid automatic correction from Mac OS X while typing a new document issue #121 (Thanks to Anthony Williams with pull request #122)
  • Avoid automatic correction from Mac OS X while typing map/reduce functions

2.7 beta 1 and 2 - june 11, 2014

  • Avoid automatic correction from Mac OS X while typing a new document issue #121 (Thanks to Anthony Williams with pull request #122)
  • Avoid automatic correction from Mac OS X while typing map/reduce functions
  • Better support for primary and secondary

2.6 - april 17, 2014

  • Support for tengen json
  • Progress bar while importing/exporting to/from file
  • A lot of fix to convert dates with milliseconds into json and parse dates with milliseconds
  • Using more sheets instead of modal panels
  • Few crashes fixed
  • More checks to make sure a document is parsed correctly (and therefore there is no modification while converting a document into json and parsing again the json)
  • Better support for long integer vs integer

2.6 beta 6 - january 16, 2014

  • Using a sheet to remove a connection
  • Removing a crash when trying to remove some documents (with the tab)
  • Better way to make sure we don't modify a document, and better way to notify it to the user
  • Using sheet to add a database or a collection

2.6 beta 5 - december 15, 2013

  • Fixing connection icon display at launch
  • Json export/import working
  • A better test to make sure no data are corrupted while editing a document

2.6 beta 4 - november 21, 2013

  • Make sure we don't mixup double and integer type (while editing a document)
  • Trying to explain to the user if a document might be changed while editing it

2.6 beta 3 - november 21, 2013

  • Correct support for integer and long integer type (no more mix up)

2.5.15 - november 17, 2013

  • Removing an assert (while editing a document) with too much false positive
  • Connection editor window is displayed as a sheet
  • Can duplication a connection issue #75
  • Short cut to delete a connection (command-backspace) issue #69

2.5.14 - november 16, 2013

  • Using the ssh-agent when having passphrase issue #93 (thanks for Nick Brook's help)
  • Fix from a bug introduced in 2.5.13(107), problem to tab away the document outline view to the delete button issue #97
  • Better error reporting for find, update or delete (thanks to Johannes Schriewer)
  • Fix for database with no name issue #101
  • Fix for generating/parsing json with a date with milliseconds issue #102
  • Adding a preference panel to choose to get beta version (this will support tengen json)
  • Dropping support for Mac OS X 10.6.x

2.5.13(107) - october 19, 2013

  • Can type any value without double quote in the search field, it will be replaced by { "_id": "" }
  • Adding support for retina display (thanks to Patryk Kasperski)
  • Following the strict json for undefined value according to extended json (now, exporting and parsing undefined as { "$undefined": true }
  • Fixing a crash when trying to save an invalid json document

2.5.12(106) - september 8, 2013

  • New build to fix the font problem in the query window issue #91

2.5.11(105) - september 7, 2013

  • Default port was not set (thanks to undancer) issue #89

2.5.10(104) - june 11, 2013

  • Problem to convert a double from bson to json and back to bson (bis)
  • Adding support to minKey and maxKey (thanks for castiel's help)

2.5.9(103) - june 11, 2013

  • Problem to convert a double from bson to json and back to bson

2.5.8(102) - june 11, 2013

  • Crash while opening a collection that contains a data (introduced in 2.5.6)

2.5.7(101) - june 6, 2013

  • Drop database/collection default action must be "No" issue #65
  • New Connection window doesn't use 127.0.0.1:27017 by default issue #60
  • Double values are truncated while being edited

2.5.6(100) - may 19, 2013

  • Unable to reopen connection window after it is closed issue #63
  • Horizontal and vertical paddings between "New connection" button and window border must be equal issue #68
  • Binary should be imported and exported as base64 (instead of hexa)
  • Accept queries with objectid between double quotes
  • Bug fix when the mongo host port was left with the default value (while using ssh tunneling) issue #78
  • ssh tunnel is a lot faster to open the connection now

2.5.5(99) - march 3, 2013

  • Problem to modify ssh parameters while editing an existing connection (fields were disabled)
  • Multi update checkbox added for updates (thanks to Tom Bocklisch)
  • Bug fix to export mongo to sql: crash while exporting issue #58
  • ObjectId should be in lower case issue #55
  • Confirm dialog before connection delete (thanks to falsecz) #57

2.5.4(98) - november 1, 2012

  • Fix to display Undefined values issue #49
  • Fix to avoid a crasher with disconnecting from a server while using ssh tunneling issue #48
  • Use ⌘ to avoid the confirmation panel in the remove tab (either while clicking or pressing the return key)

2.5.3(97) - september 4, 2012

  • No more setting for bind address and bind port (bind address is 127.0.0.1 and bind port will be choosen automatically from 40000 or higher) issue #19
  • Fix for a crasher when the network goes down issue #42
  • Changing from red to green (except for remove) issue #44
  • Adding a confirmation dialog correctly when removing all documents issue #33
  • Some cleanup for the connection editor, thanks to Alex Shteinikov (idooo)

2.5.2(96) - july 15, 2012

  • Fix: Some UTF8 characters became invisible while editing a document
  • Fix: Some problems with updating colors while editing
  • Open only one document window for each document
  • Close all document windows when close a collection
  • Fix: Making sure the collection outline selection always match the collection tab selection (to make sure Fred doesn't make any mistake)
  • Fix: a blank query will not remove documents anymore. Please use at least '{}'
  • Fix: problem to import documents with array in it issue #39
  • Adding multiple document selection
  • Adding document drag

2.5.1(95) - june 21, 2012

  • Fix for issue #36 (open a second time the same database tab)
  • Trying to make sure we don't make a mistake between the tab opened and the selection in the database outline view (special for fred)

2.5(94) - may 27, 2012

  • Fix for the limit and skip field (limited to 9999) issue #30
  • Adding tabs

2.4.19(93) - may 23, 2012

  • Trying to keep type (integer and float) the same as much as possible (when editing a document) issue #35
  • Crash fixed when opening a collection with documents that has no "_id" and "name" issue #24

2.4.18(92) - may 10, 2012

  • Fix crasher when error issue #31
  • Fix to use an authenticated database

2.4.17(91) - may 5, 2012

  • Fix to parse binary values
  • Fix to parse an hash with $type
  • Changing "upset" to "upsert"
  • Fix from billybobuk to get the database list when having auth
  • Adding header in the data outline view
  • Fix to add a document with structures inside an array issue #28

2.4.16(90) - jan 29, 2012

  • Adding autosave for the connection list window
  • Adding back the index icon
  • Better error message when not having the authorization to get the server status
  • Crash fixed when not having the authorization to get the server status

2.4.15(89) - dec 30, 2011

  • Crash fixed when remove all documents : issue #18
  • Change minimum size of MainMenu window to avoid display bug (thanks ohardy)
  • Bug fixes (thanks ohardy)
  • Double click on database name collapse or expand item (thanks ohardy)

2.4.14(88) - dec 23, 2011

  • Adding full-screen support (lion only), thanks callumj
  • Fix when you don't have the right to get the database list (you need to set the database you want to use in the connection panel)

2.4.13(87) - nov 30, 2011

- Key order is preserved in a document
  • Support for UTF-8
  • Fix for Mysql import/export
  • Support for symbol type
  • fix for the UI selection in the connection window

2.4.12(86) - nov 22, 2011

  • Problem to update document with boolean values and regexp values

2.4.11(85) - nov 22, 2011

  • Toolbar items are enabled/disabled according to the selection
  • Connecting to localhost is not an issue anymore
  • Bug to parse json with arrays

2.4.10(84) - nov 19, 2011

  • Bug to add a new connection

2.4.9(83) - nov 18, 2011

  • Changing the NSBundle application id
  • Database stats works again
  • History combo-box for the criteria
  • Fix to use database with an admin user/password

2.4.8(82) - nov 1, 2011

  • Problem to display and parse date types

2.4.7(81) - nov 1, 2011

  • Connections are sorted after being loaded (still not sorted after being updated)
  • Adding short cuts to delete a document or an index (Command+delete)
  • Adding tooltips for the buttons with short cuts
  • Queries are sorted by default
  • Problem to display regex and timestamp values in documents

2.4.6(80) - oct 28, 2011

  • Can insert an array of documents
  • MapReduce feature working
  • Fix for parsing: "$oid":"4E9321AF3768CF514A00000C"}
  • Crash when getting stats for some servers
  • New outline view for the databases and collections

2.4.5(79) - oct 22, 2011

  • Fix to parse { "empty_array": [], "zob": 1}
  • Fix to parse { "empty_hash": {}, "zob": 1}
  • Implementing reIndex

2.4.4(78) - oct 20, 2011

  • Can create indexes with the UI
  • Can remove indexes with the UI
  • Fix to parse { "_id": { "$oid" : "4E9807F88157F608B4000002" }, "_type": "Activity" }
  • Fix to edit a document when "_id" is an objectid

2.4.3(77) - oct 17, 2011

  • Fix to parse { "toto" : [ { "1" : 2 }, { "2" : 3 } ] }
  • Display errors (if any) when inserting a document
  • Display errors (if any) when removing a document
  • Fix to remove a document
  • Search for updates at each launch

2.4.2(76) - oct 15, 2011

  • Crash fixed when using an authenticated database
  • Show all the databases when using authentication
  • Use "admin" database when there is no database set for the authentication
  • Crash fixed when searching for mongo document with "{ "$oid" : "4E40C5111F85DD1BE9FAF825" }"
  • Adding the error message when the search criteria is invalid
  • Trying to be nice to complete your criteria. To search for an id, you can either type:
  • 123
  • "abc"
  • "$oid" : "123"
  • {"$oid" : "123"}
  • Adding Command-R in the index view to reload the index list

[Update 2.4.1(75)]

  • Can do export and import (mysql)

[Update 2.3.2]

  • Fixed a bug in jsoneditor related to Date() object;
  • Add import/export to JSON/CSV functions;
  • Add support for ssh access use public key;
  • Add a function to remove single record in find query window;
  • Fixed a bug to create collection in a database which doesn't have collection;

[Update 2.3.1]

  • Fixed a bug in jsoneditor related to Date() object;
  • Add execution time in find panel;
  • Add reconnect support;
  • Fixed a bug in remove function.

[2.3.0]

  • Add mongo stat monitor;
  • Add replica set connection support;
  • Add reconnect support;
  • Add an JSON editor for found results with syntax highlight;
  • More flexible query style in find window;
  • Fixed long long int value overflow;
  • Fixed application crash during open/close connection window.

[2.2.0]

  • SSH Tunnel connection support;
  • Fixed a bug in display ObjectID type fields;
  • Fixed some UI bugs;
  • Fixed some memory leaks and random crashes;
  • Add confirm panel before drop database or collection;
  • Run queries in a seperate thread so that won't block the UI;
  • Fixed a bug to install on some 10.6.x(64bit) system.

[2.1.0]

  • Auto expand and collaspe finding results;
  • Display Date_t or Timestamp as GMT time format;
  • Fixed a bug in display ObjectIds in Array element;
  • Import data from mysql database to mongodb;
  • Export data from mongodb to mysql database.

[2.0.9]

  • Add support for mongohq.com;
  • Changed update behavior;
  • Fixed a bug to detect NumberLong type of BSONElement;
  • Fixed a bug in Array type of BSONElement.

[2.0.8]

  • Fix several UI bugs in Query Window;
  • Fix bugs in Find Query and Update Query;
  • Fix bugs related to ObjectId;
  • Fix copy&paste bugs.

[2.0.7]

  • Add sparkle framework to check application updates.

[2.0.6]

  • fixed some UI bugs;
  • add admin auth support.

mongohub-mac's People

Contributors

abitgone avatar bububa avatar falsecz avatar faulkner avatar idooo avatar jeromelebel avatar joprice avatar ohardy avatar ssteinerx avatar tmbo avatar travischoma avatar undancer avatar xeraa 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

mongohub-mac's Issues

Display fields as columns in query window

My #1 feature request for MongoHub:

  1. In the query window, change "Fields" to "Filter By" and add a new text field called "Display Fields"
  2. "Filter By" works just like it does today. It's just a name change.
  3. Every field that the user lists in "Display Fields", creates a column in the search results with the field name as the column name.
  4. Every search result (if it contains a value for that field), is displayed in the appropriate column.

This would make MongoHub an invaluable tool for daily work! Please implement it.

Regex queries do not work

Version: MongoHub 2.5.3(97)

Regular expression queries do not work:

e.g.

Query or is {"name": /^Robert/}

yields this error message:

Error
unexpected char in the current parser context - "{"name": /^Robert/}"

Can only open one connection at a time

I have two connections saved, Connection A and Connection B.

If Connection A is already open, when I attempt to open Connection B, the new window will have the appropriate title, but will actually connect to A.

Binaries for this fork?

(Apologies for filing this as an issue.)

I haven't had any luck building this, but based on the commits, boy would I like to. Anyone have binaries for 10.6/7 they can share?

Cannot insert into collection that is one letter long

I've discovered if I try and insert into a collection that is one letter long, ie:

mydatabase.s

the insert fails with an error of:

Haven't had time to get to looking much but it seems to be coming from mongo_insert_batch() as the collection name given by: [_absoluteCollectionName UTF8String] is returning a correct collection name..

Importing data from file incorrect for arrays

When importing data from a file created by the export to file functionality, something goes wrong. When a document has an array of subdocuments, then that array is incorrectly imported, causing the array to only have 1 item in it. The MongoHub GUI displays everything correctly though, so this issue isn't apparent. But when you query your collection through the shell or any other client, you can see the difference.

Crashing as soon as a collection (on Master DB) is selected

Hi there, thanks for your efforts to develop mongohib further. I encountered a issue i couldn't track down. There are three different databases which work fin in the old MongoHub Application. Using your application one database can be accessed as usual - The two other are a master slave setup. I cant read the slave and as soon as i try to open a collection on the master the app crashes.

Strange behavior

Hi,

since the last updates I have a very strange behavior :

I have two environnements local, and remote.

IF I don't launch mongohub my local application get data from my local mongo instance, but when I launch mongohub (and connect to my remote mongo instance), my local application get data from the remote mongo instance O_o.

Anyone having the same behavior ?

It seems related to the localhost correction.

changes integers to doubles

Hi,

we had a problem with our application because we updated some documents using Mongohub :(
The problem is, that our app saves some attributes as Integers. It's very important to us, that they will be integers later.
When updating a document integers become doubles. Do you have an idea what we can do to change this?

best regards,
gambo

unexpected char in the current parser context -

Any time I try to query a collection using the following syntax, I see the above error.

For example the query {"_mentor":ObjectId("123456")} returns:

unexpected char in the current parser context - ""_mentor":ObjectId(""

$regex query

Hi there,

Can you tell me how to do a regex with your code, in the old mongohub it was {"value":{$regex:"value"}} but this doesn't work now, I download the source and noticed that you've move from the c++ driver to the c driver. It is still possible to do a regex query?
I think its just a parsing problem as it says there is a unrecognized char.

Thanks

Can't open query tab after closing

expand a database, double click a collection to open the query tab for that collection (or select the collection and click the query button), close the query tab, double click the collection again (or select the collection and click the query button)

Expected result: The query tab should open again
Actual result: no query tab is opened

In order to query a collection again I need to restart mongohub

Booleans always get set to "TRUE"

Whenever I want to save an object that contains Boolean values, they all get set to TRUE:
{ "_id": { "$oid" : "4EA5B26DD3C4E9E408000005" }, "created_at": { "$date": 1319481966000.000000 }, "description": "Startpage 3", "has_body_bg": false, "has_header_bg": false, "has_news_teasers": true, "has_property_teasers": true, "has_teaser_teasers": true, "name": "Startpage 3", "photo_uid": "startpages/5aab7780e09e012e6c59109adda020fd", "start_id": 3, "updated_at": { "$date": 1319481965000.000000 } }

becomes
{ "_id": { "$oid" : "4EA5B26DD3C4E9E408000005" }, "created_at": { "$date": 1319481966000.000000 }, "description": "Startpage 3", "has_body_bg": true, "has_header_bg": true, "has_news_teasers": true, "has_property_teasers": true, "has_teaser_teasers": true, "name": "Startpage 3", "photo_uid": "startpages/5aab7780e09e012e6c59109adda020fd", "start_id": 3, "updated_at": { "$date": 1319481965000.000000 } }
No matter what I enter for any of the Boolean values. :(

Doesn't list DB's when connecting to remote server

Hi,

Just installed the newest binary (infact also tried the latest source from master compiled).. and when connecting locally to my mongod, it listed all the db's however when connecting to a remote server (using just IP / user / pass) it only listed the admin DB...

In the config of the connection - I tried putting in the name of one of my DB's and it came back with auth failed which seemed wrong considering that it works in php fine..

Any ideas about the bug? Running mongodb 2.0.2 both locally and on the remote

key order are not preserved in an hash

When a document is updated, the key order is no preserved. For example, edit a document like :
{
"b":"b",
"a":"a"
}

it wil be saved as :
{
"a":"a",
"b":"b"
}

Updating objects with Date fields converts Date to Double

Whenever I try to update an object that contains a Date field, saving the object converts the Date field into a Double field, thereby breaking the integrity of the object and losing data:

{ "_id": { "$oid" : "4EAE9E348157F60B8E000001" }, "_type": "Activity", "activity_type": "update_client", "created_at": 1320066612000.000000, (Date) "updated_at": 1320066612000.000000 (Date) }

becomes

{ "_id": { "$oid" : "4EAE9E348157F60B8E000001" }, "_type": "Activity", "activity_type": "update_client", "created_at": 1320066612000, (Double) "updated_at": 1320066612000 (Double) }

Besides, the representation is kind of user-unfriendly, because with a timestamp like the one above you can hardly edit the Date object without always converting every difference into seconds.

crash

Process: MongoHub [85079]
Path: /MesApps/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.5.3 (97)
Code Type: X86-64 (Native)
Parent Process: launchd [70543]

Date/Time: 2012-09-18 11:35:36.411 +0200
OS Version: Mac OS X 10.7.4 (11E53)
Report Version: 9

Interval Since Last Report: 178391 sec
Crashes Since Last Report: 33
Per-App Interval Since Last Report: 236713 sec
Per-App Crashes Since Last Report: 1
Anonymous UUID: 135C0FB2-A693-4654-8C9A-1AC180ECA58A

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[85079]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[NSEvent outlineView:objectValueForTableColumn:byItem:]: unrecognized selector sent to instance 0x10462e700'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8b547f56 exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8dbe8d5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8b5d41be -[NSObject doesNotRecognizeSelector:] + 190
3 CoreFoundation 0x00007fff8b534e23 __forwarding
+ 371
4 CoreFoundation 0x00007fff8b534c38 _CF_forwarding_prep_0 + 232
5 AppKit 0x00007fff85716af6 -[NSOutlineView _dataSourceValueForColumn:row:] + 92
6 AppKit 0x00007fff85705817 -[NSTableView preparedCellAtColumn:row:] + 437
7 AppKit 0x00007fff85716910 -[NSOutlineView preparedCellAtColumn:row:] + 57
8 AppKit 0x00007fff85716821 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
9 AppKit 0x00007fff8571679b -[NSOutlineView _drawContentsAtRow:column:withCellFrame:] + 94
10 AppKit 0x00007fff85714c88 -[NSTableView drawRow:clipRect:] + 1647
11 AppKit 0x00007fff85714465 -[NSTableView drawRowIndexes:clipRect:] + 565
12 AppKit 0x00007fff85714225 -[NSOutlineView drawRowIndexes:clipRect:] + 116
13 AppKit 0x00007fff85712587 -[NSTableView drawRect:] + 1390
14 AppKit 0x00007fff8567aa67 -[NSView _drawRect:clip:] + 3995
15 AppKit 0x00007fff85678719 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 3020
16 AppKit 0x00007fff85684ed4 -[NSTableView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 74
17 AppKit 0x00007fff8567920a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
18 AppKit 0x00007fff8567920a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
19 AppKit 0x00007fff8567920a -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
20 AppKit 0x00007fff8567286f -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
21 AppKit 0x00007fff8566b2ed -[NSView displayIfNeeded] + 1676
22 AppKit 0x00007fff85670452 -[NSClipView _immediateScrollToPoint:] + 6533
23 AppKit 0x00007fff8566ea35 -[NSClipView scrollToPoint:] + 239
24 AppKit 0x00007fff8575c90b -[NSScrollView scrollClipView:toPoint:] + 266
25 AppKit 0x00007fff8575c6ae -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1497
26 AppKit 0x00007fff8575f687 -[NSClipView _scrollTo:animate:] + 27
27 AppKit 0x00007fff85d9c8d1 __-[NSScrollView _snapRubberBand]_block_invoke_2 + 1536
28 AppKit 0x00007fff85d0e94a ____NSPeriodicInvokerScheduled_block_invoke_2 + 53
29 libdispatch.dylib 0x00007fff8e7d5a86 _dispatch_call_block_and_release + 18
30 libdispatch.dylib 0x00007fff8e7d7dd3 _dispatch_after_timer_callback + 16
31 libdispatch.dylib 0x00007fff8e7da497 _dispatch_source_invoke + 649
32 libdispatch.dylib 0x00007fff8e7d7143 _dispatch_queue_invoke + 71
33 libdispatch.dylib 0x00007fff8e7d78c3 _dispatch_main_queue_callback_4CF + 257
34 CoreFoundation 0x00007fff8b4dce7c __CFRunLoopRun + 1724
35 CoreFoundation 0x00007fff8b4dc486 CFRunLoopRunSpecific + 230
36 HIToolbox 0x00007fff82bc64d3 RunCurrentEventLoopInMode + 277
37 HIToolbox 0x00007fff82bcd781 ReceiveNextEventCommon + 355
38 HIToolbox 0x00007fff82bcd60e BlockUntilNextEventMatchingListInMode + 62
39 AppKit 0x00007fff8562ee31 _DPSNextEvent + 659
40 AppKit 0x00007fff8562e735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
41 AppKit 0x00007fff8562b071 -[NSApplication run] + 470
42 AppKit 0x00007fff858a7244 NSApplicationMain + 867
43 MongoHub 0x0000000100012c52 main + 34
44 MongoHub 0x0000000100002144 start + 52
45 ??? 0x0000000000000002 0x0 + 2
)

terminate called throwing an exception
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8b8aace2 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff862a27d2 pthread_kill + 95
2 libsystem_c.dylib 0x00007fff86293a7a abort + 143
3 libc++abi.dylib 0x00007fff8f06a7bc abort_message + 214
4 libc++abi.dylib 0x00007fff8f067fcf default_terminate() + 28
5 libobjc.A.dylib 0x00007fff8dbe91b9 _objc_terminate + 94
6 libc++abi.dylib 0x00007fff8f068001 safe_handler_caller(void (*)()) + 11
7 libc++abi.dylib 0x00007fff8f06805c std::terminate() + 16
8 libc++abi.dylib 0x00007fff8f069152 __cxa_throw + 114
9 libobjc.A.dylib 0x00007fff8dbe8e7a objc_exception_throw + 327
10 com.apple.CoreFoundation 0x00007fff8b5d21b9 -[NSException raise] + 9
11 com.apple.AppKit 0x00007fff8567058f -[NSClipView _immediateScrollToPoint:] + 6850
12 com.apple.AppKit 0x00007fff8566ea35 -[NSClipView scrollToPoint:] + 239
13 com.apple.AppKit 0x00007fff8575c90b -[NSScrollView scrollClipView:toPoint:] + 266
14 com.apple.AppKit 0x00007fff8575c6ae -[NSClipView _scrollTo:animateScroll:flashScrollerKnobs:] + 1497
15 com.apple.AppKit 0x00007fff8575f687 -[NSClipView _scrollTo:animate:] + 27
16 com.apple.AppKit 0x00007fff85d9c8d1 __-[NSScrollView _snapRubberBand]_block_invoke_2 + 1536
17 com.apple.AppKit 0x00007fff85d0e94a ____NSPeriodicInvokerScheduled_block_invoke_2 + 53
18 libdispatch.dylib 0x00007fff8e7d5a86 _dispatch_call_block_and_release + 18
19 libdispatch.dylib 0x00007fff8e7d7dd3 _dispatch_after_timer_callback + 16
20 libdispatch.dylib 0x00007fff8e7da497 _dispatch_source_invoke + 649
21 libdispatch.dylib 0x00007fff8e7d7143 _dispatch_queue_invoke + 71
22 libdispatch.dylib 0x00007fff8e7d78c3 _dispatch_main_queue_callback_4CF + 257
23 com.apple.CoreFoundation 0x00007fff8b4dce7c __CFRunLoopRun + 1724
24 com.apple.CoreFoundation 0x00007fff8b4dc486 CFRunLoopRunSpecific + 230
25 com.apple.HIToolbox 0x00007fff82bc64d3 RunCurrentEventLoopInMode + 277
26 com.apple.HIToolbox 0x00007fff82bcd781 ReceiveNextEventCommon + 355
27 com.apple.HIToolbox 0x00007fff82bcd60e BlockUntilNextEventMatchingListInMode + 62
28 com.apple.AppKit 0x00007fff8562ee31 _DPSNextEvent + 659
29 com.apple.AppKit 0x00007fff8562e735 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
30 com.apple.AppKit 0x00007fff8562b071 -[NSApplication run] + 470
31 com.apple.AppKit 0x00007fff858a7244 NSApplicationMain + 867
32 com.fotonauts.MongoHub 0x0000000100012c52 main + 34
33 com.fotonauts.MongoHub 0x0000000100002144 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8b8ab7e6 kevent + 10
1 libdispatch.dylib 0x00007fff8e7d778a _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff8e7d631a _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8b8a967a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8b8a8d71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8b4d450c CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8b4dcc74 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8b4dc486 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8980ffd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6 com.apple.Foundation 0x00007fff8980472a -[NSThread main] + 68
7 com.apple.Foundation 0x00007fff898046a2 __NSThread__main
+ 1575
8 libsystem_c.dylib 0x00007fff862a08bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff862a3b75 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8b8aadf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff8b525c8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff862a08bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff862a3b75 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8b8ab192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff862a2594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff862a3b85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8b8ab192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff862a2594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff862a3b85 start_wqthread + 13

Thread 6:

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfcee8 rdx: 0x0000000000000000
rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfcf10 rsp: 0x00007fff5fbfcee8
r8: 0x00007fff72734fb8 r9: 0x00007fff5fbfc978 r10: 0x00007fff8b8aad0a r11: 0xffffff80002da8d0
r12: 0x00007fff8dbdd100 r13: 0x00000001005b1080 r14: 0x00007fff72737960 r15: 0x00007fff5fbfd060
rip: 0x00007fff8b8aace2 rfl: 0x0000000000000246 cr2: 0x0000000101e15000
Logical CPU: 0

Binary Images:
0x100000000 - 0x100085fff +com.fotonauts.MongoHub (2.5.3 - 97) <43E6DC14-8DFA-375B-A21B-32AA4ECE65C5> /MesApps/MongoHub.app/Contents/MacOS/MongoHub
0x1000f5000 - 0x10013dfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /MesApps/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100159000 - 0x100170fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /MesApps/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100189000 - 0x100256fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /MesApps/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
0x1002db000 - 0x1003befff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101993000 - 0x101999fef libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <303313AD-2D57-37A5-922B-3194C5DCD007> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1019a0000 - 0x1019a3ff7 libCoreFSCache.dylib (??? - ???) <70D5EB80-24F5-3837-9302-EBD4CFCE5CBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1019ef000 - 0x1019efffd +cl_kernels (??? - ???) <2EFAEF1B-1930-4C47-895A-899CDD92DF8B> cl_kernels
0x1019f5000 - 0x1019f6ffc +cl_kernels (??? - ???) <5D5016C0-DBE9-44EE-B9F2-45BE7CD0ECBF> cl_kernels
0x1019fc000 - 0x1019fdff3 +cl_kernels (??? - ???) <4B8CE85D-BED8-4085-B8A3-272BEBC07217> cl_kernels
0x101f8c000 - 0x101f8cff5 +cl_kernels (??? - ???) <7ACF0715-C34D-4A33-82F1-6C3118E909E8> cl_kernels
0x103fb1000 - 0x103fb1ff5 +cl_kernels (??? - ???) cl_kernels
0x103fd7000 - 0x103fd8ff3 +cl_kernels (??? - ???) cl_kernels
0x103ff0000 - 0x103ff0ffd +cl_kernels (??? - ???) <831D1208-5CF3-44C4-A587-AC68DBD453A2> cl_kernels
0x104700000 - 0x104793ff7 unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x1096fc000 - 0x10978eff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x1097c6000 - 0x109857ff7 unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <2683BD70-B7EE-3A60-A39C-2360B3C2A301> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff61197000 - 0x7fff611cbbaf dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
0x7fff82028000 - 0x7fff82029ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff82084000 - 0x7fff82086fff libquarantine.dylib (36.6.0 - compatibility 1.0.0) <0EBF714B-4B69-3E1F-9A7D-6BBC2AACB310> /usr/lib/system/libquarantine.dylib
0x7fff82087000 - 0x7fff8208cfff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff820a2000 - 0x7fff82147fff com.apple.ink.framework (1.4 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff82148000 - 0x7fff82575fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff82576000 - 0x7fff8257aff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8257b000 - 0x7fff825b5fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff825b6000 - 0x7fff82626fff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff82627000 - 0x7fff8269afff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff8269b000 - 0x7fff826d6fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff826d7000 - 0x7fff826deff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff826df000 - 0x7fff826e8ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff826e9000 - 0x7fff826ecfff libCoreVMClient.dylib (??? - ???) <934D0D11-C34F-3C06-A352-21BB8FFE9774> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff826f1000 - 0x7fff82703ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff82704000 - 0x7fff82704fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff82762000 - 0x7fff8276dff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8276e000 - 0x7fff827a1ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff827a5000 - 0x7fff827a6ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff827a7000 - 0x7fff82839ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8283a000 - 0x7fff8292ffff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff82930000 - 0x7fff8298cff7 com.apple.HIServices (1.21 - ???) <9645CFA8-63BE-3A0D-A636-56D9827E6C8C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff829c5000 - 0x7fff829dbfff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff829f9000 - 0x7fff82a38ff7 libGLImage.dylib (??? - ???) <49BB4404-68F1-3839-A5C9-983405B59F52> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff82a4a000 - 0x7fff82b4cfff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff82bc4000 - 0x7fff82ef0ff7 com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff82ef1000 - 0x7fff82ef5fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff82f61000 - 0x7fff82f61fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff82f62000 - 0x7fff830ecff7 com.apple.WebKit (7534.56 - 7534.56.5) /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff830ed000 - 0x7fff832effff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff8337f000 - 0x7fff834d8fff com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff834d9000 - 0x7fff83541ff7 com.apple.audio.CoreAudio (4.0.2 - 4.0.2) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff83557000 - 0x7fff83565ff7 libkxld.dylib (??? - ???) /usr/lib/system/libkxld.dylib
0x7fff83566000 - 0x7fff83586fff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff83657000 - 0x7fff8365afff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8365b000 - 0x7fff83660fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff83661000 - 0x7fff83667fff libGFXShared.dylib (??? - ???) <8A61FA67-EB3C-319D-AE3C-64936FB26BAC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff836b6000 - 0x7fff83c9afff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff83c9b000 - 0x7fff83cc6fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff84165000 - 0x7fff84218ff7 com.apple.CoreText (220.20.0 - ???) <0E979362-15E4-3955-BF54-B5961361D1CC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff84219000 - 0x7fff84380fff com.apple.CFNetwork (520.4.3 - 520.4.3) <31D7A595-375E-341A-8E97-21E73CC62E4A> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff84381000 - 0x7fff843e1fff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff843e4000 - 0x7fff84423fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff84424000 - 0x7fff844ebff7 com.apple.ColorSync (4.7.4 - 4.7.4) <590AFCDA-F10E-31FE-9B01-DA5FFE74C2BB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff844ec000 - 0x7fff844ffff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8451f000 - 0x7fff8462cfff libJP2.dylib (??? - ???) <5BE8CFA7-00C2-3BDE-BC20-5FF6DC18B415> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff84872000 - 0x7fff84889fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8488c000 - 0x7fff84897fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff84898000 - 0x7fff848e4ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff848e5000 - 0x7fff848e6fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff848e7000 - 0x7fff8561efff com.apple.WebCore (7534.56 - 7534.56.5) <4E63291C-539E-32E3-8B1C-EA8E546B3159> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8561f000 - 0x7fff85623fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <2B1215A0-1B43-39C3-B4F4-392D71D08FFA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff85624000 - 0x7fff85625fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff85626000 - 0x7fff8622cff7 com.apple.AppKit (6.7.3 - 1138.47) /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8622d000 - 0x7fff86251fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff86252000 - 0x7fff8632ffef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff86330000 - 0x7fff867f7fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff87146000 - 0x7fff87181fff com.apple.LDAPFramework (3.2 - 120.2) /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff871bf000 - 0x7fff87243ff7 com.apple.ApplicationServices.ATS (317.11.0 - ???) <082DEAFE-8A93-3AF2-B4E5-30012E725929> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff87244000 - 0x7fff874b9ff7 com.apple.imageKit (2.1.2 - 1.0) <5BAA52A9-F359-31E4-8109-74EBCEB626B4> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff8794b000 - 0x7fff87a64fff com.apple.DesktopServices (1.6.3 - 1.6.3) <20812ECE-CACC-3D44-8108-025EF6B45C14> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff87b90000 - 0x7fff87dbafe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff87dbb000 - 0x7fff880d7fff com.apple.CoreServices.CarbonCore (960.24 - 960.24) <6F99A26B-788F-37B9-860F-508906EC06D7> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff880d8000 - 0x7fff8811fff7 com.apple.CoreMedia (1.0 - 705.78) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8813d000 - 0x7fff88144fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff88145000 - 0x7fff881dbff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff881dc000 - 0x7fff881e0fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
0x7fff881e1000 - 0x7fff88239fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8823a000 - 0x7fff882bfff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff88458000 - 0x7fff884cefff libc++.1.dylib (28.1.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff884cf000 - 0x7fff884e6fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff884e7000 - 0x7fff884e7fff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff884f6000 - 0x7fff8853cfff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
0x7fff8853d000 - 0x7fff885b8ff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff885b9000 - 0x7fff885e6fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff8863d000 - 0x7fff88fdac9f com.apple.CoreGraphics (1.600.0 - ???) <1DB9C92C-DFA8-36ED-B513-998134462148> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff891de000 - 0x7fff8920eff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8920f000 - 0x7fff89210fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff892b7000 - 0x7fff892b7fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff892b8000 - 0x7fff892e0fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8931c000 - 0x7fff8931fff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff89320000 - 0x7fff89420fff com.apple.QuickLookUIFramework (3.2 - 500.16) <0BACF8C4-5A7B-31EE-B4AA-3CCF8615C9A8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff89421000 - 0x7fff8942efff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <528BAA66-C38C-3093-84B5-92A7832CE7BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff89494000 - 0x7fff8977dff7 com.apple.security (7.0 - 55148.1) /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff897a7000 - 0x7fff897a9fff libCVMSPluginSupport.dylib (??? - ???) <1C73D331-6F6C-3872-A011-1C41FBF49F2A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff897aa000 - 0x7fff89ac3fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff89adc000 - 0x7fff89b2eff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff89b39000 - 0x7fff89c18ff7 com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff89c19000 - 0x7fff89cacff7 com.apple.PDFKit (2.6.3 - 2.6.3) <49BF9CDC-E902-3CAC-9C04-3302545907D5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff89d2f000 - 0x7fff89eceff7 com.apple.QuartzCore (1.7 - 270.4) <97E20A5F-652B-3E85-8C46-DCB777248ECD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff89ede000 - 0x7fff89ee1fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff89ee2000 - 0x7fff8a28bfef com.apple.MediaToolbox (1.0 - 705.78) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff8a28c000 - 0x7fff8a4faff7 com.apple.QuartzComposer (5.0 - 236.7) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8a4fb000 - 0x7fff8a54efff com.apple.AppleVAFramework (5.0.14 - 5.0.14) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8a54f000 - 0x7fff8a55fff7 com.apple.opengl (1.7.7 - 1.7.7) <0CA11278-746C-353A-923B-BCC0047190C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8a560000 - 0x7fff8a602fff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8ae5b000 - 0x7fff8aeaffff libFontRegistry.dylib (??? - ???) <822DD341-C735-36C9-9521-E8E98807D09D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b1d5000 - 0x7fff8b1effff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff8b1f0000 - 0x7fff8b234ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b235000 - 0x7fff8b235fff com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff8b236000 - 0x7fff8b314fff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff8b315000 - 0x7fff8b31afff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff8b31b000 - 0x7fff8b386ff7 com.apple.framework.IOKit (2.0 - ???) <6C604894-7F61-3130-8499-20791D14577F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8b387000 - 0x7fff8b3b4ff7 com.apple.opencl (1.50.69 - 1.50.69) <57939F7D-3626-30E2-883D-8A7CCB3F8763> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff8b3b5000 - 0x7fff8b3b5fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8b3b6000 - 0x7fff8b3faff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <22B2A10A-34B5-3787-88C9-B2722FE79504> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff8b3fb000 - 0x7fff8b3fbfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8b401000 - 0x7fff8b415ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff8b416000 - 0x7fff8b43cfff com.apple.framework.familycontrols (3.0 - 300) <93828BC1-3D83-3A93-99A5-F0E7951AFC6C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8b4a4000 - 0x7fff8b678ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8b679000 - 0x7fff8b687fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8b6dc000 - 0x7fff8b71eff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8b71f000 - 0x7fff8b72aff7 com.apple.speech.recognition.framework (4.0.21 - 4.0.21) <6540EAF2-E3BF-3D2E-B4C1-F106180D6F20> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff8b72b000 - 0x7fff8b76bff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <5328C0AB-F169-3786-A3EC-9E82E960CAAF> /usr/lib/libcups.2.dylib
0x7fff8b76c000 - 0x7fff8b7c6ff7 com.apple.ImageCaptureCore (3.0.3 - 3.0.3) <12C722EE-3A13-3937-ABDF-EDC922F4C299> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8b7c7000 - 0x7fff8b7ccfff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff8b7e8000 - 0x7fff8b7eaff7 com.apple.print.framework.Print (7.4 - 247.3) <626C58D5-2841-3329-8C32-9F4A8353F3E7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff8b804000 - 0x7fff8b855ff7 com.apple.CoreMediaIO (212.0 - 3199.1.1) /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8b88c000 - 0x7fff8b893fff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff8b894000 - 0x7fff8b8b4fff libsystem_kernel.dylib (1699.26.8 - compatibility 1.0.0) <1DDC0B0F-DB2A-34D6-895D-E5B2B5618946> /usr/lib/system/libsystem_kernel.dylib
0x7fff8b8dd000 - 0x7fff8b8efff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8b8f0000 - 0x7fff8b8f3fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8b945000 - 0x7fff8b946fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff8b947000 - 0x7fff8b9bdfff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8bacb000 - 0x7fff8bb4efef com.apple.Metadata (10.7.0 - 627.32) <38735923-2EB5-3133-BE36-BDD65A7E47DB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff8bc01000 - 0x7fff8bc1eff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8bc1f000 - 0x7fff8bc4cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
0x7fff8bc9a000 - 0x7fff8bd03fff com.apple.coreui (1.2.2 - 165.10) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8bd04000 - 0x7fff8bd05ff7 libsystem_sandbox.dylib (??? - ???) <96D38E74-F18F-3CCB-A20B-E8E3ADC4E166> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8bd06000 - 0x7fff8bd06fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8bd07000 - 0x7fff8be13fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8be14000 - 0x7fff8be1eff7 liblaunch.dylib (392.38.0 - compatibility 1.0.0) <6ECB7F19-B384-32C1-8652-2463C1CF4815> /usr/lib/system/liblaunch.dylib
0x7fff8be1f000 - 0x7fff8be4aff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x7fff8be4d000 - 0x7fff8bf54fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib
0x7fff8bfe9000 - 0x7fff8bff1fff libsystem_dnssd.dylib (??? - ???) /usr/lib/system/libsystem_dnssd.dylib
0x7fff8bff2000 - 0x7fff8bff4fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8c043000 - 0x7fff8c052ff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib
0x7fff8c053000 - 0x7fff8c375fe7 com.apple.JavaScriptCore (7534.56 - 7534.56.6) <675725F8-37C4-3B80-ADB0-7B6AE908A908> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8c376000 - 0x7fff8c3d8ff7 com.apple.Symbolication (1.3 - 91) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff8c3d9000 - 0x7fff8c427fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff8c428000 - 0x7fff8c43dfff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8c43e000 - 0x7fff8c522fff com.apple.CoreServices.OSServices (478.46 - 478.46) <70BEE269-8F4D-3FDC-B1AD-A591C0CB37E5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8c52a000 - 0x7fff8ca33ff7 com.apple.RawCamera.bundle (3.14.0 - 646) <75A96BFC-1832-808B-F430-C4C9379C5A98> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8ca34000 - 0x7fff8ca3bfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff8ca4a000 - 0x7fff8ca4ffff libGIF.dylib (??? - ???) <8763F67F-A881-30B6-B20E-D395B4D9FD58> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff8ca50000 - 0x7fff8ca74fff com.apple.RemoteViewServices (1.4 - 44.1) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8ca75000 - 0x7fff8ca7bfff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff8ca7c000 - 0x7fff8cceffff com.apple.CoreImage (7.98 - 1.0.1) <73485E4E-1407-3913-AB3C-B54986A3E01C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8cf76000 - 0x7fff8d070ff7 com.apple.DiskImagesFramework (10.7.4 - 331.6) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8d071000 - 0x7fff8d176fff libFontParser.dylib (??? - ???) <759645F2-8CB1-358C-AF41-BA3797CD0F60> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8d177000 - 0x7fff8d1b0fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff8d1b1000 - 0x7fff8d20eff7 com.apple.QuickLookFramework (3.2 - 500.16) <46017A4B-9E2B-329C-A8D9-2C11DE6C1A47> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8d20f000 - 0x7fff8d2b0ff7 com.apple.LaunchServices (480.33 - 480.33) <45EF2044-3396-3910-9B5B-C8F7777D5F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8d2b1000 - 0x7fff8d2f2fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8d2f3000 - 0x7fff8d305ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff8d306000 - 0x7fff8d43cfff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8d43d000 - 0x7fff8dbd1fef com.apple.CoreAUC (6.16.11 - 6.16.11) <3D40FEA5-AFE7-3752-A52E-D0F80304320A> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8dbd2000 - 0x7fff8dcb6e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8dcb7000 - 0x7fff8dcd4fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff8e029000 - 0x7fff8e446ff7 com.apple.SceneKit (125.3 - 125.4) <12AD6DBE-F3A3-34D6-BA01-B211BEAFD48F> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8e535000 - 0x7fff8e632ff7 com.apple.avfoundation (2.0 - 180.40) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8e6fe000 - 0x7fff8e798ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff8e7af000 - 0x7fff8e7c5ff7 com.apple.ImageCapture (7.0.1 - 7.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8e7d4000 - 0x7fff8e7e2fff libdispatch.dylib (187.9.0 - compatibility 1.0.0) <1D5BE322-A9B9-3BCE-8FAC-076FB07CF54A> /usr/lib/system/libdispatch.dylib
0x7fff8e828000 - 0x7fff8e851fff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8e8cf000 - 0x7fff8e8faff7 com.apple.CoreServicesInternal (113.17 - 113.17) /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8e8fb000 - 0x7fff8e924fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8e925000 - 0x7fff8e92bff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8e96b000 - 0x7fff8eaf5fff com.apple.QTKit (7.7.1 - 2330) <4B5363D4-4854-342F-8B95-DE6559075B46> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff8eaf6000 - 0x7fff8ef29ff7 com.apple.VideoToolbox (1.0 - 705.78) <7F115540-88CF-3087-951A-7073F7D58F4D> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff8ef2a000 - 0x7fff8ef30fff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8ef31000 - 0x7fff8ef85ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8ef86000 - 0x7fff8ef86fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8ef87000 - 0x7fff8efa6fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8efa7000 - 0x7fff8efb4ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <8EDE3492-D916-37B2-A066-3E0F054411FD> /usr/lib/libbz2.1.0.dylib
0x7fff8efc1000 - 0x7fff8efc6ff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff8f062000 - 0x7fff8f06dff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8f06e000 - 0x7fff8f074fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8f075000 - 0x7fff8f091ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8f092000 - 0x7fff8f092fff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib

External Modification Summary:
Calls made by other processes targeting this process:
task_for_pid: 11
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: 234438
thread_create: 3
thread_set_state: 50717

VM Region Summary:
ReadOnly portion of Libraries: Total=204.1M resident=115.0M(56%) swapped_out_or_unallocated=89.1M(44%)
Writable regions: Total=121.4M written=8800K(7%) resident=36.5M(30%) swapped_out=0K(0%) unallocated=84.8M(70%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 7412K
CG image 24K
CG raster data 288K
CG shared images 3504K
CoreAnimation 4K
CoreGraphics 16K
CoreImage 76K
CoreServices 4280K
MALLOC 84.8M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=251 8K
OpenCL 68K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 10.1M
Stack (reserved) 520K reserved VM address space (unallocated)
VM_ALLOCATE 16.3M
__CI_BITMAP 80K
__DATA 19.7M
__IMAGE 528K
__LINKEDIT 49.0M
__RC_CAMERAS 248K
__TEXT 155.1M
__UNICODE 544K
mapped file 40.3M
shared memory 312K
=========== =======
TOTAL 448.9M
TOTAL, minus reserved VM space 448.4M

Model: MacPro3,1, BootROM MP31.006C.B05, 8 processors, Quad-Core Intel Xeon, 2.8 GHz, 28 GB, SMC 1.25f4
Graphics: ATI Radeon HD 2600 XT, ATI Radeon HD 2600, PCIe, 256 MB
Memory Module: DIMM Riser B/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0D9B, 0x000000000000000000000000000000000000
Memory Module: DIMM Riser B/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0D9B, 0x000000000000000000000000000000000000
Memory Module: DIMM Riser A/DIMM 1, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0D9B, 0x000000000000000000000000000000000000
Memory Module: DIMM Riser A/DIMM 2, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x0D9B, 0x000000000000000000000000000000000000
Memory Module: DIMM Riser B/DIMM 3, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484632353637324A4438304545314434
Memory Module: DIMM Riser B/DIMM 4, 2 GB, DDR2 FB-DIMM, 800 MHz, 0x802C, 0x3138484632353637324A4438304545314434
Memory Module: DIMM Riser A/DIMM 3, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335
Memory Module: DIMM Riser A/DIMM 4, 4 GB, DDR2 FB-DIMM, 800 MHz, 0x80AD, 0x48594D5031353146373243503444332D5335
Bluetooth: Version 4.0.5f11, 2 service, 18 devices, 1 incoming serial ports
Network Service: Ethernet 1, Ethernet, en0
PCI Card: ATI Radeon HD 2600, sppci_displaycontroller, Slot-1
Serial ATA Device: WDC WD3200AAJS-41VWA0, 320.07 GB
Serial ATA Device: SAMSUNG HD103UJ, 1 TB
Serial ATA Device: M4-CT256M4SSD2, 256.06 GB
Parallel ATA Device: OPTIARC DVD RW AD-7170A
USB Device: hub_device, apple_vendor_id, 0x911c, 0xfd500000 / 2
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd510000 / 4
USB Device: Apple Optical USB Mouse, apple_vendor_id, 0x0304, 0xfd513000 / 6
USB Device: Apple Keyboard, apple_vendor_id, 0x0221, 0xfd512000 / 5
USB Device: Apple Cinema HD Display, apple_vendor_id, 0x921c, 0xfd520000 / 3
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8206, 0x5d200000 / 2
FireWire Device: built-in_hub, 800mbit_speed
FireWire Device: unknown_device, unknown_speed

Incorrect saving of data

When attempting to save a simple array in the example below the wrong data is returned from the query. While it displays fine in MongoHub (in the Find tab), retrieving the data from either the console or the PHP driver returns only the first index from an array. If the resulting document contains multiple array objects, then only the first index from all arrays will be shown. This caused me a good hour or two's headache today, and resulted in me going back to the console for all my managing of data, which is a shame as MongoHub is the only native MongoDB GUI (and the PHP based ones just don't cut it).

Saving the following object to the data through the insert tab

{"parts": [1,2,3,4]}

Expected result from db.things.find()

{ "_id" : ObjectId("4f5890ff624df1578936963c"), "parts" : [ 1,2,3,4 ] }

Actual result

{ "_id" : ObjectId("4f5890ff624df1578936963c"), "parts" : [ NumberLong(4) ] }

which translates to this in php

[ 
"_id" => "4f5890ff624df1578936963c", 
"parts" => [ 1 ]
]

Crash on Remove with Invalid Query

MongoHub: 2.4.14[88]
MongoDB: 2.0.2

I'm always crashing MongoHub when doing the following:

  • Open a collection and go to the Remove tab
  • Leave the default query ({ }) as it is
  • Click Remove

While I'm aware that this isn't the correct usage, a crash is IMHO a little too drastic. I think a warning should be shown instead (preferred) or the query should simply be ignored...

Crash report:

Process:         MongoHub [49932]
Path:            /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.fotonauts.MongoHub
Version:         2.4.14 (88)
Code Type:       X86-64 (Native)
Parent Process:  launchd [226]

Date/Time:       2011-12-27 11:28:10.317 +0100
OS Version:      Mac OS X 10.7.2 (11C74)
Report Version:  9

Interval Since Last Report:          3303434 sec
Crashes Since Last Report:           736
Per-App Interval Since Last Report:  1482 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      7FEE077A-23D7-4000-9249-1FFD4E1EBDF2

Crashed Thread:  6  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[49932]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[__NSCFConstantString sortedKeys]: unrecognized selector sent to instance 0x7fff773b9030'
*** First throw call stack:
(
    0   CoreFoundation                      0x00007fff92693286 __exceptionPreprocess + 198
    1   libobjc.A.dylib                     0x00007fff8b8a6d5e objc_exception_throw + 43
    2   CoreFoundation                      0x00007fff9271f4ce -[NSObject doesNotRecognizeSelector:] + 190
    3   CoreFoundation                      0x00007fff92680133 ___forwarding___ + 371
    4   CoreFoundation                      0x00007fff9267ff48 _CF_forwarding_prep_0 + 232
    5   MongoHub                            0x000000010004eea9 +[MODServer(utils_internal) appendObject:toBson:] + 121
    6   MongoHub                            0x0000000100042c52 __45-[MODCollection removeWithCriteria:callback:]_block_invoke_0 + 530
    7   MongoHub                            0x0000000100048c03 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
    8   Foundation                          0x00007fff89b19b95 -[NSBlockOperation main] + 116
    9   Foundation                          0x00007fff89ae0788 -[__NSOperationInternal start] + 705
    10  Foundation                          0x00007fff89af39e6 ____NSOQSchedule_block_invoke_2 + 124
    11  libdispatch.dylib                   0x00007fff892898ba _dispatch_call_block_and_release + 18
    12  libdispatch.dylib                   0x00007fff8928a799 _dispatch_worker_thread2 + 255
    13  libsystem_c.dylib                   0x00007fff8f9833da _pthread_wqthread + 316
    14  libsystem_c.dylib                   0x00007fff8f984b85 start_wqthread + 13
)

terminate called throwing an exception
abort() called

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff9199d67a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9199cd71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff9261fb6c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff926282d4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff92627ae6 CFRunLoopRunSpecific + 230
5   com.apple.HIToolbox             0x00007fff8b3d93d3 RunCurrentEventLoopInMode + 277
6   com.apple.HIToolbox             0x00007fff8b3e063d ReceiveNextEventCommon + 355
7   com.apple.HIToolbox             0x00007fff8b3e04ca BlockUntilNextEventMatchingListInMode + 62
8   com.apple.AppKit                0x00007fff919b23f1 _DPSNextEvent + 659
9   com.apple.AppKit                0x00007fff919b1cf5 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10  com.apple.AppKit                0x00007fff919ae62d -[NSApplication run] + 470
11  com.apple.AppKit                0x00007fff91c2d80c NSApplicationMain + 867
12  com.fotonauts.MongoHub          0x0000000100012542 main + 34
13  com.fotonauts.MongoHub          0x0000000100001bc4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff9199f7e6 kevent + 10
1   libdispatch.dylib               0x00007fff8928b5be _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff8928a14e _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff9199d67a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff9199cd71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff9261fb6c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff926282d4 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff92627ae6 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff89afe0ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff89af27fe -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff89af2776 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff8f9818bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff8f984b75 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff9199edf2 __select + 10
1   com.apple.CoreFoundation        0x00007fff92670f9b __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff8f9818bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff8f984b75 thread_start + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff9199f192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8f983594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8f984b85 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff9199f192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8f983594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8f984b85 start_wqthread + 13

Thread 6 Crashed:: Dispatch queue: com.apple.root.default-priority
0   libsystem_kernel.dylib          0x00007fff9199ece2 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff8f9837d2 pthread_kill + 95
2   libsystem_c.dylib               0x00007fff8f974a7a abort + 143
3   libc++abi.dylib                 0x00007fff915747bc abort_message + 214
4   libc++abi.dylib                 0x00007fff91571fcf default_terminate() + 28
5   libobjc.A.dylib                 0x00007fff8b8a71b9 _objc_terminate + 94
6   libc++abi.dylib                 0x00007fff91572001 safe_handler_caller(void (*)()) + 11
7   libc++abi.dylib                 0x00007fff9157205c std::terminate() + 16
8   libc++abi.dylib                 0x00007fff91573152 __cxa_throw + 114
9   libobjc.A.dylib                 0x00007fff8b8a6e7a objc_exception_throw + 327
10  com.apple.CoreFoundation        0x00007fff9271f4ce -[NSObject doesNotRecognizeSelector:] + 190
11  com.apple.CoreFoundation        0x00007fff92680133 ___forwarding___ + 371
12  com.apple.CoreFoundation        0x00007fff9267ff48 _CF_forwarding_prep_0 + 232
13  com.fotonauts.MongoHub          0x000000010004eea9 +[MODServer(utils_internal) appendObject:toBson:] + 121
14  com.fotonauts.MongoHub          0x0000000100042c52 __45-[MODCollection removeWithCriteria:callback:]_block_invoke_0 + 530
15  com.fotonauts.MongoHub          0x0000000100048c03 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
16  com.apple.Foundation            0x00007fff89b19b95 -[NSBlockOperation main] + 116
17  com.apple.Foundation            0x00007fff89ae0788 -[__NSOperationInternal start] + 705
18  com.apple.Foundation            0x00007fff89af39e6 ____NSOQSchedule_block_invoke_2 + 124
19  libdispatch.dylib               0x00007fff892898ba _dispatch_call_block_and_release + 18
20  libdispatch.dylib               0x00007fff8928a799 _dispatch_worker_thread2 + 255
21  libsystem_c.dylib               0x00007fff8f9833da _pthread_wqthread + 316
22  libsystem_c.dylib               0x00007fff8f984b85 start_wqthread + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff9199f192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8f983594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8f984b85 start_wqthread + 13

Thread 6 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x00000001070a7698  rdx: 0x0000000000000000
  rdi: 0x0000000000008533  rsi: 0x0000000000000006  rbp: 0x00000001070a76c0  rsp: 0x00000001070a7698
   r8: 0x00007fff78129fb8   r9: 0x00000001070a7128  r10: 0x00007fff9199ed0a  r11: 0xffffff80002d8220
  r12: 0x00007fff92243164  r13: 0x0000000000000001  r14: 0x00000001070a9000  r15: 0x00000001070a7810
  rip: 0x00007fff9199ece2  rfl: 0x0000000000000206  cr2: 0x000000010076a000
Logical CPU: 0

Binary Images:
       0x100000000 -        0x100079fff +com.fotonauts.MongoHub (2.4.14 - 88) <99A51C54-D518-3D97-9B07-6D21C5539C31> /Applications/MongoHub.app/Contents/MacOS/MongoHub
       0x1000e2000 -        0x10012afeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x100146000 -        0x10015dfff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100176000 -        0x100243fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x1002c8000 -        0x1003abfff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
       0x100766000 -        0x100766ff1 +cl_kernels (??? - ???) <F16B77C4-ACD1-405D-ABDC-67D96D47050C> cl_kernels
       0x101a96000 -        0x101a9cfef  libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) <EAC03E33-595E-3829-8199-479FA5CD9987> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x101aa2000 -        0x101aa5ff7  libCoreFSCache.dylib (??? - ???) <D4B5EFEA-7878-3674-A973-BA1D675E5A3C> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x101ac7000 -        0x101ac7ffd +cl_kernels (??? - ???) <3ACE2D8D-EF28-48A1-A9C4-C5883F2EDE49> cl_kernels
       0x101acd000 -        0x101aceffc +cl_kernels (??? - ???) <BB0ED729-5034-42D7-AF77-79BA666FDAB8> cl_kernels
       0x101ad4000 -        0x101ad5ff3 +cl_kernels (??? - ???) <D0461D18-7ABF-4F91-8AF9-92944B8C062D> cl_kernels
       0x101adf000 -        0x101adfff5 +cl_kernels (??? - ???) <F26815EF-2EFF-40AA-B080-5B908BA1AC04> cl_kernels
       0x104145000 -        0x1041d8ff7  unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1066ba000 -        0x1066baff5 +cl_kernels (??? - ???) <00E6FB87-3F91-4693-97B8-EFF6723EAE8E> cl_kernels
       0x106812000 -        0x1068a4ff7  com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x106c1b000 -        0x106c1cff3 +cl_kernels (??? - ???) <280C7CEE-C77F-4DEF-B2B2-90BAE3B20EFF> cl_kernels
       0x106c30000 -        0x106c30ffd +cl_kernels (??? - ???) <DC842EDD-9A8F-40C3-BDAC-5BDC2F41C498> cl_kernels
       0x106c32000 -        0x106cc3ff7  unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff6a732000 -     0x7fff6a766ac7  dyld (195.5 - ???) <4A6E2B28-C7A2-3528-ADB7-4076B9836041> /usr/lib/dyld
    0x7fff86df2000 -     0x7fff86e76ff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <FE629F2D-6BC0-3A58-9844-D8B9A6808A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff86e77000 -     0x7fff86eb6fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff86eb7000 -     0x7fff86f0efff  libTIFF.dylib (??? - ???) <FF0D9A24-6956-3F03-81EA-3EEAD22C9DB8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff86f0f000 -     0x7fff871e7ff7  com.apple.security (7.0 - 55010) <93713FF4-FE86-3B4C-8150-5FCC7F3320C8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff871e8000 -     0x7fff871fbff7  libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
    0x7fff871fc000 -     0x7fff8746ffff  com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff874a2000 -     0x7fff87840fef  com.apple.MediaToolbox (1.0 - 705.42) <BF05C02D-3202-3FF8-A334-C14AF7C89F9E> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff87841000 -     0x7fff8793ffff  com.apple.QuickLookUIFramework (3.1 - 500.1) <D3A71FF1-7ED1-39DB-AD4E-451612DA536C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff87940000 -     0x7fff87a3dfff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff87af0000 -     0x7fff87b1bff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
    0x7fff87b1c000 -     0x7fff87b39ff7  com.apple.openscripting (1.3.3 - ???) <A64205E6-D3C5-3E12-B1A0-72243151AF7D> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff87b90000 -     0x7fff87b91fff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff87b92000 -     0x7fff87ba0fff  com.apple.HelpData (2.1.0 - 70) <917CF02F-276E-3571-9042-AAAAC0D3D4E1> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff87ba1000 -     0x7fff87bb3ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff87ed6000 -     0x7fff87f89fff  com.apple.CoreText (220.11.0 - ???) <4EA8E2DF-542D-38D5-ADB9-C0DAA73F898B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff88018000 -     0x7fff8801afff  libquarantine.dylib (36.0.0 - compatibility 1.0.0) <4C3BFBC7-E592-3939-B376-1C2E2D7C5389> /usr/lib/system/libquarantine.dylib
    0x7fff8801b000 -     0x7fff8801efff  com.apple.help (1.3.2 - 42) <AB67588E-7227-3993-927F-C9E6DAC507FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff8801f000 -     0x7fff8801ffff  com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff88020000 -     0x7fff8812dfff  libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff88131000 -     0x7fff88155ff7  com.apple.RemoteViewServices (1.2 - 39) <862849C8-84C1-32A1-B87E-B29E74778C9F> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff88156000 -     0x7fff881a8ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff881a9000 -     0x7fff88211ff7  com.apple.CoreSymbolication (2.1 - 71) <2ADD7C5B-C8C8-3CA8-8A5C-8FB1C7F6A549> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff88307000 -     0x7fff88337fff  com.apple.shortcut (2.0 - 2.0) <6E6C9F01-5DAC-35F4-876D-082D915EE782> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff88338000 -     0x7fff88394fff  com.apple.QuickLookFramework (3.1 - 500.1) <0C9E98D2-D8F9-3161-9809-0D77B98AD938> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff883bd000 -     0x7fff88ad0587  com.apple.CoreGraphics (1.600.0 - ???) <A9F2451E-6F60-350E-A6E5-539669B53074> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff88ad1000 -     0x7fff88afefff  com.apple.quartzfilters (1.7.0 - 1.7.0) <ED846829-EBF1-3E2F-9EA6-D8743E5A4784> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
    0x7fff88aff000 -     0x7fff88b07fff  libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff88b08000 -     0x7fff88b12ff7  liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
    0x7fff88b13000 -     0x7fff88b28fff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff88b29000 -     0x7fff88da4fff  com.apple.imageKit (2.1.1 - 1.0) <9C159577-0FFF-34D8-890E-66627A9E44FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff88da5000 -     0x7fff88dabff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff88f01000 -     0x7fff88f29ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff88f5e000 -     0x7fff8903ffff  com.apple.CoreServices.OSServices (478.29 - 478.29) <B487110E-C942-33A8-A494-3BDEDB88B1CD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff89040000 -     0x7fff89080ff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <B7173CA4-CE16-3BAB-8D83-185FCEFA15F5> /usr/lib/libcups.2.dylib
    0x7fff89081000 -     0x7fff89081fff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff89082000 -     0x7fff890cdff7  com.apple.SystemConfiguration (1.11.1 - 1.11) <F832FE21-5509-37C6-B1F1-48928F31BE45> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff89107000 -     0x7fff8911bff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff89288000 -     0x7fff89296fff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff892d5000 -     0x7fff892d6fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <C67B3B14-866C-314F-87FF-8025BEC2CAAC> /usr/lib/system/libunc.dylib
    0x7fff892d7000 -     0x7fff89304ff7  com.apple.opencl (1.50.63 - 1.50.63) <DB335C5C-3ABD-38C8-B6A5-8436EE1484D3> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff89408000 -     0x7fff89408fff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff89409000 -     0x7fff8940afff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8940b000 -     0x7fff89679ff7  com.apple.QuartzComposer (5.0 - 236) <CBF3070A-BD09-328D-857F-F35A0E1D22B5> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff8967a000 -     0x7fff8967ffff  com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff89711000 -     0x7fff89713ff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff89917000 -     0x7fff89a19ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <D46F371D-6422-31B7-BCE0-D80713069E0E> /usr/lib/libxml2.2.dylib
    0x7fff89a91000 -     0x7fff89a97fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <D86F63EC-D2BD-32E0-8955-08B5EAFAD2CC> /usr/lib/system/libmacho.dylib
    0x7fff89a98000 -     0x7fff89db1ff7  com.apple.Foundation (6.7.1 - 833.20) <D922F590-FDA6-3D89-A271-FD35E2290624> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff89db2000 -     0x7fff89db8fff  libGFXShared.dylib (??? - ???) <343AE6C0-EB02-333C-8D35-DF6093B92758> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff89db9000 -     0x7fff89dd0fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <F21C79C0-4B5A-3645-81A6-74F8EFA900CE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff89dd1000 -     0x7fff89e24fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff89e55000 -     0x7fff89e63fff  com.apple.NetAuth (1.0 - 3.0) <F384FFFD-70F6-3B1C-A886-F5B446E456E7> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff89e64000 -     0x7fff8a448fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a449000 -     0x7fff8a449fff  com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8a44a000 -     0x7fff8a44cfff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8a44d000 -     0x7fff8a450fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8a451000 -     0x7fff8a4c1fff  com.apple.datadetectorscore (3.0 - 179.4) <2A822A13-94B3-3A43-8724-98FDF698BB12> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff8a4c2000 -     0x7fff8a4f2ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8a64e000 -     0x7fff8aae2fff  com.apple.RawCamera.bundle (3.9.0 - 584) <CB295E3D-6E52-4E53-D553-A7C5FF960C01> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff8aae3000 -     0x7fff8ab0cfff  com.apple.CoreServicesInternal (113.8 - 113.8) <C1A3CF1B-BC45-3FC6-82B3-1511EBBA9D51> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff8ab0d000 -     0x7fff8ab74ff7  com.apple.Symbolication (1.2 - 89) <E60B2C60-4CFE-347E-8F91-2974DCE32AE9> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8ab75000 -     0x7fff8ac07ff7  com.apple.PDFKit (2.6.1 - 2.6.1) <33A0A777-8CF4-3F36-BB1A-78F8A3D7E8C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8ac08000 -     0x7fff8ac0cfff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8ac0d000 -     0x7fff8ac2cfff  libresolv.9.dylib (46.0.0 - compatibility 1.0.0) <33263568-E6F3-359C-A4FA-66AD1300F7D4> /usr/lib/libresolv.9.dylib
    0x7fff8aca2000 -     0x7fff8ad34fff  com.apple.CorePDF (3.0 - 3.0) <6056B710-155A-3543-9373-B9F3E5FC99CE> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff8ad35000 -     0x7fff8ae3aff7  libFontParser.dylib (??? - ???) <B9A53808-C97E-3293-9C33-1EA9D4E83EC8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8ae3b000 -     0x7fff8ae41fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff8ae42000 -     0x7fff8ae89ff7  com.apple.CoreMedia (1.0 - 705.42) <AA2E9D78-A08C-39E2-B423-D69A75C2397D> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8ae8a000 -     0x7fff8aeeafff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff8aeeb000 -     0x7fff8b318fff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8b319000 -     0x7fff8b38cfff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8b3d7000 -     0x7fff8b6fbfff  com.apple.HIToolbox (1.8 - ???) <A3BE7C59-52E6-3A7F-9B30-24B7DD3E95F2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff8b6fc000 -     0x7fff8b703fff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8b71d000 -     0x7fff8b7fbfff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff8b7fc000 -     0x7fff8b805ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff8b806000 -     0x7fff8b811fff  com.apple.CommonAuth (2.1 - 2.0) <BFDD0A8D-4BEA-39EC-98B3-2E083D7B1ABD> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff8b812000 -     0x7fff8b816ff7  com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8b817000 -     0x7fff8b881fff  com.apple.framework.IOKit (2.0 - ???) <87D55F1D-CDB5-3D13-A5F9-98EA4E22F8EE> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8b890000 -     0x7fff8b974def  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <C5F2392D-B481-3A9D-91BE-3D039FFF4DEC> /usr/lib/libobjc.A.dylib
    0x7fff8ba3d000 -     0x7fff8ba40fff  com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8ba55000 -     0x7fff8bbdfff7  com.apple.WebKit (7534.52 - 7534.52.7) <D858B247-71C2-395A-9A44-A0B8B0713E3A> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8bc05000 -     0x7fff8bc60ff7  com.apple.HIServices (1.10 - ???) <BAB8B422-7047-3D2D-8E0A-13FCF153E4E7> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff8bca8000 -     0x7fff8bcabfff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8bcac000 -     0x7fff8bcb9fff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8bd03000 -     0x7fff8bd03fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8bd04000 -     0x7fff8bd47ff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff8bdcd000 -     0x7fff8bf06fef  com.apple.vImage (5.1 - 5.1) <EB634387-CD15-3246-AC28-5FB368ACCEA2> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8bf07000 -     0x7fff8bf08fff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff8bf64000 -     0x7fff8bf7bfff  com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8bf7c000 -     0x7fff8bf81fff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff8c416000 -     0x7fff8c456fff  libtidy.A.dylib (??? - ???) <E500CDB9-C010-3B1A-B995-774EE64F39BE> /usr/lib/libtidy.A.dylib
    0x7fff8c53e000 -     0x7fff8c7c9fff  com.apple.JavaScriptCore (7534.52 - 7534.52.7) <4B188A38-3A5B-327D-ABE9-8EE2420B3791> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff8c82e000 -     0x7fff8c855fff  com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff8c856000 -     0x7fff8cd1dfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8cd56000 -     0x7fff8cd91ff7  libsystem_info.dylib (??? - ???) <9C8C2DCB-96DB-3471-9DCE-ADCC26BE2DD4> /usr/lib/system/libsystem_info.dylib
    0x7fff8cd92000 -     0x7fff8cd99ff7  com.apple.CommerceCore (1.0 - 17) <AA783B87-48D4-3CA6-8FF6-0316396022F4> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff8cdf7000 -     0x7fff8cf96fff  com.apple.QuartzCore (1.7 - 270.0) <E8FC9AA4-A5CB-384B-AD29-7190A1387D3E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff8cf97000 -     0x7fff8cfa5ff7  libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
    0x7fff8cfa6000 -     0x7fff8d3c2ff7  com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff8d3c3000 -     0x7fff8d402ff7  libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8d403000 -     0x7fff8d415ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff8d416000 -     0x7fff8d416fff  com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8d435000 -     0x7fff8d451ff7  com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff8d452000 -     0x7fff8d4d5fef  com.apple.Metadata (10.7.0 - 627.20) <E00156B0-663A-35EF-A307-A2CEB00F1845> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8dc9a000 -     0x7fff8dcb7fff  libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8dcb9000 -     0x7fff8dce2fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8dce3000 -     0x7fff8dce4fff  libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
    0x7fff8dce5000 -     0x7fff8dd84fff  com.apple.LaunchServices (480.21 - 480.21) <6BFADEA9-5BC1-3B53-A013-488EB7F1AB57> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8dd85000 -     0x7fff8dd85fff  com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff8dd86000 -     0x7fff8ddd4fff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff8ddd5000 -     0x7fff8de50ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff8de53000 -     0x7fff8e285fff  com.apple.VideoToolbox (1.0 - 705.42) <FA0AD643-845C-3378-AFD1-8C5BD0215B72> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8e286000 -     0x7fff8e2b3fe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <095FDD3C-3961-3865-A59B-A5B0A4B8B923> /usr/lib/libSystem.B.dylib
    0x7fff8e2c0000 -     0x7fff8e2e6ff7  com.apple.framework.familycontrols (3.0 - 300) <41A6DFC2-EAF5-390A-83A1-C8832528705C> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8e2e7000 -     0x7fff8e35cff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff8e35d000 -     0x7fff8e35dfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8e36b000 -     0x7fff8e38ffff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8e390000 -     0x7fff8e397fff  com.apple.NetFS (4.0 - 4.0) <B9F41443-679A-31AD-B0EB-36557DAF782B> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8e398000 -     0x7fff8e3e8fff  com.apple.CoreMediaIO (210.0 - 3180) <13374EA4-83BE-3407-B9DD-D199426D0E7A> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8e3e9000 -     0x7fff8f0f4ff7  com.apple.WebCore (7534.52 - 7534.52.12) <32AF92F7-44FC-3ADB-A6DD-D58A3EA88EFE> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8f0f5000 -     0x7fff8f157fff  com.apple.coreui (1.2.1 - 164.1) <F7972630-F696-3FC5-9FCF-A6E1C8771078> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff8f16d000 -     0x7fff8f198fff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff8f1b6000 -     0x7fff8f1d3ff7  libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
    0x7fff8f1d4000 -     0x7fff8f23cff7  com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <7966E3BE-376B-371A-A21D-9BD763C0BAE7> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff8f2bf000 -     0x7fff8f2c4fff  libcache.dylib (47.0.0 - compatibility 1.0.0) <B7757E2E-5A7D-362E-AB71-785FE79E1527> /usr/lib/system/libcache.dylib
    0x7fff8f2c5000 -     0x7fff8f2dffff  com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8f430000 -     0x7fff8f434fff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff8f47d000 -     0x7fff8f493fff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8f6a4000 -     0x7fff8f6a4fff  com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8f6a5000 -     0x7fff8f6defe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff8f6df000 -     0x7fff8f6e0ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff8f6e1000 -     0x7fff8f735ff7  com.apple.ImageCaptureCore (3.0.1 - 3.0.1) <5D86BECB-9F7A-3FDB-9436-C3DE4B2A5F29> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff8f736000 -     0x7fff8f73bff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff8f73c000 -     0x7fff8f743fff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
    0x7fff8f744000 -     0x7fff8f749fff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff8f74a000 -     0x7fff8f759ff7  com.apple.opengl (1.7.5 - 1.7.5) <2945F1A6-910C-3596-9988-5701B04BD821> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8f75a000 -     0x7fff8f8b3fff  com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f8b4000 -     0x7fff8f908ff7  com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8f933000 -     0x7fff8fa10fef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    0x7fff8fa11000 -     0x7fff8fa52fff  com.apple.QD (3.12 - ???) <4F3C5629-97C7-3E55-AF3C-ACC524929DA2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff8fa53000 -     0x7fff8fbddff7  com.apple.QTKit (7.7.1 - 2306) <A97042BD-4FD8-3556-9279-6B7742C98904> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8fbde000 -     0x7fff8fbe1ff7  com.apple.securityhi (4.0 - 1) <B37B8946-BBD4-36C1-ABC6-18EDBC573F03> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8fbe2000 -     0x7fff8fc35fff  libFontRegistry.dylib (??? - ???) <57FBD85F-41A6-3DB9-B5F4-FCC6B260F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8fc36000 -     0x7fff8fcd8ff7  com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff8fcd9000 -     0x7fff8fe3ffff  com.apple.CFNetwork (520.2.5 - 520.2.5) <406712D9-3F0C-3763-B4EB-868D01F1F042> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff8fe40000 -     0x7fff8fed6ff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff8fed7000 -     0x7fff8fee2ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <48964503-D7F0-3567-9594-E6AA9C9300EF> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8fef6000 -     0x7fff8ff7bff7  com.apple.Heimdal (2.1 - 2.0) <C92E327E-CB5F-3C9B-92B0-F1680095C8A3> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8fff8000 -     0x7fff9002bff7  com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff900dd000 -     0x7fff900deff7  libremovefile.dylib (21.0.0 - compatibility 1.0.0) <C6C49FB7-1892-32E4-86B5-25AD165131AA> /usr/lib/system/libremovefile.dylib
    0x7fff90437000 -     0x7fff9054fff7  com.apple.DesktopServices (1.6.1 - 1.6.1) <4418EAA6-7163-3A77-ABD3-F8289796C81A> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff908b1000 -     0x7fff908bcff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff909ac000 -     0x7fff90baefff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff90baf000 -     0x7fff90ca4fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff90ca5000 -     0x7fff91439fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff9143a000 -     0x7fff9153dfff  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
    0x7fff9154b000 -     0x7fff9154cfff  libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff9155d000 -     0x7fff9155ffff  libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff9156c000 -     0x7fff91577ff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff91578000 -     0x7fff91894ff7  com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff91895000 -     0x7fff918abff7  com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff918ac000 -     0x7fff918eeff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <A5B9778E-11C3-3F61-B740-1F2114E967FB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff91988000 -     0x7fff919a8fff  libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
    0x7fff919a9000 -     0x7fff925aaff7  com.apple.AppKit (6.7.2 - 1138.23) <5CD2C850-4F52-3BA2-BA11-3107DFD2D23C> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff925ef000 -     0x7fff927c3fff  com.apple.CoreFoundation (6.7.1 - 635.15) <FE4A86C2-3599-3CF8-AD1A-822F1FEA820F> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff927c4000 -     0x7fff9285eff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff92863000 -     0x7fff92863fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff92864000 -     0x7fff9292bff7  com.apple.ColorSync (4.7.0 - 4.7.0) <F325A9D7-7203-36B7-8C1C-B6A4D5CC73A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff92bb2000 -     0x7fff92c56fef  com.apple.ink.framework (1.3.2 - 110) <F69DBD44-FEC8-3C14-8131-CC0245DBBD42> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff92c80000 -     0x7fff92c85fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff92c86000 -     0x7fff92cc0fe7  com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff9339d000 -     0x7fff934a9fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff934e9000 -     0x7fff934effff  IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff934f0000 -     0x7fff934f4fff  libdyld.dylib (195.5.0 - compatibility 1.0.0) <F1903B7A-D3FF-3390-909A-B24E09BAD1A5> /usr/lib/system/libdyld.dylib
    0x7fff937d3000 -     0x7fff939edfef  com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData

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

VM Region Summary:
ReadOnly portion of Libraries: Total=197.2M resident=102.7M(52%) swapped_out_or_unallocated=94.5M(48%)
Writable regions: Total=85.5M written=7800K(9%) resident=22.6M(26%) swapped_out=0K(0%) unallocated=62.9M(74%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  9388K
CG image                            200K
CG raster data                     1008K
CG shared images                   4600K
CoreAnimation                         4K
CoreGraphics                         16K
CoreImage                            76K
CoreServices                       4060K
MALLOC                             45.6M
MALLOC guard page                    48K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=251                       16K
OpenCL                               76K
SQLite page cache                   192K
STACK GUARD                        56.0M
Stack                              11.1M
VM_ALLOCATE                        16.2M
__CI_BITMAP                          80K
__DATA                             18.9M
__IMAGE                            1256K
__LINKEDIT                         48.7M
__RC_CAMERAS                        236K
__TEXT                            148.6M
__UNICODE                           544K
mapped file                        35.8M
shared memory                       312K
===========                      =======
TOTAL                             402.6M

Model: MacBookPro8,1, BootROM MBP81.0047.B24, 2 processors, Intel Core i5, 2.3 GHz, 8 GB, SMC 1.68f98
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 512 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.100.98.75.18)
Bluetooth: Version 4.0.1f4, 2 service, 11 devices, 2 incoming serial ports
Network Service: Ethernet, Ethernet, en0
Serial ATA Device: APPLE SSD TS256C, 251 GB
Serial ATA Device: MATSHITADVD-R   UJ-8A8
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfa100000 / 2
USB Device: USB Sound Device, 0x0d8c  (C-MEDIA ELECTRONICS INC.), 0x0102, 0xfa130000 / 6
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0246, 0xfa120000 / 5
USB Device: BRCM2070 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 8
USB Device: hub_device, 0x0424  (SMSC), 0x2513, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

executing a query causes mongohub to crash

Hi there,

I've been having this problem for at least the past 2 weeks now and unfortunately it has made mongohub unusable for me.

When I go to the find query dialog the query field label is greyed out and the actual query textfield is not visible.

Clicking the run button causes MongoHub to crash.

Below is the stack trace:

Process: MongoHub [79934]
Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.5.3 (97)
Code Type: X86-64 (Native)
Parent Process: launchd [147]
User ID: 501

Date/Time: 2012-10-13 00:57:30.810 +1100
OS Version: Mac OS X 10.8.2 (12C54)
Report Version: 10

Interval Since Last Report: 1667627 sec
Crashes Since Last Report: 24
Per-App Interval Since Last Report: 1576190 sec
Per-App Crashes Since Last Report: 16
Anonymous UUID: C18C901D-05A3-7F53-6623-5EE3B4F2A5D9

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unknown type type MODUndefined value <MODUndefined: 0x101536d00>'
terminate called throwing an exception
abort() called

Application Specific Backtrace 1:
0 CoreFoundation 0x00007fff8fff40a6 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff976c83f0 objc_exception_throw + 43
2 CoreFoundation 0x00007fff8fff3ee8 +[NSException raise:format:arguments:] + 104
3 Foundation 0x00007fff8d01e6a2 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 189
4 MongoHub 0x000000010004725e +[MODHelper convertForOutlineWithValue:dataKey:] + 2590
5 MongoHub 0x0000000100046745 +[MODHelper convertForOutlineWithObject:] + 485
6 MongoHub 0x00000001000463ee +[MODHelper convertForOutlineWithObjects:] + 958
7 MongoHub 0x000000010001be4f __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 911
8 MongoHub 0x00000001000359e5 __block_global_2 + 117
9 libdispatch.dylib 0x00007fff95ca7f01 _dispatch_call_block_and_release + 15
10 libdispatch.dylib 0x00007fff95ca40b6 _dispatch_client_callout + 8
11 libdispatch.dylib 0x00007fff95ca90c8 _dispatch_main_queue_callback_4CF + 275
12 CoreFoundation 0x00007fff8ff960fe __CFRunLoopRun + 1614
13 CoreFoundation 0x00007fff8ff956b2 CFRunLoopRunSpecific + 290
14 HIToolbox 0x00007fff8f9f80a4 RunCurrentEventLoopInMode + 209
15 HIToolbox 0x00007fff8f9f7e42 ReceiveNextEventCommon + 356
16 HIToolbox 0x00007fff8f9f7cd3 BlockUntilNextEventMatchingListInMode + 62
17 AppKit 0x00007fff95e0d613 _DPSNextEvent + 685
18 AppKit 0x00007fff95e0ced2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
19 AppKit 0x00007fff95e04283 -[NSApplication run] + 517
20 AppKit 0x00007fff95da8cb6 NSApplicationMain + 869
21 MongoHub 0x0000000100012c52 main + 34
22 MongoHub 0x0000000100002144 start + 52

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8f31f212 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff9370caf4 pthread_kill + 90
2 libsystem_c.dylib 0x00007fff93750dce abort + 143
3 libc++abi.dylib 0x00007fff986cea17 abort_message + 257
4 libc++abi.dylib 0x00007fff986cc3c6 default_terminate() + 28
5 libobjc.A.dylib 0x00007fff976c8873 _objc_terminate() + 91
6 libc++.1.dylib 0x00007fff9409c8fe std::terminate() + 20
7 libobjc.A.dylib 0x00007fff976c85de objc_terminate + 9
8 libdispatch.dylib 0x00007fff95ca40ca _dispatch_client_callout + 28
9 libdispatch.dylib 0x00007fff95ca90c8 _dispatch_main_queue_callback_4CF + 275
10 com.apple.CoreFoundation 0x00007fff8ff960fe __CFRunLoopRun + 1614
11 com.apple.CoreFoundation 0x00007fff8ff956b2 CFRunLoopRunSpecific + 290
12 com.apple.HIToolbox 0x00007fff8f9f80a4 RunCurrentEventLoopInMode + 209
13 com.apple.HIToolbox 0x00007fff8f9f7e42 ReceiveNextEventCommon + 356
14 com.apple.HIToolbox 0x00007fff8f9f7cd3 BlockUntilNextEventMatchingListInMode + 62
15 com.apple.AppKit 0x00007fff95e0d613 _DPSNextEvent + 685
16 com.apple.AppKit 0x00007fff95e0ced2 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 128
17 com.apple.AppKit 0x00007fff95e04283 -[NSApplication run] + 517
18 com.apple.AppKit 0x00007fff95da8cb6 NSApplicationMain + 869
19 com.fotonauts.MongoHub 0x0000000100012c52 main + 34
20 com.fotonauts.MongoHub 0x0000000100002144 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8f31fd16 kevent + 10
1 libdispatch.dylib 0x00007fff95ca6dea _dispatch_mgr_invoke + 883
2 libdispatch.dylib 0x00007fff95ca69ee _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8f31d686 mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8f31cc42 mach_msg + 70
2 com.apple.CoreFoundation 0x00007fff8ff90803 CFRunLoopServiceMachPort + 195
3 com.apple.CoreFoundation 0x00007fff8ff95ee6 __CFRunLoopRun + 1078
4 com.apple.CoreFoundation 0x00007fff8ff956b2 CFRunLoopRunSpecific + 290
5 com.apple.Foundation 0x00007fff8d049586 +[NSURLConnection(Loader) _resourceLoadLoop:] + 356
6 com.apple.Foundation 0x00007fff8d0a7612 __NSThread__main
+ 1345
7 libsystem_c.dylib 0x00007fff9370b742 _pthread_start + 327
8 libsystem_c.dylib 0x00007fff936f8181 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8f31f322 __select + 10
1 com.apple.CoreFoundation 0x00007fff8ffd54e6 __CFSocketManager + 1302
2 libsystem_c.dylib 0x00007fff9370b742 _pthread_start + 327
3 libsystem_c.dylib 0x00007fff936f8181 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8f31f6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9370deec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9370dcb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff936f8171 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8f31f6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9370deec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9370dcb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff936f8171 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff8f31f6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9370deec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9370dcb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff936f8171 start_wqthread + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8f31f6d6 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff9370deec _pthread_workq_return + 25
2 libsystem_c.dylib 0x00007fff9370dcb3 _pthread_wqthread + 412
3 libsystem_c.dylib 0x00007fff936f8171 start_wqthread + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfe378 rdx: 0x0000000000000000
rdi: 0x0000000000000c07 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfe3a0 rsp: 0x00007fff5fbfe378
r8: 0x00007fff7dcb6278 r9: 0x00007fff5fbfe380 r10: 0x0000000020000000 r11: 0x0000000000000206
r12: 0x00007fff5fbfe500 r13: 0x0000000000000000 r14: 0x00007fff7dcb7180 r15: 0x00007fff5fbfe3e0
rip: 0x00007fff8f31f212 rfl: 0x0000000000000206 cr2: 0x00007fff7dcaffe8
Logical CPU: 0

Binary Images:
0x100000000 - 0x100085fff +com.fotonauts.MongoHub (2.5.3 - 97) <43E6DC14-8DFA-375B-A21B-32AA4ECE65C5> /Applications/MongoHub.app/Contents/MacOS/MongoHub
0x1000f5000 - 0x10013dfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100159000 - 0x100170fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100189000 - 0x100256fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
0x1002db000 - 0x1003b4ff7 libcrypto.0.9.7.dylib (106) <3E1B14DE-342B-318C-8F22-7B9CD88EE760> /usr/lib/libcrypto.0.9.7.dylib
0x1007ad000 - 0x1007b6fe7 libcldcpuengine.dylib (2.1.19) <50800DA2-7233-32E5-9553-A02171B68399> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x1007bc000 - 0x1007bfff7 libCoreFSCache.dylib (24.4) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x1007c9000 - 0x1007caff2 +cl_kernels (???) <6A62F031-5763-41A4-A22A-A32DFC6C531F> cl_kernels
0x1007d0000 - 0x1007d1ff3 +cl_kernels (???) cl_kernels
0x1007d7000 - 0x1007d7ff1 +cl_kernels (???) <14F330C9-3001-4D2D-8F93-9D2C00D5250E> cl_kernels
0x1007f2000 - 0x1007f2ff9 +cl_kernels (???) <0983EC94-01D6-460C-8927-EA40576A7462> cl_kernels
0x1014ae000 - 0x1014aeff3 +cl_kernels (???) <14C44233-25D6-4C24-BCFA-C0F386254D39> cl_kernels
0x1027ea000 - 0x1027eaff1 +cl_kernels (???) <48B73AEE-2C4A-4249-B029-CE716D9AD688> cl_kernels
0x1027f7000 - 0x1027f8ff3 +cl_kernels (???) <8FE63CF7-9732-4694-8D54-FE6BD2CF31AE> cl_kernels
0x1027fc000 - 0x1027fcffb +cl_kernels (???) <945EA8FF-06B4-4450-8FB9-59448BF706F8> cl_kernels
0x105a25000 - 0x105ac0ff7 unorm8_bgra.dylib (2.1.19) <904EA51D-225A-38AF-B66C-84493C55C065> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x105e33000 - 0x105ec9ff7 unorm8_rgba.dylib (2.1.19) <9F69E2DA-1FFB-349D-AA56-30D667519AA9> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x108e13000 - 0x108e9dff7 com.apple.xquery (1.3.1 - 30) <04E0E165-BE1D-3DD7-899F-10AFD053B30C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x7fff654d3000 - 0x7fff6550793f dyld (210.2.3) /usr/lib/dyld
0x7fff8cfae000 - 0x7fff8cffbfff com.apple.CoreMediaIO (301.0 - 4147) <61E348A5-1F9E-3390-9613-3EACE40DBD8C> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8cffc000 - 0x7fff8d011fff com.apple.ImageCapture (8.0 - 8.0) <17A45CE6-7DA3-36A5-B7EF-72BC136981AE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8d012000 - 0x7fff8d36efff com.apple.Foundation (6.8 - 945.11) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8d37b000 - 0x7fff8d3bffff libcups.2.dylib (327) <9B3F3321-D2BC-3195-BF20-4008FC52A390> /usr/lib/libcups.2.dylib
0x7fff8d3c2000 - 0x7fff8d3cdfff com.apple.CommonAuth (3.0 - 2.0) <74A86DDD-57D0-3178-AB74-E1F31DBFFC39> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8d3ce000 - 0x7fff8d3cefff com.apple.Accelerate (1.8 - Accelerate 1.8) <6AD48543-0864-3D40-80CE-01F184F24B45> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8d3cf000 - 0x7fff8d3e6fff com.apple.GenerationalStorage (1.1 - 132.2) <3F5C87BD-D866-3732-8CB9-D23ED9784D6E> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8d3e7000 - 0x7fff8e3a0fff com.apple.WebCore (8536 - 8536.26.14) <60029E1A-C1DB-3A1F-8528-4970058D8B3D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8e3a1000 - 0x7fff8e3f6ff7 libTIFF.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8e452000 - 0x7fff8e715ff7 com.apple.AddressBook.framework (7.1 - 1167) <92EF9CE4-A42B-3D30-8CA2-79C0A66BB4CE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook
0x7fff8e716000 - 0x7fff8e717ff7 libdnsinfo.dylib (453.18) /usr/lib/system/libdnsinfo.dylib
0x7fff8e726000 - 0x7fff8e77ffff com.apple.ImageCaptureCore (5.0.1 - 5.0.1) <2CC27836-1E1E-3633-B15C-A3BA1734D092> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8e780000 - 0x7fff8e7ddff7 com.apple.AE (645.3 - 645.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8e80f000 - 0x7fff8e817fff liblaunch.dylib (442.26.2) <2F71CAF8-6524-329E-AC56-C506658B4C0C> /usr/lib/system/liblaunch.dylib
0x7fff8e818000 - 0x7fff8e83ffff com.apple.framework.familycontrols (4.1 - 410) /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8e882000 - 0x7fff8e88fff7 com.apple.NetAuth (4.0 - 4.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8e8eb000 - 0x7fff8e902fff com.apple.CFOpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff8e973000 - 0x7fff8e974fff libsystem_blocks.dylib (59) /usr/lib/system/libsystem_blocks.dylib
0x7fff8e978000 - 0x7fff8e985fff libbz2.1.0.dylib (29) /usr/lib/libbz2.1.0.dylib
0x7fff8f23e000 - 0x7fff8f260ff7 libxpc.dylib (140.41) /usr/lib/system/libxpc.dylib
0x7fff8f269000 - 0x7fff8f2a4fff com.apple.LDAPFramework (2.4.28 - 194.5) <0190B746-F684-3F43-B4D0-148EFE386CA4> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8f30d000 - 0x7fff8f328ff7 libsystem_kernel.dylib (2050.18.24) /usr/lib/system/libsystem_kernel.dylib
0x7fff8f335000 - 0x7fff8f391fff com.apple.QuickLookFramework (4.0 - 555.4) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8f392000 - 0x7fff8f3a0fff libcommonCrypto.dylib (60026) <2D6537F5-1B5E-305C-A1CF-D1FA80CA3939> /usr/lib/system/libcommonCrypto.dylib
0x7fff8f4cb000 - 0x7fff8f525fff com.apple.print.framework.PrintCore (8.1 - 387.1) <1FA17B75-33E6-35BD-9198-35F92E37B248> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8f526000 - 0x7fff8f526fff com.apple.CoreServices (57 - 57) <9DD44CB0-C644-35C3-8F57-0B41B3EC147D> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8f527000 - 0x7fff8f53aff7 libbsm.0.dylib (32) /usr/lib/libbsm.0.dylib
0x7fff8f53b000 - 0x7fff8f655fff com.apple.coreavchd (5.6.0 - 5600.4.16) <0CF2ABE5-B088-3B5D-9C04-47AE708ADAE3> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD
0x7fff8f656000 - 0x7fff8f6a5ff7 libFontRegistry.dylib (100) <2E03D7DA-9B8F-31BB-8FB5-3D3B6272127F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8f6a6000 - 0x7fff8f940ff7 com.apple.JavaScriptCore (8536 - 8536.26.7) /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff8f941000 - 0x7fff8f94bfff com.apple.DisplayServicesFW (2.6.1 - 353) <0505CB8A-47D9-3539-9A0D-24F09D99E9D8> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff8f94c000 - 0x7fff8f95aff7 libsystem_network.dylib (77.10) <0D99F24E-56FE-380F-B81B-4A4C630EE587> /usr/lib/system/libsystem_network.dylib
0x7fff8f95b000 - 0x7fff8f95cfff libDiagnosticMessagesClient.dylib (8) <8548E0DC-0D2F-30B6-B045-FE8A038E76D8> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8f998000 - 0x7fff8fcc8ff7 com.apple.HIToolbox (2.0 - 625) <317F75F7-4B0F-35F5-89A7-F20BA60AC944> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff8fcc9000 - 0x7fff8fce9fff libPng.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8fcea000 - 0x7fff8fceefff com.apple.IOSurface (86.0.3 - 86.0.3) /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8fcef000 - 0x7fff8fcfafff libsystem_notify.dylib (98.5) /usr/lib/system/libsystem_notify.dylib
0x7fff8fcfb000 - 0x7fff8fd0aff7 com.apple.opengl (1.8.6 - 1.8.6) <720CC06C-0D01-37AE-BB3D-D7F0242B262A> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8fd0b000 - 0x7fff8fd39fff com.apple.CoreServicesInternal (154.2 - 154.2) <3E6196E6-F3B4-316F-9E1F-13B6B9694C7E> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff8fd3a000 - 0x7fff8fe8bfff com.apple.audio.toolbox.AudioToolbox (1.8 - 1.8) <833DA682-A3C1-39E7-AEC3-9EDC734DE2A9> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8fed8000 - 0x7fff8ff0cfff com.apple.securityinterface (6.0 - 55024.4) <614C9B8E-2056-3A41-9A01-DAF74C97CC43> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface
0x7fff8ff55000 - 0x7fff8ff60ff7 com.apple.aps.framework (3.0 - 3.0) <11E1A5D1-F5E5-3228-8B6F-77EB36B5C248> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService
0x7fff8ff61000 - 0x7fff9014afff com.apple.CoreFoundation (6.8 - 744.12) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff9015c000 - 0x7fff9015dff7 libsystem_sandbox.dylib (220) <3C3B03CF-C525-3CB3-8557-62E91B93AC95> /usr/lib/system/libsystem_sandbox.dylib
0x7fff9015e000 - 0x7fff90160ff7 libunc.dylib (25) <92805328-CD36-34FF-9436-571AB0485072> /usr/lib/system/libunc.dylib
0x7fff90161000 - 0x7fff90226ff7 com.apple.coreui (2.0 - 181.1) <83D2C92D-6842-3C9D-9289-39D5B4554C3A> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff90227000 - 0x7fff902c1fff com.apple.CoreSymbolication (3.0 - 87) <75F2C0DD-549A-36F6-BD9E-FB40A924344F> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff9030a000 - 0x7fff90746fff com.apple.VideoToolbox (1.0 - 926.62) <7D749558-08B6-3F86-A20E-05ECDACE6F17> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff90747000 - 0x7fff90754ff7 com.apple.HelpData (2.1.4 - 85) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
0x7fff90755000 - 0x7fff90860fff libFontParser.dylib (84.5) <617A7D30-C7BC-39FC-A1FE-59367B4A5719> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff90861000 - 0x7fff908a1fff com.apple.MediaKit (13 - 659) <0C56D7FF-0430-3199-9952-CF8577519449> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff908a4000 - 0x7fff908ccfff libJPEG.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff908cd000 - 0x7fff908f8fff libxslt.1.dylib (11.3) <441776B8-9130-3893-956F-39C85FFA644F> /usr/lib/libxslt.1.dylib
0x7fff908f9000 - 0x7fff90907ff7 libkxld.dylib (2050.18.24) <7027CE49-007D-3553-8FFA-3E3B428B2316> /usr/lib/system/libkxld.dylib
0x7fff90908000 - 0x7fff90aa3fef com.apple.vImage (6.0 - 6.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff90aa4000 - 0x7fff90aceff7 com.apple.CoreVideo (1.8 - 99.3) /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff90ae3000 - 0x7fff90b4bfff libvDSP.dylib (380.6) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff90b61000 - 0x7fff91309fff com.apple.CoreAUC (6.16.00 - 6.16.00) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff9130a000 - 0x7fff9130cfff com.apple.TrustEvaluationAgent (2.0 - 23) /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff913e4000 - 0x7fff91405ff7 libCRFSuite.dylib (33) <736ABE58-8DED-3289-A042-C25AF7AE5B23> /usr/lib/libCRFSuite.dylib
0x7fff91406000 - 0x7fff91463fff com.apple.audio.CoreAudio (4.1.0 - 4.1.0) /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff914ef000 - 0x7fff914f1fff libquarantine.dylib (52) <4BE2E642-A14F-340A-B482-5BD2AEFD9C24> /usr/lib/system/libquarantine.dylib
0x7fff914f2000 - 0x7fff91663ff7 com.apple.QTKit (7.7.1 - 2599.13) <5B24A892-ED69-3C01-8B00-DF3AD81A20D4> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff916ae000 - 0x7fff916aefff com.apple.ApplicationServices (45 - 45) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff916af000 - 0x7fff918affff libicucore.A.dylib (491.11.1) /usr/lib/libicucore.A.dylib
0x7fff918b0000 - 0x7fff91932fff com.apple.Heimdal (3.0 - 2.0) <660A6C64-4912-32C8-A332-B64164032A2D> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff91933000 - 0x7fff91937ff7 com.apple.TCC (1.0 - 1) /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
0x7fff91938000 - 0x7fff9194cfff com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <94EDF2AB-809C-3D15-BED5-7AD45B2A7C16> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9194d000 - 0x7fff9195cff7 libxar.1.dylib (105) <370ED355-E516-311E-BAFD-D80633A84BE1> /usr/lib/libxar.1.dylib
0x7fff91980000 - 0x7fff91987fff libcopyfile.dylib (89) <876573D0-E907-3566-A108-577EAD1B6182> /usr/lib/system/libcopyfile.dylib
0x7fff920cb000 - 0x7fff920d1fff libCGXCoreImage.A.dylib (324.6) <45864BEA-B2EA-3F5F-9D04-F9832AB67A00> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff920d2000 - 0x7fff920d2fff com.apple.quartzframework (1.5 - 1.5) <6403C982-0D45-37EE-A0F0-0EF8BCFEF440> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff920d3000 - 0x7fff92101ff7 libsystem_m.dylib (3022.6) /usr/lib/system/libsystem_m.dylib
0x7fff92102000 - 0x7fff92106fff libCGXType.A.dylib (324.6) <2FC25246-A69F-3F81-9AC6-0A1753E1C6A8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff92167000 - 0x7fff9216dff7 libunwind.dylib (35.1) <21703D36-2DAB-3D8B-8442-EAAB23C060D3> /usr/lib/system/libunwind.dylib
0x7fff9216e000 - 0x7fff92173fff libcache.dylib (57) <65187C6E-3FBF-3EB8-A1AA-389445E2984D> /usr/lib/system/libcache.dylib
0x7fff9218d000 - 0x7fff92192fff com.apple.OpenDirectory (10.8 - 151.10) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff92193000 - 0x7fff92239ff7 com.apple.CoreServices.OSServices (557.4 - 557.4) <841878A8-6F3E-300D-8F01-444B3CC1F41D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff92242000 - 0x7fff92242fff com.apple.AOSMigrate (1.0 - 1) <585B1483-490E-32DD-97DC-B9279E9D3490> /System/Library/PrivateFrameworks/AOSMigrate.framework/Versions/A/AOSMigrate
0x7fff92243000 - 0x7fff9235cff7 com.apple.ImageIO.framework (3.2.0 - 845) <553B9828-A7D9-3AE4-A214-1C33417545FD> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff9235d000 - 0x7fff92369fff com.apple.CrashReporterSupport (10.8.2 - 414.3) /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
0x7fff9236a000 - 0x7fff92407ff7 com.apple.PDFKit (2.7.2 - 2.7.2) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff92465000 - 0x7fff92480ff7 com.apple.frameworks.preferencepanes (15.0 - 15.0) <45E922F9-E5F5-3026-90BA-C1F5F8451C9B> /System/Library/Frameworks/PreferencePanes.framework/Versions/A/PreferencePanes
0x7fff9248f000 - 0x7fff92733fff com.apple.CoreImage (8.2.2 - 1.0.1) <930B0B23-DD84-3B0C-B5A9-C09B7068A6F0> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff9274c000 - 0x7fff9275fff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <2F2694E9-A7BC-33C7-B4CF-8EC907DF0FEB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff92760000 - 0x7fff9279afff com.apple.framework.internetaccounts (2.1 - 210) <0AB62FFA-42C8-3433-9C23-7D1AB411348F> /System/Library/PrivateFrameworks/InternetAccounts.framework/Versions/A/InternetAccounts
0x7fff9279b000 - 0x7fff927f1fff com.apple.HIServices (1.20 - 417) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff927f2000 - 0x7fff92966fff com.apple.CFNetwork (596.2.3 - 596.2.3) <6A16C2BD-1035-30F9-AE96-D9E3BB54A976> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff929ad000 - 0x7fff929f5fff libcurl.4.dylib (69.2) /usr/lib/libcurl.4.dylib
0x7fff929f6000 - 0x7fff92ad0ff7 com.apple.backup.framework (1.4.1 - 1.4.1) /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
0x7fff92ae8000 - 0x7fff92ae8fff com.apple.vecLib (3.8 - vecLib 3.8) <794317C7-4E38-338A-A874-5E18001C8503> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff92ae9000 - 0x7fff92aeafff liblangid.dylib (116) <864C409D-D56B-383E-9B44-A435A47F2346> /usr/lib/liblangid.dylib
0x7fff93033000 - 0x7fff930c4fff com.apple.CorePDF (2.0 - 2) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff930c5000 - 0x7fff930fcff7 libssl.0.9.8.dylib (47) <923945E6-C489-3406-903B-A362410753F8> /usr/lib/libssl.0.9.8.dylib
0x7fff93158000 - 0x7fff93255ff7 libxml2.2.dylib (22.3) <47B09CB2-C636-3024-8B55-6040F7829B4C> /usr/lib/libxml2.2.dylib
0x7fff93261000 - 0x7fff9326efff com.apple.AppleFSCompression (49 - 1.0) <5508344A-2A7E-3122-9562-6F363910A80E> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
0x7fff935fb000 - 0x7fff93627ff7 libRIP.A.dylib (324.6) <5A7EB5C2-BA60-36D7-BF41-9853F37837AA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff93628000 - 0x7fff93673fff com.apple.framework.CoreWLAN (3.0.1 - 301.11) <8370178E-438C-375C-AA41-A8DEE60B8636> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
0x7fff93674000 - 0x7fff936a5ff7 com.apple.DictionaryServices (1.2 - 184.4) <054F2D6F-9CFF-3EF1-9778-25C551B616C1> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff936a6000 - 0x7fff936c3fff com.apple.openscripting (1.3.6 - 148.2) <33B87CFB-CACC-3EBC-893D-38AECB94FB8A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff936f7000 - 0x7fff937c3fe7 libsystem_c.dylib (825.25) <8CBCF9B9-EBB7-365E-A3FF-2F3850763C6B> /usr/lib/system/libsystem_c.dylib
0x7fff937c4000 - 0x7fff93807fff com.apple.RemoteViewServices (2.0 - 80.5) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff93808000 - 0x7fff93814fff libCSync.A.dylib (324.6) <2033247A-CABC-3E20-8498-7367A8F44A08> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff93815000 - 0x7fff93c0eff7 com.apple.MediaToolbox (1.0 - 926.62) <83BBE53E-29FE-3874-9991-B6D009EADCC5> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff93c0f000 - 0x7fff93c13ff7 com.apple.CommonPanels (1.2.5 - 94) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff93c14000 - 0x7fff93c4efff com.apple.GSS (3.0 - 2.0) <0BDF8090-5EF4-3759-94DE-8521D74188AA> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff93c4f000 - 0x7fff9406cfff FaceCoreLight (2.4.1) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff94095000 - 0x7fff940fdff7 libc++.1.dylib (65.1) <20E31B90-19B9-3C2A-A9EB-474E08F9FE05> /usr/lib/libc++.1.dylib
0x7fff940fe000 - 0x7fff9412afff com.apple.quartzfilters (1.8.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff9412b000 - 0x7fff94220fff libiconv.2.dylib (34) /usr/lib/libiconv.2.dylib
0x7fff94271000 - 0x7fff9427afff com.apple.CommerceCore (1.0 - 26) <997CD214-BC78-3C61-A1B8-813EA1CB9997> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff9427b000 - 0x7fff942d1ff7 com.apple.opencl (2.1.20 - 2.1.20) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff942d2000 - 0x7fff94458fff libBLAS.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff945b2000 - 0x7fff945b2fff libkeymgr.dylib (25) /usr/lib/system/libkeymgr.dylib
0x7fff945c1000 - 0x7fff9462efff com.apple.datadetectorscore (4.0 - 269.1) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff9462f000 - 0x7fff94636fff com.apple.phonenumbers (1.1 - 47) /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers
0x7fff94637000 - 0x7fff94688ff7 com.apple.SystemConfiguration (1.12.2 - 1.12.2) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff94689000 - 0x7fff94707ff7 com.apple.securityfoundation (6.0 - 55115.4) <137E156C-B29C-3B84-95B3-669BC7C1BA7A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff94708000 - 0x7fff94708fff libOpenScriptingUtil.dylib (148.2) /usr/lib/libOpenScriptingUtil.dylib
0x7fff94709000 - 0x7fff9472afff com.apple.Ubiquity (1.2 - 243.10) /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
0x7fff9472b000 - 0x7fff94737ff7 com.apple.DirectoryService.Framework (10.8 - 151.10) /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x7fff94738000 - 0x7fff9475aff7 com.apple.Kerberos (2.0 - 1) /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff9475b000 - 0x7fff9475eff7 libdyld.dylib (210.2.3) /usr/lib/system/libdyld.dylib
0x7fff9477a000 - 0x7fff9478bff7 libsasl2.2.dylib (166) <649CAE0E-8FFE-3C60-A849-BE6300E4B726> /usr/lib/libsasl2.2.dylib
0x7fff9481a000 - 0x7fff9481dfff com.apple.help (1.3.2 - 42) <343904FE-3022-3573-97D6-5FE17F8643BA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff94a66000 - 0x7fff94b38ff7 com.apple.CoreText (260.0 - 275.16) <5BFC1D67-6A6F-38BC-9D90-9C712684EDAC> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff94b39000 - 0x7fff94c3bfff libcrypto.0.9.8.dylib (47) <74F165AD-4572-3B26-B0E2-A97477FE59D0> /usr/lib/libcrypto.0.9.8.dylib
0x7fff94c3c000 - 0x7fff94c40fff libCoreVMClient.dylib (24.4) <55F71158-ADEE-3863-92E9-4772DCEA8E31> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff94c41000 - 0x7fff94c45fff libGIF.dylib (845) <2690CE83-E934-3EF8-A30A-996EDADCE3E4> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff94c46000 - 0x7fff94c5cfff com.apple.MultitouchSupport.framework (235.28 - 235.28) /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff94c5d000 - 0x7fff94c65ff7 libsystem_dnssd.dylib (379.32.1) <62AA0B84-188A-348B-8F9E-3E2DB08DB93C> /usr/lib/system/libsystem_dnssd.dylib
0x7fff94c66000 - 0x7fff94d64fff com.apple.QuickLookUIFramework (4.0 - 555.4) <58EC2F30-0959-3586-A1DD-BDCAF589D2D3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff94d65000 - 0x7fff94d84ff7 com.apple.ChunkingLibrary (2.0 - 133.2) /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
0x7fff94d85000 - 0x7fff95715c67 com.apple.CoreGraphics (1.600.0 - 324.6) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff95716000 - 0x7fff957e9ff7 com.apple.DiscRecording (7.0 - 7000.2.4) <005BE6FF-38A1-3AEA-B24C-9D4F330EF6BE> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff957ea000 - 0x7fff95be1fff libLAPACK.dylib (1073.4) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff95c65000 - 0x7fff95c6afff libcompiler_rt.dylib (30) <08F8731D-5961-39F1-AD00-4590321D24A9> /usr/lib/system/libcompiler_rt.dylib
0x7fff95c6b000 - 0x7fff95ca1fff libsystem_info.dylib (406.17) <4FFCA242-7F04-365F-87A6-D4EFB89503C1> /usr/lib/system/libsystem_info.dylib
0x7fff95ca2000 - 0x7fff95cb7ff7 libdispatch.dylib (228.23) /usr/lib/system/libdispatch.dylib
0x7fff95cb8000 - 0x7fff968e5ff7 com.apple.AppKit (6.8 - 1187.34) <1FF64844-EB62-3F96-AED7-6525B7CCEC23> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff968e6000 - 0x7fff968e6fff com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff968e7000 - 0x7fff968e7fff com.apple.Cocoa (6.7 - 19) <1F77945C-F37A-3171-B22E-F7AB0FCBB4D4> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff968e8000 - 0x7fff96bb8fff com.apple.security (7.0 - 55179.1) <639641EF-8156-3190-890C-1053658E044A> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff96c7b000 - 0x7fff96c7bfff com.apple.Carbon (154 - 155) <372716D2-6FA1-3611-8501-3DD1D4A6E8C8> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff96d04000 - 0x7fff96d0afff libmacho.dylib (829) /usr/lib/system/libmacho.dylib
0x7fff96d0b000 - 0x7fff96d0dfff com.apple.securityhi (4.0 - 55002) <8B2008A2-B6A2-3E69-9FA2-77B38C869DD6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff96d0e000 - 0x7fff96d39fff com.apple.datadetectors (4.0 - 199.0) <4FE34A35-8DE1-3A43-8586-4B2ED03F2D84> /System/Library/PrivateFrameworks/DataDetectors.framework/Versions/A/DataDetectors
0x7fff96d3a000 - 0x7fff96e37fff libsqlite3.dylib (138.1) /usr/lib/libsqlite3.dylib
0x7fff96e38000 - 0x7fff96e52fff com.apple.CoreMediaAuthoring (2.1 - 914) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff96e97000 - 0x7fff96ea2ff7 com.apple.bsd.ServiceManagement (2.0 - 2.0) /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
0x7fff96ea3000 - 0x7fff96ea3ffd com.apple.audio.units.AudioUnit (1.8 - 1.8) <29E2C990-3617-3FA2-BDD7-DB7DF493E443> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff96ea4000 - 0x7fff96f61ff7 com.apple.ColorSync (4.8.0 - 4.8.0) <6CE333AE-EDDB-3768-9598-9DB38041DC55> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff96f62000 - 0x7fff96f64fff libCVMSPluginSupport.dylib (8.6.1) <7EFDA31E-E463-3897-A8DC-7FD266EB713E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff96f72000 - 0x7fff97023fff com.apple.LaunchServices (539.7 - 539.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff97024000 - 0x7fff97061fe7 libGLImage.dylib (8.6.1) <7F31DD61-3110-3541-A9BB-035CD1262E50> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff97064000 - 0x7fff970afff7 com.apple.CoreMedia (1.0 - 926.62) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff970b0000 - 0x7fff970b2ff7 com.apple.print.framework.Print (8.0 - 258) <34666CC2-B86D-3313-B3B6-A9977AD593DA> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff970b3000 - 0x7fff970e9fff com.apple.DebugSymbols (98 - 98) <14E788B1-4EB2-3FD7-934B-849534DFC198> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff971d0000 - 0x7fff9722cff7 com.apple.Symbolication (1.3 - 93) <66BAF8B0-26D5-38B6-A742-01031F1B4EC0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9739e000 - 0x7fff9764cfff com.apple.imageKit (2.2 - 667) <66A64289-6259-335E-9D8C-E3E02ECE7837> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff9764d000 - 0x7fff976b6fff libstdc++.6.dylib (56) /usr/lib/libstdc++.6.dylib
0x7fff976b7000 - 0x7fff977cf92f libobjc.A.dylib (532.2) <90D31928-F48D-3E37-874F-220A51FD9E37> /usr/lib/libobjc.A.dylib
0x7fff977d0000 - 0x7fff9781cff7 libauto.dylib (185.1) <73CDC482-16E3-3FC7-9BB4-FBA2DA44DBC2> /usr/lib/libauto.dylib
0x7fff9781d000 - 0x7fff9788dfff com.apple.ISSupport (1.9.8 - 56) <23ED7650-2705-355A-9F11-409A9981AC53> /System/Library/PrivateFrameworks/ISSupport.framework/Versions/A/ISSupport
0x7fff978ec000 - 0x7fff9796cff7 com.apple.ApplicationServices.ATS (332 - 341.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff9796d000 - 0x7fff9796eff7 libSystem.B.dylib (169.3) <132FE02E-3865-3F1F-B78D-C93D65930A67> /usr/lib/libSystem.B.dylib
0x7fff979d1000 - 0x7fff97af1fff com.apple.desktopservices (1.7.2 - 1.7.2) /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff97af2000 - 0x7fff97c36fef com.apple.MediaControlSender (1.4.5 - 145.3) <3A308EA3-21F7-3213-9157-D3421EB43715> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSender
0x7fff97c41000 - 0x7fff97c4ffff com.apple.Librarian (1.1 - 1) <1635162F-239A-341E-83C7-710C55E254AF> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
0x7fff97c53000 - 0x7fff97c9bfff com.apple.framework.CoreWiFi (1.0 - 100.10) <0E863B4A-1094-3F8D-BEDE-D99537E9C588> /System/Library/Frameworks/CoreWiFi.framework/Versions/A/CoreWiFi
0x7fff97c9c000 - 0x7fff97d1dfff com.apple.Metadata (10.7.0 - 707.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff97df3000 - 0x7fff98028ff7 com.apple.CoreData (106.1 - 407.7) <24E0A6B4-9ECA-3D12-B26A-72B9DCF09768> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff98211000 - 0x7fff982afff7 com.apple.ink.framework (10.8.2 - 150) <84B9825C-3822-375F-BE58-A753444FBDE2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff982b0000 - 0x7fff982ffff7 libcorecrypto.dylib (106.2) /usr/lib/system/libcorecrypto.dylib
0x7fff98300000 - 0x7fff9839afff libvMisc.dylib (380.6) <714336EA-1C0E-3735-B31C-19DFDAAF6221> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff9839d000 - 0x7fff983c4ff7 com.apple.PerformanceAnalysis (1.16 - 16) /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff983c5000 - 0x7fff9841cff7 com.apple.AppleVAFramework (5.0.18 - 5.0.18) /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff9847d000 - 0x7fff9849cff7 libresolv.9.dylib (51) <0882DC2D-A892-31FF-AD8C-0BB518C48B23> /usr/lib/libresolv.9.dylib
0x7fff9849d000 - 0x7fff9864bfff com.apple.QuartzCore (1.8 - 304.0) /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff9865e000 - 0x7fff986b5ff7 com.apple.ScalableUserInterface (1.0 - 1) /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff986b6000 - 0x7fff986cafff libGL.dylib (8.6.1) <2E00615F-97F5-34EB-BE07-75A24F3C18D7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff986cb000 - 0x7fff986f0ff7 libc++abi.dylib (24.4) /usr/lib/libc++abi.dylib
0x7fff986f1000 - 0x7fff9875eff7 com.apple.framework.IOKit (2.0 - 755.18.10) <142E19DD-1C8D-3D61-ABC8-83994A73279F> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff98763000 - 0x7fff98767fff libpam.2.dylib (20) /usr/lib/libpam.2.dylib
0x7fff98b8f000 - 0x7fff98b92fff com.apple.AppleSystemInfo (2.0 - 2) /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff98b98000 - 0x7fff98bc3fff com.apple.framework.Apple80211 (8.0.1 - 801.17) <05786C8E-8C6F-31AF-80B5-9C98175757B4> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
0x7fff98bd3000 - 0x7fff98c12ff7 com.apple.QD (3.42 - 285) <8DF36FCA-C06B-30F4-A631-7BE2FF7E56D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff98c13000 - 0x7fff98c1afff com.apple.NetFS (5.0 - 4.0) <82E24B9A-7742-3DA3-9E99-ED267D98C05E> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff98c1b000 - 0x7fff98c25fff com.apple.speech.recognition.framework (4.1.5 - 4.1.5) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff98e08000 - 0x7fff9908bfff com.apple.RawCamera.bundle (4.00 - 658) <6786E9E0-3197-30A3-A0F4-22A6064B3EF2> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff99095000 - 0x7fff99185ff7 com.apple.DiskImagesFramework (10.8 - 344) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff99186000 - 0x7fff991befff libtidy.A.dylib (15.10) <9009156B-84F5-3781-BFCB-B409B538CD18> /usr/lib/libtidy.A.dylib
0x7fff99210000 - 0x7fff9923efff com.apple.shortcut (2.2 - 2.2) /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
0x7fff992ec000 - 0x7fff992edff7 libremovefile.dylib (23.1) /usr/lib/system/libremovefile.dylib
0x7fff992ee000 - 0x7fff992f4fff libGFXShared.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff992f5000 - 0x7fff9960cff7 com.apple.CoreServices.CarbonCore (1037.3 - 1037.3) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff9960d000 - 0x7fff99868ff7 com.apple.QuartzComposer (5.1 - 284) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff99869000 - 0x7fff998f6ff7 com.apple.SearchKit (1.4.0 - 1.4.0) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff998f7000 - 0x7fff99b77ff7 com.apple.AOSKit (1.05 - 151) /System/Library/PrivateFrameworks/AOSKit.framework/Versions/A/AOSKit
0x7fff99b78000 - 0x7fff99d02fff com.apple.WebKit (8536 - 8536.26.14) <7C4D5DE6-7153-3E54-8D4F-BB2E9AE74878> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff99d03000 - 0x7fff99e05fff libJP2.dylib (845) <405CAF25-0AA5-3C6B-A4A6-94471A1EDD2F> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff99e06000 - 0x7fff99e0cfff com.apple.DiskArbitration (2.5.1 - 2.5.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff99e3f000 - 0x7fff99e51ff7 libz.1.dylib (43) <2A1551E8-A272-3DE5-B692-955974FE1416> /usr/lib/libz.1.dylib
0x7fff99e52000 - 0x7fff99e55fff libRadiance.dylib (845) /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff99e56000 - 0x7fff99ea0ff7 libGLU.dylib (8.6.1) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff99eea000 - 0x7fff99f2dff7 com.apple.bom (12.0 - 192) <0BF1F2D2-3648-36B7-BE4B-551A0173209B> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom

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

VM Region Summary:
ReadOnly portion of Libraries: Total=212.2M resident=96.3M(45%) swapped_out_or_unallocated=115.9M(55%)
Writable regions: Total=117.7M written=7204K(6%) resident=13.8M(12%) swapped_out=20K(0%) unallocated=103.8M(88%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 3364K
CG image 56K
CG raster data 80K
CG shared images 224K
CoreAnimation 8K
CoreImage 12K
CoreServices 2660K
MALLOC 85.9M
MALLOC guard page 48K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=251 8K
OpenCL 76K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 11.1M
VM_ALLOCATE 16.2M
__DATA 19.1M
__IMAGE 528K
__LINKEDIT 54.3M
__TEXT 157.9M
__UNICODE 544K
mapped file 48.7M
shared memory 308K
=========== =======
TOTAL 457.2M

Model: iMac12,2, BootROM IM121.0047.B1F, 4 processors, Intel Core i7, 3.4 GHz, 8 GB, SMC 1.72f2
Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 2048 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333531533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.70.23-P2P
Bluetooth: Version 4.0.9f33 10885, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: APPLE SSD TS256C, 251 GB
Serial ATA Device: HL-DT-STDVDRW GA32N

Appreciate any help on this issue

Parse unquoted hex query as ObjectId

A suggestion that would be so useful to me:
A lot of the time I'm looking up objects by their BSON/Mongo-generated ObjectId. At present, in order to look them up, I have to write my query like this:

{"_id": {"$oid":"4E9321AF3768CF514A00000C"} }

The current behaviour of taking a quoted string and assuming it's an ID lookup is really close to what I need, but not quite, since it doesn't convert to ObjectId type. Also, it demands that I quote the string; if it were to scan the string first and see that it's pure hex, maybe that would be a shortcut.

This is just a suggestion as I've no idea how many other Mongo DBs are using ObjectId values for their IDs. Thanks for all your work on this!

crashing as soon as I click on a DB. (replicaset?)

Hey I've been using mongohub for some time and love it! Recently though, I've been working with a system with a replicaset setup. I can access the host just fine, and I see all the databases listed, however as soon as I click on one of them it crashes. Any of them. The crash log is here: https://gist.github.com/1586143

Hope this helps. Let me know if there's other info you need. I'm also running the latest mongohub for good measure.

Crash if the network goes down

If a connexion is opened and the network goes down the application crashed. I'm guessing there is a problem with some signal in the mongo c driver. I need to find out what's wrong.

Cant setup ssh tunnel for port outside 27017

If I already have a local mongodb instance running on port 27017, I cant seem to get the ssh tunnel correct to connect to my remote server on a different port. For example 27018. Wouldn't I just add 27018 to both the host and bind address? Also any connection, local or remote, takes 40+ seconds to open...

Crash in 2.4.1 when trying to query by ID

I just downloaded the new 2.4.1 build from Github (thanks for putting it up!)

When I try to run this query:
{ "$oid" : "4E40C5111F85DD1BE9FAF825" }
... the app crashes.

Stack trace:

Process:         MongoHub [14970]
Path:            /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.thepeppersstudio.MongoHub
Version:         2.4.1 (75)
Code Type:       X86-64 (Native)
Parent Process:  launchd [10961]

Date/Time:       2011-10-10 13:38:01.569 -0700
OS Version:      Mac OS X 10.7.1 (11B26)
Report Version:  9

Interval Since Last Report:          1175510 sec
Crashes Since Last Report:           21
Per-App Interval Since Last Report:  753 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      A459069F-5EEB-415F-A1BE-13F3F1AA37CA

Crashed Thread:  3  Dispatch queue: com.apple.root.default-priority

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

VM Regions Near 0:
--> 
    __TEXT                 0000000100000000-0000000100070000 [  448K] r-x/rwx SM=COW  /Applications/MongoHub.app/Contents/MacOS/MongoHub

Application Specific Information:
objc[14970]: garbage collection is OFF

Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff91d0367a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff91d02d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff91d3f29c __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff91d47a04 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff91d47216 CFRunLoopRunSpecific + 230
5   com.apple.HIToolbox             0x00007fff8f32c4ff RunCurrentEventLoopInMode + 277
6   com.apple.HIToolbox             0x00007fff8f333c21 ReceiveNextEventCommon + 355
7   com.apple.HIToolbox             0x00007fff8f333aae BlockUntilNextEventMatchingListInMode + 62
8   com.apple.AppKit                0x00007fff8df4c191 _DPSNextEvent + 659
9   com.apple.AppKit                0x00007fff8df4ba95 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10  com.apple.AppKit                0x00007fff8df483d6 -[NSApplication run] + 463
11  com.apple.AppKit                0x00007fff8e1c652a NSApplicationMain + 867
12  com.thepeppersstudio.MongoHub   0x00000001000011c2 main + 34
13  com.thepeppersstudio.MongoHub   0x0000000100001194 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff91d057e6 kevent + 10
1   libdispatch.dylib               0x00007fff8b0c160e _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff8b0c019e _dispatch_mgr_thread + 54

Thread 2:
0   libsystem_c.dylib               0x00007fff8fa37b78 start_wqthread + 0

Thread 3 Crashed:: Dispatch queue: com.apple.root.default-priority
0   libsystem_c.dylib               0x00007fff8fa884f0 strlen + 16
1   com.thepeppersstudio.MongoHub   0x00000001000309d0 bson_append_estart + 32
2   com.thepeppersstudio.MongoHub   0x0000000100031492 bson_append_oid + 50
3   com.thepeppersstudio.MongoHub   0x000000010005007c -[MODJsonToBsonParser appendObjectId:length:withKey:previousStructure:previousStructureDictionary:] + 76
4   com.thepeppersstudio.MongoHub   0x000000010004ef7b append_data_for_bson + 379
5   com.thepeppersstudio.MongoHub   0x0000000100047492 json_parser_dom_callback + 1154
6   com.thepeppersstudio.MongoHub   0x0000000100047a14 do_callback_withbuf + 100
7   com.thepeppersstudio.MongoHub   0x0000000100047d89 act_se + 57
8   com.thepeppersstudio.MongoHub   0x000000010004653d do_action + 125
9   com.thepeppersstudio.MongoHub   0x000000010004628a json_parser_string + 362
10  com.thepeppersstudio.MongoHub   0x000000010004fbfb process_json + 507
11  com.thepeppersstudio.MongoHub   0x000000010004e7c5 -[MODJsonParser parseJsonWithCstring:error:] + 373
12  com.thepeppersstudio.MongoHub   0x000000010004fd9d -[MODJsonParser parseJsonWithString:withError:] + 77
13  com.thepeppersstudio.MongoHub   0x000000010004fe30 +[MODJsonToBsonParser bsonFromJson:json:error:] + 128
14  com.thepeppersstudio.MongoHub   0x0000000100048ac4 -[MODCursor _startCursorWithError:] + 916
15  com.thepeppersstudio.MongoHub   0x0000000100049147 -[MODCursor nextDocumentAsynchronouslyWithError:] + 263
16  com.thepeppersstudio.MongoHub   0x000000010003cf14 __66-[MODCollection findWithCriteria:fields:skip:limit:sort:callback:]_block_invoke_0 + 180
17  com.thepeppersstudio.MongoHub   0x0000000100043923 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
18  com.apple.Foundation            0x00007fff8a733581 -[NSBlockOperation main] + 116
19  com.apple.Foundation            0x00007fff8a6fa0b0 -[__NSOperationInternal start] + 705
20  com.apple.Foundation            0x00007fff8a70d3d2 ____NSOQSchedule_block_invoke_2 + 124
21  libdispatch.dylib               0x00007fff8b0bf90a _dispatch_call_block_and_release + 18
22  libdispatch.dylib               0x00007fff8b0c07e9 _dispatch_worker_thread2 + 255
23  libsystem_c.dylib               0x00007fff8fa363da _pthread_wqthread + 316
24  libsystem_c.dylib               0x00007fff8fa37b85 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff91d05192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff8fa36594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff8fa37b85 start_wqthread + 13

Thread 5:

Thread 3 crashed with X86 Thread State (64-bit):
  rax: 0x00000000ffffffff  rbx: 0x000000010004ea90  rcx: 0x0000000000000000  rdx: 0x0000000000000000
  rdi: 0x0000000000000000  rsi: 0x0000000000000007  rbp: 0x00000001054ea100  rsp: 0x00000001054ea0c8
   r8: 0x0000000000000000   r9: 0x0000000000000000  r10: 0x0000000000000001  r11: 0x0000000100050030
  r12: 0x000000010004ee00  r13: 0x0000000000000000  r14: 0x000000010004eba0  r15: 0x000000010004ed90
  rip: 0x00007fff8fa884f0  rfl: 0x0000000000010286  cr2: 0x0000000000000000
Logical CPU: 0

Update object not working

Hi,
I've tested it on 3 machines so far and on all 3, updating an Object doesn't seem to work.
How to reproduce:

  • open a connection, ie to localhost
  • open a database on the server
  • choose a collection
  • on the "Find" tab, click on "Run" to get all the objects from that collection
  • doubleclick on an Object to open its JSON representation
  • edit the JSON
  • click on Save

What should happen: the Object-window should close and the changed values should be updated in the object
What does happen: nothing

I'm running MongoDB 2.0.0 on Mac OSX 10.6.8 and MongoHub 2.4.3 [77], removing objects from a collection works just fine.

ObjectID is in uppercase

When viewing records in mongohub, the ObjectIDs are displayed in uppercase...

"_id": { "$oid" : "50231B4F8BE6E4F1F2E7E24F" }

when viewing in the mongoshell, they are not in uppercase...

"_id" : ObjectId("50231b4f8be6e4f1f2e7e24f")

Altering the case causes unpredictable query results, particularly when using model tree query structures. http://docs.mongodb.org/manual/tutorial/model-tree-structures-with-ancestors-array/

This seems to be something of a display issue in the program so copying and pasting existing records becomes a chore because I then need to change all the upper case letters to lower case. Would you consider making this behavior an option that the user can toggle on and off? I am using an older mongo binary, 2.0.1, so perhaps this has something to do with the case.

Suggestion: Use green, not red, flashes on refreshes

When I press APPLE-R to refresh / re-run a query, the Total Results: 139 (0.00s) line flashes red. I like the flash to indicate an update -- cool! -- but I'd like it to be a "positive" color. Red typically indicates failure. Would you be happy with green?

Crash & error when connecting to a Mongo 2.0.x database

Getting the following crash report when attempting to connect to a MongoHQ database that is running Mongo 2.0. I get the error http://lockerz.com/s/178016010 upon initial connection but I can still browse the collection and query it. However, I get the crash reported below when I click "Server Stats"

The database doesn't contain any sensitive information so I can provide you with a temporary user for troubleshooting if you like.

Process: MongoHub [51328]
Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.4.15 (89)
Code Type: X86-64 (Native)
Parent Process: launchd [135]

Date/Time: 2012-01-26 12:34:20.665 -0800
OS Version: Mac OS X 10.7.3 (11D16)
Report Version: 9

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

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

VM Regions Near 0x101a2d03:
-->
__TEXT 0000000100000000-000000010007a000 [ 488K] r-x/rwx SM=COW /Applications/MongoHub.app/Contents/MacOS/MongoHub

Application Specific Information:
objc_msgSend() selector name: objectForKey:
objc[51328]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8ab83210 objc_msgSend_vtable8 + 16
1 com.fotonauts.MongoHub 0x0000000100024bec -[ResultsOutlineViewController outlineView:objectValueForTableColumn:byItem:] + 124
2 com.apple.AppKit 0x00007fff8ec832ce -[NSOutlineView _dataSourceValueForColumn:row:] + 92
3 com.apple.AppKit 0x00007fff8ec71e4b -[NSTableView preparedCellAtColumn:row:] + 437
4 com.apple.AppKit 0x00007fff8ec830e8 -[NSOutlineView preparedCellAtColumn:row:] + 57
5 com.apple.AppKit 0x00007fff8ec82ff9 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
6 com.apple.AppKit 0x00007fff8ec82f73 -[NSOutlineView _drawContentsAtRow:column:withCellFrame:] + 94
7 com.apple.AppKit 0x00007fff8ec81460 -[NSTableView drawRow:clipRect:] + 1647
8 com.apple.AppKit 0x00007fff8ec80c3d -[NSTableView drawRowIndexes:clipRect:] + 565
9 com.apple.AppKit 0x00007fff8ec809fd -[NSOutlineView drawRowIndexes:clipRect:] + 116
10 com.apple.AppKit 0x00007fff8ec7ed5f -[NSTableView drawRect:] + 1390
11 com.apple.AppKit 0x00007fff8ebe5e17 -[NSView _drawRect:clip:] + 3758
12 com.apple.AppKit 0x00007fff8ec13534 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1583
13 com.apple.AppKit 0x00007fff8ec13960 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
14 com.apple.AppKit 0x00007fff8ec13960 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
15 com.apple.AppKit 0x00007fff8ebe33f6 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1032
16 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
17 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
18 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
19 com.apple.AppKit 0x00007fff8ebe46ab -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
20 com.apple.AppKit 0x00007fff8ebe28ef -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 270
21 com.apple.AppKit 0x00007fff8ebddd18 -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
22 com.apple.AppKit 0x00007fff8ebd678d -[NSView displayIfNeeded] + 1676
23 com.apple.AppKit 0x00007fff8ebd5ecd _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 648
24 com.apple.CoreFoundation 0x00007fff8fb54f37 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
25 com.apple.CoreFoundation 0x00007fff8fb54e96 __CFRunLoopDoObservers + 374
26 com.apple.CoreFoundation 0x00007fff8fb2a159 __CFRunLoopRun + 825
27 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
28 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
29 com.apple.HIToolbox 0x00007fff92515be7 ReceiveNextEventCommon + 181
30 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
31 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
32 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
33 com.apple.AppKit 0x00007fff8ee5029d -[NSApplication _realDoModalLoop:peek:] + 610
34 com.apple.AppKit 0x00007fff8ee4fed1 -[NSApplication runModalForWindow:] + 120
35 com.apple.AppKit 0x00007fff8ee46085 _NXDoLocalRunAlertPanel + 425
36 com.apple.AppKit 0x00007fff8ee466c1 NSRunAlertPanel + 133
37 com.fotonauts.MongoHub 0x000000010001e3cb __46-[ConnectionWindowController showServerStatus]_block_invoke_0 + 443
38 com.fotonauts.MongoHub 0x000000010004a19c __block_global_2 + 44
39 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
40 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
41 com.apple.CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
42 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
43 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
44 com.apple.HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
45 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
46 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
47 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
48 com.apple.AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
49 com.apple.AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
50 com.fotonauts.MongoHub 0x0000000100012392 main + 34
51 com.fotonauts.MongoHub 0x00000001000019a4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a3ae7e6 kevent + 10
1 libdispatch.dylib 0x00007fff93cc45be _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff93cc314e _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8a3ac67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a3abd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8fb21b6c CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8fb2a2d4 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8cc720ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
7 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main
+ 1575
8 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 7:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8a3addf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff8fb72f9b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 8:: Dispatch queue: com.apple.root.default-priority
0 libsystem_kernel.dylib 0x00007fff8a3ac67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a3abd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8fb21b6c __CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8fb2a2d4 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8cc1804f -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267
6 com.apple.AppKit 0x00007fff8ee47d74 -[NSAnimation(NSInternal) _runBlocking] + 365
7 com.apple.AppKit 0x00007fff8ee479b5 -[NSAnimation(NSInternal) _animationThread] + 65
8 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff93cc3799 _dispatch_worker_thread2 + 255
10 libsystem_c.dylib 0x00007fff8c9853da _pthread_wqthread + 316
11 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 9:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 10:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff8a3ade42 semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c939dea nanosleep + 164
2 libsystem_c.dylib 0x00007fff8c939bb5 usleep + 53
3 com.apple.AppKit 0x00007fff8edd0bef -[NSUIHeartBeat _heartBeatThread:] + 1727
4 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
5 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main
+ 1575
6 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x00000000101a2ceb rbx: 0x000000010056b010 rcx: 0x000000010008ca18 rdx: 0x000000010008ca18
rdi: 0x0000000101aab940 rsi: 0x0000000100088790 rbp: 0x00007fff5fbfa130 rsp: 0x00007fff5fbfa0c8
r8: 0x00007fff5fbfa05c r9: 0x00007fff5fbfa058 r10: 0x000000010078d2f0 r11: 0x00000001008342c0
r12: 0x0000000000000000 r13: 0x00000001005696e0 r14: 0x0000000100569370 r15: 0x0000000101a84ec0
rip: 0x00007fff8ab83210 rfl: 0x0000000000010246 cr2: 0x00000000101a2d03
Logical CPU: 0

Binary Images:
0x100000000 - 0x100079fff +com.fotonauts.MongoHub (2.4.15 - 89) /Applications/MongoHub.app/Contents/MacOS/MongoHub
0x1000e2000 - 0x10012afeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100146000 - 0x10015dfff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100176000 - 0x100243fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
0x1002c8000 - 0x1003abfff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101b98000 - 0x101b9efef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x101ba4000 - 0x101ba7ff7 libCoreFSCache.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x101bbf000 - 0x101bbfffd +cl_kernels (??? - ???) <6C119AA3-9E50-4AB8-A0B5-B0A8B76B3B82> cl_kernels
0x101bc5000 - 0x101bc6ffc +cl_kernels (??? - ???) <2A15F7DB-DD78-44CE-9844-8EC21E7F8319> cl_kernels
0x101bcc000 - 0x101bcdff3 +cl_kernels (??? - ???) <5DF6DBBB-AC43-453D-B830-AEF930D965E2> cl_kernels
0x101bd7000 - 0x101bd7ff5 +cl_kernels (??? - ???) cl_kernels
0x101ff8000 - 0x101ff8ff5 +cl_kernels (??? - ???) <1B8D7C6D-E9AE-4514-BA8C-596DAD6B1C73> cl_kernels
0x101ffa000 - 0x101ffaff1 +cl_kernels (??? - ???) <7F309589-5862-4F54-948D-CFB5688B62F2> cl_kernels
0x105a8f000 - 0x105b22ff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x105ca9000 - 0x105caaff3 +cl_kernels (??? - ???) <8E4E481D-2A9B-427A-9D11-C5BF168D78BD> cl_kernels
0x105cbc000 - 0x105cbcffd +cl_kernels (??? - ???) cl_kernels
0x109fe2000 - 0x10a074ff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x10a0ac000 - 0x10a13dff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff683e8000 - 0x7fff6841cb8f dyld (195.6 - ???) <28308BEF-D16A-3DD7-A4BD-567C53AA9D1E> /usr/lib/dyld
0x7fff8936f000 - 0x7fff89474ff7 libFontParser.dylib (??? - ???) <951280F5-C8A9-322E-8105-1EC1F783597F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89475000 - 0x7fff89499fff com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8949a000 - 0x7fff8949bfff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8949c000 - 0x7fff894c5fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89560000 - 0x7fff89560fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff89561000 - 0x7fff89567fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff89568000 - 0x7fff895a3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8982d000 - 0x7fff8982dfff com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89875000 - 0x7fff898e8fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff898e9000 - 0x7fff8991cff7 com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8991d000 - 0x7fff89979fff com.apple.QuickLookFramework (3.1 - 500.7) <75F04CD4-17BB-3B14-A09A-89CF5CD9C06D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8997a000 - 0x7fff8997ffff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff89980000 - 0x7fff89984fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff89985000 - 0x7fff89a29fef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff89a5b000 - 0x7fff89a85ff7 com.apple.CoreServicesInternal (113.9 - 113.9) <439B5494-FE88-3AED-9998-878CBB015DD3> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff89a86000 - 0x7fff89af0fff com.apple.framework.IOKit (2.0 - ???) <27C3AA58-6B7F-3D11-88DE-D1552C1166C4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff89af1000 - 0x7fff89af6fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff89b40000 - 0x7fff89edefef com.apple.MediaToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff89edf000 - 0x7fff89f2dfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff89f2e000 - 0x7fff89f40ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff89f5a000 - 0x7fff89fc2ff7 com.apple.CoreSymbolication (2.1 - 71) <2ADD7C5B-C8C8-3CA8-8A5C-8FB1C7F6A549> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8a013000 - 0x7fff8a08eff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a0d9000 - 0x7fff8a120ff7 com.apple.CoreMedia (1.0 - 705.42) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8a121000 - 0x7fff8a220ff7 com.apple.QuickLookUIFramework (3.1 - 500.7) <1C717B3C-7F2F-3B10-A473-05FEC1CD839D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8a231000 - 0x7fff8a231fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8a232000 - 0x7fff8a25aff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8a25b000 - 0x7fff8a2f1ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8a2f2000 - 0x7fff8a2fdfff com.apple.CommonAuth (2.1 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8a2fe000 - 0x7fff8a338fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8a397000 - 0x7fff8a3b7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff8a3bd000 - 0x7fff8a3bdfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a3be000 - 0x7fff8a450ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8a473000 - 0x7fff8a47cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8a47d000 - 0x7fff8a49afff libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8a4de000 - 0x7fff8a4ecff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff8a4ed000 - 0x7fff8a513ff7 com.apple.framework.familycontrols (3.0 - 300) <246B0F06-0E46-3A14-B60F-4C99D1E04DC4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8a5fc000 - 0x7fff8a69eff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8a6e3000 - 0x7fff8ab77fff com.apple.RawCamera.bundle (3.9.0 - 584) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8ab78000 - 0x7fff8ac5ce5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8ac68000 - 0x7fff8af40fff com.apple.security (7.0 - 55010) <6F73FBEA-439D-3238-87A2-78E77DDA74DB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8af41000 - 0x7fff8b01ffff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8b033000 - 0x7fff8b086fff libFontRegistry.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b087000 - 0x7fff8ba02797 com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8c14a000 - 0x7fff8c24dfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
0x7fff8c24e000 - 0x7fff8c28ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8c321000 - 0x7fff8c37cff7 com.apple.HIServices (1.10 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c37d000 - 0x7fff8c401ff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8c402000 - 0x7fff8c5a1fff com.apple.QuartzCore (1.7 - 270.1) <8B1F288D-7829-32F2-968F-CEA922EF98B2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8c6aa000 - 0x7fff8c6e3fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff8c85d000 - 0x7fff8c924ff7 com.apple.ColorSync (4.7.1 - 4.7.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8c935000 - 0x7fff8ca12fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib
0x7fff8cbe3000 - 0x7fff8cbf1fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8cbf2000 - 0x7fff8cc01ff7 com.apple.opengl (1.7.5 - 1.7.5) <02ED22D6-E5E0-3066-9A7B-401F8D150219> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8cc02000 - 0x7fff8cc08fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8cc09000 - 0x7fff8cc0bfff libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8cc0c000 - 0x7fff8cf25ff7 com.apple.Foundation (6.7.1 - 833.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cf85000 - 0x7fff8cf86fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff8cf8e000 - 0x7fff8d455fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8d4a0000 - 0x7fff8d4e2ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8d4ef000 - 0x7fff8d51cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <4FC58FED-2D8C-3D58-8349-E68F4F7C3861> /usr/lib/libSystem.B.dylib
0x7fff8d51d000 - 0x7fff8d544fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d545000 - 0x7fff8d5adff7 com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <1EE030D9-ABCF-359A-8C94-3466430530C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8d5ae000 - 0x7fff8d602ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8d60f000 - 0x7fff8d614fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff8d615000 - 0x7fff8d6b4fff com.apple.LaunchServices (480.23 - 480.23) <151B5EDD-EB14-36F8-981D-1D224D94A835> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8d6b5000 - 0x7fff8d797ff7 com.apple.CoreServices.OSServices (478.33 - 478.33) <13E8EB73-5A7A-3B40-9C03-23D5DD8AB2AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8d80c000 - 0x7fff8dfa0fef com.apple.CoreAUC (6.11.04 - 6.11.04) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8dfa1000 - 0x7fff8dfd1ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e062000 - 0x7fff8e062fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8e078000 - 0x7fff8e12bfff com.apple.CoreText (220.11.0 - ???) <54E39424-9651-3397-B510-CE39153C18D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8e12c000 - 0x7fff8e134fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e135000 - 0x7fff8e154fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8e155000 - 0x7fff8e1a5fff com.apple.CoreMediaIO (210.0 - 3180) <36F6D4E3-C2A2-3496-B6C8-BD903A6B4018> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8e3a9000 - 0x7fff8e3b4ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8e3b5000 - 0x7fff8e7d1ff7 com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8e7d2000 - 0x7fff8e7d5fff libCoreVMClient.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e7d6000 - 0x7fff8e9d8fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff8e9d9000 - 0x7fff8e9dfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8e9e0000 - 0x7fff8e9f3ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8e9f4000 - 0x7fff8e9f7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8e9f8000 - 0x7fff8ea0efff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ea0f000 - 0x7fff8ea3afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff8ea3b000 - 0x7fff8ea58ff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
0x7fff8eabb000 - 0x7fff8eac1fff libGFXShared.dylib (??? - ???) <7F73CCDC-4C72-31A9-907B-4EC1BA8249A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8eb04000 - 0x7fff8eb20ff7 com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8eb21000 - 0x7fff8eb25ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8eb26000 - 0x7fff8eb8cff7 com.apple.coreui (1.2.1 - 165) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8eb8d000 - 0x7fff8eb90ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8eb91000 - 0x7fff8f794fff com.apple.AppKit (6.7.2 - 1138.25) <4E7D7A63-5DE7-36B9-87DE-E69AD7230E5E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f7dc000 - 0x7fff8f7f9ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8f801000 - 0x7fff8f937fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8f964000 - 0x7fff8faeeff7 com.apple.WebKit (7534.53 - 7534.53.1) <6F74F3F4-641D-30F8-A632-FB43BABE4059> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8faf1000 - 0x7fff8fcc5fff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8fcc6000 - 0x7fff8fd05fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8fe1e000 - 0x7fff8ffa8ff7 com.apple.QTKit (7.7.1 - 2306) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff90685000 - 0x7fff906d7ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff90704000 - 0x7fff9076bff7 com.apple.Symbolication (1.2 - 89) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9076c000 - 0x7fff9086eff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff90899000 - 0x7fff908b3fff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff90994000 - 0x7fff90994fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90995000 - 0x7fff90995fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90996000 - 0x7fff90997fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff909e8000 - 0x7fff909eefff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90a33000 - 0x7fff90a57fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90c2f000 - 0x7fff90c32fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff910c7000 - 0x7fff910cefff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff910cf000 - 0x7fff916b3fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff916b4000 - 0x7fff916b5fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff916b6000 - 0x7fff917d0ff7 com.apple.DesktopServices (1.6.2 - 1.6.2) <92677051-BCEF-3E99-81C2-D1CA4B3E234B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff917d1000 - 0x7fff917d8fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff9183f000 - 0x7fff91840fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff91c96000 - 0x7fff91ca0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff91cfc000 - 0x7fff91d5cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff91d5d000 - 0x7fff91fcbff7 com.apple.QuartzComposer (5.0 - 236.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff91fcc000 - 0x7fff91fccfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff91fcd000 - 0x7fff91fd2fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff91fd3000 - 0x7fff920d0fff com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff920f0000 - 0x7fff92160fff com.apple.datadetectorscore (3.0 - 179.4) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff92177000 - 0x7fff9217cff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff9217d000 - 0x7fff92188ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff92189000 - 0x7fff92295fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff92296000 - 0x7fff922e2fff com.apple.SystemConfiguration (1.11.2 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff922e3000 - 0x7fff922e7fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff922e8000 - 0x7fff9235dff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff9236b000 - 0x7fff92478fff libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff92479000 - 0x7fff9250bff7 com.apple.PDFKit (2.6.2 - 2.6.2) <457A516A-7770-3CF8-8BCD-319DE66901E8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff9250c000 - 0x7fff92837ff7 com.apple.HIToolbox (1.8 - ???) <681CC8E5-C5ED-3284-9B63-ED6C9464A102> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff929a4000 - 0x7fff92c2ffff com.apple.JavaScriptCore (7534.53 - 7534.53.1) <2BD5736A-1E96-3AEE-987C-024CF358CF66> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff92c30000 - 0x7fff92f4cff7 com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92f4d000 - 0x7fff92fa1ff7 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff92fa2000 - 0x7fff92ff9fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff93035000 - 0x7fff93036fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9307c000 - 0x7fff93090ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff93091000 - 0x7fff930d1ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
0x7fff930d2000 - 0x7fff930e8ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff930e9000 - 0x7fff9351bfff com.apple.VideoToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff9351c000 - 0x7fff9351cfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff9358f000 - 0x7fff9358ffff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff93590000 - 0x7fff93685fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff9370d000 - 0x7fff937a7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff937a8000 - 0x7fff937fbfff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff937fc000 - 0x7fff93813fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93893000 - 0x7fff93cc0fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff93cc1000 - 0x7fff93ccffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
0x7fff93cd0000 - 0x7fff93d53fef com.apple.Metadata (10.7.0 - 627.21) <30D2A1E2-6A06-3104-ABE0-08DAD458BDAB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff93d54000 - 0x7fff93d6bfff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <811203B5-70EC-3F2A-97C0-2236D3A1F9D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff93d6c000 - 0x7fff93d77ff7 com.apple.DisplayServicesFW (2.5.2 - 317) <6BCAE0C3-CB0A-3740-AB0E-1DB08CC8B023> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93da9000 - 0x7fff93decff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff93e00000 - 0x7fff93e02fff libquarantine.dylib (36.1.0 - compatibility 1.0.0) <4827B886-E31A-3A7A-9511-4ECC3510559B> /usr/lib/system/libquarantine.dylib
0x7fff93e03000 - 0x7fff93e08fff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff93e09000 - 0x7fff93e34ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff93e5d000 - 0x7fff940d0fff com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff940d1000 - 0x7fff940feff7 com.apple.opencl (1.50.63 - 1.50.63) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff944d3000 - 0x7fff944d5ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff944d6000 - 0x7fff944ddfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff944de000 - 0x7fff944f0ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff944f1000 - 0x7fff9470bfef com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff94a67000 - 0x7fff94a68ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff94aa7000 - 0x7fff94ad4fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff94ad5000 - 0x7fff957e0ff7 com.apple.WebCore (7534.53 - 7534.53.2) <4FB26B15-8119-389E-9337-48D54EFC2A25> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff9588b000 - 0x7fff958caff7 libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff958d4000 - 0x7fff958d7fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff958ed000 - 0x7fff95b68fff com.apple.imageKit (2.1.1 - 1.0) <7043F962-259C-3B2F-B3B7-ACB85CA8EA1A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff95b69000 - 0x7fff95b6bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff95b6c000 - 0x7fff95bf1ff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff95bf2000 - 0x7fff95bfffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff95c00000 - 0x7fff95c07ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff95c08000 - 0x7fff95d61fff com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff95dd7000 - 0x7fff95dd8ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff95dd9000 - 0x7fff95f3ffff com.apple.CFNetwork (520.3 - 520.3) <452DDF06-BEAE-3268-B654-6E0FAAA7A5A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff95f40000 - 0x7fff95f55fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9608d000 - 0x7fff96091fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=199.3M resident=203.5M(102%) swapped_out_or_unallocated=16777216.0T(8826260553728%)
Writable regions: Total=118.9M written=7080K(6%) resident=15.7M(13%) swapped_out=0K(0%) unallocated=103.2M(87%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 4532K
CG image 48K
CG raster data 348K
CG shared images 3512K
CoreAnimation 4K
CoreGraphics 16K
CoreImage 76K
CoreServices 13.1M
MALLOC 83.1M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=243 4K
Memory tag=251 8K
OpenCL 76K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 12.6M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 19.4M
__IMAGE 1256K
__LINKEDIT 48.8M
__RC_CAMERAS 236K
__TEXT 150.5M
__UNICODE 544K
mapped file 39.7M
shared memory 312K
=========== =======
TOTAL 450.5M

Crash trying to access system.profile collection

I'm doing full profiling and when I tried querying the system.profile collection I got this crash:

Process: MongoHub [69938]
Path: /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier: com.fotonauts.MongoHub
Version: 2.4.16 (90)
Code Type: X86-64 (Native)
Parent Process: launchd [135]

Date/Time: 2012-01-31 11:43:12.422 -0800
OS Version: Mac OS X 10.7.3 (11D16)
Report Version: 9

Interval Since Last Report: 594248 sec
Crashes Since Last Report: 7
Per-App Interval Since Last Report: 113822 sec
Per-App Crashes Since Last Report: 2
Anonymous UUID: 2602AD2E-390C-492B-8F3A-A4E200482F98

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

Exception Type: EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[69938]: garbage collection is OFF
*** Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'unknown type'
*** First throw call stack:
(
0 CoreFoundation 0x00007fff8fb95286 __exceptionPreprocess + 198
1 libobjc.A.dylib 0x00007fff8ab8ed5e objc_exception_throw + 43
2 CoreFoundation 0x00007fff8fb950ba +[NSException raise:format:arguments:] + 106
3 Foundation 0x00007fff8ccd77d3 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
4 MongoHub 0x00000001000524c7 +[MODHelper convertForOutlineWithValue:dataKey:] + 2503
5 MongoHub 0x0000000100051688 +[MODHelper convertForOutlineWithObjects:] + 584
6 MongoHub 0x0000000100027efc __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 940
7 MongoHub 0x00000001000407e5 __block_global_2 + 117
8 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
9 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
10 CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
11 CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
12 HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
13 HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
14 HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
15 AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
16 AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
17 AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
18 AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
19 MongoHub 0x0000000100012b02 main + 34
20 MongoHub 0x0000000100002014 start + 52
21 ??? 0x0000000000000002 0x0 + 2
)

terminate called throwing an exception
abort() called

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libsystem_kernel.dylib 0x00007fff8a3adce2 __pthread_kill + 10
1 libsystem_c.dylib 0x00007fff8c9857d2 pthread_kill + 95
2 libsystem_c.dylib 0x00007fff8c976a7a abort + 143
3 libc++abi.dylib 0x00007fff8e3b17bc abort_message + 214
4 libc++abi.dylib 0x00007fff8e3aefcf default_terminate() + 28
5 libobjc.A.dylib 0x00007fff8ab8f1b9 _objc_terminate + 94
6 libc++abi.dylib 0x00007fff8e3af001 safe_handler_caller(void (*)()) + 11
7 libc++abi.dylib 0x00007fff8e3af05c std::terminate() + 16
8 libc++abi.dylib 0x00007fff8e3b0152 __cxa_throw + 114
9 libobjc.A.dylib 0x00007fff8ab8ee7a objc_exception_throw + 327
10 com.apple.CoreFoundation 0x00007fff8fb950ba +[NSException raise:format:arguments:] + 106
11 com.apple.Foundation 0x00007fff8ccd77d3 -[NSAssertionHandler handleFailureInMethod:object:file:lineNumber:description:] + 169
12 com.fotonauts.MongoHub 0x00000001000524c7 +[MODHelper convertForOutlineWithValue:dataKey:] + 2503
13 com.fotonauts.MongoHub 0x0000000100051688 +[MODHelper convertForOutlineWithObjects:] + 584
14 com.fotonauts.MongoHub 0x0000000100027efc __37-[MHQueryWindowController findQuery:]_block_invoke_0 + 940
15 com.fotonauts.MongoHub 0x00000001000407e5 __block_global_2 + 117
16 libdispatch.dylib 0x00007fff93cc28ba _dispatch_call_block_and_release + 18
17 libdispatch.dylib 0x00007fff93cc472a _dispatch_main_queue_callback_4CF + 308
18 com.apple.CoreFoundation 0x00007fff8fb2a4dc __CFRunLoopRun + 1724
19 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
20 com.apple.HIToolbox 0x00007fff9250e9eb RunCurrentEventLoopInMode + 277
21 com.apple.HIToolbox 0x00007fff92515c95 ReceiveNextEventCommon + 355
22 com.apple.HIToolbox 0x00007fff92515b22 BlockUntilNextEventMatchingListInMode + 62
23 com.apple.AppKit 0x00007fff8eb9a1fd _DPSNextEvent + 659
24 com.apple.AppKit 0x00007fff8eb99b01 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
25 com.apple.AppKit 0x00007fff8eb96439 -[NSApplication run] + 470
26 com.apple.AppKit 0x00007fff8ee14ac0 NSApplicationMain + 867
27 com.fotonauts.MongoHub 0x0000000100012b02 main + 34
28 com.fotonauts.MongoHub 0x0000000100002014 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff8a3ae7e6 kevent + 10
1 libdispatch.dylib 0x00007fff93cc45be _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff93cc314e _dispatch_mgr_thread + 54

Thread 2:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 3:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff8a3ac67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff8a3abd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff8fb21b6c CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff8fb2a2d4 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff8fb29ae6 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff8cc720ab +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
7 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main
+ 1575
8 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 7:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 8:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 9:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff8a3addf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff8fb72f9b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 10:
0 libsystem_kernel.dylib 0x00007fff8a3ae192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff8c985594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff8c986b85 start_wqthread + 13

Thread 11:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff8a3ade42 semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8c939dea nanosleep + 164
2 libsystem_c.dylib 0x00007fff8c939bb5 usleep + 53
3 com.apple.AppKit 0x00007fff8edd0bef -[NSUIHeartBeat _heartBeatThread:] + 1727
4 com.apple.Foundation 0x00007fff8cc667fe -[NSThread main] + 68
5 com.apple.Foundation 0x00007fff8cc66776 __NSThread__main
+ 1575
6 libsystem_c.dylib 0x00007fff8c9838bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff8c986b75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbfcf68 rdx: 0x0000000000000000
rdi: 0x0000000000000707 rsi: 0x0000000000000006 rbp: 0x00007fff5fbfcf90 rsp: 0x00007fff5fbfcf68
r8: 0x00007fff798f6fb8 r9: 0x00007fff5fbfc9f8 r10: 0x00007fff8a3add0a r11: 0xffffff80002d8220
r12: 0x00007fff5fbfe7e8 r13: 0x0000000000000000 r14: 0x00007fff798f9960 r15: 0x00007fff5fbfd0e0
rip: 0x00007fff8a3adce2 rfl: 0x0000000000000246 cr2: 0x00000001037bb000
Logical CPU: 0

Binary Images:
0x100000000 - 0x10007afff +com.fotonauts.MongoHub (2.4.16 - 90) /Applications/MongoHub.app/Contents/MacOS/MongoHub
0x1000e3000 - 0x10012bfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
0x100147000 - 0x10015efff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x100177000 - 0x100244fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
0x1002c9000 - 0x1003acfff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x101c99000 - 0x101c9ffef libcldcpuengine.dylib (1.50.61 - compatibility 1.0.0) /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x101ca5000 - 0x101ca8ff7 libCoreFSCache.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x101cc0000 - 0x101cc0ffd +cl_kernels (??? - ???) <6C119AA3-9E50-4AB8-A0B5-B0A8B76B3B82> cl_kernels
0x101cc6000 - 0x101cc7ffc +cl_kernels (??? - ???) <2A15F7DB-DD78-44CE-9844-8EC21E7F8319> cl_kernels
0x101ccd000 - 0x101cceff3 +cl_kernels (??? - ???) <5DF6DBBB-AC43-453D-B830-AEF930D965E2> cl_kernels
0x101cd8000 - 0x101cd8ff5 +cl_kernels (??? - ???) cl_kernels
0x1037cb000 - 0x1037cbff5 +cl_kernels (??? - ???) <1B8D7C6D-E9AE-4514-BA8C-596DAD6B1C73> cl_kernels
0x1037d0000 - 0x1037d0ff1 +cl_kernels (??? - ???) <7F309589-5862-4F54-948D-CFB5688B62F2> cl_kernels
0x1037f3000 - 0x1037f4ff3 +cl_kernels (??? - ???) <8E4E481D-2A9B-427A-9D11-C5BF168D78BD> cl_kernels
0x1037fc000 - 0x1037fcffd +cl_kernels (??? - ???) cl_kernels
0x10472d000 - 0x1047c0ff7 unorm8_bgra.dylib (1.50.61 - compatibility 1.0.0) <3ED8B0D5-4A55-3E39-8490-B7BC1780F67B> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x107c89000 - 0x107d1bff7 com.apple.xquery (1.3 - 29) <02B0E724-CC18-3D60-8FBE-8BDB458C155A> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
0x107e53000 - 0x107ee4ff7 unorm8_rgba.dylib (1.50.61 - compatibility 1.0.0) <278541F2-18CC-3BE4-AD6B-24A3E983ACB5> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
0x7fff6c8f7000 - 0x7fff6c92bb8f dyld (195.6 - ???) <28308BEF-D16A-3DD7-A4BD-567C53AA9D1E> /usr/lib/dyld
0x7fff8936f000 - 0x7fff89474ff7 libFontParser.dylib (??? - ???) <951280F5-C8A9-322E-8105-1EC1F783597F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff89475000 - 0x7fff89499fff com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8949a000 - 0x7fff8949bfff libsystem_sandbox.dylib (??? - ???) <8D14139B-B671-35F4-9E5A-023B4C523C38> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8949c000 - 0x7fff894c5fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff89560000 - 0x7fff89560fff com.apple.Cocoa (6.6 - ???) <021D4214-9C23-3CD8-AFB2-F331697A4508> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff89561000 - 0x7fff89567fff libmacho.dylib (800.0.0 - compatibility 1.0.0) /usr/lib/system/libmacho.dylib
0x7fff89568000 - 0x7fff895a3fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff8982d000 - 0x7fff8982dfff com.apple.audio.units.AudioUnit (1.7.1 - 1.7.1) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff89875000 - 0x7fff898e8fff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff898e9000 - 0x7fff8991cff7 com.apple.GSS (2.1 - 2.0) <9A2C9736-DA10-367A-B376-2C7A584E6C7A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8991d000 - 0x7fff89979fff com.apple.QuickLookFramework (3.1 - 500.7) <75F04CD4-17BB-3B14-A09A-89CF5CD9C06D> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff8997a000 - 0x7fff8997ffff libcache.dylib (47.0.0 - compatibility 1.0.0) /usr/lib/system/libcache.dylib
0x7fff89980000 - 0x7fff89984fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff89985000 - 0x7fff89a29fef com.apple.ink.framework (1.3.2 - 110) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff89a5b000 - 0x7fff89a85ff7 com.apple.CoreServicesInternal (113.9 - 113.9) <439B5494-FE88-3AED-9998-878CBB015DD3> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff89a86000 - 0x7fff89af0fff com.apple.framework.IOKit (2.0 - ???) <27C3AA58-6B7F-3D11-88DE-D1552C1166C4> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff89af1000 - 0x7fff89af6fff com.apple.OpenDirectory (10.7 - 146) <91A87249-6A2F-3F89-A8DE-0E95C0B54A3A> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff89b40000 - 0x7fff89edefef com.apple.MediaToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff89edf000 - 0x7fff89f2dfff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff89f2e000 - 0x7fff89f40ff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff89f5a000 - 0x7fff89fc2ff7 com.apple.CoreSymbolication (2.1 - 71) <2ADD7C5B-C8C8-3CA8-8A5C-8FB1C7F6A549> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8a013000 - 0x7fff8a08eff7 com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff8a0d9000 - 0x7fff8a120ff7 com.apple.CoreMedia (1.0 - 705.42) /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff8a121000 - 0x7fff8a220ff7 com.apple.QuickLookUIFramework (3.1 - 500.7) <1C717B3C-7F2F-3B10-A473-05FEC1CD839D> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff8a231000 - 0x7fff8a231fff com.apple.ApplicationServices (41 - 41) <03F3FA8F-8D2A-3AB6-A8E3-40B001116339> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff8a232000 - 0x7fff8a25aff7 com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff8a25b000 - 0x7fff8a2f1ff7 libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
0x7fff8a2f2000 - 0x7fff8a2fdfff com.apple.CommonAuth (2.1 - 2.0) /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff8a2fe000 - 0x7fff8a338fe7 com.apple.DebugSymbols (2.1 - 87) <149201BE-A8A4-3E40-AD65-E5194B59162E> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff8a397000 - 0x7fff8a3b7fff libsystem_kernel.dylib (1699.22.73 - compatibility 1.0.0) <69F2F501-72D8-3B3B-8357-F4418B3E1348> /usr/lib/system/libsystem_kernel.dylib
0x7fff8a3bd000 - 0x7fff8a3bdfff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a3be000 - 0x7fff8a450ff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8a473000 - 0x7fff8a47cff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8a47d000 - 0x7fff8a49afff libPng.dylib (??? - ???) <3C70A94C-9442-3E11-AF51-C1B0EF81680E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8a4de000 - 0x7fff8a4ecff7 libkxld.dylib (??? - ???) <65BE345D-6618-3D1A-9E2B-255E629646AA> /usr/lib/system/libkxld.dylib
0x7fff8a4ed000 - 0x7fff8a513ff7 com.apple.framework.familycontrols (3.0 - 300) <246B0F06-0E46-3A14-B60F-4C99D1E04DC4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8a5fc000 - 0x7fff8a69eff7 com.apple.securityfoundation (5.0 - 55005) <0D59908C-A61B-389E-AF37-741ACBBA6A94> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8a6e3000 - 0x7fff8ab77fff com.apple.RawCamera.bundle (3.9.0 - 584) /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8ab78000 - 0x7fff8ac5ce5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8ac68000 - 0x7fff8af40fff com.apple.security (7.0 - 55010) <6F73FBEA-439D-3238-87A2-78E77DDA74DB> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8af41000 - 0x7fff8b01ffff com.apple.ImageIO.framework (3.1.1 - 3.1.1) <13E549F8-5BD6-3BAE-8C33-1D0BD269C081> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff8b033000 - 0x7fff8b086fff libFontRegistry.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b087000 - 0x7fff8ba02797 com.apple.CoreGraphics (1.600.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff8c14a000 - 0x7fff8c24dfff libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <7F60B0FF-4946-3639-89AB-B540D318B249> /usr/lib/libsqlite3.dylib
0x7fff8c24e000 - 0x7fff8c28ffff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8c321000 - 0x7fff8c37cff7 com.apple.HIServices (1.10 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c37d000 - 0x7fff8c401ff7 com.apple.ApplicationServices.ATS (317.5.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8c402000 - 0x7fff8c5a1fff com.apple.QuartzCore (1.7 - 270.1) <8B1F288D-7829-32F2-968F-CEA922EF98B2> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8c6aa000 - 0x7fff8c6e3fe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff8c85d000 - 0x7fff8c924ff7 com.apple.ColorSync (4.7.1 - 4.7.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
0x7fff8c935000 - 0x7fff8ca12fef libsystem_c.dylib (763.12.0 - compatibility 1.0.0) /usr/lib/system/libsystem_c.dylib
0x7fff8cbe3000 - 0x7fff8cbf1fff com.apple.NetAuth (1.0 - 3.0) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff8cbf2000 - 0x7fff8cc01ff7 com.apple.opengl (1.7.5 - 1.7.5) <02ED22D6-E5E0-3066-9A7B-401F8D150219> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8cc02000 - 0x7fff8cc08fff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8cc09000 - 0x7fff8cc0bfff libCVMSPluginSupport.dylib (??? - ???) <61D89F3C-C64D-3733-819F-8AAAE4E2E993> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff8cc0c000 - 0x7fff8cf25ff7 com.apple.Foundation (6.7.1 - 833.20) /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff8cf85000 - 0x7fff8cf86fff com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <0F55CD76-DB24-309B-BD12-62B00C1AAB9F> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
0x7fff8cf8e000 - 0x7fff8d455fff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8d4a0000 - 0x7fff8d4e2ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8d4ef000 - 0x7fff8d51cfe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <4FC58FED-2D8C-3D58-8349-E68F4F7C3861> /usr/lib/libSystem.B.dylib
0x7fff8d51d000 - 0x7fff8d544fff com.apple.PerformanceAnalysis (1.10 - 10) <2A058167-292E-3C3A-B1F8-49813336E068> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff8d545000 - 0x7fff8d5adff7 com.apple.audio.CoreAudio (4.0.1 - 4.0.1) <1EE030D9-ABCF-359A-8C94-3466430530C4> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8d5ae000 - 0x7fff8d602ff7 com.apple.ScalableUserInterface (1.0 - 1) <1873D7BE-2272-31A1-8F85-F70C4D706B3B> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff8d60f000 - 0x7fff8d614fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff8d615000 - 0x7fff8d6b4fff com.apple.LaunchServices (480.23 - 480.23) <151B5EDD-EB14-36F8-981D-1D224D94A835> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff8d6b5000 - 0x7fff8d797ff7 com.apple.CoreServices.OSServices (478.33 - 478.33) <13E8EB73-5A7A-3B40-9C03-23D5DD8AB2AD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff8d80c000 - 0x7fff8dfa0fef com.apple.CoreAUC (6.11.04 - 6.11.04) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8dfa1000 - 0x7fff8dfd1ff7 com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8e062000 - 0x7fff8e062fff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8e078000 - 0x7fff8e12bfff com.apple.CoreText (220.11.0 - ???) <54E39424-9651-3397-B510-CE39153C18D9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff8e12c000 - 0x7fff8e134fff libsystem_dnssd.dylib (??? - ???) <7749128E-D0C5-3832-861C-BC9913F774FA> /usr/lib/system/libsystem_dnssd.dylib
0x7fff8e135000 - 0x7fff8e154fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8e155000 - 0x7fff8e1a5fff com.apple.CoreMediaIO (210.0 - 3180) <36F6D4E3-C2A2-3496-B6C8-BD903A6B4018> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8e3a9000 - 0x7fff8e3b4ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff8e3b5000 - 0x7fff8e7d1ff7 com.apple.SceneKit (2.1 - 125.1) <296A889C-2E9D-366F-8962-E23931EECC70> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8e7d2000 - 0x7fff8e7d5fff libCoreVMClient.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8e7d6000 - 0x7fff8e9d8fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
0x7fff8e9d9000 - 0x7fff8e9dfff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8e9e0000 - 0x7fff8e9f3ff7 libCRFSuite.dylib (??? - ???) <034D4DAA-63F0-35E4-BCEF-338DD7A453DD> /usr/lib/libCRFSuite.dylib
0x7fff8e9f4000 - 0x7fff8e9f7fff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff8e9f8000 - 0x7fff8ea0efff libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff8ea0f000 - 0x7fff8ea3afff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
0x7fff8ea3b000 - 0x7fff8ea58ff7 libxpc.dylib (77.17.0 - compatibility 1.0.0) <72A16104-2F23-3C22-B474-1953F06F9376> /usr/lib/system/libxpc.dylib
0x7fff8eabb000 - 0x7fff8eac1fff libGFXShared.dylib (??? - ???) <7F73CCDC-4C72-31A9-907B-4EC1BA8249A5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8eb04000 - 0x7fff8eb20ff7 com.apple.GenerationalStorage (1.0 - 125) <31F60175-E38D-3C63-8D95-32CFE7062BCB> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff8eb21000 - 0x7fff8eb25ff7 com.apple.CommonPanels (1.2.5 - 94) <0BB2C436-C9D5-380B-86B5-E355A7711259> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
0x7fff8eb26000 - 0x7fff8eb8cff7 com.apple.coreui (1.2.1 - 165) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff8eb8d000 - 0x7fff8eb90ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff8eb91000 - 0x7fff8f794fff com.apple.AppKit (6.7.2 - 1138.25) <4E7D7A63-5DE7-36B9-87DE-E69AD7230E5E> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8f7dc000 - 0x7fff8f7f9ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8f801000 - 0x7fff8f937fff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8f964000 - 0x7fff8faeeff7 com.apple.WebKit (7534.53 - 7534.53.1) <6F74F3F4-641D-30F8-A632-FB43BABE4059> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff8faf1000 - 0x7fff8fcc5fff com.apple.CoreFoundation (6.7.1 - 635.15) /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff8fcc6000 - 0x7fff8fd05fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff8fe1e000 - 0x7fff8ffa8ff7 com.apple.QTKit (7.7.1 - 2306) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff90685000 - 0x7fff906d7ff7 libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff90704000 - 0x7fff9076bff7 com.apple.Symbolication (1.2 - 89) /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff9076c000 - 0x7fff9086eff7 libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff90899000 - 0x7fff908b3fff com.apple.CoreMediaAuthoring (2.0 - 889) <99D8E4C6-DDD3-3B0C-BBFB-A513877F10F6> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff90994000 - 0x7fff90994fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff90995000 - 0x7fff90995fff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff90996000 - 0x7fff90997fff libunc.dylib (24.0.0 - compatibility 1.0.0) /usr/lib/system/libunc.dylib
0x7fff909e8000 - 0x7fff909eefff IOSurface (??? - ???) <06FA3FDD-E6D5-391F-B60D-E98B169DAB1B> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff90a33000 - 0x7fff90a57fff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff90c2f000 - 0x7fff90c32fff com.apple.AppleSystemInfo (1.0 - 1) <598ADC13-C994-3579-A885-0D6658DDD564> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff910c7000 - 0x7fff910cefff com.apple.NetFS (4.0 - 4.0) /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff910cf000 - 0x7fff916b3fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff916b4000 - 0x7fff916b5fff libdnsinfo.dylib (395.6.0 - compatibility 1.0.0) <718A135F-6349-354A-85D5-430B128EFD57> /usr/lib/system/libdnsinfo.dylib
0x7fff916b6000 - 0x7fff917d0ff7 com.apple.DesktopServices (1.6.2 - 1.6.2) <92677051-BCEF-3E99-81C2-D1CA4B3E234B> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff917d1000 - 0x7fff917d8fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <40374018-2832-3144-8114-CED417321C76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff9183f000 - 0x7fff91840fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff91c96000 - 0x7fff91ca0ff7 liblaunch.dylib (392.18.0 - compatibility 1.0.0) <39EF04F2-7F0C-3435-B785-BF283727FFBD> /usr/lib/system/liblaunch.dylib
0x7fff91cfc000 - 0x7fff91d5cfff libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
0x7fff91d5d000 - 0x7fff91fcbff7 com.apple.QuartzComposer (5.0 - 236.3) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff91fcc000 - 0x7fff91fccfff com.apple.Carbon (153 - 153) <895C2BF2-1666-3A59-A669-311B1F4F368B> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff91fcd000 - 0x7fff91fd2fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff91fd3000 - 0x7fff920d0fff com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff920f0000 - 0x7fff92160fff com.apple.datadetectorscore (3.0 - 179.4) /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff92177000 - 0x7fff9217cff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff9217d000 - 0x7fff92188ff7 com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <7ADAAF5B-1D78-32F2-9FFF-D2E3FBB41C2B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
0x7fff92189000 - 0x7fff92295fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff92296000 - 0x7fff922e2fff com.apple.SystemConfiguration (1.11.2 - 1.11) /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff922e3000 - 0x7fff922e7fff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <5EEAD17D-006C-3855-8093-C7A4A97EE0D0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff922e8000 - 0x7fff9235dff7 libc++.1.dylib (19.0.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff9236b000 - 0x7fff92478fff libJP2.dylib (??? - ???) <6052C973-9354-35CB-AAB9-31D00D8786F9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff92479000 - 0x7fff9250bff7 com.apple.PDFKit (2.6.2 - 2.6.2) <457A516A-7770-3CF8-8BCD-319DE66901E8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff9250c000 - 0x7fff92837ff7 com.apple.HIToolbox (1.8 - ???) <681CC8E5-C5ED-3284-9B63-ED6C9464A102> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff929a4000 - 0x7fff92c2ffff com.apple.JavaScriptCore (7534.53 - 7534.53.1) <2BD5736A-1E96-3AEE-987C-024CF358CF66> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff92c30000 - 0x7fff92f4cff7 com.apple.CoreServices.CarbonCore (960.18 - 960.18) <6020C3FB-6125-3EAE-A55D-1E77E38BEDEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff92f4d000 - 0x7fff92fa1ff7 com.apple.ImageCaptureCore (3.0.2 - 3.0.2) /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff92fa2000 - 0x7fff92ff9fff libTIFF.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff93035000 - 0x7fff93036fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff9307c000 - 0x7fff93090ff7 com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
0x7fff93091000 - 0x7fff930d1ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
0x7fff930d2000 - 0x7fff930e8ff7 com.apple.ImageCapture (7.0 - 7.0) <69E6E2E1-777E-332E-8BCF-4F0611517DD0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff930e9000 - 0x7fff9351bfff com.apple.VideoToolbox (1.0 - 705.42) /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff9351c000 - 0x7fff9351cfff com.apple.quartzframework (1.5 - 1.5) <21FCC91F-C7B9-304F-8C9C-04F3924F4AE3> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff9358f000 - 0x7fff9358ffff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff93590000 - 0x7fff93685fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff9370d000 - 0x7fff937a7ff7 com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
0x7fff937a8000 - 0x7fff937fbfff com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff937fc000 - 0x7fff93813fff com.apple.CFOpenDirectory (10.7 - 144) <9709423E-8484-3B26-AAE8-EF58D1B8FB3F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff93893000 - 0x7fff93cc0fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff93cc1000 - 0x7fff93ccffff libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
0x7fff93cd0000 - 0x7fff93d53fef com.apple.Metadata (10.7.0 - 627.21) <30D2A1E2-6A06-3104-ABE0-08DAD458BDAB> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff93d54000 - 0x7fff93d6bfff com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <811203B5-70EC-3F2A-97C0-2236D3A1F9D6> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff93d6c000 - 0x7fff93d77ff7 com.apple.DisplayServicesFW (2.5.2 - 317) <6BCAE0C3-CB0A-3740-AB0E-1DB08CC8B023> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff93da9000 - 0x7fff93decff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <2B1571E1-8E87-364E-BC36-C9C9B5D3EAC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff93e00000 - 0x7fff93e02fff libquarantine.dylib (36.1.0 - compatibility 1.0.0) <4827B886-E31A-3A7A-9511-4ECC3510559B> /usr/lib/system/libquarantine.dylib
0x7fff93e03000 - 0x7fff93e08fff libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff93e09000 - 0x7fff93e34ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <8051A3FC-7385-3EA9-9634-78FC616C3E94> /usr/lib/libxslt.1.dylib
0x7fff93e5d000 - 0x7fff940d0fff com.apple.CoreImage (7.82 - 1.0.1) <282801B6-5D80-3E2C-88A4-00FE29906D5A> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff940d1000 - 0x7fff940feff7 com.apple.opencl (1.50.63 - 1.50.63) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff944d3000 - 0x7fff944d5ff7 com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
0x7fff944d6000 - 0x7fff944ddfff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <172B1985-F24A-34E9-8D8B-A2403C9A0399> /usr/lib/system/libcopyfile.dylib
0x7fff944de000 - 0x7fff944f0ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff944f1000 - 0x7fff9470bfef com.apple.CoreData (104 - 358.12) <33B1FA75-7970-3751-9DCC-FF809D3E1FA2> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff94a67000 - 0x7fff94a68ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff94aa7000 - 0x7fff94ad4fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff94ad5000 - 0x7fff957e0ff7 com.apple.WebCore (7534.53 - 7534.53.2) <4FB26B15-8119-389E-9337-48D54EFC2A25> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff9588b000 - 0x7fff958caff7 libGLImage.dylib (??? - ???) <2D1D8488-EC5F-3229-B983-CFDE0BB37586> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff958d4000 - 0x7fff958d7fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff958ed000 - 0x7fff95b68fff com.apple.imageKit (2.1.1 - 1.0) <7043F962-259C-3B2F-B3B7-ACB85CA8EA1A> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff95b69000 - 0x7fff95b6bfff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff95b6c000 - 0x7fff95bf1ff7 com.apple.Heimdal (2.1 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff95bf2000 - 0x7fff95bfffff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <931F40EB-CA75-3A90-AC97-4DB8E210BC76> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff95c00000 - 0x7fff95c07ff7 com.apple.CommerceCore (1.0 - 17) /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff95c08000 - 0x7fff95d61fff com.apple.audio.toolbox.AudioToolbox (1.7.1 - 1.7.1) <4877267E-F736-3019-85D3-40A32A042A80> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff95dd7000 - 0x7fff95dd8ff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff95dd9000 - 0x7fff95f3ffff com.apple.CFNetwork (520.3 - 520.3) <452DDF06-BEAE-3268-B654-6E0FAAA7A5A0> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff95f40000 - 0x7fff95f55fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff9608d000 - 0x7fff96091fff libdyld.dylib (195.5.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=199.3M resident=187.9M(94%) swapped_out_or_unallocated=11.4M(6%)
Writable regions: Total=122.3M written=7356K(6%) resident=19.1M(16%) swapped_out=32K(0%) unallocated=103.1M(84%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 7880K
CG image 64K
CG raster data 740K
CG shared images 4536K
CoreAnimation 4K
CoreGraphics 16K
CoreImage 76K
CoreServices 13.1M
MALLOC 82.2M
MALLOC guard page 32K
Memory tag=240 4K
Memory tag=242 12K
OpenCL 76K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 13.1M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 19.4M
__IMAGE 1256K
__LINKEDIT 48.8M
__RC_CAMERAS 236K
__TEXT 150.6M
__UNICODE 544K
mapped file 39.7M
shared memory 312K
=========== =======
TOTAL 454.9M

Model: iMac12,2, BootROM IM121.0047.B1D, 4 processors, Intel Core i7, 3.4 GHz, 12 GB, SMC 1.72f1
Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80CE, 0x4D34373142353637334648302D4348392020
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.58.4-P2P
Bluetooth: Version 4.0.3f3, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: HL-DT-STDVDRW GA32N
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfa100000 / 3
USB Device: BRCM2046 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
USB Device: hub_device, 0x0424 (SMSC), 0x2514, 0xfd100000 / 2
USB Device: hub_device, apple_vendor_id, 0x9126, 0xfd130000 / 7
USB Device: Display iSight, apple_vendor_id, 0x8508, 0xfd135000 / 10
USB Device: Apple LED Cinema Display, apple_vendor_id, 0x9226, 0xfd136000 / 9
USB Device: Display Audio, apple_vendor_id, 0x1105, 0xfd134000 / 8
USB Device: Keyboard Hub, apple_vendor_id, 0x1006, 0xfd140000 / 5
USB Device: Apple Keyboard, apple_vendor_id, 0x0220, 0xfd142000 / 6
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3

Crash when connecting to DBs in v2.4.17

I encountered this crash report when trying to connect to any database in my list after updating MongoHub:


Process:         MongoHub [8576]
Path:            /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.fotonauts.MongoHub
Version:         2.4.17 (91)
Code Type:       X86-64 (Native)
Parent Process:  launchd [131]

Date/Time:       2012-05-07 16:54:32.307 -0700
OS Version:      Mac OS X 10.7.3 (11D50)
Report Version:  9

Interval Since Last Report:          514196 sec
Crashes Since Last Report:           3
Per-App Interval Since Last Report:  36 sec
Per-App Crashes Since Last Report:   3
Anonymous UUID:                      7BBE8EE1-F622-4B99-97E9-E4BDA84F90AF

Crashed Thread:  2  Dispatch queue: com.apple.root.default-priority

Exception Type:  EXC_CRASH (SIGABRT)
Exception Codes: 0x0000000000000000, 0x0000000000000000

Application Specific Information:
objc[8576]: garbage collection is OFF
*** error for object 0x100578b54: pointer being freed was not allocated


Thread 0:: Dispatch queue: com.apple.main-thread
0   libsystem_kernel.dylib          0x00007fff9854667a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff98545d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff954b26fc __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff954bae64 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff954ba676 CFRunLoopRunSpecific + 230
5   com.apple.HIToolbox             0x00007fff95e3731f RunCurrentEventLoopInMode + 277
6   com.apple.HIToolbox             0x00007fff95e3e5c9 ReceiveNextEventCommon + 355
7   com.apple.HIToolbox             0x00007fff95e3e456 BlockUntilNextEventMatchingListInMode + 62
8   com.apple.AppKit                0x00007fff96811f5d _DPSNextEvent + 659
9   com.apple.AppKit                0x00007fff96811861 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
10  com.apple.AppKit                0x00007fff9680e19d -[NSApplication run] + 470
11  com.apple.AppKit                0x00007fff96a8cb88 NSApplicationMain + 867
12  com.fotonauts.MongoHub          0x0000000100011742 main + 34
13  com.fotonauts.MongoHub          0x0000000100001454 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0   libsystem_kernel.dylib          0x00007fff985487e6 kevent + 10
1   libdispatch.dylib               0x00007fff920925be _dispatch_mgr_invoke + 923
2   libdispatch.dylib               0x00007fff9209114e _dispatch_mgr_thread + 54

Thread 2 Crashed:: Dispatch queue: com.apple.root.default-priority
0   libsystem_kernel.dylib          0x00007fff98547ce2 __pthread_kill + 10
1   libsystem_c.dylib               0x00007fff949227d2 pthread_kill + 95
2   libsystem_c.dylib               0x00007fff94913a7a abort + 143
3   libsystem_c.dylib               0x00007fff9497284c free + 389
4   com.fotonauts.MongoHub          0x000000010000fcbe mongo_run_command + 638
5   com.fotonauts.MongoHub          0x000000010000d163 mongo_simple_int_command + 147
6   com.fotonauts.MongoHub          0x000000010004973f __43-[MODServer fetchDatabaseListWithCallback:]_block_invoke_0 + 159
7   com.fotonauts.MongoHub          0x0000000100047ed3 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
8   com.apple.Foundation            0x00007fff934b7b05 -[NSBlockOperation main] + 116
9   com.apple.Foundation            0x00007fff9347e6d8 -[__NSOperationInternal start] + 705
10  com.apple.Foundation            0x00007fff93491936 ____NSOQSchedule_block_invoke_2 + 124
11  libdispatch.dylib               0x00007fff920908ba _dispatch_call_block_and_release + 18
12  libdispatch.dylib               0x00007fff92091799 _dispatch_worker_thread2 + 255
13  libsystem_c.dylib               0x00007fff949223da _pthread_wqthread + 316
14  libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 3:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 4:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 5:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 6:: com.apple.NSURLConnectionLoader
0   libsystem_kernel.dylib          0x00007fff9854667a mach_msg_trap + 10
1   libsystem_kernel.dylib          0x00007fff98545d71 mach_msg + 73
2   com.apple.CoreFoundation        0x00007fff954b26fc __CFRunLoopServiceMachPort + 188
3   com.apple.CoreFoundation        0x00007fff954bae64 __CFRunLoopRun + 1204
4   com.apple.CoreFoundation        0x00007fff954ba676 CFRunLoopRunSpecific + 230
5   com.apple.Foundation            0x00007fff9349bffb +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6   com.apple.Foundation            0x00007fff9349074e -[NSThread main] + 68
7   com.apple.Foundation            0x00007fff934906c6 __NSThread__main__ + 1575
8   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
9   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 7:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 8:: com.apple.CFSocket.private
0   libsystem_kernel.dylib          0x00007fff98547df2 __select + 10
1   com.apple.CoreFoundation        0x00007fff95503cdb __CFSocketManager + 1355
2   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
3   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 9:
0   libsystem_kernel.dylib          0x00007fff98548192 __workq_kernreturn + 10
1   libsystem_c.dylib               0x00007fff94922594 _pthread_wqthread + 758
2   libsystem_c.dylib               0x00007fff94923b85 start_wqthread + 13

Thread 10:: com.apple.appkit-heartbeat
0   libsystem_kernel.dylib          0x00007fff98547e42 __semwait_signal + 10
1   libsystem_c.dylib               0x00007fff948d6dea nanosleep + 164
2   libsystem_c.dylib               0x00007fff948d6bb5 usleep + 53
3   com.apple.AppKit                0x00007fff96a48c73 -[NSUIHeartBeat _heartBeatThread:] + 1727
4   com.apple.Foundation            0x00007fff9349074e -[NSThread main] + 68
5   com.apple.Foundation            0x00007fff934906c6 __NSThread__main__ + 1575
6   libsystem_c.dylib               0x00007fff949208bf _pthread_start + 335
7   libsystem_c.dylib               0x00007fff94923b75 thread_start + 13

Thread 2 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000000000006  rcx: 0x0000000100780398  rdx: 0x0000000000000000
  rdi: 0x0000000000001f03  rsi: 0x0000000000000006  rbp: 0x00000001007803c0  rsp: 0x0000000100780398
   r8: 0x00007fff7cf0afb8   r9: 0x00007fff94985230  r10: 0x00007fff98547d0a  r11: 0xffffff80002d8220
  r12: 0x0000000100433000  r13: 0x0000000000000006  r14: 0x0000000100781000  r15: 0x0000000000000006
  rip: 0x00007fff98547ce2  rfl: 0x0000000000000206  cr2: 0x00000001066d2000
Logical CPU: 0

Binary Images:
       0x100000000 -        0x10007afff +com.fotonauts.MongoHub (2.4.17 - 91) <D92ED4BC-7E6A-3E48-937B-8821AC2906CD> /Applications/MongoHub.app/Contents/MacOS/MongoHub
       0x1000e4000 -        0x10012cfeb +com.zang.RegexKit (0.6.0 - 0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x100148000 -        0x10015ffff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x100178000 -        0x100245fff +com.google.code.sequel-pro.mcpkit (1.0 - 1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x1002ca000 -        0x1003adfff  libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
       0x101bdb000 -        0x101be1fef  libcldcpuengine.dylib (1.50.69 - compatibility 1.0.0) <C0C4CC37-F2FD-301C-A830-EC54D86612D5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
       0x101be8000 -        0x101bebff7  libCoreFSCache.dylib (??? - ???) <0E2C3D54-7D05-35E8-BA10-2142B7C03946> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
       0x101bf3000 -        0x101bf3ffd +cl_kernels (??? - ???) <806E7326-B06E-4137-A139-8C9476ECB77F> cl_kernels
       0x101bf9000 -        0x101bfaffc +cl_kernels (??? - ???) <4661B066-046D-464B-ABAC-BDC8DFB346E6> cl_kernels
       0x1037b5000 -        0x1037b6ff3 +cl_kernels (??? - ???) <61B9532A-7632-47A2-ABBB-7209CD039E72> cl_kernels
       0x1037c0000 -        0x1037c0ff5 +cl_kernels (??? - ???) <8828740C-EE7C-4AB6-9024-992C16BD5B92> cl_kernels
       0x1064dd000 -        0x106570ff7  unorm8_bgra.dylib (1.50.69 - compatibility 1.0.0) <5FB796A4-1AD0-3B4D-AA83-F8A46E039224> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
       0x1066f6000 -        0x1066f6ff5 +cl_kernels (??? - ???) <83C55D68-7535-478D-862E-F58E60FA7F23> cl_kernels
       0x106730000 -        0x106731ff3 +cl_kernels (??? - ???) <0B8DD137-352F-42D9-B091-E76DA57C1DF1> cl_kernels
       0x106743000 -        0x106743ffd +cl_kernels (??? - ???) <F179952D-D622-4596-AD76-A714176C2C70> cl_kernels
       0x1076ec000 -        0x10777eff7  com.apple.xquery (1.3 - 29) <F141557A-93DF-3DD5-9B91-24F0F07D12EF> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
       0x108ffc000 -        0x10908dff7  unorm8_rgba.dylib (1.50.69 - compatibility 1.0.0) <2683BD70-B7EE-3A60-A39C-2360B3C2A301> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_rgba.dylib
    0x7fff6ba32000 -     0x7fff6ba66baf  dyld (195.6 - ???) <0CD1B35B-A28F-32DA-B72E-452EAD609613> /usr/lib/dyld
    0x7fff8bced000 -     0x7fff8bd72ff7  com.apple.Heimdal (2.1 - 2.0) <3758B442-6175-32B8-8C17-D8ABDD589BF9> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x7fff8bdac000 -     0x7fff8be90e5f  libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
    0x7fff8be93000 -     0x7fff8bee7ff7  libFontRegistry.dylib (??? - ???) <F98926EF-FFA0-37C5-824C-02E436E21DD1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff8bee8000 -     0x7fff8bf05ff7  com.apple.openscripting (1.3.3 - ???) <4FACC89E-FDAA-3CA5-B5CD-1F4EEAEDF7CF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff8bf06000 -     0x7fff8bf09fff  com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8bf0a000 -     0x7fff8c040fff  com.apple.vImage (5.1 - 5.1) <A08B7582-67BC-3EED-813A-4833645964A7> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8c041000 -     0x7fff8c123fff  com.apple.CoreServices.OSServices (478.37 - 478.37) <1DAC695E-0D0F-3AE2-974F-A173E69E67CC> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff8c124000 -     0x7fff8c177fff  com.apple.AppleVAFramework (5.0.14 - 5.0.14) <45159B9E-05BF-35B2-AF76-D933490FBFB1> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x7fff8c1d5000 -     0x7fff8c69cfff  FaceCoreLight (1.4.7 - compatibility 1.0.0) <E9D2A69C-6E81-358C-A162-510969F91490> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x7fff8c69d000 -     0x7fff8c69efff  com.apple.MonitorPanelFramework (1.4.0 - 1.4.0) <92364334-3B11-360B-89D8-447185FEC653> /System/Library/PrivateFrameworks/MonitorPanel.framework/Versions/A/MonitorPanel
    0x7fff8c69f000 -     0x7fff8c6a4fff  com.apple.OpenDirectory (10.7 - 146) <A674AB55-6E3D-39AE-9F9B-9865D0193020> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8c6ce000 -     0x7fff8c720ff7  libGLU.dylib (??? - ???) <3C9153A0-8499-3DC0-AAA4-9FA6E488BE13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff8c780000 -     0x7fff8c784ff7  com.apple.CommonPanels (1.2.5 - 94) <37C6540B-F8D1-355A-806C-F93D8FB522AB> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff8c8b9000 -     0x7fff8c8c0fff  com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff8c8c1000 -     0x7fff8c8c1fff  com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) <C06A140F-6114-3B8B-B080-E509303145B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff8c8c2000 -     0x7fff8c8c6fff  libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) <FF83AFF7-42B2-306E-90AF-D539C51A4542> /usr/lib/system/libmathCommon.A.dylib
    0x7fff8c8c7000 -     0x7fff8caeffe7  com.apple.CoreData (104.1 - 358.13) <F1DA3110-C4DF-3F0A-A057-AEE78DE8C99D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff8caf0000 -     0x7fff8cb1bff7  libxslt.1.dylib (3.24.0 - compatibility 3.0.0) <4DB5ED11-004B-36B5-AE5F-2AB714754241> /usr/lib/libxslt.1.dylib
    0x7fff8cb21000 -     0x7fff8cba4fef  com.apple.Metadata (10.7.0 - 627.28) <1C14033A-69C9-3757-B24D-5583AEAC2CBA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff8cba5000 -     0x7fff8cba6fff  liblangid.dylib (??? - ???) <CACBE3C3-2F7B-3EED-B50E-EDB73F473B77> /usr/lib/liblangid.dylib
    0x7fff8cba7000 -     0x7fff8cbb7ff7  com.apple.opengl (1.7.6 - 1.7.6) <C168883D-9BC5-3C38-9937-42852D719718> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff8cbb8000 -     0x7fff8ce9afff  com.apple.security (7.0 - 55110) <252F9E04-FF8A-3EA7-A38E-51DD0653663C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8ce9b000 -     0x7fff8ce9bfff  com.apple.audio.units.AudioUnit (1.7.2 - 1.7.2) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff8ce9c000 -     0x7fff8d630fef  com.apple.CoreAUC (6.11.04 - 6.11.04) <FFC336DF-C71F-3C93-8E93-5CBD9EEAE940> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff8d631000 -     0x7fff8d673ff7  libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) <BB770C22-8C57-365A-8716-4A3C36AE7BFB> /usr/lib/system/libcommonCrypto.dylib
    0x7fff8d674000 -     0x7fff8d6affff  libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
    0x7fff8d6b0000 -     0x7fff8d726fff  com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x7fff8d72a000 -     0x7fff8d77eff7  com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x7fff8d77f000 -     0x7fff8dbb1fef  com.apple.VideoToolbox (1.0 - 705.61) <1A70CA82-C849-3033-8598-37C5A72637CC> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x7fff8dc39000 -     0x7fff8dcbdff7  com.apple.ApplicationServices.ATS (317.5.0 - ???) <C2B254F0-6ED8-3313-9CFC-9ACD519C8A9E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8dcbe000 -     0x7fff8dccbfff  libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <CBA71562-050B-3515-92B7-8BC1E2EEEF2A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff8dde1000 -     0x7fff8ddecff7  libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
    0x7fff8dded000 -     0x7fff8e21afff  libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff8e21b000 -     0x7fff8e225ff7  liblaunch.dylib (392.36.0 - compatibility 1.0.0) <CB8B5808-80C0-318E-AE12-96CA916442FE> /usr/lib/system/liblaunch.dylib
    0x7fff8e226000 -     0x7fff8e23aff7  com.apple.LangAnalysis (1.7.0 - 1.7.0) <04C31EF0-912A-3004-A08F-CEC27030E0B2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff8e23b000 -     0x7fff8ebcb7a7  com.apple.CoreGraphics (1.600.0 - ???) <177D9BAD-72C9-3ADF-A391-5B88C5EE623F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff8ef27000 -     0x7fff8ef3cfff  com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) <C061ECBB-7061-3A43-8A18-90633F943295> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8ef3d000 -     0x7fff8ef40fff  libCoreVMClient.dylib (??? - ???) <E034C772-4263-3F48-B083-25A758DD6228> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff8ef92000 -     0x7fff8efa4ff7  libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
    0x7fff8f035000 -     0x7fff8f0d5fff  com.apple.LaunchServices (480.27.1 - 480.27.1) <4DC96C1E-6FDE-305E-9718-E4C5C1341F56> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff8f243000 -     0x7fff8f244fff  libdnsinfo.dylib (395.10.0 - compatibility 1.0.0) <2301DE05-6950-3AFF-A8A6-DA76D4C079B5> /usr/lib/system/libdnsinfo.dylib
    0x7fff8f255000 -     0x7fff8f285ff7  com.apple.DictionaryServices (1.2.1 - 158.2) <3FC86118-7553-38F7-8916-B329D2E94476> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff8f286000 -     0x7fff8f2c1fff  com.apple.LDAPFramework (3.1 - 120.2) <19B714EB-104B-38D2-9ADD-155F71F6844B> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8f2c2000 -     0x7fff8f2edfff  libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib
    0x7fff8f2ee000 -     0x7fff8f2fcfff  com.apple.NetAuth (3.2 - 3.2) <F0D60E34-37A9-308D-B44E-E3450906173A> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8f30a000 -     0x7fff8f324fff  com.apple.CoreMediaAuthoring (2.0 - 890) <7BE57576-8EF5-3473-95E6-6191E239E3F0> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
    0x7fff8f467000 -     0x7fff8f46dfff  IOSurface (??? - ???) <8114F62C-F75D-3123-99E9-268CB3AE74F7> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8f46e000 -     0x7fff8f46efff  com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff8f4ae000 -     0x7fff8f638ff7  com.apple.WebKit (7534.53 - 7534.53.11) <2969964C-2759-3407-9EBB-C1304A556755> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff8f639000 -     0x7fff8f644ff7  com.apple.DisplayServicesFW (2.5.2 - 317) <D1FE33BD-1D71-343F-B790-685253F1F701> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8f67f000 -     0x7fff8f67ffff  com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8f689000 -     0x7fff8f68cff7  com.apple.securityhi (4.0 - 1) <37DF1BF8-ACE0-3C4A-81AA-BBA9744EB0A6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8f68d000 -     0x7fff8f6efff7  com.apple.Symbolication (1.3 - 91) <B072970E-9EC1-3495-A1FA-D344C6E74A13> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x7fff8f6f2000 -     0x7fff8f784fff  com.apple.PDFKit (2.6.2 - 2.6.2) <4C8D80F6-09BB-3BD5-983B-A24FBEB5BCF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
    0x7fff8f785000 -     0x7fff8f785fff  com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff8f786000 -     0x7fff8f7d6fff  com.apple.CoreMediaIO (210.0 - 3180) <C5B60D3E-71BE-3CD2-90FC-3B2F9961D662> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x7fff8f7d7000 -     0x7fff8f930fff  com.apple.audio.toolbox.AudioToolbox (1.7.2 - 1.7.2) <0AD8197C-1BA9-30CD-98F1-4CA2C6559BA8> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff8f97f000 -     0x7fff8f9a8fff  libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff8f9a9000 -     0x7fff8f9f0ff7  com.apple.CoreMedia (1.0 - 705.61) <0C34B0D4-DB8A-33C7-B67B-F443AD86482C> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff8f9f1000 -     0x7fff8fa07ff7  com.apple.ImageCapture (7.0 - 7.0) <F15FC6FB-9E88-3BE9-BABE-0454D3A502A0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff8fa08000 -     0x7fff8fa0ffff  libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
    0x7fff8fa10000 -     0x7fff8fa22ff7  libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
    0x7fff8fa23000 -     0x7fff8fb25ff7  libxml2.2.dylib (10.3.0 - compatibility 10.0.0) <22F1D1B6-1761-3687-9EFD-036EA15FB2E4> /usr/lib/libxml2.2.dylib
    0x7fff8fb81000 -     0x7fff8fc7efff  com.apple.avfoundation (2.0 - 180.30) <061DDF4C-E7BB-33D0-BEB9-0443ADF6EC8C> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff8fc7f000 -     0x7fff8fc9efff  libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
    0x7fff8fca6000 -     0x7fff8fd19fff  libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
    0x7fff8fd29000 -     0x7fff8fd40fff  com.apple.CFOpenDirectory (10.7 - 146) <E6D4F114-678B-3957-9C59-9206ECDA756E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff8fd41000 -     0x7fff8ffb7ff7  com.apple.imageKit (2.1.1 - 1.0) <A4A58BBB-70BB-3A0F-84F0-49EC6113BF2F> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
    0x7fff8ffb8000 -     0x7fff90142ff7  com.apple.QTKit (7.7.1 - 2315) <BFC33B70-34F2-3940-A14A-3C51036589F0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff9087c000 -     0x7fff9087eff7  com.apple.print.framework.Print (7.1 - 247.1) <8A4925A5-BAA3-373C-9B5D-03E0270C6B12> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff9087f000 -     0x7fff90923fff  com.apple.ink.framework (1.3.2 - 110) <C8840EA4-AE7B-360C-A191-D36B5F10B6B5> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff9094b000 -     0x7fff90976ff7  com.apple.CoreServicesInternal (113.12 - 113.12) <C37DAC1A-35D2-30EC-9112-5EEECED5C461> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x7fff90977000 -     0x7fff909bdff7  libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <01DD0773-236C-3AC3-B43B-07911F458767> /usr/lib/libcurl.4.dylib
    0x7fff909be000 -     0x7fff909befff  com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff909bf000 -     0x7fff909e7ff7  com.apple.CoreVideo (1.7 - 70.1) <98F917B2-FB53-3EA3-B548-7E97B38309A7> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff90d34000 -     0x7fff90e29fff  libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
    0x7fff90e2a000 -     0x7fff90e46ff7  com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x7fff90e9b000 -     0x7fff90e9cff7  libsystem_sandbox.dylib (??? - ???) <5087ADAD-D34D-3844-9D04-AFF93CED3D92> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff90e9d000 -     0x7fff90eebfff  libauto.dylib (??? - ???) <D8AC8458-DDD0-3939-8B96-B6CED81613EF> /usr/lib/libauto.dylib
    0x7fff90eec000 -     0x7fff90f2fff7  libRIP.A.dylib (600.0.0 - compatibility 64.0.0) <85D00F5C-43ED-33A9-80B4-72EB0EAE3E25> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff90f30000 -     0x7fff90f5dfe7  libSystem.B.dylib (159.1.0 - compatibility 1.0.0) <7BEBB139-50BB-3112-947A-F4AA168F991C> /usr/lib/libSystem.B.dylib
    0x7fff90f5e000 -     0x7fff90f64ff7  libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
    0x7fff90fab000 -     0x7fff911adfff  libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <38CD6ED3-C8E4-3CCD-89AC-9C3198803101> /usr/lib/libicucore.A.dylib
    0x7fff911ae000 -     0x7fff911c5fff  com.apple.MultitouchSupport.framework (220.62.1 - 220.62.1) <3F8C015B-88AC-370F-B39D-B4665FB7616A> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff91b3c000 -     0x7fff91b47fff  com.apple.CommonAuth (2.1 - 2.0) <272CB600-6DA8-3952-97C0-5DC594DCA024> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff91b4a000 -     0x7fff91b58ff7  libkxld.dylib (??? - ???) <B779CF25-496C-31B0-B336-3E4E3E1C32CC> /usr/lib/system/libkxld.dylib
    0x7fff91b59000 -     0x7fff91b79fff  libPng.dylib (??? - ???) <F4D84592-C450-3076-88E9-8E6517C7EF33> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff91b7a000 -     0x7fff91bf5ff7  com.apple.print.framework.PrintCore (7.1 - 366.1) <3F140DEB-9F87-3672-97CC-F983752581AC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff91bf6000 -     0x7fff91c66fff  com.apple.datadetectorscore (3.0 - 179.4) <B4C6417F-296C-31C1-BB94-980BFCDC9175> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff91c67000 -     0x7fff91ca8fff  com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff91ca9000 -     0x7fff91caefff  libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
    0x7fff91caf000 -     0x7fff91cb1fff  libCVMSPluginSupport.dylib (??? - ???) <B2FC6EC0-1A0C-3482-A3C9-D08446E8713A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x7fff91cc8000 -     0x7fff91cd4ff7  com.apple.CrashReporterSupport (10.7.3 - 349) <5EB46C20-5ED2-37EE-A033-4B3B355059FA> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x7fff91cd5000 -     0x7fff91d08ff7  com.apple.GSS (2.1 - 2.0) <57AD81CE-6320-38C9-9B66-0E5A4DEA898A> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x7fff91d0e000 -     0x7fff91d13fff  libGIF.dylib (??? - ???) <393E2DB5-9479-39A6-A75A-B5F20B852532> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff9208f000 -     0x7fff9209dfff  libdispatch.dylib (187.7.0 - compatibility 1.0.0) <712AAEAC-AD90-37F7-B71F-293FF8AE8723> /usr/lib/system/libdispatch.dylib
    0x7fff9209e000 -     0x7fff920faff7  com.apple.QuickLookFramework (3.1 - 500.10) <35BF320E-26F5-310C-9FA9-D60919B218EC> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff92153000 -     0x7fff92197ff7  com.apple.MediaKit (12 - 589) <7CFF29BF-D907-3593-B338-0BB48643B2A8> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff92198000 -     0x7fff92202ff7  com.apple.framework.IOKit (2.0 - ???) <EEEB42FD-E3E1-3A94-A771-B1993B694F17> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff92203000 -     0x7fff92209fff  libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
    0x7fff9220a000 -     0x7fff92323fff  com.apple.DesktopServices (1.6.2 - 1.6.2) <6B83172E-F539-3AF8-A76D-1F9EA357B076> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff92366000 -     0x7fff92367ff7  libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
    0x7fff92368000 -     0x7fff923a7fff  com.apple.AE (527.7 - 527.7) <B82F7ABC-AC8B-3507-B029-969DD5CA813D> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff923ef000 -     0x7fff93103fef  com.apple.WebCore (7534.53 - 7534.53.11) <E37D145A-0BFD-3BE0-98A9-7F04CE9B6E6E> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff93104000 -     0x7fff9310afff  libGFXShared.dylib (??? - ???) <B95E9B22-AE68-3E48-8733-00CCCA08D50E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff9310b000 -     0x7fff9311eff7  libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
    0x7fff9311f000 -     0x7fff9338dff7  com.apple.QuartzComposer (5.0 - 236.3) <F8B96724-2550-32FE-9DE4-22AC7A6C0942> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
    0x7fff9338e000 -     0x7fff93392fff  libdyld.dylib (195.6.0 - compatibility 1.0.0) <FFC59565-64BD-3B37-90A4-E2C3A422CFC1> /usr/lib/system/libdyld.dylib
    0x7fff93393000 -     0x7fff93435ff7  com.apple.securityfoundation (5.0 - 55107) <6C2E7362-CB11-3CBD-BB1C-348E4B10F25A> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff93436000 -     0x7fff9374fff7  com.apple.Foundation (6.7.1 - 833.24) <6D4E6F93-64EF-3D41-AE80-2BB10E2E6323> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff93994000 -     0x7fff93aa0fff  libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff93aa1000 -     0x7fff93b68ff7  com.apple.ColorSync (4.7.1 - 4.7.1) <EA74B067-9916-341A-9C68-6165A4656042> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff93d40000 -     0x7fff94324fff  libBLAS.dylib (??? - ???) <C34F6D88-187F-33DC-8A68-C0C9D1FA36DF> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff94325000 -     0x7fff9435ffe7  com.apple.DebugSymbols (2.1 - 87) <ED2B177C-4146-3715-91DF-D99A8ED5449A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff94360000 -     0x7fff945d3fff  com.apple.CoreImage (7.93 - 1.0.1) <0B7D855E-A2B6-3C14-A242-2CF2165C6E7E> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x7fff945d4000 -     0x7fff945e6ff7  libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
    0x7fff945e7000 -     0x7fff945fdfff  libGL.dylib (??? - ???) <6A473BF9-4D35-34C6-9F8B-86B68091A9AF> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff9460a000 -     0x7fff94711fe7  libsqlite3.dylib (9.6.0 - compatibility 9.0.0) <EE02BB01-64C9-304D-9719-A35F5CD6D04C> /usr/lib/libsqlite3.dylib
    0x7fff94712000 -     0x7fff94712fff  com.apple.Carbon (153 - 153) <AF0F9910-E3C3-3922-AA92-A39000655E0F> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff94713000 -     0x7fff94715fff  com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff94716000 -     0x7fff947f4fff  com.apple.DiscRecording (6.0.3 - 6030.4.1) <8DB1BDDD-F066-3E8B-B416-11DF712C6A1E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff948d2000 -     0x7fff949affef  libsystem_c.dylib (763.12.0 - compatibility 1.0.0) <FF69F06E-0904-3C08-A5EF-536FAFFFDC22> /usr/lib/system/libsystem_c.dylib
    0x7fff94a7f000 -     0x7fff94a82fff  libRadiance.dylib (??? - ???) <CD89D70D-F177-3BAE-8A26-644EA7D5E28E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff94a8d000 -     0x7fff94ac6fe7  libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
    0x7fff94ac7000 -     0x7fff94d52fff  com.apple.JavaScriptCore (7534.53 - 7534.53.8) <619D6392-D833-3C55-B1C0-4DAA0477796C> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff94d73000 -     0x7fff94d76fff  com.apple.help (1.3.2 - 42) <BF14DE49-F7E8-336F-81FB-BBDF2DB3AC09> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff94d7f000 -     0x7fff94e19ff7  com.apple.SearchKit (1.4.0 - 1.4.0) <4E70C394-773E-3A4B-A93C-59A88ABA9509> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff94e30000 -     0x7fff94e30fff  com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x7fff94e31000 -     0x7fff94e58ff7  com.apple.PerformanceAnalysis (1.10 - 10) <DD87C994-66D6-330A-BAF9-AB86BE125A62> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x7fff94e59000 -     0x7fff94eb4ff7  com.apple.HIServices (1.11 - ???) <DE8FA7FA-0A41-35D9-8473-5104F81DA934> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff950e1000 -     0x7fff950e2ff7  libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
    0x7fff950e3000 -     0x7fff95481fef  com.apple.MediaToolbox (1.0 - 705.61) <F48F2150-0573-354C-BBB2-BA52DD0FD0AB> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff95482000 -     0x7fff95656fff  com.apple.CoreFoundation (6.7.1 - 635.19) <57B77925-9065-38C9-A05B-02F4F9ED007C> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff95657000 -     0x7fff9565bfff  libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <37517279-C92E-3217-B49A-838198B48787> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff95755000 -     0x7fff957ebff7  libvMisc.dylib (325.4.0 - compatibility 1.0.0) <642D8D54-F9F5-3FBB-A96C-EEFE94C6278B> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff957ec000 -     0x7fff957ecfff  com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff95823000 -     0x7fff9586fff7  com.apple.SystemConfiguration (1.11.2 - 1.11) <A14F3583-9CC0-397D-A50E-17217075953F> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff95870000 -     0x7fff958e5ff7  libc++.1.dylib (19.0.0 - compatibility 1.0.0) <C0EFFF1B-0FEB-3F99-BE54-506B35B555A9> /usr/lib/libc++.1.dylib
    0x7fff958e6000 -     0x7fff95913ff7  com.apple.opencl (1.50.69 - 1.50.69) <687265AF-E9B6-3537-89D7-7C12EB38193D> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff95914000 -     0x7fff95d31ff7  com.apple.SceneKit (2.2 - 125.3) <DDCC8DB6-D5DB-31CD-A401-F56C84216E1C> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
    0x7fff95e35000 -     0x7fff9615fff7  com.apple.HIToolbox (1.8 - ???) <D6A0D513-4893-35B4-9FFE-865FF419F2C2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff966fa000 -     0x7fff967fffff  libFontParser.dylib (??? - ???) <0920DA16-2066-33E6-BF95-AD4B0F3C22B0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff96800000 -     0x7fff96808fff  libsystem_dnssd.dylib (??? - ???) <D0CEBE0E-956F-3CCF-9808-25FDEA42B9AF> /usr/lib/system/libsystem_dnssd.dylib
    0x7fff96809000 -     0x7fff9740dfff  com.apple.AppKit (6.7.3 - 1138.32) <A9EB81C6-C519-3F29-89F1-42C3E8930281> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff97430000 -     0x7fff97432fff  libquarantine.dylib (36.2.0 - compatibility 1.0.0) <48656562-FF20-3B55-9F93-407ACA7341C0> /usr/lib/system/libquarantine.dylib
    0x7fff97433000 -     0x7fff97472ff7  libGLImage.dylib (??? - ???) <348729DC-BC44-3744-B249-9DFA6498344A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff97473000 -     0x7fff9756dff7  com.apple.DiskImagesFramework (10.7.3 - 331.3) <57A7E46A-5AA4-37FF-B19C-5337CCBCA0CA> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x7fff97598000 -     0x7fff9759dff7  libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
    0x7fff9759e000 -     0x7fff975c4ff7  com.apple.framework.familycontrols (3.0 - 300) <DC06CF3A-2F10-3867-9498-CADAE30D0CE4> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff975c5000 -     0x7fff975cafff  libpam.2.dylib (3.0.0 - compatibility 3.0.0) <D952F17B-200A-3A23-B9B2-7C1F7AC19189> /usr/lib/libpam.2.dylib
    0x7fff975cb000 -     0x7fff97631ff7  com.apple.coreui (1.2.1 - 165.3) <378C9221-ADE6-36D9-9944-F33AE6904E4F> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff97670000 -     0x7fff976d0fff  libvDSP.dylib (325.4.0 - compatibility 1.0.0) <3A7521E6-5510-3FA7-AB65-79693A7A5839> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff9770f000 -     0x7fff977edfff  com.apple.ImageIO.framework (3.1.1 - 3.1.1) <DB530A63-8ECF-3B53-AC9A-1692A5397E2F> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff977ee000 -     0x7fff978fbfff  libJP2.dylib (??? - ???) <F2B34A61-75F0-3BFE-A309-EE0DF4AF9E37> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x7fff978fc000 -     0x7fff97920fff  com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff97953000 -     0x7fff979bbff7  com.apple.audio.CoreAudio (4.0.2 - 4.0.2) <DFD8F4DE-3B45-3A2E-9CBE-FD8D5DD30923> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff979dc000 -     0x7fff979ddfff  libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff979de000 -     0x7fff97a1eff7  libcups.2.dylib (2.9.0 - compatibility 2.0.0) <29DE948E-38C4-3CC5-B528-40C691380607> /usr/lib/libcups.2.dylib
    0x7fff97a1f000 -     0x7fff97b86ff7  com.apple.CFNetwork (520.3.2 - 520.3.2) <516B611D-E53E-3467-9211-3C5B86ABA865> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff97bb1000 -     0x7fff97c64fff  com.apple.CoreText (220.11.0 - ???) <0322442E-0530-37E8-A7D6-AEFD909F0AFE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff97c65000 -     0x7fff97c6afff  libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
    0x7fff97dc0000 -     0x7fff97f5ffff  com.apple.QuartzCore (1.7 - 270.2) <F2CCDEFB-DE43-3E32-B242-A22C82617186> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff97fc2000 -     0x7fff98016ff7  com.apple.ImageCaptureCore (3.0.2 - 3.0.2) <68147E63-C211-361E-8B24-B5E0675B4297> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff98017000 -     0x7fff98017fff  libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
    0x7fff980e5000 -     0x7fff980f4ff7  libxar-nossl.dylib (??? - ???) <A6ABBFB9-E4ED-38AD-BBBB-F9958B9CEFB5> /usr/lib/libxar-nossl.dylib
    0x7fff980f5000 -     0x7fff98187ff7  com.apple.CorePDF (3.1 - 3.1) <F81F99A9-7FF6-3A6A-92C7-78C76BA35777> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x7fff981a9000 -     0x7fff981b0ff7  com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff981b1000 -     0x7fff98209fff  libTIFF.dylib (??? - ???) <DD797FBE-9B63-3785-A9EA-0321D113538B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff9820a000 -     0x7fff98526ff7  com.apple.CoreServices.CarbonCore (960.20 - 960.20) <C45CA09E-8867-3D67-BB2E-48D2E6B0D78C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff98527000 -     0x7fff98530ff7  libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) <A4D651E3-D1C6-3934-AD49-7A104FD14596> /usr/lib/system/libsystem_notify.dylib
    0x7fff98531000 -     0x7fff98551fff  libsystem_kernel.dylib (1699.24.23 - compatibility 1.0.0) <80927C55-D4D9-31B6-9CF3-6134FCF1E1CA> /usr/lib/system/libsystem_kernel.dylib
    0x7fff98552000 -     0x7fff98553fff  libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
    0x7fff98554000 -     0x7fff9855bfff  libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <848F5267-C6B3-3591-AB27-B0176B04CCC4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff9855c000 -     0x7fff98567ff7  com.apple.speech.recognition.framework (4.0.19 - 4.0.19) <48607E6E-8612-3267-9184-E948B1863B32> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff98599000 -     0x7fff985bdfff  com.apple.RemoteViewServices (1.3 - 44) <21D7A0E7-6699-37AB-AE6C-BF69AF3D61C2> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x7fff985be000 -     0x7fff985c4fff  com.apple.DiskArbitration (2.4.1 - 2.4.1) <CEA34337-63DE-302E-81AA-10D717E1F699> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff985cb000 -     0x7fff98aa7fef  com.apple.RawCamera.bundle (3.12.0 - 614) <E0F08224-8A63-BBCE-BE85-8B0BAB22A7DA> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff98aa8000 -     0x7fff98ba8fff  com.apple.QuickLookUIFramework (3.1 - 500.10) <ABD3BF58-DD33-31CA-AAE3-E0EE274C8B9C> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
    0x7fff98bae000 -     0x7fff98bcbfff  libxpc.dylib (77.18.0 - compatibility 1.0.0) <26C05F31-E809-3B47-AF42-1460971E3AC3> /usr/lib/system/libxpc.dylib
    0x7fff98bcc000 -     0x7fff98bd9ff7  libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) <3373D310-3B10-3DD1-B754-B7B138CD448D> /usr/lib/libbz2.1.0.dylib
    0x7fff98bda000 -     0x7fff98c07fff  com.apple.quartzfilters (1.7.0 - 1.7.0) <CE1EDD58-7273-38F9-AD33-871A8BA7ABF3> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters

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

VM Region Summary:
ReadOnly portion of Libraries: Total=202.8M resident=144.8M(71%) swapped_out_or_unallocated=58.0M(29%)
Writable regions: Total=116.0M written=5892K(5%) resident=29.2M(25%) swapped_out=0K(0%) unallocated=86.8M(75%)

REGION TYPE                      VIRTUAL
===========                      =======
CG backing stores                  3376K
CG image                             52K
CG raster data                      348K
CG shared images                   3440K
CoreAnimation                         4K
CoreGraphics                         16K
CoreImage                            76K
CoreServices                       2332K
MALLOC                             81.3M
MALLOC guard page                    32K
Memory tag=240                        4K
Memory tag=242                       12K
Memory tag=243                        4K
OpenCL                               68K
SQLite page cache                   192K
STACK GUARD                        56.0M
Stack                              12.6M
VM_ALLOCATE                        16.3M
__CI_BITMAP                          80K
__DATA                             19.2M
__IMAGE                             528K
__LINKEDIT                         48.8M
__RC_CAMERAS                        244K
__TEXT                            154.0M
__UNICODE                           544K
mapped file                        39.7M
shared memory                       312K
===========                      =======
TOTAL                             439.5M

Model: iMac12,2, BootROM IM121.0047.B1F, 4 processors, Intel Core i7, 3.4 GHz, 16 GB, SMC 1.72f1
Graphics: AMD Radeon HD 6970M, AMD Radeon HD 6970M, PCIe, 1024 MB
Memory Module: BANK 0/DIMM0, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
Memory Module: BANK 1/DIMM0, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
Memory Module: BANK 0/DIMM1, 4 GB, DDR3, 1333 MHz, 0x859B, 0x435435313236344243313333392E4D313646
Memory Module: BANK 1/DIMM1, 4 GB, DDR3, 1333 MHz, 0x802C, 0x31364A53463531323634485A2D3147344431
AirPort: spairport_wireless_card_type_airport_extreme (0x168C, 0x9A), Atheros 9380: 4.0.61.5-P2P
Bluetooth: Version 4.0.3f12, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: ST31000528AS, 1 TB
Serial ATA Device: HL-DT-STDVDRW  GA32N
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfa100000 / 3
USB Device: DasKeyboard, 0x04d9  (Holtek Semiconductor, Inc.), 0x1919, 0xfa130000 / 5
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x8215, 0xfa111000 / 7
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x850b, 0xfa200000 / 2
USB Device: hub_device, 0x0424  (SMSC), 0x2514, 0xfd100000 / 2
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd120000 / 4
USB Device: Internal Memory Card Reader, apple_vendor_id, 0x8403, 0xfd110000 / 3

Make Query Box multiline

Hi there,

I would like to see that the query fields (basically all fields where json is entered) was also available as a multiline text box, maybe even mit JSON Syntax cleanup etc.

I find it a bit annoying to write the json in one editor and copying it over to mongohub.

Great tool though!

typo ?

in collection update view, there's a "upset" checkbox, should it be "upsert" ?

No collections listed

When connecting to a db over ssh no collections are listed. The server status does show up and work though.

Create tags

Please create a tag whenever you release a new version.

Query history drop-down

Much of the time I find myself skipping back and forth between different queries and having to retype them. Some suggestions that would make this easier:

  1. First, maintain a query history. It'd be most useful if this were global and persistent rather than local, so it isn't lost when the app restarts or when a connection window dies.
  2. Make a the query textbox also function as a drop-down that shows you your previous queries.
  3. For bonus points, back/forward buttons in the query window that call up the previous/next query and run it.

Tag tarballs should contain everything needed

The reason I filed issue #11 asking you to tag your releases is so that I could download a tarball containing the entire source. But it turns out your tarballs don't contain the entire source. When building MongoHub from e.g. the 2.4.6 tarball, it downloads zip files of mongo-c-driver, mongo-objc-driver, and libjson -- from the master of those projects. I am trying to create a portfile for MongoHub in MacPorts, and in package managers like MacPorts, we want (a) to be able to download the entire source code at one time, and mirror it on our network of servers, and (b) to build the same software reliably. If your build goes and downloads the master of the libraries it uses, a user building it tomorrow might not get the same software as a user building it today -- or worse, a user building it tomorrow might get a build failure because the master of the library has changed its API.

So could I ask you to

  1. tag each of the libraries MongoHub uses,
  2. use specific versions of those libraries in MongoHub, and
  3. include the source code of those libraries in the MongoHub tarballs (or tell us we need to install those libraries separately first)

Update object works only partially / crashes

Hi again,
after the quick update for my last issue (thanks again for the fast response!), I still have problems to edit some entries.
Here are 2 examples:
Collection "broker", Object:

{
  "_id": { "$oid" : "4E9804B38157F606CF00000F" },
  "auth_token": "xApxW-YT6L2rPByXs2iU3Q",
  "confirmation_token": null,
  "confirmed_at": 1318585527000.000000,
  "created_at": 1318585523000.000000,
  "email": "[email protected]",
  "first_name": "Admin",
  "last_name": "Admin",
  "locale": "en",
  "message_ids": [

  ],
  "online": true,
  "password_hash": "$2a$10$ER1pe/B3zVi--stripped--",
  "password_salt": "$2a$10$ER1pe/B3zVi--stripped--",
  "role": "owner",
  "shop_id": { "$oid" : "4E9804B18157F606CF000009" },
  "signup_finished": false,
  "updated_at": 1318585527000.000000
}

No matter what attribute I try to change, MongoHub always crashed when I want to save the modified object:

Process:         MongoHub [3649]
Path:            /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.thepeppersstudio.MongoHub
Version:         2.4.4 (78)
Code Type:       X86-64 (Native)
Parent Process:  launchd [217]

Date/Time:       2011-10-21 12:43:26.811 +0200
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          1290600 sec
Crashes Since Last Report:           57
Per-App Interval Since Last Report:  222 sec
Per-App Crashes Since Last Report:   4
Anonymous UUID:                      57144A37-192F-49BE-B068-D4670B36C3AA

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  5  Dispatch queue: com.apple.root.default-priority

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x00007fff87873d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff878743ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff84760932 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8475fdbf CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox             0x00007fff875a27ee RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox             0x00007fff875a25f3 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox             0x00007fff875a24ac BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit                0x00007fff80badeb2 _DPSNextEvent + 708
8   com.apple.AppKit                0x00007fff80bad801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit                0x00007fff80b7368f -[NSApplication run] + 395
10  com.apple.AppKit                0x00007fff80b6c3b0 NSApplicationMain + 364
11  com.thepeppersstudio.MongoHub   0x00000001000117f2 main + 34
12  com.thepeppersstudio.MongoHub   0x0000000100001854 start + 52

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x00007fff8788cc0a kevent + 10
1   libSystem.B.dylib               0x00007fff8788eadd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib               0x00007fff8788e7b4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib               0x00007fff8788e2de _dispatch_worker_thread2 + 252
4   libSystem.B.dylib               0x00007fff8788dc08 _pthread_wqthread + 353
5   libSystem.B.dylib               0x00007fff8788daa5 start_wqthread + 13

Thread 2:
0   libSystem.B.dylib               0x00007fff87873d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff878743ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff84760932 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8475fdbf CFRunLoopRunSpecific + 575
4   com.apple.Foundation            0x00007fff8491e23f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
5   com.apple.Foundation            0x00007fff8489f204 __NSThread__main__ + 1429
6   libSystem.B.dylib               0x00007fff878acfd6 _pthread_start + 331
7   libSystem.B.dylib               0x00007fff878ace89 thread_start + 13

Thread 3:  com.apple.CFSocket.private
0   libSystem.B.dylib               0x00007fff878b7932 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x00007fff84782498 __CFSocketManager + 824
2   libSystem.B.dylib               0x00007fff878acfd6 _pthread_start + 331
3   libSystem.B.dylib               0x00007fff878ace89 thread_start + 13

Thread 4:
0   libSystem.B.dylib               0x00007fff8788da98 start_wqthread + 0

Thread 5 Crashed:  Dispatch queue: com.apple.root.default-priority
0   com.thepeppersstudio.MongoHub   0x0000000100053b11 create_waiting_structure_if_needed + 129
1   com.thepeppersstudio.MongoHub   0x0000000100051fce append_data_for_bson + 2686
2   com.thepeppersstudio.MongoHub   0x0000000100002fc2 json_parser_dom_callback + 1154
3   com.thepeppersstudio.MongoHub   0x0000000100003544 do_callback_withbuf + 100
4   com.thepeppersstudio.MongoHub   0x000000010000349b do_buffer + 59
5   com.thepeppersstudio.MongoHub   0x0000000100002045 do_action + 85
6   com.thepeppersstudio.MongoHub   0x0000000100001dba json_parser_string + 362
7   com.thepeppersstudio.MongoHub   0x000000010005238b process_json + 507
8   com.thepeppersstudio.MongoHub   0x0000000100050e15 -[MODJsonParser parseJsonWithCstring:error:] + 373
9   com.thepeppersstudio.MongoHub   0x000000010005252d -[MODJsonParser parseJsonWithString:withError:] + 77
10  com.thepeppersstudio.MongoHub   0x00000001000525c0 +[MODJsonToBsonParser bsonFromJson:json:error:] + 128
11  com.thepeppersstudio.MongoHub   0x00000001000428a0 __43-[MODCollection saveWithDocument:callback:]_block_invoke_0 + 192
12  com.thepeppersstudio.MongoHub   0x0000000100048293 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
13  com.apple.Foundation            0x00007fff848d79fd -[NSBlockOperation main] + 159
14  com.apple.Foundation            0x00007fff848c7ec0 -[__NSOperationInternal start] + 681
15  com.apple.Foundation            0x00007fff849a5c59 ____NSOQSchedule_block_invoke_2 + 129
16  libSystem.B.dylib               0x00007fff878afd64 _dispatch_call_block_and_release + 15
17  libSystem.B.dylib               0x00007fff8788e2d1 _dispatch_worker_thread2 + 239
18  libSystem.B.dylib               0x00007fff8788dc08 _pthread_wqthread + 353
19  libSystem.B.dylib               0x00007fff8788daa5 start_wqthread + 13

Thread 6:
0   libSystem.B.dylib               0x00007fff8788da98 start_wqthread + 0

Thread 5 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001000510e0  rcx: 0xfffffffffffffe51  rdx: 0x00000000fffffffe
  rdi: 0x00000001128ca050  rsi: 0x000000010005b8f9  rbp: 0x000000011513c1a0  rsp: 0x000000011513c180
   r8: 0x0000000000000006   r9: 0x00000001128d2ac0  r10: 0xc66cce2201a0378c  r11: 0x000000001128d2ad
  r12: 0x0000000100051550  r13: 0x0000000000000000  r14: 0x00000001000512b0  r15: 0x00000001000514e0
  rip: 0x0000000100053b11  rfl: 0x0000000000010246  cr2: 0x0000000000000000

Binary Images:
       0x100000000 -        0x100072fff +com.thepeppersstudio.MongoHub 2.4.4 (78) <472FCD02-9270-3090-850B-30963B8163B8> /Applications/MongoHub.app/Contents/MacOS/MongoHub
       0x1000d7000 -        0x10011ffeb +com.zang.RegexKit 0.6.0 (0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x10013b000 -        0x100152fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10016b000 -        0x100238fff +com.google.code.sequel-pro.mcpkit 1.0 (1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x1002bd000 -        0x1003a3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
       0x114da8000 -        0x114e36fff  com.apple.xquery 1.3 (29) <71FD97A3-4B78-7F8C-70AD-9449A499E486> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff802aa000 -     0x7fff802ebfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff802ec000 -     0x7fff80309ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff80597000 -     0x7fff805bcff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff80b6a000 -     0x7fff81564ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81565000 -     0x7fff817eeff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff817ef000 -     0x7fff817fdff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff8182e000 -     0x7fff8194dfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8194e000 -     0x7fff8194eff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff81968000 -     0x7fff819a9fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff819aa000 -     0x7fff819e7ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff819e8000 -     0x7fff819e8ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff819e9000 -     0x7fff819e9ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff819ea000 -     0x7fff81abefe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff81abf000 -     0x7fff81ac0fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff81ac1000 -     0x7fff81b04ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff81b05000 -     0x7fff81b51fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff81b54000 -     0x7fff81bb4fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81c13000 -     0x7fff81c1afff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff81c45000 -     0x7fff81c60ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff82168000 -     0x7fff821d2fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff821d3000 -     0x7fff821d4ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff821d5000 -     0x7fff82285fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82286000 -     0x7fff82289ff7  com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8228a000 -     0x7fff82497ff7  com.apple.JavaScriptCore 6534 (6534.49) <1D418EF7-CDBE-3832-0157-D853073948D0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff82564000 -     0x7fff82564ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff82565000 -     0x7fff82574fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82575000 -     0x7fff82636fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff82704000 -     0x7fff8373efff  com.apple.WebCore 6534 (6534.50) <8B0BB24A-C84C-A4F2-5544-C8071A35BBC5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8373f000 -     0x7fff83742ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff837b1000 -     0x7fff837b4fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff837b5000 -     0x7fff83872fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff83873000 -     0x7fff83885fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff83886000 -     0x7fff838a7fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff83926000 -     0x7fff83ac2fff  com.apple.WebKit 6534 (6534.50) <05AEA122-3F31-0F56-4AA6-E84140C53785> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff83d0e000 -     0x7fff83d12ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83e56000 -     0x7fff84014fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
    0x7fff8401b000 -     0x7fff8406aff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff8406b000 -     0x7fff84070fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff84096000 -     0x7fff84115fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84116000 -     0x7fff84153ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
    0x7fff8417e000 -     0x7fff8419eff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8419f000 -     0x7fff8422bfef  SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff84242000 -     0x7fff842f7fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff842f8000 -     0x7fff84398fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff84399000 -     0x7fff8439fff7  IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8448d000 -     0x7fff844a2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff844a3000 -     0x7fff844ebff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff844ec000 -     0x7fff844f0ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff844f8000 -     0x7fff84509ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff84680000 -     0x7fff846e2fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff84714000 -     0x7fff8488bfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8488c000 -     0x7fff8488dff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8488e000 -     0x7fff84b10fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff84b53000 -     0x7fff84b8dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib
    0x7fff84e28000 -     0x7fff84e77fef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff84ec2000 -     0x7fff84f09ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84fcf000 -     0x7fff84ff6ff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff84ff7000 -     0x7fff8500dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff850e7000 -     0x7fff850e7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff85146000 -     0x7fff85589fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff855a6000 -     0x7fff85a43fff  com.apple.RawCamera.bundle 3.8.0 (577) <38481531-657E-DFFA-1EF4-ADFCA15DAC49> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff85a44000 -     0x7fff85a5dfff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff85a5e000 -     0x7fff85adcff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff85add000 -     0x7fff85bf7fef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff85c43000 -     0x7fff85c96ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff85c97000 -     0x7fff85cbffff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff85d69000 -     0x7fff85deeff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff85e4b000 -     0x7fff85e4bff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85ec1000 -     0x7fff85efcfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85efd000 -     0x7fff860bbff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff860cc000 -     0x7fff860d2ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff860d3000 -     0x7fff860e9fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff86167000 -     0x7fff8616dfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8619e000 -     0x7fff8689aff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86a2e000 -     0x7fff86a45fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff86a46000 -     0x7fff86ad6fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff86afa000 -     0x7fff86bbbfff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8752f000 -     0x7fff87534ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff87574000 -     0x7fff87872fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff87873000 -     0x7fff87a34fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff87a65000 -     0x7fff87a74fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87a75000 -     0x7fff87e12fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87e13000 -     0x7fff87e19ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff87fa2000 -     0x7fff87fcdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
    0x7fff87fce000 -     0x7fff88084ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff88536000 -     0x7fff88541ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff88542000 -     0x7fff8861ffff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8874a000 -     0x7fff8877dff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8877e000 -     0x7fff88783fff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88784000 -     0x7fff88786fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff88787000 -     0x7fff887d1ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff887d2000 -     0x7fff888e9fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff8892e000 -     0x7fff88a6cfff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88a6d000 -     0x7fff88b26fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff88b5c000 -     0x7fff88c91fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff88e8a000 -     0x7fff88e97fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff88f4e000 -     0x7fff88fe8fe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff88fe9000 -     0x7fff89032fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff89850000 -     0x7fff89873fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff89874000 -     0x7fff8a07efe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a087000 -     0x7fff8a3bbfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8a3bc000 -     0x7fff8a3befff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8a3fc000 -     0x7fff8a4e1fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8a54c000 -     0x7fff8a560ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a561000 -     0x7fff8a5b6ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8a5b7000 -     0x7fff8a5e8fff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8a5e9000 -     0x7fff8a5e9ff7  com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a5ea000 -     0x7fff8a5fefff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8a60f000 -     0x7fff8a68cfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBookPro5,1, BootROM MBP51.007E.B05, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.33f8
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256 MB
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: C300-CTFDDAC128MAG, 119.24 GB
Serial ATA Device: MATSHITADVD-R   UJ-868
USB Device: Hub, 0x05ac  (Apple Inc.), 0x9136, 0x26200000 / 2
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x26210000 / 4
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0x26212000 / 8
USB Device: Hub, 0x05ac  (Apple Inc.), 0x9137, 0x26240000 / 3
USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0x26242000 / 7
USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x2912, 0x26241000 / 6
USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9236, 0x26243000 / 5
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 5
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0x04600000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

Collection "client", object:

{
  "_id": { "$oid" : "4E9804BC8157F606CF000068" },
  "_type": "Client",
  "auth_token": "jbL2EDo9NQb3FPAnkgKIIA",
  "avatar_uid": "shops/4e9804b18157f606cf000009/avatars/2ee858d0d877012ed96a002332c91370",
  "confirmation_token": null,
  "confirmed_at": 1318585533000.000000,
  "created_at": 1318585533000.000000,
  "email": "[email protected]",
  "first_name": "Thorsten",
  "last_contact_at": 1318585528000.000000,
  "last_name": "Thomasia",
  "locale": "en",
  "message_ids": [

  ],
  "online": true,
  "password_hash": "$2a$10$Pa3xcda--stripped--",
  "password_salt": "$2a$10$Pa3xcda--stripped--",
  "property_ids": [

  ],
  "responsible_broker_id": { "$oid" : "4E9804B38157F606CF00000F" },
  "shop_id": { "$oid" : "4E9804B18157F606CF000009" },
  "signup_finished": false,
  "status": 2,
  "updated_at": 1318585533000.000000
}

MongoHub crashes here, too, whenever I try to modify one of the properties:

Process:         MongoHub [3694]
Path:            /Applications/MongoHub.app/Contents/MacOS/MongoHub
Identifier:      com.thepeppersstudio.MongoHub
Version:         2.4.4 (78)
Code Type:       X86-64 (Native)
Parent Process:  launchd [217]

Date/Time:       2011-10-21 12:45:55.153 +0200
OS Version:      Mac OS X 10.6.8 (10K549)
Report Version:  6

Interval Since Last Report:          1290748 sec
Crashes Since Last Report:           58
Per-App Interval Since Last Report:  328 sec
Per-App Crashes Since Last Report:   5
Anonymous UUID:                      57144A37-192F-49BE-B068-D4670B36C3AA

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
Crashed Thread:  5  Dispatch queue: com.apple.root.default-priority

Thread 0:  Dispatch queue: com.apple.main-thread
0   libSystem.B.dylib               0x00007fff87873d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff878743ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff84760932 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8475fdbf CFRunLoopRunSpecific + 575
4   com.apple.HIToolbox             0x00007fff875a27ee RunCurrentEventLoopInMode + 333
5   com.apple.HIToolbox             0x00007fff875a25f3 ReceiveNextEventCommon + 310
6   com.apple.HIToolbox             0x00007fff875a24ac BlockUntilNextEventMatchingListInMode + 59
7   com.apple.AppKit                0x00007fff80badeb2 _DPSNextEvent + 708
8   com.apple.AppKit                0x00007fff80bad801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
9   com.apple.AppKit                0x00007fff80b7368f -[NSApplication run] + 395
10  com.apple.AppKit                0x00007fff80b6c3b0 NSApplicationMain + 364
11  com.thepeppersstudio.MongoHub   0x00000001000117f2 main + 34
12  com.thepeppersstudio.MongoHub   0x0000000100001854 start + 52

Thread 1:  Dispatch queue: com.apple.libdispatch-manager
0   libSystem.B.dylib               0x00007fff8788cc0a kevent + 10
1   libSystem.B.dylib               0x00007fff8788eadd _dispatch_mgr_invoke + 154
2   libSystem.B.dylib               0x00007fff8788e7b4 _dispatch_queue_invoke + 185
3   libSystem.B.dylib               0x00007fff8788e2de _dispatch_worker_thread2 + 252
4   libSystem.B.dylib               0x00007fff8788dc08 _pthread_wqthread + 353
5   libSystem.B.dylib               0x00007fff8788daa5 start_wqthread + 13

Thread 2:
0   libSystem.B.dylib               0x00007fff8788da98 start_wqthread + 0

Thread 3:
0   libSystem.B.dylib               0x00007fff87873d7a mach_msg_trap + 10
1   libSystem.B.dylib               0x00007fff878743ed mach_msg + 59
2   com.apple.CoreFoundation        0x00007fff84760932 __CFRunLoopRun + 1698
3   com.apple.CoreFoundation        0x00007fff8475fdbf CFRunLoopRunSpecific + 575
4   com.apple.Foundation            0x00007fff8491e23f +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 297
5   com.apple.Foundation            0x00007fff8489f204 __NSThread__main__ + 1429
6   libSystem.B.dylib               0x00007fff878acfd6 _pthread_start + 331
7   libSystem.B.dylib               0x00007fff878ace89 thread_start + 13

Thread 4:  com.apple.CFSocket.private
0   libSystem.B.dylib               0x00007fff878b7932 select$DARWIN_EXTSN + 10
1   com.apple.CoreFoundation        0x00007fff84782498 __CFSocketManager + 824
2   libSystem.B.dylib               0x00007fff878acfd6 _pthread_start + 331
3   libSystem.B.dylib               0x00007fff878ace89 thread_start + 13

Thread 5 Crashed:  Dispatch queue: com.apple.root.default-priority
0   com.thepeppersstudio.MongoHub   0x0000000100053b11 create_waiting_structure_if_needed + 129
1   com.thepeppersstudio.MongoHub   0x0000000100051f47 append_data_for_bson + 2551
2   com.thepeppersstudio.MongoHub   0x0000000100002fc2 json_parser_dom_callback + 1154
3   com.thepeppersstudio.MongoHub   0x0000000100003544 do_callback_withbuf + 100
4   com.thepeppersstudio.MongoHub   0x000000010000349b do_buffer + 59
5   com.thepeppersstudio.MongoHub   0x0000000100002045 do_action + 85
6   com.thepeppersstudio.MongoHub   0x0000000100001dba json_parser_string + 362
7   com.thepeppersstudio.MongoHub   0x000000010005238b process_json + 507
8   com.thepeppersstudio.MongoHub   0x0000000100050e15 -[MODJsonParser parseJsonWithCstring:error:] + 373
9   com.thepeppersstudio.MongoHub   0x000000010005252d -[MODJsonParser parseJsonWithString:withError:] + 77
10  com.thepeppersstudio.MongoHub   0x00000001000525c0 +[MODJsonToBsonParser bsonFromJson:json:error:] + 128
11  com.thepeppersstudio.MongoHub   0x00000001000428a0 __43-[MODCollection saveWithDocument:callback:]_block_invoke_0 + 192
12  com.thepeppersstudio.MongoHub   0x0000000100048293 __29-[MODServer addQueryInQueue:]_block_invoke_0 + 67
13  com.apple.Foundation            0x00007fff848d79fd -[NSBlockOperation main] + 159
14  com.apple.Foundation            0x00007fff848c7ec0 -[__NSOperationInternal start] + 681
15  com.apple.Foundation            0x00007fff849a5c59 ____NSOQSchedule_block_invoke_2 + 129
16  libSystem.B.dylib               0x00007fff878afd64 _dispatch_call_block_and_release + 15
17  libSystem.B.dylib               0x00007fff8788e2d1 _dispatch_worker_thread2 + 239
18  libSystem.B.dylib               0x00007fff8788dc08 _pthread_wqthread + 353
19  libSystem.B.dylib               0x00007fff8788daa5 start_wqthread + 13

Thread 6:
0   libSystem.B.dylib               0x00007fff8788da98 start_wqthread + 0

Thread 5 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x00000001000510e0  rcx: 0xfffffffffffffdca  rdx: 0x00000000fffffffe
  rdi: 0x00000001005f8150  rsi: 0x000000010005b8f9  rbp: 0x0000000114aaa1a0  rsp: 0x0000000114aaa180
   r8: 0x0000000000000006   r9: 0x0000000114e29080  r10: 0x79b00687e59d7723  r11: 0x00000000114e2909
  r12: 0x0000000100051550  r13: 0x0000000000000000  r14: 0x00000001000512b0  r15: 0x00000001000514e0
  rip: 0x0000000100053b11  rfl: 0x0000000000010246  cr2: 0x0000000000000000

Binary Images:
       0x100000000 -        0x100072fff +com.thepeppersstudio.MongoHub 2.4.4 (78) <472FCD02-9270-3090-850B-30963B8163B8> /Applications/MongoHub.app/Contents/MacOS/MongoHub
       0x1000d7000 -        0x10011ffeb +com.zang.RegexKit 0.6.0 (0.6.0) /Applications/MongoHub.app/Contents/Frameworks/RegexKit.framework/Versions/A/RegexKit
       0x10013b000 -        0x100152fff +org.andymatuschak.Sparkle 1.5 Beta 6 (313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/MongoHub.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
       0x10016b000 -        0x100238fff +com.google.code.sequel-pro.mcpkit 1.0 (1.0) <96C5CE58-644D-3D25-9BA7-D3B3993E1603> /Applications/MongoHub.app/Contents/Frameworks/MCPKit.framework/Versions/A/MCPKit
       0x1002bd000 -        0x1003a3fe7  libcrypto.0.9.7.dylib 0.9.7 (compatibility 0.9.7) <2D39CB30-54D9-B03E-5FCF-E53122F87484> /usr/lib/libcrypto.0.9.7.dylib
       0x114c15000 -        0x114ca3fff  com.apple.xquery 1.3 (29) <71FD97A3-4B78-7F8C-70AD-9449A499E486> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x7fff5fc00000 -     0x7fff5fc3bdef  dyld 132.1 (???) <486E6C61-1197-CC7C-2197-82CE505102D7> /usr/lib/dyld
    0x7fff802aa000 -     0x7fff802ebfff  com.apple.SystemConfiguration 1.10.8 (1.10.2) <78D48D27-A9C4-62CA-2803-D0BBED82855A> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff802ec000 -     0x7fff80309ff7  libPng.dylib ??? (???) <6D8E515B-E0A2-2BA1-9CAC-8CB8A8B35879> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff80597000 -     0x7fff805bcff7  com.apple.CoreVideo 1.6.2 (45.6) <E138C8E7-3CB6-55A9-0A2C-B73FE63EA288> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff80b6a000 -     0x7fff81564ff7  com.apple.AppKit 6.6.8 (1038.36) <4CFBE04C-8FB3-B0EA-8DDB-7E7D10E9D251> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff81565000 -     0x7fff817eeff7  com.apple.security 6.1.2 (55002) <4419AFFC-DAE7-873E-6A7D-5C9A5A4497A6> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff817ef000 -     0x7fff817fdff7  libkxld.dylib ??? (???) <8145A534-95CC-9F3C-B78B-AC9898F38C6F> /usr/lib/system/libkxld.dylib
    0x7fff8182e000 -     0x7fff8194dfe7  libcrypto.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <14115D29-432B-CF02-6B24-A60CC533A09E> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff8194e000 -     0x7fff8194eff7  com.apple.Accelerate 1.6 (Accelerate 1.6) <15DF8B4A-96B2-CB4E-368D-DEC7DF6B62BB> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff81968000 -     0x7fff819a9fef  com.apple.QD 3.36 (???) <5DC41E81-32C9-65B2-5528-B33E934D5BB4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff819aa000 -     0x7fff819e7ff7  libFontRegistry.dylib ??? (???) <4C3293E2-851B-55CE-3BE3-29C425DD5DFF> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x7fff819e8000 -     0x7fff819e8ff7  com.apple.vecLib 3.6 (vecLib 3.6) <96FB6BAD-5568-C4E0-6FA7-02791A58B584> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff819e9000 -     0x7fff819e9ff7  com.apple.CoreServices 44 (44) <DC7400FB-851E-7B8A-5BF6-6F50094302FB> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff819ea000 -     0x7fff81abefe7  com.apple.CFNetwork 454.12.4 (454.12.4) <C83E2BA1-1818-B3E8-5334-860AD21D1C80> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff81abf000 -     0x7fff81ac0fff  liblangid.dylib ??? (???) <EA4D1607-2BD5-2EE2-2A3B-632EEE5A444D> /usr/lib/liblangid.dylib
    0x7fff81ac1000 -     0x7fff81b04ff7  libRIP.A.dylib 545.0.0 (compatibility 64.0.0) <5FF3D7FD-84D8-C5FA-D640-90BB82EC651D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff81b05000 -     0x7fff81b51fff  libauto.dylib ??? (???) <F7221B46-DC4F-3153-CE61-7F52C8C293CF> /usr/lib/libauto.dylib
    0x7fff81b54000 -     0x7fff81bb4fe7  com.apple.framework.IOKit 2.0 (???) <4F071EF0-8260-01E9-C641-830E582FA416> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff81c13000 -     0x7fff81c1afff  com.apple.OpenDirectory 10.6 (10.6) <4200CFB0-DBA1-62B8-7C7C-91446D89551F> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff81c45000 -     0x7fff81c60ff7  com.apple.openscripting 1.3.1 (???) <9D50701D-54AC-405B-CC65-026FCB28258B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff82168000 -     0x7fff821d2fe7  libvMisc.dylib 268.0.1 (compatibility 1.0.0) <AF0EA96D-000F-8C12-B952-CB7E00566E08> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff821d3000 -     0x7fff821d4ff7  com.apple.audio.units.AudioUnit 1.6.7 (1.6.7) <53299948-2554-0F8F-7501-04B34E49F6CF> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff821d5000 -     0x7fff82285fff  edu.mit.Kerberos 6.5.11 (6.5.11) <085D80F5-C9DC-E252-C21B-03295E660C91> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff82286000 -     0x7fff82289ff7  com.apple.securityhi 4.0 (36638) <87868A3E-9341-1078-F00C-5E5972F01A4A> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff8228a000 -     0x7fff82497ff7  com.apple.JavaScriptCore 6534 (6534.49) <1D418EF7-CDBE-3832-0157-D853073948D0> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x7fff82564000 -     0x7fff82564ff7  com.apple.ApplicationServices 38 (38) <10A0B9E9-4988-03D4-FC56-DDE231A02C63> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff82565000 -     0x7fff82574fef  com.apple.opengl 1.6.13 (1.6.13) <516098B3-4517-8A55-64BB-195CDAA5334D> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff82575000 -     0x7fff82636fef  com.apple.ColorSync 4.6.6 (4.6.6) <BB2C5813-C61D-3CBA-A8F7-0E59E46EBEE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff82704000 -     0x7fff8373efff  com.apple.WebCore 6534 (6534.50) <8B0BB24A-C84C-A4F2-5544-C8071A35BBC5> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
    0x7fff8373f000 -     0x7fff83742ff7  libCoreVMClient.dylib ??? (???) <E03D7C81-A3DA-D44A-A88A-DDBB98AF910B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x7fff837b1000 -     0x7fff837b4fff  com.apple.help 1.3.2 (41.1) <BD1B0A22-1CB8-263E-FF85-5BBFDE3660B9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff837b5000 -     0x7fff83872fff  com.apple.CoreServices.OSServices 359.2 (359.2) <BBB8888E-18DE-5D09-3C3A-F4C029EC7886> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff83873000 -     0x7fff83885fe7  libsasl2.2.dylib 3.15.0 (compatibility 3.0.0) <76B83C8D-8EFE-4467-0F75-275648AFED97> /usr/lib/libsasl2.2.dylib
    0x7fff83886000 -     0x7fff838a7fff  libresolv.9.dylib 41.0.0 (compatibility 1.0.0) <9F322F47-0584-CB7D-5B73-9EBD670851CD> /usr/lib/libresolv.9.dylib
    0x7fff83926000 -     0x7fff83ac2fff  com.apple.WebKit 6534 (6534.50) <05AEA122-3F31-0F56-4AA6-E84140C53785> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x7fff83d0e000 -     0x7fff83d12ff7  libCGXType.A.dylib 545.0.0 (compatibility 64.0.0) <DB710299-B4D9-3714-66F7-5D2964DE585B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff83e56000 -     0x7fff84014fff  libicucore.A.dylib 40.0.0 (compatibility 1.0.0) <4274FC73-A257-3A56-4293-5968F3428854> /usr/lib/libicucore.A.dylib
    0x7fff8401b000 -     0x7fff8406aff7  com.apple.DirectoryService.PasswordServerFramework 6.1 (6.1) <01B370FB-D524-F660-3826-E85B7F0D85CD> /System/Library/PrivateFrameworks/PasswordServer.framework/Versions/A/PasswordServer
    0x7fff8406b000 -     0x7fff84070fff  libGFXShared.dylib ??? (???) <1D0D3531-9561-632C-D620-1A8652BEF5BC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x7fff84096000 -     0x7fff84115fe7  com.apple.audio.CoreAudio 3.2.6 (3.2.6) <79E256EB-43F1-C7AA-6436-124A4FFB02D0> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff84116000 -     0x7fff84153ff7  libssl.0.9.8.dylib 0.9.8 (compatibility 0.9.8) <F743389F-F25A-A77D-4FCA-D6B01AF2EE6D> /usr/lib/libssl.0.9.8.dylib
    0x7fff8417e000 -     0x7fff8419eff7  com.apple.DirectoryService.Framework 3.6 (621.11) <AD76C757-6701-BDB5-631E-1CB77D669586> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService
    0x7fff8419f000 -     0x7fff8422bfef  SecurityFoundation ??? (???) <F43FDB02-CAA5-F8FF-C8D7-6665E7403ECE> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff84242000 -     0x7fff842f7fe7  com.apple.ink.framework 1.3.3 (107) <8C36373C-5473-3A6A-4972-BC29D504250F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff842f8000 -     0x7fff84398fff  com.apple.LaunchServices 362.3 (362.3) <B90B7C31-FEF8-3C26-BFB3-D8A48BD2C0DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff84399000 -     0x7fff8439fff7  IOSurface ??? (???) <EAD87C9F-BADC-7116-4ADD-0B0679459D24> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff8448d000 -     0x7fff844a2ff7  com.apple.LangAnalysis 1.6.6 (1.6.6) <1AE1FE8F-2204-4410-C94E-0E93B003BEDA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x7fff844a3000 -     0x7fff844ebff7  libvDSP.dylib 268.0.1 (compatibility 1.0.0) <98FC4457-F405-0262-00F7-56119CA107B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff844ec000 -     0x7fff844f0ff7  libmathCommon.A.dylib 315.0.0 (compatibility 1.0.0) <95718673-FEEE-B6ED-B127-BCDBDB60D4E5> /usr/lib/system/libmathCommon.A.dylib
    0x7fff844f8000 -     0x7fff84509ff7  libz.1.dylib 1.2.3 (compatibility 1.0.0) <97019C74-161A-3488-41EC-A6CA8738418C> /usr/lib/libz.1.dylib
    0x7fff84680000 -     0x7fff846e2fe7  com.apple.datadetectorscore 2.0 (80.7) <F9D2332D-0890-2ED2-1AC8-F85CB89D8BD4> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x7fff84714000 -     0x7fff8488bfe7  com.apple.CoreFoundation 6.6.5 (550.43) <31A1C118-AD96-0A11-8BDF-BD55B9940EDC> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8488c000 -     0x7fff8488dff7  com.apple.TrustEvaluationAgent 1.1 (1) <5952A9FA-BC2B-16EF-91A7-43902A5C07B6> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x7fff8488e000 -     0x7fff84b10fe7  com.apple.Foundation 6.6.7 (751.62) <6F2A5BBF-6990-D561-2928-AD61E94036D9> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff84b53000 -     0x7fff84b8dfff  libcups.2.dylib 2.8.0 (compatibility 2.0.0) <539EBFDD-96D6-FB07-B128-40232C408757> /usr/lib/libcups.2.dylib
    0x7fff84e28000 -     0x7fff84e77fef  libTIFF.dylib ??? (???) <1E2593D1-A7F6-84C6-DF8F-0B46AE445926> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff84ec2000 -     0x7fff84f09ff7  com.apple.coreui 2 (114) <923E33CC-83FC-7D35-5603-FB8F348EE34B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff84fcf000 -     0x7fff84ff6ff7  libJPEG.dylib ??? (???) <46A413EA-4FD1-A050-2EF0-6279F3EAD581> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff84ff7000 -     0x7fff8500dfef  libbsm.0.dylib ??? (???) <42D3023A-A1F7-4121-6417-FCC6B51B3E90> /usr/lib/libbsm.0.dylib
    0x7fff850e7000 -     0x7fff850e7ff7  com.apple.Accelerate.vecLib 3.6 (vecLib 3.6) <4CCE5D69-F1B3-8FD3-1483-E0271DB2CCF3> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff85146000 -     0x7fff85589fef  libLAPACK.dylib 219.0.0 (compatibility 1.0.0) <0CC61C98-FF51-67B3-F3D8-C5E430C201A9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff855a6000 -     0x7fff85a43fff  com.apple.RawCamera.bundle 3.8.0 (577) <38481531-657E-DFFA-1EF4-ADFCA15DAC49> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x7fff85a44000 -     0x7fff85a5dfff  com.apple.CFOpenDirectory 10.6 (10.6) <CCF79716-7CC6-2520-C6EB-A4F56AD0A207> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x7fff85a5e000 -     0x7fff85adcff7  com.apple.CoreText 151.10 (???) <54961997-55D8-DC0F-2634-674E452D5A8E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff85add000 -     0x7fff85bf7fef  libGLProgrammability.dylib ??? (???) <8A4B86E3-0FA7-8684-2EF2-C5F8079428DB> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff85c43000 -     0x7fff85c96ff7  com.apple.HIServices 1.8.3 (???) <F6E0C7A7-C11D-0096-4DDA-2C77793AA6CD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff85c97000 -     0x7fff85cbffff  com.apple.DictionaryServices 1.1.2 (1.1.2) <E9269069-93FA-2B71-F9BA-FDDD23C4A65E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff85d69000 -     0x7fff85deeff7  com.apple.print.framework.PrintCore 6.3 (312.7) <CDFE82DD-D811-A091-179F-6E76069B432D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff85e4b000 -     0x7fff85e4bff7  com.apple.Cocoa 6.6 (???) <68B0BE46-6E24-C96F-B341-054CF9E8F3B6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff85ec1000 -     0x7fff85efcfff  com.apple.AE 496.5 (496.5) <208DF391-4DE6-81ED-C697-14A2930D1BC6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff85efd000 -     0x7fff860bbff7  com.apple.ImageIO.framework 3.0.4 (3.0.4) <0A4F51A1-4502-767B-8A4E-F14C6214EF88> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff860cc000 -     0x7fff860d2ff7  com.apple.DiskArbitration 2.3 (2.3) <857F6E43-1EF4-7D53-351B-10DE0A8F992A> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff860d3000 -     0x7fff860e9fe7  com.apple.MultitouchSupport.framework 207.11 (207.11) <8233CE71-6F8D-8B3C-A0E1-E123F6406163> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x7fff86167000 -     0x7fff8616dfff  libCGXCoreImage.A.dylib 545.0.0 (compatibility 64.0.0) <D2F8C7E3-CBA1-2E66-1376-04AA839DABBB> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
    0x7fff8619e000 -     0x7fff8689aff7  com.apple.CoreGraphics 1.545.0 (???) <58D597B1-EB3B-710E-0B8C-EC114D54E11B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff86a2e000 -     0x7fff86a45fff  com.apple.ImageCapture 6.1 (6.1) <79AB2131-2A6C-F351-38A9-ED58B25534FD> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff86a46000 -     0x7fff86ad6fff  com.apple.SearchKit 1.3.0 (1.3.0) <4175DC31-1506-228A-08FD-C704AC9DF642> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff86afa000 -     0x7fff86bbbfff  libFontParser.dylib ??? (???) <A00BB0A7-E46C-1D07-1391-194745566C7E> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x7fff8752f000 -     0x7fff87534ff7  com.apple.CommonPanels 1.2.4 (91) <4D84803B-BD06-D80E-15AE-EFBE43F93605> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff87574000 -     0x7fff87872fff  com.apple.HIToolbox 1.6.5 (???) <AD1C18F6-51CB-7E39-35DD-F16B1EB978A8> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff87873000 -     0x7fff87a34fef  libSystem.B.dylib 125.2.11 (compatibility 1.0.0) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib
    0x7fff87a65000 -     0x7fff87a74fff  com.apple.NetFS 3.2.2 (3.2.2) <7CCBD70E-BF31-A7A7-DB98-230687773145> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff87a75000 -     0x7fff87e12fe7  com.apple.QuartzCore 1.6.3 (227.37) <16DFF6CD-EA58-CE62-A1D7-5F6CE3D066DD> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff87e13000 -     0x7fff87e19ff7  com.apple.CommerceCore 1.0 (9.1) <3691E9BA-BCF4-98C7-EFEC-78DA6825004E> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x7fff87fa2000 -     0x7fff87fcdff7  libxslt.1.dylib 3.24.0 (compatibility 3.0.0) <8AB4CA9E-435A-33DA-7041-904BA7FA11D5> /usr/lib/libxslt.1.dylib
    0x7fff87fce000 -     0x7fff88084ff7  libobjc.A.dylib 227.0.0 (compatibility 1.0.0) <03140531-3B2D-1EBA-DA7F-E12CC8F63969> /usr/lib/libobjc.A.dylib
    0x7fff88536000 -     0x7fff88541ff7  com.apple.speech.recognition.framework 3.11.1 (3.11.1) <3D65E89B-FFC6-4AAF-D5CC-104F967C8131> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff88542000 -     0x7fff8861ffff  com.apple.vImage 4.1 (4.1) <C3F44AA9-6F71-0684-2686-D3BBC903F020> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff8874a000 -     0x7fff8877dff7  libTrueTypeScaler.dylib ??? (???) <69D4A213-45D2-196D-7FF8-B52A31DFD329> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff8877e000 -     0x7fff88783fff  libGIF.dylib ??? (???) <201B8077-B5CC-11AA-E1B0-1D057ABE416A> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff88784000 -     0x7fff88786fff  com.apple.print.framework.Print 6.1 (237.1) <CA8564FB-B366-7413-B12E-9892DA3C6157> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff88787000 -     0x7fff887d1ff7  com.apple.Metadata 10.6.3 (507.15) <2EF19055-D7AE-4D77-E589-7B71B0BC1E59> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff887d2000 -     0x7fff888e9fef  libxml2.2.dylib 10.3.0 (compatibility 10.0.0) <1B27AFDD-DF87-2009-170E-C129E1572E8B> /usr/lib/libxml2.2.dylib
    0x7fff8892e000 -     0x7fff88a6cfff  com.apple.CoreData 102.1 (251) <9DFE798D-AA52-6A9A-924A-DA73CB94D81A> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff88a6d000 -     0x7fff88b26fff  libsqlite3.dylib 9.6.0 (compatibility 9.0.0) <2C5ED312-E646-9ADE-73A9-6199A2A43150> /usr/lib/libsqlite3.dylib
    0x7fff88b5c000 -     0x7fff88c91fff  com.apple.audio.toolbox.AudioToolbox 1.6.7 (1.6.7) <E5D7DBDB-6DDF-E6F9-C71C-86F4520EE5A3> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff88e8a000 -     0x7fff88e97fe7  libCSync.A.dylib 545.0.0 (compatibility 64.0.0) <1C35FA50-9C70-48DC-9E8D-2054F7A266B1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff88f4e000 -     0x7fff88fe8fe7  com.apple.ApplicationServices.ATS 275.16 (???) <4B70A2FC-1902-5F27-5C3B-5C78C283C6EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff88fe9000 -     0x7fff89032fef  libGLU.dylib ??? (???) <1C050088-4AB2-2BC2-62E6-C969F925A945> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff89850000 -     0x7fff89873fff  com.apple.opencl 12.3.6 (12.3.6) <42FA5783-EB80-1168-4015-B8C68F55842F> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x7fff89874000 -     0x7fff8a07efe7  libBLAS.dylib 219.0.0 (compatibility 1.0.0) <FC941ECB-71D0-FAE3-DCBF-C5A619E594B8> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff8a087000 -     0x7fff8a3bbfef  com.apple.CoreServices.CarbonCore 861.39 (861.39) <1386A24D-DD15-5903-057E-4A224FAF580B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8a3bc000 -     0x7fff8a3befff  libRadiance.dylib ??? (???) <A9DB4D5D-4072-971B-DEF6-DDE645F415EA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8a3fc000 -     0x7fff8a4e1fef  com.apple.DesktopServices 1.5.11 (1.5.11) <39FAA3D2-6863-B5AB-AED9-92D878EA2438> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff8a54c000 -     0x7fff8a560ff7  com.apple.speech.synthesis.framework 3.10.35 (3.10.35) <621B7415-A0B9-07A7-F313-36BEEDD7B132> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a561000 -     0x7fff8a5b6ff7  com.apple.framework.familycontrols 2.0.2 (2020) <F09541B6-5E28-1C01-C1AE-F6A2508670C7> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x7fff8a5b7000 -     0x7fff8a5e8fff  libGLImage.dylib ??? (???) <7F102A07-E4FB-9F52-B2F6-4E2D2383CA13> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff8a5e9000 -     0x7fff8a5e9ff7  com.apple.Carbon 150 (152) <191B4F4B-8D06-796B-CA0C-782F06DD7BC7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8a5ea000 -     0x7fff8a5fefff  libGL.dylib ??? (???) <2ECE3B0F-39E1-3938-BF27-7205C6D0358B> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff8a60f000 -     0x7fff8a68cfef  libstdc++.6.dylib 7.9.0 (compatibility 7.0.0) <35ECA411-2C08-FD7D-11B1-1B7A04921A5C> /usr/lib/libstdc++.6.dylib
    0x7fffffe00000 -     0x7fffffe01fff  libSystem.B.dylib ??? (???) <9AB4F1D1-89DC-0E8A-DC8E-A4FE4D69DB69> /usr/lib/libSystem.B.dylib

Model: MacBookPro5,1, BootROM MBP51.007E.B05, 2 processors, Intel Core 2 Duo, 2.4 GHz, 4 GB, SMC 1.33f8
Graphics: NVIDIA GeForce 9600M GT, NVIDIA GeForce 9600M GT, PCIe, 256 MB
Graphics: NVIDIA GeForce 9400M, NVIDIA GeForce 9400M, PCI, 256 MB
Memory Module: global_name
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0x8D), Broadcom BCM43xx 1.0 (5.10.131.42.4)
Bluetooth: Version 2.4.5f3, 2 service, 19 devices, 1 incoming serial ports
Network Service: AirPort, AirPort, en1
Serial ATA Device: C300-CTFDDAC128MAG, 119.24 GB
Serial ATA Device: MATSHITADVD-R   UJ-868
USB Device: Hub, 0x05ac  (Apple Inc.), 0x9136, 0x26200000 / 2
USB Device: Keyboard Hub, 0x05ac  (Apple Inc.), 0x1006, 0x26210000 / 4
USB Device: Apple Keyboard, 0x05ac  (Apple Inc.), 0x0221, 0x26212000 / 8
USB Device: Hub, 0x05ac  (Apple Inc.), 0x9137, 0x26240000 / 3
USB Device: Display iSight, 0x05ac  (Apple Inc.), 0x8508, 0x26242000 / 7
USB Device: Display Audio, 0x05ac  (Apple Inc.), 0x2912, 0x26241000 / 6
USB Device: Apple LED Cinema Display, 0x05ac  (Apple Inc.), 0x9236, 0x26243000 / 5
USB Device: Built-in iSight, 0x05ac  (Apple Inc.), 0x8507, 0x24400000 / 2
USB Device: BRCM2046 Hub, 0x0a5c  (Broadcom Corp.), 0x4500, 0x06100000 / 2
USB Device: Bluetooth USB Host Controller, 0x05ac  (Apple Inc.), 0x8213, 0x06110000 / 5
USB Device: Apple Internal Keyboard / Trackpad, 0x05ac  (Apple Inc.), 0x0237, 0x04600000 / 3
USB Device: IR Receiver, 0x05ac  (Apple Inc.), 0x8242, 0x04500000 / 2

I hope you can fix this bug, too. :) Anyway, thanks for the great support and amazing application!

Bra1n

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.