GithubHelp home page GithubHelp logo

superfell / soqlx Goto Github PK

View Code? Open in Web Editor NEW
269.0 34.0 53.0 2.45 MB

SoqlXplorer is an awesome tool for developers using the Salesforce.com platform.

Home Page: https://pocketsoap.com/osx/soqlx/

License: Other

Objective-C 99.17% CSS 0.11% C 0.51% Rich Text Format 0.13% Ruby 0.09%
salesforce osx schema apex soql

soqlx's Introduction

SoqlX

SoqlX is a tool for developers using the Salesforce.com platform, it allows you to easily explore your schema, write and run SOQL queries, make edits to data, and to run Apex code.

schema viewer

Download

You can download the builds of the latest version of SoqlX from its homepage

Build

ZKSforce and Sparkle are managed via Cocoa Pods, you'll need to run pod install once you've cloned this repo. Fragaria is pulled in via git submodules, so you need to clone this repo, and fetch the submodules.

    git clone --recurse-submodules https://github.com/superfell/SoqlX
    pod install
    
    # or the long way.
    git clone https://github.com/superfell/SoqlX.git SoqlX
    cd SoqlX
    git submodule init
    git submodule update
    pod install

Now you can open the project in XCode, remember to open the workspace created by Cocoa Pods. It requires XCode 12.2.

Building the SoqlXplorer target will build the dependencies, then SoqlX. You may find that the first build of Fragaria fails with a "Command PhaseScriptExecution failed" error, just hit build again, and this error goes away.

You should be able to run the built version of SoqlX at this point.

soqlx's People

Contributors

avindra avatar dnakov avatar dschach avatar superfell 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

soqlx's Issues

Can't get server names to save permanently

With 1.9, which I recently installed on a fresh install of OSX 10.8, I find that the server list always shows the one item - No Value. I have to click the + button and type in the server name. The list is then updated so that if I want to log in to another instance, I get the saved server in the list. However, if I close SOQLExplorer, the list is lost again.

Is there a way to force the list to be saved permanently or a place where I can set them.

Empty file export with sub queries in select

Took me awhile to troubleshoot it but I had a SOQL statement like this

select Id, (select Id from Object1) from Object2

If I export the results, the file is empty.

If I take out the sub query, then the export works.

Add support for ALL ROWS

When I try running a query with the ALL ROWS keyword, I get an error: "MALFORMED_QUERY: ALL ROWS not allowed in this context"

select
IsDeleted,
Id,
Name
from
Account
ALL ROWS

schema report window resize issue

If you resize the schema report window while its still doing describes, the text/progress bar are not pinned to the same edge, so the resize gets all screwy.

entitlement objects are not there?

entitlement, content objects are not showing for me - I checked in personal information (service cloud user is checked)(knowledge user is checked). I am a newbie so maybe its very basic and silly me hasnt stumbled on it yet.

Unable to search for field names anymore, only object name matches shown

While previously I could use SoqlX to search for all objects that have the searched string in either the object name, or in any of the field names of any object, as of now SoqlX only shows a short list of objects that have a match with its object name.

How can I change the behaviour to as it was? Urgently needed....

Thank you!

Login fails on Yosemite; Unable to parse XML returned by server on login attempt

Version 2.31

Userid and password are correct and tested. Install is new on a fresh install of Yosemite.

2015-08-13 11:43:56.014 SoqlXplorer[417:4491] SecItemCopyMatching returned error -25300
2015-08-13 11:44:20.393 SoqlXplorer[417:4607] NSURLConnection/CFURLConnection HTTP load failed (kCFStreamErrorDomainSSL, -9813)
2015-08-13 11:44:20.394 SoqlXplorer[417:4491] Got invalid API response: Unable to parse XML
RequestURL: (null)
HTTP StatusCode: 0
responseData:
<s:Envelope xmlns:s='http://schemas.xmlsoap.org/soap/envelope/' xmlns:x='http://www.w3.org/2001/XMLSchema-instance' xmlns='urn:partner.soap.sforce.com'><s:Header>SoqlXplorer/2.3.1/s:Header<s:Body>yyyyyyyyyyyyyyyxxxxxxxxx/s:Body/s:Envelope
2015-08-13 11:44:20.394 SoqlXplorer[417:4491] Unable to parse XML returned by server
2015-08-13 11:44:20.395 SoqlXplorer[417:4491](0 CoreFoundation 0x00007fff9004903c __exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff87e3376e objc_exception_throw + 43
2 SoqlXplorer 0x000000010b0f1b1a SoqlXplorer + 125722
3 SoqlXplorer 0x000000010b0f1240 SoqlXplorer + 123456
4 SoqlXplorer 0x000000010b0f5d34 SoqlXplorer + 142644
5 SoqlXplorer 0x000000010b0e4d80 SoqlXplorer + 73088
6 SoqlXplorer 0x000000010b0e4f2e SoqlXplorer + 73518
7 libsystem_trace.dylib 0x00007fff92b96cd7 _os_activity_initiate + 75
8 AppKit 0x00007fff8d031eb1 -[NSApplication sendAction:to:from:] + 452
9 AppKit 0x00007fff8d047946 -[NSControl sendAction:to:] + 86
10 AppKit 0x00007fff8d047862 __26-[NSCell _sendActionFrom:]_block_invoke + 131
11 libsystem_trace.dylib 0x00007fff92b96cd7 _os_activity_initiate + 75
12 AppKit 0x00007fff8d0477bf -[NSCell _sendActionFrom:] + 144
13 libsystem_trace.dylib 0x00007fff92b96cd7 _os_activity_initiate + 75
14 AppKit 0x00007fff8d045cb3 -[NSCell trackMouse:inRect:ofView:untilMouseUp:] + 2821
15 AppKit 0x00007fff8d09e34f -[NSButtonCell trackMouse:inRect:ofView:untilMouseUp:] + 770
16 AppKit 0x00007fff8d044366 -[NSControl mouseDown:] + 714
17 AppKit 0x00007fff8d5ae2dc -[NSWindow _reallySendEvent:isDelayedEvent:] + 14125
18 AppKit 0x00007fff8cf3dc86 -[NSWindow sendEvent:] + 470
19 AppKit 0x00007fff8cf3a212 -[NSApplication sendEvent:] + 2504
20 AppKit 0x00007fff8ce63b68 -[NSApplication run] + 711
21 AppKit 0x00007fff8cde0244 NSApplicationMain + 1832
22 libdyld.dylib 0x00007fff840d55c9 start + 1)

grab text in object pop-up

Firstly, thankyou superfell for a lovely tool. I prefer it to Schema Builder, bc its all there in front of me. simple.
IF....
if very easy, love be able to grab the text in the object pop-up. i have the training wheels on, and so I grab for my learning notes etc.. my workaround is i sceenshot and ocr'd.

support multiple logins

switch to a document model and support multiple concurrent logins, where each login gets its own window.

PDF Errors

When saving as p df the first save of the pdf has a large blank space at the top of the document and the end of the document is below the end of the final page . WORKAROUND: save the PDF a second time and the data is correctly placed on the page.

New location field breaks query-all-fields shortcut

If an object has a new location field call Geo__c, and I double-click on an SObject in the left-hand navigator to get the default query with all fields, the query will fail with an Invalid Field error.

The query includes all of the following: Geo__Latitude__s, Geo__Longitude__s, and Geo__c, but it only works without the Geo__c.

INVALID_FIELD: 
Geo__Latitude__s, Geo__Longitude__s, Geo__c from Case
                                                     ^
ERROR at Row:1:Column:595
No such column 'Geo__c' on entity 'Case'. If you are attempting to use a custom field, be sure to append the '__c' after the custom field name. Please reference your WSDL or the describe call for the appropriate names.

v1.8 UNSUPPORTED_API_VERSION retry bug

I just upgraded to 1.8 (looking forward to the SOSL integration. thank you) and, for reasons I'm still investigating, my login was failing with an "UNSUPPORTED_API_VERSION" error.

10/9/12 2:21:39.926 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version 26, retrying with version 25

it continued that way, going to versions one less than the previous (24, 23, etc. I think you know how to count down. heh). Beachballing along the way, FYI.

However, it didn't stop at v1. It went on to version zero, then into negative numbers and never stopped until I forced quit.

10/9/12 2:21:42.472 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version 2, retrying with version 1
10/9/12 2:21:42.566 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version 1, retrying with version 0
10/9/12 2:21:42.660 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version 0, retrying with version -1
10/9/12 2:21:42.755 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version -1, retrying with version -2
10/9/12 2:21:42.850 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version -2, retrying with version -3
10/9/12 2:21:42.944 PM SoqlXplorer: Login failed with UNSUPPORTED_API_VERSION: Invalid Api version specified on URL on API Version -3, retrying with version -4
etc
etc
etc

I do believe that's a bug. :)

(e)

Minor PDF improvements

Add the description of the field to the PDF output.
Add the Object description to the PDF output.
An option to select the contents of the report so it can be pasted into a document directly.

Winter'16 support?

It looks like soql explorer (ver 2.3.1) does not show the list of SObjects that are available when I connect to a W'16 org. The list of SObjects is completely empty, however, soql queries work fine. If I connect to a Summer '15 org everything works as expected.

Environment: OS X 10.10.5

"Details" and "Recent" popup windows not showing

Since v1.8, The "Details" and "Recent" buttons do not show the popup windows when selected. The buttons show as shadowed (i.e. they show that they are depressed) but there is not popup.

I am currently running v1.9 on OSX 10.7.5

Any suggestions?

Updates with invalid types crash in the background

If you try and update a column with a completely invalid value (e.g. set a date/time column to 'asd') there's an exception in some background thread and random things stop working. The user sees no error message.

2015-08-08 11:21:20.625 SoqlXplorer[12820:1496189] 'asd' is not a valid value for the type xsd:dateTime
2015-08-08 11:21:20.629 SoqlXplorer[12820:1496189]
0 CoreFoundation 0x00007fff93baa03c exceptionPreprocess + 172
1 libobjc.A.dylib 0x00007fff8d2d976e objc_exception_throw + 43
2 SoqlXplorer 0x0000000100031272 -[ZKBaseClient sendRequest:name:returnRoot:] + 2274
3 SoqlXplorer 0x0000000100030809 -[ZKBaseClient sendRequest:name:] + 73
4 SoqlXplorer 0x000000010003bb08 -[ZKSforceClient sobjectsImpl:name:] + 1896
5 SoqlXplorer 0x000000010003b398 -[ZKSforceClient update:] + 72
6 SoqlXplorer 0x0000000100007ad1 -[Explorer dataChangedOnObject:field:value:] + 449
7 SoqlXplorer 0x0000000100020a55 -[EditableQueryResultWrapper tableView:setObjectValue:forTableColumn:row:] + 533
8 AppKit 0x00007fff8ed085ec -[NSTableView textDidEndEditing:] + 495
9 CoreFoundation 0x00007fff93b6645c __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER
+ 12
10 CoreFoundation 0x00007fff93a56634 _CFXNotificationPost + 3140
11 Foundation 0x00007fff9117b9d1 -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
12 AppKit 0x00007fff8e9a4847 -[NSTextView(NSPrivate) _giveUpFirstResponder:] + 423
13 AppKit 0x00007fff8ea20812 -[NSTextView(NSKeyBindingCommands) insertNewline:] + 239
14 AppKit 0x00007fff8e8ecef1 -[NSTextView doCommandBySelector:] + 195
15 AppKit 0x00007fff8e8ece01 -[NSTextInputContext(NSInputContext_WithCompletion) doCommandBySelector:completionHandler:] + 118
16 AppKit 0x00007fff8e8d2c23 -[NSKeyBindingManager(NSKeyBindingManager_MultiClients) interpretEventAsCommand:forClient:] + 1899
17 AppKit 0x00007fff8ee99272 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke972 + 335
18 AppKit 0x00007fff8e8d4bff -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:] + 76
19 AppKit 0x00007fff8e8ecd03 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke_3 + 95
20 AppKit 0x00007fff8e8e5ed8 -[NSTextInputContext tryHandleEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 101
21 AppKit 0x00007fff8ee99074 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke960 + 321
22 HIToolbox 0x00007fff979f8d4f __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_5 + 70
23 HIToolbox 0x00007fff979f7c45 ___ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec_block_invoke + 108
24 AppKit 0x00007fff8e8d5606 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke174 + 2387
25 AppKit 0x00007fff8e8d4bff -[NSTextInputContext(NSInputContext_WithCompletion) hasMarkedTextWithCompletionHandler:] + 76
26 AppKit 0x00007fff8e8d4ba0 __55-[NSTextInputContext handleTSMEvent:completionHandler:]_block_invoke_2 + 95
27 AppKit 0x00007fff8e8d4b18 -[NSTextInputContext tryHandleTSMEvent_HasMarkedText_withDispatchCondition:dispatchWork:continuation:] + 101
28 AppKit 0x00007fff8e8d47d5 -[NSTextInputContext handleTSMEvent:completionHandler:] + 3122
29 AppKit 0x00007fff8e8d3b2e _NSTSMEventHandler + 324
30 HIToolbox 0x00007fff97991b6c _ZL23DispatchEventToHandlersP14EventTargetRecP14OpaqueEventRefP14HandlerCallRec + 1260
31 HIToolbox 0x00007fff97990fae _ZL30SendEventToEventTargetInternalP14OpaqueEventRefP20OpaqueEventTargetRefP14HandlerCallRec + 386
32 HIToolbox 0x00007fff97990e22 SendEventToEventTargetWithOptions + 43
33 HIToolbox 0x00007fff979f526c SendTSMEvent_WithCompletionHandler + 417
34 HIToolbox 0x00007fff979f576c __SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler_block_invoke + 400
35 HIToolbox 0x00007fff979f55a6 __SendFilterTextEvent_WithCompletionHandler_block_invoke + 189
36 HIToolbox 0x00007fff979f52c0 SendTSMEvent_WithCompletionHandler + 501
37 HIToolbox 0x00007fff979f508f SendFilterTextEvent_WithCompletionHandler + 236
38 HIToolbox 0x00007fff979f4d51 SendUnicodeTextAEToUnicodeDoc_WithCompletionHandler + 295
39 HIToolbox 0x00007fff979f4ae9 __utDeliverTSMEvent_WithCompletionHandler_block_invoke_2 + 296
40 HIToolbox 0x00007fff979f4988 __utDeliverTSMEvent_WithCompletionHandler_block_invoke + 437
41 HIToolbox 0x00007fff979f47cd TSMKeyEvent_WithCompletionHandler + 701
42 HIToolbox 0x00007fff979f44d0 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_4 + 251
43 HIToolbox 0x00007fff979f4386 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_3 + 330
44 HIToolbox 0x00007fff979f4112 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke_2 + 259
45 HIToolbox 0x00007fff979f3f25 __TSMProcessRawKeyEventWithOptionsAndCompletionHandler_block_invoke + 251
46 HIToolbox 0x00007fff979d876f TSMProcessRawKeyEventWithOptionsAndCompletionHandler + 3068
47 AppKit 0x00007fff8ee98e86 __61-[NSTextInputContext _handleEvent:options:completionHandler:]_block_invoke949 + 131
48 AppKit 0x00007fff8e8d2352 -[NSTextInputContext tryTSMProcessRawKeyEvent:dispatchCondition:setupForDispatch:furtherCondition:dispatchWork:continuation:] + 127
49 AppKit 0x00007fff8e8d2085 -[NSTextInputContext _handleEvent:options:completionHandler:] + 1266
50 AppKit 0x00007fff8e8d1b4e -[NSTextInputContext handleEvent:] + 109
51 AppKit 0x00007fff8e8d1a54 -[NSView interpretKeyEvents:] + 207
52 AppKit 0x00007fff8e8d186a -[NSTextView keyDown:] + 695
53 AppKit 0x00007fff8edc10fb -[NSWindow _reallySendEvent:isDelayedEvent:] + 5452
54 AppKit 0x00007fff8e752c86 -[NSWindow sendEvent:] + 470
55 AppKit 0x00007fff8e74f8b1 -[NSApplication sendEvent:] + 4199
56 AppKit 0x00007fff8e678b68 -[NSApplication run] + 711
57 AppKit 0x00007fff8e5f5244 NSApplicationMain + 1832
58 SoqlXplorer 0x0000000100001b12 main + 34
59 libdyld.dylib 0x00007fff8ca1b5c9 start + 1
60 ??? 0x0000000000000003 0x0 + 3
)

Slow typing occurs in query after including many (> 300) fields

Issue: app takes a very long time to respond when double clicking on an object name to include all fields. If you attempt to enter in additional criteria it becomes very slow to respond.

This is only happens when you have a lot of fields in the query.

"Save Query Results" does not save all the results

I query for accounts by ownerid and SoqlX shows in the bottom-left "11263 rows". After I save the results, my spreadsheet editor shows only "9416 rows":

soqlx

googledocs

I tried another spreadsheet editor and it also confirmed only "9416 rows":

numbers

Capability to save queries

I think it would be a nice addition if SOQLX could save queries to run later. I use a set of queries which I need to run periodically, mostly stuff that you cannot get out of reports. I keep these in a text file and paste them into the command window. If I could access them from within SoqlX, even better.

Might mayhaps have a set limit, like 10 queries or so, just like the recent queries list.

query syntax highlighting

is more broken than right at this point, doesn't handle any of the soql-r or aggregate query constructs correctly.

Can I use this to browse customer's instances?

I have an AppExchange app โ€” is there a way I can use this app to browse my customer's Salesforce instances as I don't have a username/password for them, just the accessToken

Thanks โ€” new to Salesforce dev and trying to figure out the best tooling options.

Security token required

Connecting from outside the accounts trusted network produces the following message.

 LOGIN_MUST_USE_SECURITY_TOKEN: Invalid username, password, security token;

1.8 on Lion: unable to do relationship queries...

Here is the SOQL query that I am trying:

Select id, name, accountId, account.name from contact where name like 'Xyz%test'

It works great without account.name but with that it quitting unexpectedly with the following message dump:

Process: SoqlXplorer [1210]
Path: /Applications/Salesforce/SoqlXplorer.app/Contents/MacOS/SoqlXplorer
Identifier: com.pocketsoap.osx.SoqlXplorer
Version: ??? (1.8)
Code Type: X86-64 (Native)
Parent Process: launchd [130]

Date/Time: 2012-10-15 15:19:19.044 -0400
OS Version: Mac OS X 10.7.5 (11G56)
Report Version: 9

Interval Since Last Report: 206709 sec
Crashes Since Last Report: 3
Per-App Interval Since Last Report: 16543 sec
Per-App Crashes Since Last Report: 3
Anonymous UUID: 9BE4D0A8-2662-4146-9697-6E569F29825D

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

Exception Type: EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: 0x000000000000000d, 0x0000000000000000

VM Regions Near 0:
-->
__TEXT 0000000103bd7000-0000000103c18000 [ 260K] r-x/rwx SM=COW /Applications/Salesforce/SoqlXplorer.app/Contents/MacOS/SoqlXplorer

Application Specific Information:
objc_msgSend() selector name: tableView:objectValueForTableColumn:row:
objc[1210]: garbage collection is OFF

Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
0 libobjc.A.dylib 0x00007fff8b6d9e90 objc_msgSend + 16
1 com.pocketsoap.osx.SoqlXplorer 0x0000000103be9ba8 -[EditableQueryResultWrapper tableView:dataCellForTableColumn:row:] + 57
2 com.apple.AppKit 0x00007fff8656b5fe -[NSTableView _delegate_dataCellForTableColumn:row:] + 38
3 com.apple.AppKit 0x00007fff8656b5b5 -[NSTableView _dataCellForTableColumn:row:] + 59
4 com.apple.AppKit 0x00007fff86572189 -[NSTableView preparedCellAtColumn:row:] + 471
5 com.apple.AppKit 0x00007fff86583171 -[NSTableView _drawContentsAtRow:column:withCellFrame:] + 42
6 com.apple.AppKit 0x00007fff865815d8 -[NSTableView drawRow:clipRect:] + 1647
7 com.apple.AppKit 0x00007fff86580db5 -[NSTableView drawRowIndexes:clipRect:] + 565
8 com.apple.AppKit 0x00007fff8657eed7 -[NSTableView drawRect:] + 1390
9 com.apple.AppKit 0x00007fff864e72ce -[NSView _drawRect:clip:] + 3758
10 com.apple.AppKit 0x00007fff8651449b -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 1583
11 com.apple.AppKit 0x00007fff865148c7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
12 com.apple.AppKit 0x00007fff865148c7 -[NSView _recursiveDisplayAllDirtyWithLockFocus:visRect:] + 2651
13 com.apple.AppKit 0x00007fff864e48a9 -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 1032
14 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
15 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
16 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
17 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
18 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
19 com.apple.AppKit 0x00007fff864e5b5e -[NSView _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 5821
20 com.apple.AppKit 0x00007fff864e3da3 -[NSThemeFrame _recursiveDisplayRectIfNeededIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:topView:] + 270
21 com.apple.AppKit 0x00007fff864df1bb -[NSView _displayRectIgnoringOpacity:isVisibleRect:rectIsVisibleRectForView:] + 4755
22 com.apple.AppKit 0x00007fff864d7c35 -[NSView displayIfNeeded] + 1676
23 com.apple.AppKit 0x00007fff864d7375 _handleWindowNeedsDisplayOrLayoutOrUpdateConstraints + 648
24 com.apple.CoreFoundation 0x00007fff83ba08e7 CFRUNLOOP_IS_CALLING_OUT_TO_AN_OBSERVER_CALLBACK_FUNCTION + 23
25 com.apple.CoreFoundation 0x00007fff83ba0846 __CFRunLoopDoObservers + 374
26 com.apple.CoreFoundation 0x00007fff83b75af9 __CFRunLoopRun + 825
27 com.apple.CoreFoundation 0x00007fff83b75486 CFRunLoopRunSpecific + 230
28 com.apple.HIToolbox 0x00007fff84d1e2bf RunCurrentEventLoopInMode + 277
29 com.apple.HIToolbox 0x00007fff84d254bf ReceiveNextEventCommon + 181
30 com.apple.HIToolbox 0x00007fff84d253fa BlockUntilNextEventMatchingListInMode + 62
31 com.apple.AppKit 0x00007fff8649b779 _DPSNextEvent + 659
32 com.apple.AppKit 0x00007fff8649b07d -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135
33 com.apple.AppKit 0x00007fff864979b9 -[NSApplication run] + 470
34 com.apple.AppKit 0x00007fff86713eac NSApplicationMain + 867
35 com.pocketsoap.osx.SoqlXplorer 0x0000000103bd90d4 start + 52

Thread 1:: Dispatch queue: com.apple.libdispatch-manager
0 libsystem_kernel.dylib 0x00007fff881ef7e6 kevent + 10
1 libdispatch.dylib 0x00007fff8509a786 _dispatch_mgr_invoke + 923
2 libdispatch.dylib 0x00007fff85099316 _dispatch_mgr_thread + 54

Thread 2:: com.apple.NSURLConnectionLoader
0 libsystem_kernel.dylib 0x00007fff881ed67a mach_msg_trap + 10
1 libsystem_kernel.dylib 0x00007fff881ecd71 mach_msg + 73
2 com.apple.CoreFoundation 0x00007fff83b6d50c CFRunLoopServiceMachPort + 188
3 com.apple.CoreFoundation 0x00007fff83b75c74 __CFRunLoopRun + 1204
4 com.apple.CoreFoundation 0x00007fff83b75486 CFRunLoopRunSpecific + 230
5 com.apple.Foundation 0x00007fff85172fd7 +[NSURLConnection(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 335
6 com.apple.Foundation 0x00007fff8516772a -[NSThread main] + 68
7 com.apple.Foundation 0x00007fff851676a2 __NSThread__main
+ 1575
8 libsystem_c.dylib 0x00007fff840648bf _pthread_start + 335
9 libsystem_c.dylib 0x00007fff84067b75 thread_start + 13

Thread 3:: com.apple.CFSocket.private
0 libsystem_kernel.dylib 0x00007fff881eedf2 __select + 10
1 com.apple.CoreFoundation 0x00007fff83bbec8b __CFSocketManager + 1355
2 libsystem_c.dylib 0x00007fff840648bf _pthread_start + 335
3 libsystem_c.dylib 0x00007fff84067b75 thread_start + 13

Thread 4:
0 libsystem_kernel.dylib 0x00007fff881ef192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff84066594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff84067b85 start_wqthread + 13

Thread 5:
0 libsystem_kernel.dylib 0x00007fff881ef192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff84066594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff84067b85 start_wqthread + 13

Thread 6:
0 libsystem_kernel.dylib 0x00007fff881ef192 __workq_kernreturn + 10
1 libsystem_c.dylib 0x00007fff84066594 _pthread_wqthread + 758
2 libsystem_c.dylib 0x00007fff84067b85 start_wqthread + 13

Thread 7:: com.apple.appkit-heartbeat
0 libsystem_kernel.dylib 0x00007fff881eee42 semwait_signal + 10
1 libsystem_c.dylib 0x00007fff8401adea nanosleep + 164
2 libsystem_c.dylib 0x00007fff8401abb5 usleep + 53
3 com.apple.AppKit 0x00007fff866d011b -[NSUIHeartBeat _heartBeatThread:] + 1727
4 com.apple.Foundation 0x00007fff8516772a -[NSThread main] + 68
5 com.apple.Foundation 0x00007fff851676a2 __NSThread__main
+ 1575
6 libsystem_c.dylib 0x00007fff840648bf _pthread_start + 335
7 libsystem_c.dylib 0x00007fff84067b75 thread_start + 13

Thread 0 crashed with X86 Thread State (64-bit):
rax: 0x0000000000000010 rbx: 0x00007fe62846d050 rcx: 0x00007fe62846d050 rdx: 0x00007fe628466ca0
rdi: 0x00007fe629b18e30 rsi: 0x00007fff86d366b9 rbp: 0x00007fff637d1fe0 rsp: 0x00007fff637d1fb0
r8: 0x0000000000000000 r9: 0x00007fff637d1f58 r10: 0x00007fe629b3f070 r11: 0x7000000000000000
r12: 0x0000000000000000 r13: 0x00007fe62846c4d0 r14: 0x0000000000000000 r15: 0x00007fe629b3cc50
rip: 0x00007fff8b6d9e90 rfl: 0x0000000000010246 cr2: 0x0000000105168000
Logical CPU: 0

Binary Images:
0x103bd7000 - 0x103c17ff7 +com.pocketsoap.osx.SoqlXplorer (??? - 1.8) <312479EB-33F2-3431-A6A7-4A68F4975BE3> /Applications/Salesforce/SoqlXplorer.app/Contents/MacOS/SoqlXplorer
0x103c4f000 - 0x103c66fff +org.andymatuschak.Sparkle (1.5 Beta 6 - 313) <9253F8F7-250B-1114-7AE9-A10A54EB2298> /Applications/Salesforce/SoqlXplorer.app/Contents/Frameworks/Sparkle.framework/Versions/A/Sparkle
0x103c82000 - 0x103d65fff libcrypto.0.9.7.dylib (0.9.7 - compatibility 0.9.7) <358B5B40-43B2-3F92-9FD3-DAA68806E1FF> /usr/lib/libcrypto.0.9.7.dylib
0x105438000 - 0x105442fef libcldcpuengine.dylib (2.0.19 - compatibility 1.0.0) <4572AD1E-D1D1-3412-AFCC-D37037B1FAB5> /System/Library/Frameworks/OpenCL.framework/Libraries/libcldcpuengine.dylib
0x105448000 - 0x105448ff3 +cl_kernels (??? - ???) <7008C802-B80A-4614-816F-4D62CBE98B5C> cl_kernels
0x105483000 - 0x105486ff7 libCoreFSCache.dylib (??? - ???) <0D155750-7910-32C5-8327-924FC1089442> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib
0x10836f000 - 0x10840eff7 unorm8_bgra.dylib (2.0.19 - compatibility 1.0.0) <47DA7D73-C52D-322F-A08F-4DB320A65373> /System/Library/Frameworks/OpenCL.framework/Libraries/ImageFormats/unorm8_bgra.dylib
0x7fff637d7000 - 0x7fff6380bbaf dyld (195.6 - ???) /usr/lib/dyld
0x7fff822aa000 - 0x7fff822b5ff7 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
0x7fff822b6000 - 0x7fff822d0fff com.apple.CoreMediaAuthoring (2.0 - 891) /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring
0x7fff822d1000 - 0x7fff82311ff7 libcups.2.dylib (2.9.0 - compatibility 2.0.0) <7D2E5016-A960-3ADE-B042-F74063E79550> /usr/lib/libcups.2.dylib
0x7fff82312000 - 0x7fff8231afff libsystem_dnssd.dylib (??? - ???) <584B321E-5159-37CD-B2E7-82E069C70AFB> /usr/lib/system/libsystem_dnssd.dylib
0x7fff82c1c000 - 0x7fff82c1efff libCVMSPluginSupport.dylib (??? - ???) <982F1ED4-3CBB-3161-8BEA-8A980C27FCC1> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
0x7fff82cca000 - 0x7fff82d27ff7 com.apple.QuickLookFramework (3.2 - 500.18) /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
0x7fff82e15000 - 0x7fff82e2cfff com.apple.CFOpenDirectory (10.7 - 146) /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
0x7fff82e2d000 - 0x7fff830a5fff com.apple.imageKit (2.1.2 - 1.0) <23470050-28FB-3B09-8E27-ADC371B0E4B8> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit
0x7fff830a6000 - 0x7fff830a6fff com.apple.ApplicationServices (41 - 41) <89B6AD5B-5C75-3E83-8C2B-AA7F4C55E400> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
0x7fff830a7000 - 0x7fff830b4fff libCSync.A.dylib (600.0.0 - compatibility 64.0.0) <72C53E7B-C222-3BE5-9984-FDC328CC4846> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x7fff830b5000 - 0x7fff834e8ff7 com.apple.VideoToolbox (1.0 - 705.94) <72AD524C-0616-3C69-BA1F-8D444F97F5A2> /System/Library/PrivateFrameworks/VideoToolbox.framework/Versions/A/VideoToolbox
0x7fff834e9000 - 0x7fff8356dff7 com.apple.ApplicationServices.ATS (317.12.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
0x7fff8356e000 - 0x7fff8356efff com.apple.Accelerate (1.7 - Accelerate 1.7) <82DDF6F5-FBC3-323D-B71D-CF7ABC5CF568> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
0x7fff8356f000 - 0x7fff83576fff libCGXCoreImage.A.dylib (600.0.0 - compatibility 64.0.0) <1116CD6D-E7AD-375F-A691-B9DF6609FEAD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib
0x7fff8361f000 - 0x7fff839c9fe7 com.apple.MediaToolbox (1.0 - 705.94) <0719E69C-3275-3BD9-AD04-27DBADEB6E03> /System/Library/PrivateFrameworks/MediaToolbox.framework/Versions/A/MediaToolbox
0x7fff839ca000 - 0x7fff83a09fff com.apple.AE (527.7 - 527.7) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
0x7fff83a0a000 - 0x7fff83a15fff com.apple.CommonAuth (2.2 - 2.0) <77E6F0D0-85B6-30B5-B99C-F57104DD2EBA> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
0x7fff83a16000 - 0x7fff83a16fff com.apple.vecLib (3.7 - vecLib 3.7) <9A58105C-B36E-35B5-812C-4ED693F2618F> /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff83a17000 - 0x7fff83a17fff com.apple.Carbon (153 - 153) <16EA5662-5C2C-3267-B419-66669AE536D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
0x7fff83a18000 - 0x7fff83a1cfff libCGXType.A.dylib (600.0.0 - compatibility 64.0.0) <35D606B1-7AD9-38E3-A2A9-E92B904BDDE8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x7fff83a1d000 - 0x7fff83a8dfff com.apple.datadetectorscore (3.0 - 179.4) <9C01D16F-75A9-3BDD-B91A-F0F32261A2E7> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
0x7fff83a8e000 - 0x7fff83af6ff7 com.apple.coreui (1.2.2 - 165.11) <9316266A-39CA-3EC7-9C9E-726462CEFF4D> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
0x7fff83b3d000 - 0x7fff83d11ff7 com.apple.CoreFoundation (6.7.2 - 635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
0x7fff83d12000 - 0x7fff83e9dff7 com.apple.QTKit (7.7.1 - 2339) <2BC2CF44-CEAF-3D3B-A250-CA59D6AFB0B0> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
0x7fff83e9e000 - 0x7fff83ed9fff libsystem_info.dylib (??? - ???) <35F90252-2AE1-32C5-8D34-782C614D9639> /usr/lib/system/libsystem_info.dylib
0x7fff83eda000 - 0x7fff83edffff com.apple.OpenDirectory (10.7 - 146) <7960A302-F9AC-3F72-838E-3A382032DCA6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
0x7fff83f01000 - 0x7fff84003fff libxml2.2.dylib (10.3.0 - compatibility 10.0.0) /usr/lib/libxml2.2.dylib
0x7fff84010000 - 0x7fff84014fff libdyld.dylib (195.6.0 - compatibility 1.0.0) /usr/lib/system/libdyld.dylib
0x7fff84015000 - 0x7fff84015fff com.apple.audio.units.AudioUnit (1.7.3 - 1.7.3) <04C10813-CCE5-3333-8C72-E8E35E417B3B> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
0x7fff84016000 - 0x7fff840f3fef libsystem_c.dylib (763.13.0 - compatibility 1.0.0) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
0x7fff840f4000 - 0x7fff84179ff7 com.apple.Heimdal (2.2 - 2.0) /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
0x7fff84182000 - 0x7fff84187fff libpam.2.dylib (3.0.0 - compatibility 3.0.0) /usr/lib/libpam.2.dylib
0x7fff84188000 - 0x7fff84312ff7 com.apple.WebKit (7534.57 - 7534.57.7) <15AA1A2E-DCAC-35CE-89DF-0FF7149198CD> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
0x7fff84313000 - 0x7fff84314ff7 libsystem_blocks.dylib (53.0.0 - compatibility 1.0.0) <8BCA214A-8992-34B2-A8B9-B74DEACA1869> /usr/lib/system/libsystem_blocks.dylib
0x7fff844ee000 - 0x7fff84532ff7 libRIP.A.dylib (600.0.0 - compatibility 64.0.0) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
0x7fff84533000 - 0x7fff8459bff7 com.apple.audio.CoreAudio (4.0.3 - 4.0.3) <9987DC46-2A96-3BA0-B88B-04E573C0AD9B> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
0x7fff8459c000 - 0x7fff845afff7 libCRFSuite.dylib (??? - ???) <0B76941F-218E-30C8-B6DE-E15919F8DBEB> /usr/lib/libCRFSuite.dylib
0x7fff84640000 - 0x7fff8467bfff com.apple.LDAPFramework (3.2 - 120.2) <275D4298-C435-3E98-AA25-95D9D0A56550> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
0x7fff8467c000 - 0x7fff8468aff7 libkxld.dylib (??? - ???) <01161870-E3B3-3F87-BA4A-0AA7A081F409> /usr/lib/system/libkxld.dylib
0x7fff8468b000 - 0x7fff8482bff7 com.apple.QuartzCore (1.7 - 270.5) <19E5E0AB-DAA9-3F97-988C-D9A46AFB9C04> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
0x7fff8482c000 - 0x7fff8483bfff com.apple.opengl (1.8.1 - 1.8.1) <51B34133-CEE3-3FC6-82AC-ADF567AE673C> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
0x7fff8483c000 - 0x7fff8483dff7 libsystem_sandbox.dylib (??? - ???) <2A09E4DA-F47C-35CB-B70C-E0492BA9F20E> /usr/lib/system/libsystem_sandbox.dylib
0x7fff8483e000 - 0x7fff848dffff com.apple.LaunchServices (480.39 - 480.39) <677E5B34-215E-3615-AC10-BED60DC460FD> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
0x7fff848ec000 - 0x7fff848effff com.apple.help (1.3.2 - 42) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
0x7fff84b5c000 - 0x7fff84b78ff7 com.apple.GenerationalStorage (1.0 - 126.1) <509F52ED-E54B-3FEF-B3C2-759387B826E6> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
0x7fff84b79000 - 0x7fff84bd9fff 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
0x7fff84d1c000 - 0x7fff85048fff com.apple.HIToolbox (1.9 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
0x7fff85049000 - 0x7fff85054ff7 libc++abi.dylib (14.0.0 - compatibility 1.0.0) <8FF3D766-D678-36F6-84AC-423C878E6D14> /usr/lib/libc++abi.dylib
0x7fff85055000 - 0x7fff8505cfff com.apple.NetFS (4.0 - 4.0) <433EEE54-E383-3505-9154-45B909FD3AF0> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
0x7fff85097000 - 0x7fff850a5fff libdispatch.dylib (187.10.0 - compatibility 1.0.0) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
0x7fff85108000 - 0x7fff8510bfff libCoreVMClient.dylib (??? - ???) <28CB0F3F-A202-391F-8CAC-FC9A1398A962> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x7fff8510c000 - 0x7fff8510cfff com.apple.CoreServices (53 - 53) <043C8026-8EDD-3241-B090-F589E24062EF> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
0x7fff8510d000 - 0x7fff85426fff com.apple.Foundation (6.7.2 - 833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
0x7fff85427000 - 0x7fff8550bff7 com.apple.CoreServices.OSServices (478.49 - 478.49) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
0x7fff85514000 - 0x7fff8551bfff libGFXShared.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
0x7fff8551c000 - 0x7fff85556fe7 com.apple.DebugSymbols (2.1 - 87) /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
0x7fff85557000 - 0x7fff85584fff com.apple.quartzfilters (1.7.0 - 1.7.0) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters
0x7fff85585000 - 0x7fff855c5fe7 libGLImage.dylib (??? - ???) <0B7DAB2B-F1C6-39C7-B864-61EF683B6656> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
0x7fff855f7000 - 0x7fff8566dff7 libc++.1.dylib (28.4.0 - compatibility 1.0.0) /usr/lib/libc++.1.dylib
0x7fff8566e000 - 0x7fff8566ffff libunc.dylib (24.0.0 - compatibility 1.0.0) <337960EE-0A85-3DD0-A760-7134CF4C0AFF> /usr/lib/system/libunc.dylib
0x7fff85670000 - 0x7fff85686fff libGL.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
0x7fff85698000 - 0x7fff856eaff7 libGLU.dylib (??? - ???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
0x7fff856eb000 - 0x7fff857c9fff com.apple.DiscRecording (6.0.4 - 6040.4.1) /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
0x7fff85937000 - 0x7fff85983ff7 com.apple.SystemConfiguration (1.11.3 - 1.11) <0A7F1982-B4EA-3424-A0C7-FE46C6224F03> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
0x7fff85984000 - 0x7fff8598afff IOSurface (??? - ???) <77C6757B-D357-3E34-9424-48F962B5CC9C> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
0x7fff8605e000 - 0x7fff86111ff7 com.apple.CoreText (220.22.0 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
0x7fff86112000 - 0x7fff86117fff libGIF.dylib (??? - ???) <58A4492D-AAE7-3B8F-8B06-62867471A3EE> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
0x7fff86137000 - 0x7fff86163ff7 com.apple.CoreServicesInternal (113.19 - 113.19) <74532B3B-EDE0-3553-9BED-F02B9CDF1FF7> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
0x7fff86164000 - 0x7fff861b2fff libauto.dylib (??? - ???) /usr/lib/libauto.dylib
0x7fff862f6000 - 0x7fff862f7fff liblangid.dylib (??? - ???) /usr/lib/liblangid.dylib
0x7fff862f8000 - 0x7fff862fafff libquarantine.dylib (36.7.0 - compatibility 1.0.0) <8D9832F9-E4A9-38C3-B880-E5210B2353C7> /usr/lib/system/libquarantine.dylib
0x7fff862fb000 - 0x7fff8636efff libstdc++.6.dylib (52.0.0 - compatibility 7.0.0) <6BDD43E4-A4B1-379E-9ED5-8C713653DFF2> /usr/lib/libstdc++.6.dylib
0x7fff863e8000 - 0x7fff863f3ff7 com.apple.DisplayServicesFW (2.5.4 - 323.3) <5E7F7A88-9313-3C31-87BD-80F3361DA338> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
0x7fff863f4000 - 0x7fff863f9fff libcache.dylib (47.0.0 - compatibility 1.0.0) <1571C3AB-BCB2-38CD-B3B2-C5FC3F927C6A> /usr/lib/system/libcache.dylib
0x7fff863fa000 - 0x7fff8641efff com.apple.Kerberos (1.0 - 1) <1F826BCE-DA8F-381D-9C4C-A36AA0EA1CB9> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
0x7fff8641f000 - 0x7fff86431ff7 libsasl2.2.dylib (3.15.0 - compatibility 3.0.0) <6245B497-784B-355C-98EF-2DC6B45BF05C> /usr/lib/libsasl2.2.dylib
0x7fff8648b000 - 0x7fff86492ff7 com.apple.CommerceCore (1.0 - 17) <3894FE48-EDCE-30E9-9796-E2F959D92704> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
0x7fff86493000 - 0x7fff87099fff com.apple.AppKit (6.7.5 - 1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
0x7fff8709a000 - 0x7fff8712cff7 com.apple.CorePDF (3.1 - 3.1) /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
0x7fff8712d000 - 0x7fff8714efff libPng.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
0x7fff8714f000 - 0x7fff87256fe7 libsqlite3.dylib (9.6.0 - compatibility 9.0.0) /usr/lib/libsqlite3.dylib
0x7fff87257000 - 0x7fff87280fff libJPEG.dylib (??? - ???) <64D079F9-256A-323B-A837-84628B172F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
0x7fff8732d000 - 0x7fff8732dfff libOpenScriptingUtil.dylib (??? - ???) /usr/lib/libOpenScriptingUtil.dylib
0x7fff873a3000 - 0x7fff87426fef com.apple.Metadata (10.7.0 - 627.37) /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
0x7fff87427000 - 0x7fff874c1ff7 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
0x7fff874c2000 - 0x7fff877e4fff com.apple.JavaScriptCore (7534.57 - 7534.57.3) <3A04B8FC-CFA6-3AEB-8FDF-B0525B5A4C82> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
0x7fff877e5000 - 0x7fff87802fff libxpc.dylib (77.19.0 - compatibility 1.0.0) <9F57891B-D7EF-3050-BEDD-21E7C6668248> /usr/lib/system/libxpc.dylib
0x7fff87803000 - 0x7fff881a1a27 com.apple.CoreGraphics (1.600.0 - ???) <576777EA-921B-3D94-98C3-40A9CF8EBD18> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
0x7fff881d8000 - 0x7fff881f8fff libsystem_kernel.dylib (1699.32.7 - compatibility 1.0.0) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
0x7fff881f9000 - 0x7fff881faff7 libremovefile.dylib (21.1.0 - compatibility 1.0.0) <739E6C83-AA52-3C6C-A680-B37FE2888A04> /usr/lib/system/libremovefile.dylib
0x7fff88201000 - 0x7fff8822afff com.apple.CoreVideo (1.7 - 70.3) <9A9D4058-9935-3B0A-B1A6-27EB78D02249> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
0x7fff88315000 - 0x7fff88332ff7 com.apple.openscripting (1.3.3 - ???) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
0x7fff8869d000 - 0x7fff886a0ff7 com.apple.securityhi (4.0 - 1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
0x7fff886a1000 - 0x7fff8871cff7 com.apple.print.framework.PrintCore (7.1 - 366.3) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
0x7fff88739000 - 0x7fff88818fff com.apple.ImageIO.framework (3.1.2 - 3.1.2) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
0x7fff88889000 - 0x7fff8889bff7 libbsm.0.dylib (??? - ???) <349BB16F-75FA-363F-8D98-7A9C3FA90A0D> /usr/lib/libbsm.0.dylib
0x7fff8889c000 - 0x7fff88cc9fff libLAPACK.dylib (??? - ???) <4F2E1055-2207-340B-BB45-E4F16171EE0D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
0x7fff88cec000 - 0x7fff892d0fff libBLAS.dylib (??? - ???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
0x7fff8936a000 - 0x7fff893beff7 com.apple.ScalableUserInterface (1.0 - 1) <33563775-C662-313D-B7FA-3D575A9F3D41> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
0x7fff893bf000 - 0x7fff893e7fff com.apple.PerformanceAnalysis (1.11 - 11) <8D4C6382-DD92-37A2-BCFC-E89951320848> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
0x7fff893e8000 - 0x7fff893edff7 libsystem_network.dylib (??? - ???) <5DE7024E-1D2D-34A2-80F4-08326331A75B> /usr/lib/system/libsystem_network.dylib
0x7fff89a91000 - 0x7fff89af3ff7 com.apple.Symbolication (1.3 - 91) <0945ACAF-AA0A-3D01-9960-72B51722EC1F> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
0x7fff89af4000 - 0x7fff89af9fff libcompiler_rt.dylib (6.0.0 - compatibility 1.0.0) <98ECD5F6-E85C-32A5-98CD-8911230CB66A> /usr/lib/system/libcompiler_rt.dylib
0x7fff89afa000 - 0x7fff89b55ff7 com.apple.opencl (2.0.19 - 2.0.19) /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
0x7fff89b56000 - 0x7fff89b9dff7 com.apple.CoreMedia (1.0 - 705.94) <700C6863-7A8F-34FA-8B1D-7659EC95000B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
0x7fff89b9e000 - 0x7fff89ba5fff libcopyfile.dylib (85.1.0 - compatibility 1.0.0) <0AB51EE2-E914-358C-AC19-47BC024BDAE7> /usr/lib/system/libcopyfile.dylib
0x7fff89ba8000 - 0x7fff89dd2fe7 com.apple.CoreData (104.1 - 358.14) <6BB64605-8DA7-337D-A2AB-A3346A421CBD> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
0x7fff89dd3000 - 0x7fff89de1fff com.apple.NetAuth (3.2 - 3.2) /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
0x7fff89de2000 - 0x7fff89ee3fff com.apple.QuickLookUIFramework (3.2 - 500.18) <56A13D40-9A61-3B98-85ED-B1C7075A88FB> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI
0x7fff89ee4000 - 0x7fff8a3abfff FaceCoreLight (1.4.7 - compatibility 1.0.0) /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
0x7fff8a3ac000 - 0x7fff8a404ff7 libTIFF.dylib (??? - ???) <4DA86D53-8977-351D-9DC5-C7AE8F0FD423> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
0x7fff8a405000 - 0x7fff8a40bfff com.apple.DiskArbitration (2.4.1 - 2.4.1) /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
0x7fff8a40c000 - 0x7fff8a412fff libmacho.dylib (800.0.0 - compatibility 1.0.0) <165514D7-1BFA-38EF-A151-676DCD21FB64> /usr/lib/system/libmacho.dylib
0x7fff8a42a000 - 0x7fff8a42afff com.apple.Accelerate.vecLib (3.7 - vecLib 3.7) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
0x7fff8a42b000 - 0x7fff8a441ff7 com.apple.ImageCapture (7.1.0 - 7.1.0) <1AD40E02-2126-377B-A0D2-CBB21D932558> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
0x7fff8a442000 - 0x7fff8a459fff com.apple.MultitouchSupport.framework (231.4 - 231.4) <10A978D1-8781-33F0-BE45-60C9171F7278> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
0x7fff8a45a000 - 0x7fff8a5c1fff com.apple.CFNetwork (520.5.1 - 520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
0x7fff8aa68000 - 0x7fff8aa7cff7 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
0x7fff8aa7d000 - 0x7fff8aa92fff com.apple.speech.synthesis.framework (4.0.74 - 4.0.74) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
0x7fff8ab5b000 - 0x7fff8ac55ff7 com.apple.DiskImagesFramework (10.7.4 - 331.7) /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
0x7fff8ac56000 - 0x7fff8acecff7 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
0x7fff8aced000 - 0x7fff8acf1ff7 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
0x7fff8acf2000 - 0x7fff8b49afff com.apple.CoreAUC (6.16.12 - 6.16.12) /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
0x7fff8b49b000 - 0x7fff8b53dfff com.apple.securityfoundation (5.0 - 55116) /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
0x7fff8b53e000 - 0x7fff8b582ff7 com.apple.MediaKit (12 - 602) <0C2CBEDA-412F-3DDF-9C74-44114E5E0DB9> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
0x7fff8b583000 - 0x7fff8b678fff libiconv.2.dylib (7.0.0 - compatibility 7.0.0) <5C40E880-0706-378F-B864-3C2BD922D926> /usr/lib/libiconv.2.dylib
0x7fff8b67b000 - 0x7fff8b6cffff libFontRegistry.dylib (??? - ???) <60FF9C2C-5E44-3C49-8A08-F26101898F21> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
0x7fff8b6d0000 - 0x7fff8b7b4e5f libobjc.A.dylib (228.0.0 - compatibility 1.0.0) <871E688B-CF57-3BC7-80D6-F6476DFF109B> /usr/lib/libobjc.A.dylib
0x7fff8b7b5000 - 0x7fff8b810fff com.apple.ImageCaptureCore (3.1.0 - 3.1.0) <9F7C4D81-5CC7-3D66-AC66-81EA9A5EAB94> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
0x7fff8b81d000 - 0x7fff8b820fff com.apple.AppleSystemInfo (1.0 - 1) <111B6F69-3FBD-3860-BCF8-1DF02D9BED28> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
0x7fff8b821000 - 0x7fff8bb3dfff com.apple.CoreServices.CarbonCore (960.25 - 960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
0x7fff8bb3e000 - 0x7fff8bb3efff com.apple.quartzframework (1.5 - 1.5) <2C13AE76-C86B-3D48-A583-121689190F74> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
0x7fff8be93000 - 0x7fff8beb2fff libresolv.9.dylib (46.1.0 - compatibility 1.0.0) <0635C52D-DD53-3721-A488-4C6E95607A74> /usr/lib/libresolv.9.dylib
0x7fff8beb3000 - 0x7fff8bebdff7 liblaunch.dylib (392.39.0 - compatibility 1.0.0) <8C235D13-2928-30E5-9E12-2CC3D6324AE2> /usr/lib/system/liblaunch.dylib
0x7fff8bf01000 - 0x7fff8bf02fff libDiagnosticMessagesClient.dylib (??? - ???) <3DCF577B-F126-302B-BCE2-4DB9A95B8598> /usr/lib/libDiagnosticMessagesClient.dylib
0x7fff8bf05000 - 0x7fff8bf12ff7 libbz2.1.0.dylib (1.0.5 - compatibility 1.0.0) /usr/lib/libbz2.1.0.dylib
0x7fff8bf75000 - 0x7fff8c072ff7 com.apple.avfoundation (2.0 - 180.50) /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
0x7fff8c073000 - 0x7fff8c099fff com.apple.framework.familycontrols (3.0 - 300) <6F0C58C0-22E7-3877-8CFA-1ED0CB3CE38B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x7fff8c09a000 - 0x7fff8c0befff com.apple.RemoteViewServices (1.5 - 44.2) /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
0x7fff8c0f5000 - 0x7fff8c151ff7 com.apple.HIServices (1.21 - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
0x7fff8c15e000 - 0x7fff8c1c9ff7 com.apple.framework.IOKit (2.0 - ???) /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
0x7fff8c1ca000 - 0x7fff8c21bff7 com.apple.CoreMediaIO (216.0 - 3199.8) <4D3FE512-E943-34E3-A7A5-2EC2E3854E28> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
0x7fff8c244000 - 0x7fff8c297fff com.apple.AppleVAFramework (5.0.16 - 5.0.16) <6F9A4BCE-8B99-3144-BCF7-B4299B27F6E9> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
0x7fff8c2ee000 - 0x7fff8c2f2fff libmathCommon.A.dylib (2026.0.0 - compatibility 1.0.0) /usr/lib/system/libmathCommon.A.dylib
0x7fff8c2f3000 - 0x7fff8c2f3fff com.apple.Cocoa (6.6 - ???) <7EC4D759-B2A6-3A99-AC75-809FED1500C6> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
0x7fff8c34e000 - 0x7fff8c5c2fff com.apple.CoreImage (7.99.1 - 1.0.1) <4BB09B79-275B-364C-9466-0FF36ABB1218> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
0x7fff8c5c3000 - 0x7fff8c5c4fff libdnsinfo.dylib (395.11.0 - compatibility 1.0.0) <853BAAA5-270F-3FDC-B025-D448DB72E1C3> /usr/lib/system/libdnsinfo.dylib
0x7fff8c5c5000 - 0x7fff8d2fcfff com.apple.WebCore (7534.57 - 7534.57.7) <33FCF30A-08C5-3169-B3B0-3A9462FA1A0D> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore
0x7fff8d301000 - 0x7fff8d303fff com.apple.TrustEvaluationAgent (2.0 - 1) <1F31CAFF-C1C6-33D3-94E9-11B721761DDF> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
0x7fff8d304000 - 0x7fff8d33dfe7 libssl.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <79AAEC98-1258-3DA4-B1C0-4120049D390B> /usr/lib/libssl.0.9.8.dylib
0x7fff8d3dd000 - 0x7fff8d53afff com.apple.audio.toolbox.AudioToolbox (1.7.3 - 1.7.3) <5F1E4695-BC74-3ADD-8345-627BCD68201A> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
0x7fff8d53b000 - 0x7fff8d7acfff com.apple.QuartzComposer (5.0 - 236.10) /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer
0x7fff8d7ad000 - 0x7fff8d8bafff libJP2.dylib (??? - ???) <053950A7-6B92-320E-A6D7-808CE424F1AD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
0x7fff8d8bb000 - 0x7fff8d8e6ff7 libxslt.1.dylib (3.24.0 - compatibility 3.0.0) /usr/lib/libxslt.1.dylib
0x7fff8d926000 - 0x7fff8d938ff7 libz.1.dylib (1.2.5 - compatibility 1.0.0) <30CBEF15-4978-3DED-8629-7109880A19D4> /usr/lib/libz.1.dylib
0x7fff8d939000 - 0x7fff8da6ffff com.apple.vImage (5.1 - 5.1) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
0x7fff8da70000 - 0x7fff8db75fff libFontParser.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
0x7fff8db7a000 - 0x7fff8dbaaff7 com.apple.DictionaryServices (1.2.1 - 158.3) <5E2EBBFD-D520-3379-A431-11DAA844B8D6> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
0x7fff8dbab000 - 0x7fff8dcb7fff libcrypto.0.9.8.dylib (44.0.0 - compatibility 0.9.8) <3A8E1F89-5E26-3C8B-B538-81F5D61DBF8A> /usr/lib/libcrypto.0.9.8.dylib
0x7fff8dcb8000 - 0x7fff8dfadff7 com.apple.security (7.0 - 55148.6) <4535E500-973A-3BA7-AF65-DF5CF0658F02> /System/Library/Frameworks/Security.framework/Versions/A/Security
0x7fff8dfae000 - 0x7fff8e041fff com.apple.PDFKit (2.6.4 - 2.6.4) <4C58283C-3F45-31C6-9896-5EFFFF82D840> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit
0x7fff8e042000 - 0x7fff8e244fff libicucore.A.dylib (46.1.0 - compatibility 1.0.0) <0176782F-9526-3905-813A-7A5676EC2C86> /usr/lib/libicucore.A.dylib
0x7fff8e245000 - 0x7fff8e663ff7 com.apple.SceneKit (125.3 - 125.8) <23382F45-D9CE-3897-B998-5B26337608FD> /System/Library/PrivateFrameworks/SceneKit.framework/Versions/A/SceneKit
0x7fff8e664000 - 0x7fff8e667fff libRadiance.dylib (??? - ???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
0x7fff8e668000 - 0x7fff8e920fff com.apple.RawCamera.bundle (4.00 - 658) <789BC5C7-F03A-388C-B540-070FF5574B0C> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
0x7fff8e921000 - 0x7fff8e921fff libkeymgr.dylib (23.0.0 - compatibility 1.0.0) <61EFED6A-A407-301E-B454-CD18314F0075> /usr/lib/system/libkeymgr.dylib
0x7fff8e922000 - 0x7fff8e963fff com.apple.QD (3.40 - ???) <47674D2C-BE88-388E-B1B0-03F08BFFE5FD> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
0x7fff8e964000 - 0x7fff8ea09fff com.apple.ink.framework (10.7.5 - 113) <1AE6676D-490A-36C2-B6CC-00F93AEB31DE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
0x7fff8ea0a000 - 0x7fff8ea37fe7 libSystem.B.dylib (159.1.0 - compatibility 1.0.0) /usr/lib/libSystem.B.dylib
0x7fff8ed00000 - 0x7fff8ed33ff7 com.apple.GSS (2.2 - 2.0) <971395D0-B9D0-3FDE-B23F-6F9D0A2FB95F> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
0x7fff8ed64000 - 0x7fff8ed6aff7 libunwind.dylib (30.0.0 - compatibility 1.0.0) <1E9C6C8C-CBE8-3F4B-A5B5-E03E3AB53231> /usr/lib/system/libunwind.dylib
0x7fff8ee5c000 - 0x7fff8eed2fff com.apple.CoreSymbolication (2.2 - 73.2) <126415E3-3A35-315B-B4B7-507CDBED0D58> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
0x7fff8ef0c000 - 0x7fff8ef1bff7 libxar-nossl.dylib (??? - ???) /usr/lib/libxar-nossl.dylib
0x7fff8ef5d000 - 0x7fff8ef5fff7 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
0x7fff8ef60000 - 0x7fff8f079fff com.apple.DesktopServices (1.6.5 - 1.6.5) <5E7DD5F4-B4DA-3F75-A14A-3494E81CFBA0> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
0x7fff8f07f000 - 0x7fff8f0c1ff7 libcommonCrypto.dylib (55010.0.0 - compatibility 1.0.0) /usr/lib/system/libcommonCrypto.dylib
0x7fff8f0c2000 - 0x7fff8f189ff7 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
0x7fff8f1b4000 - 0x7fff8f1fafff libcurl.4.dylib (7.0.0 - compatibility 7.0.0) <2C442396-1006-3765-92D2-60869D4641CE> /usr/lib/libcurl.4.dylib
0x7fff8f1fb000 - 0x7fff8f204ff7 libsystem_notify.dylib (80.1.0 - compatibility 1.0.0) /usr/lib/system/libsystem_notify.dylib
0x7fff8f205000 - 0x7fff8f230fff libpcre.0.dylib (1.1.0 - compatibility 1.0.0) <7D3CDB0A-840F-3856-8F84-B4A50E66431B> /usr/lib/libpcre.0.dylib

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

VM Region Summary:
ReadOnly portion of Libraries: Total=200.1M resident=139.6M(70%) swapped_out_or_unallocated=60.5M(30%)
Writable regions: Total=89.9M written=10.4M(12%) resident=38.1M(42%) swapped_out=0K(0%) unallocated=51.8M(58%)

REGION TYPE VIRTUAL
=========== =======
CG backing stores 8136K
CG image 8K
CG raster data 1008K
CG shared images 3408K
CoreAnimation 1496K
CoreGraphics 16K
CoreImage 4K
CoreServices 1668K
MALLOC 50.3M
MALLOC guard page 64K
Memory tag=240 4K
Memory tag=242 12K
Memory tag=251 44K
OpenCL 8K
SQLite page cache 192K
STACK GUARD 56.0M
Stack 11.1M
VM_ALLOCATE 16.2M
__CI_BITMAP 80K
__DATA 17.9M
__IMAGE 528K
__LINKEDIT 49.4M
__TEXT 150.7M
__UNICODE 544K
mapped file 46.2M
shared memory 312K
=========== =======
TOTAL 415.0M

Model: MacBookPro8,1, BootROM MBP81.0047.B27, 2 processors, Intel Core i5, 2.3 GHz, 4 GB, SMC 1.68f98
Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In, 384 MB
Memory Module: BANK 0/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
Memory Module: BANK 1/DIMM0, 2 GB, DDR3, 1333 MHz, 0x80AD, 0x484D54333235533642465238432D48392020
AirPort: spairport_wireless_card_type_airport_extreme (0x14E4, 0xD6), Broadcom BCM43xx 1.0 (5.106.198.19.22)
Bluetooth: Version 4.0.8f17, 2 service, 18 devices, 1 incoming serial ports
Network Service: Wi-Fi, AirPort, en1
Serial ATA Device: Hitachi HTS545032B9A302, 320.07 GB
Serial ATA Device: MATSHITADVD-R UJ-898
USB Device: FaceTime HD Camera (Built-in), apple_vendor_id, 0x8509, 0xfa200000 / 3
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfa100000 / 2
USB Device: Apple Internal Keyboard / Trackpad, apple_vendor_id, 0x0245, 0xfa120000 / 5
USB Device: BRCM2070 Hub, 0x0a5c (Broadcom Corp.), 0x4500, 0xfa110000 / 4
USB Device: Bluetooth USB Host Controller, apple_vendor_id, 0x821a, 0xfa113000 / 7
USB Device: hub_device, 0x0424 (SMSC), 0x2513, 0xfd100000 / 2
USB Device: BVU195, 0x17e9 (DisplayLink (UK) Ltd.), 0x0268, 0xfd120000 / 4
USB Device: IR Receiver, apple_vendor_id, 0x8242, 0xfd110000 / 3

Sobject list not populating after login

Just upgraded to 1.93 and on login to one of my production orgs find that the list of SObjects is not populating and the "Query" and "Query All" buttons are not active.

I log into my DE, and do see the SObject list as usual.

Any thoughts re: the production org's missing SObject list? I don't get any authentication errors...

image

Unable to maintain connection on OSX 10.10.5 Yosemite with 2.3.1

When I connect to my Orgs with 2.3.1 on OSX 10.10.5 Yosemite, I can see a successful login on my User reocrd but any attempt run a query returns the following error message.

INVALID_OPERATION_WITH_EXPIRED_PASSWORD: The users password has expired, you must call SetPassword before attempting any other API operations

Additionally, the SObjects panel does not get populated with any objects.

On Window close, application cannot be retrieved

For some reason when I open SoqlX, then close the window (using the red x), then click on the soqlX icon again the app doesn't open. The behaviour is no response whatsoever. The process is still running.
The only way to open the app again is to right click on the icon and "quit" and relaunch.

It's a minor issue.

SoqlX version: 2.2
OSX version: 10.10.2 (14C109)

Order object custom fields alphabetically in side panel

Absolutely love SoqlX. One awesome improvement (or preference setting) would be to display the list of custom fields in alphabetical order when an object is expanded in the side panel. I work in an org that has literally hundreds of custom fields on some objects and it can be a pain to find the custom field I'm looking for when I'm writing a query.

Right now, it appears to be ordering them by the custom field's created date.

List of SObjects empty. Query/Execute buttons disabled.

After successful login list of SObjects is not populated for production. Login is valid as Welcome message on the bottom and top are correct with correct server name. Could it be that emea servers are not handled correctly? For sandboxes it works but server names are lower level (as cs13 etc.). Version 1.9.3.

Issue Lagging Scrolling to the right or left in the query results

This issue occurs when I use an external monitor with SOQLXplorer.

Issue: When scrolling left or right in query results, it becomes very choppy/laggy.

Steps to replicate:

  1. Drag SOQLXplorer to external monitor
  2. Perform a query (preferably with a large number of fields)
  3. In the query results, attempt to scroll left or right

Deletes are too easy

In my opinion, when working in a production environment, it is way too easy to accidentally delete - particularly locating a Delete option in the context menu for records, right next to Show in browser. I would prefer either to not have Delete in this menu (it is already in the checkbox/bulk actions), or have the ability to add a confirmation dialog to Deletes.

Copying result values from related objects is not possible

I kinda get how it makes sense to not be able to click, select, and copy -- since that indicates the field may be editable. But there are many non-editable fields on the main object that you can still select and copy. So, it doesn't make sense why some non-editable fields are selectable and others aren't.

Closing one window when multiple are open causes crash

If I have multiple connections open and I close one of them by clicking on the red dot upper left hand corner of window, the rest of the connections close and the app crashes.

Issue appears to have started with v2.4

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.