id
int64 0
5.38k
| issuekey
stringlengths 4
16
| created
stringlengths 19
19
| title
stringlengths 5
252
| description
stringlengths 1
1.39M
| storypoint
float64 0
100
|
---|---|---|---|---|---|
2,311 |
TISTUD-7458
|
04/28/2015 13:30:05
|
Warnings to get SDK info while opening dashboard
|
Fokke has noticed a couple of Q&A issues regarding the warnings logged while opening Dashboard: https://community.appcelerator.com/topic/228/error-failed-to-package-application-and/2 https://community.appcelerator.com/topic/179/unable-to-set-property-sdkinfo-of-undefined/7 Though they might not actually impact the functionality, should be good to address them, as the warnings in visible in console to the users. The error: {code} ["Unable to set property 'sdkInfo' of undefined or null reference","https://appc-studio.appcelerator.com/",198] {code} The related line (second last) of code: {code} function onSdkUpdate(sdkEvent){ if(sdkEvent){ var sdkInfo = platforms[sdkEvent.data.sdkName].sdkInfo = sdkEvent.data.sdkInfo; var branding = platforms[sdkEvent.data.sdkName]; {code}
| 8 |
2,312 |
TISTUD-7459
|
04/28/2015 17:16:19
|
KitchenSink: Tiapp contains info for blackberry and tizen
|
KitchenSink, from master branch, has information in its tiapp.xml for blackberry and tizen. *Steps to reproduce issue*: 1. Import KitchenSink from master: https://github.com/appcelerator/KitchenSink/tree/master 2. Open the tiapp.xml *Actual Results* There is information in the tiapp for blackberry and tizen. *Expected Results* There should not be any reference to unsupported platforms in the tiapp.xml.
| 2 |
2,313 |
TISTUD-7460
|
04/28/2015 22:37:54
|
Appc Studio should remember the last org you were logged into
|
*Details:* Currently, if you log into Appc Studio (after you have logged out) and select an org, Appc Studio does not remember the last org you were logged into. By default, Appc Studio will select the first org in your list. *Expected:* When you log into Appc Studio (after you have logged out), Appc Studio should remember the last org you were logged into; similar to how Appc CLI remembers which org you were last logged into. *User flow:* # Log out of Appc Studio # Launch and log into Appc Studio # Select an org *Actual:* Appc Studio does not remember the last org you were logged into; see attachment.
| 3 |
2,314 |
TISTUD-7461
|
04/29/2015 05:23:31
|
Project creation fails with NPE when trying to create it at custom location
|
The project creation fails when trying to create the project at a custom location i.e. outside the current workspace. Steps to Reproduce: 1. Go to File -> New -> Mobile App Project 2. In the "New Mobile App Project" wizard, uncheck the check box for "Use default location" 3. Enter a custom location for the project 4. Fill in rest of the details and click on Finish Actual Result: The project creation fails with an error. Refer to attached screenshot Expected Result: Should be able to create project outside workspace
| 3 |
2,315 |
TISTUD-7462
|
04/29/2015 07:44:31
|
Blank project created in Studio when offline
|
A blank project is created when offline. It should either restrict creation of project or create it with certain message. Steps to Reproduce: 1. With no network connection, try to create a new project in Studio Actual Result: The project gets created with no error but the project is blank
| 5 |
2,316 |
TISTUD-7466
|
04/30/2015 09:27:52
|
Arrow project is created with empty directory If we choose custom location in project wizard
|
If we choose to create an arrow with custom location, the project is created with an empty directory. Steps: 1. New->Arrow project 2. Project name: "arrowtest" and un-check "Use default location" and provide path to custom location Example: /Users/kkolipaka/work/eclipse_workspaces/runtime-Titanium-360/arrowtest_diff Here project name and last segment of the path(project directory name) are different. 3. Click finish Project will be created with a name "arrowtest" without any content in it.
| 3 |
2,317 |
TISTUD-7467
|
05/01/2015 12:58:51
|
NullPointerException for "update UI for index changes" after importing Movies sample
|
I imported the movies app via the dashboard and while the wizard was importing got the attached error. Error log attached. I can reproduce this every time.
| 3 |
2,318 |
TISTUD-7469
|
05/01/2015 22:14:25
|
Black line in the toolbar of appc studio 4.0.0.201505011217
|
h5.Steps to reproduce: 1. Install & launch appc 4.0.0.201505011217. 2. Look at the studio tool bar at the top. h5.Actual Results: 1. We see a black line at the lower part of the toolbar which does not looked polished. Attached screenshot for reference. h5.Expected Result: 1. We should not see any black line at the lower part of the toolbar
| 3 |
2,319 |
TISTUD-7473
|
05/04/2015 06:13:01
|
Running a new created project from global run button immediately after creation runs a wrong project
|
There are issues with global run button when trying to run a newly created project. Upon creation of new project, the project explorer shows the new project selected however the run button still tries to run the project that it last ran before project creation. Steps to Reproduce: 1. Create a project 'Project 1'. 2. Select the project and run it using the global toolbar 3. Now create another new project 'Project 2'. The project 2 is shown selected in the project explorer (with Grey highlight) 4. Click on the run button in global toolbar Actual Result: The Project 1 is ran instead of Project 2
| 3 |
2,320 |
TISTUD-7475
|
05/04/2015 23:38:23
|
Mobile Web button shows "update" in Studio Dashboard on windows systems
|
h5. Description: When using the Dashboard in Studio, the "Appcelerator Studio Prerequisites" section indicates that mobileweb can be updated. Clicking this opens Android update wizard. Canceling shows this in the console: {code}["Unable to set property 'sdkInfo' of undefined or null reference","https://appc-studio.appcelerator.com/",198]{code} h5. Steps to reproduce: 1) Launch Studio and open dashboard on a windows system 2) Note the button state on the mobileweb prerequisite h5. Result: The button indicates an upgrade is available, but Android update opens when clicked h5. Expected Result: Button state accurate
| 5 |
2,321 |
TISTUD-7476
|
05/05/2015 09:34:27
|
Windows installer: Studio cannot find Java installed by installer due to install location mismatch
|
When the Appc Studio windows installer installs Java, it installs it in Program Files(x86). Whereas Studio upon launch tries to look for Java in the jre folder inside the installed Appcelerator Studio folder. Steps to Reproduce: 1. Remove Java from the system 2. Run the windows installer. It prompts for installation of Java as a pre-requisite 3. Once the Java and Appc Studio are installed, try to launch Appcelerator Studio Actual Result: The Appcelerator Studio cannot be launched as it gives an error that it could not find the Java at desired location and in the PATH variable. Refer to attached screenshot The Java got installed inside C:/Program Files (x86)
| 5 |
2,322 |
TISTUD-7479
|
05/06/2015 01:48:26
|
If you enable services on your Titanium app (non-platform), the prompt text is chopped off at the bottom
|
*Details:* If you enable services on your Titanium app (non-platform), the prompt text to replace your ACS keys is chopped off at the bottom. *Steps to reproduce:* # Download and unzip monkeyTiBob.zip; monkeyTiBob is a Titanium app (non-platform) that has ti.cloud enabled # Next in Appc Studio, open the Dashboard, click on *Import an existing project*, select *Existing Mobile Project*, select monkeyTiBob, and click on *Finish* button # Open the tiapp.xml; wait for *Enable Services* button to appear # Next, click on *Enable Services* button *Actual:* The prompt text to replace your ACS keys is chopped off at the bottom; see chopped_message.png for Mac and see chopped_message2.png for Windows. *Expected:* The prompt text to replace your ACS keys should not be chopped off.
| 3 |
2,323 |
TISTUD-7482
|
05/07/2015 07:52:33
|
The four samples on Dashboard do not have option for Appcelerator Platform Services in Import wizard whereas the others do
|
The four samples shown on the dashboard i.e. Employee Directory, Movies, Geocoder, RSS Reader do not have the section for Appcelerator Platform Services in Import wizard. Whereas the other remaining samples from the sample view have that section that allows enable or disable of services to the logged in organization at the time of import. Steps To Reproduce: 1. Try to import any of the Employee Directory, Movies, Geocode or RSS Reader sample from the dashboard or the Sample view 2. Now try to import any other sample from the Sample view Actual Result 1. The import wizard doe not show the section for "Appcelerator Platform Services" 2. The import wizard shows the section "Appcelerator Platform Services" along with Project Name and Location. Expected Result: The behaviour should be consistent across all samples and can have the section for "Appcelerator Platform Services" to allow enable or disable of services to the logged in organization at the time of import
| 8 |
2,324 |
TISTUD-7484
|
05/07/2015 08:42:06
|
Dashboard in offline mode:Clicking refresh button from dashboard launches another browser with name"Web Browser"
|
If studio opened in offline mode i.e. without network connection, dashboard editor shows "Server currently Unavailable" and with "refresh" button. Clicking on the "refresh" button is creating another browser tab with a name "Web Browser". Expected: It should refresh the same browser and should not create another browser tab.
| 5 |
2,325 |
TISTUD-7488
|
05/09/2015 00:23:19
|
Error running installer
|
When i try to install latest via new installer, i get the error attached.
| 5 |
2,326 |
TISTUD-7493
|
05/12/2015 23:24:52
|
Appc Studio should be able to properly update Appc CLI after an initial bad Appc CLI install
|
*Details:* Currently, if you try to update Appc CLI via Appc Studio and you had a bad install previously (i.e. cancelling the previous update builds), then you will run into this issue: https://community.appcelerator.com/topic/398/appcelerator-studio-updates-error To improve the update process from Windows, Appc Studio should be able to detect {{.installing}} file, delete the file, and update Appc CLI again. *Steps to reproduce:* # Remove the latest Appc CLI build from your machine # Select an older Appc CLI build: {{appc use <OLD_BUILD>}} # In Appc Studio, check for updates and accept the new Appc CLI update # As soon as the update wizard starts, cancel the update # Then, check for updates again from Appc Studio *Actual:* Appc Studio will fail to update; see attachment.
| 5 |
2,327 |
TISTUD-7502
|
05/15/2015 10:03:37
|
Update listing of RSS Reader sample app in Studio to reflect new Alloy version
|
The [RSS sample|https://github.com/appcelerator-developer-relations/Sample.RSS] has been [updated to use Alloy|https://github.com/appcelerator-developer-relations/Sample.RSS] and its listing on the dashboard needs an update as well. * Update the data model via appc-studio-server API * Merge PR for updated image: https://github.com/appcelerator/appc-studio-server/pull/19 h1. Current model {code} { "id": "5510cd242194350b7502be19", "name": "Rss Reader", "short_description": "A sample Master/Detail app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them along with thumbnails, then drill down to the article itself.", "description": "A sample Master/Detail app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them along with thumbnails, then drill down to the article itself.", "app_id": "com.appcelerator.titanium.mobile.samples.rss", "tags": ["Ti.UI.TableView", "master-detail", "3.5.1.GA"], "image": "rss-sample.png", "location": "git://github.com/appcelerator-developer-relations/Sample.RSS.git", "studio_default": true, "created_at": "2015-03-24T02:34:12.000Z", "updated_at": "2015-03-24T02:34:12.000Z" } {code} h1. Updated model {code} { "id": "5510cd242194350b7502be19", "name": "RSS Reader", "short_description": "A sample Master/Detail app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them and drill down to the article itself.", "description": "A sample Master/Detail app that creates a RSS reader. With it you can pull live RSS feeds from the internet, list them and drill down to the article itself.", "app_id": "com.appcelerator.titanium.mobile.samples.rss", "tags": ["ios", "android", "mobileweb", "alloy", "Ti.UI.ListView", "Ti.UI.TableView", "Ti.UI.WebView", "Ti.UI.iOS.NavigationWindow", "Ti.UI.iOS.SplitWindow", "models", "collections", "data-binding", "master-detail", "4.0.0.GA"], "image": "rss-sample.png", "location": "git://github.com/appcelerator-developer-relations/Sample.RSS.git", "studio_default": true, "created_at": "2015-03-24T02:34:12.000Z", "updated_at": "2015-06-18T02:34:12.000Z" } {code}
| 5 |
2,328 |
TISTUD-7504
|
05/15/2015 15:21:36
|
Support switching organizations without needing to logout and in again
|
Having worked with Studio for a while now, while being member of multiple organizations, I've found it cumbersome to switch organizations, in particular in Studio. I have to logout by clicking on my name and then re-open studio, login and select the other organization. The prefered solution would be to have a button to switch organizations, which would show a similar popup to the one you get when you login. It would then switch organization without ever closing Studio of requiring you to login again.
| 13 |
2,329 |
TISTUD-7505
|
05/15/2015 15:27:36
|
Studio should show active organization
|
Studio shows the name of the logged in user on the bottom right, but not the organization. If you are member of multiple organizations this makes it easy to create/import a project in the wrong organization. The only way to find out is to use the CLI ({{appc whoami}}) or open the dropdown on the Studio Dashboard. The prefered UI would be to have the organization name listed with the name. Perhaps clicking the organization name would then allow you to switch organizations as suggested in TISTUD-7504.
| 5 |
2,330 |
TISTUD-7506
|
05/15/2015 15:29:59
|
Add logout menu option in the studio
|
The only way to log off in Studio is to click the name of the currently logged in user on the bottom right. This is not intuitive. Most applications have a signout menu item. We should have a similar menu option to switch organizations when TISTUD-7504 is resolved.
| 5 |
2,331 |
TISTUD-7508
|
05/15/2015 22:15:35
|
When unpublishing an Arrow application, the toast notification displays the app name prefixed with 'P/'
|
REPRODUCTION: 1. Create a new Arrow application. 2. Publish the Arrow application. 3. Unpublish the Arrow application. RESULTS: When the toast notification appears, the app name is prefixed with 'P/'. EXPECTED RESULTS: App name should appear without the 'P/'.
| 1 |
2,332 |
TISTUD-7510
|
05/16/2015 01:02:22
|
Android SDKs detected do not match what is installed and unable to build for android
|
h5. Description: After installing Studio, I was prompted to configure android. I could not build to android in this situation, and my list of SDKs did not match what was installed. See screenshots. h5. Steps to reproduce: 1) Install Studio from DMG and launch 2) If you get a dialog to configure, expand the "settings" and look at what is installed. 3) If you do not, navigate to Preferences > Studio > Platforms > Android and click the "install SDKs" button h5. Result: The list of installed sdks does not match h5. Expected Result: Perfect match between the list of installed sdks and the actual installed sdks
| 5 |
2,333 |
TISTUD-7512
|
05/16/2015 22:06:22
|
Unexpected setting in ti config causing vague error in studio platform settings
|
h5. Description: I have not been able to reproduce the root cause of this, so will write a separate ticket for the ti config setting issue. I noticed I had something odd in my ti config setting for genymotion.executables.vboxmanage: {code} emerrimanMBP:~ eric$ appc ti config Appcelerator Command-Line Interface, version 0.2.285 Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved. android.emulatorStartTimeout = 180000 android.ndkPath = "/Users/eric/android-ndk-r8d" android.sdkPath = "/Users/eric/Android_SDK" app.workspace = "" cli.colors = true cli.completion = false cli.failOnWrongSDK = false cli.httpProxyServer = "" cli.ignoreDirs = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" cli.ignoreFiles = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$" cli.logLevel = "trace" cli.progressBars = true cli.prompt = true cli.rejectUnauthorized = true cli.width = 100 genymotion.executables.vboxmanage = "Appcelerator Login required to continue ..." paths.commands = [] paths.hooks = ["/Applications/Appcelerator_Studio/plugins/com.appcelerator.titanium.liveview.core_1.1.0.1424300841/node_modules/liveview/hook"] paths.modules = [] paths.plugins = [] paths.sdks = [] paths.templates = [] sdk.selected = "4.0.0.RC4" user.locale = "en_US" {code} While I have no real idea when the setting was made or by what process, it did produce an error in Studio. See screenshots for comparison. The workaround was to remove the setting with: {{appc ti config -r genymotion.executables.vboxmanage}} and the Studio UI returned to a better state. h5. Steps to reproduce: 1) Unsure how I got the setting, but it can be made manually with {{appc ti config enymotion.executables.vboxmanage "Appcelerator Login required to continue ..."}} 2) Open Studio preferences > Studio > Platforms > Android 3) observe error h5. Result: The error is s bit vague, "Value must be an existing file" h5. Expected Result: Clear information on what to do to fix my problem, and which bit of configuration is the problem
| 5 |
2,334 |
TISTUD-7514
|
05/16/2015 22:25:52
|
Ti config for "genymotion.executables.vboxmanage" set to "Appcelerator Login required to continue ..."
|
h5. Description: Somehow my setting for {{genymotion.executables.vboxmanage}} got set to = "Appcelerator Login required to continue ...". I am unsure how or when this happened, but am certain I did not manually set it as such. It looks like a process was running to set this when a prompt to login came up and the process took that as its result and set it. {code}emerrimanMBP:~ eric$ appc ti config Appcelerator Command-Line Interface, version 0.2.285 Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved. android.emulatorStartTimeout = 180000 android.ndkPath = "/Users/eric/android-ndk-r8d" android.sdkPath = "/Users/eric/Android_SDK" app.workspace = "" cli.colors = true cli.completion = false cli.failOnWrongSDK = false cli.httpProxyServer = "" cli.ignoreDirs = "^(\\.svn|_svn|\\.git|\\.hg|\\.?[Cc][Vv][Ss]|\\.bzr|\\$RECYCLE\\.BIN)$" cli.ignoreFiles = "^(\\.gitignore|\\.npmignore|\\.cvsignore|\\.DS_Store|\\._.*|[Tt]humbs.db|\\.vspscc|\\.vssscc|\\.sublime-project|\\.sublime-workspace|\\.project|\\.tmproj)$" cli.logLevel = "trace" cli.progressBars = true cli.prompt = true cli.rejectUnauthorized = true cli.width = 100 genymotion.executables.vboxmanage = "Appcelerator Login required to continue ..." paths.commands = [] paths.hooks = ["/Applications/Appcelerator_Studio/plugins/com.appcelerator.titanium.liveview.core_1.1.0.1424300841/node_modules/liveview/hook"] paths.modules = [] paths.plugins = [] paths.sdks = [] paths.templates = [] sdk.selected = "4.0.0.RC4" user.locale = "en_US" {code} h5. Steps to reproduce: 1) Unknown, but would examine whatever process sets this item h5. Result: Prompt set as config option h5. Expected Result: Config option that is not prompt
| 5 |
2,335 |
TISTUD-7515
|
05/17/2015 06:52:04
|
%externalize.strings not properly externalized in studio ui
|
In the Source > Externalize Strings UI, the string is not properly externalized and shows as "%externalize.strings.command.name"
| 3 |
2,336 |
TISTUD-7518
|
05/18/2015 22:49:50
|
Platform configuration wizard detects android SDK installed even if they are not
|
h5. Steps To Reproduce: 1. Remove your android SDK from your system (delete the android-sdk-macosx folder for mac). 2. Launch studio. 3. Go to studio dashboard. 4. You will see android sdk not configured. 5. Click to configure android SDK. 6. The "Platform Configuration" wizard will come up. 7. Click on "settings" for android. 8. You will see android 5.1.1 SDK is selected. 9. Click on configure. h5. Actual Results: 1. The wizard will configure android SDK in the default location (even though it's not installed) & not download the android SDK. 2. +Workaround:+ De-select & again select android 5.1.1 platform in the "platform configuration " wizard for android & click configure, it then gives you the license agreement & downloads the android SDK h5. Expected Results: 1. Studio should not detect android SDK installed & should download if not present.
| 5 |
2,337 |
TISTUD-7519
|
05/19/2015 18:23:48
|
Update Home Tab Banner on Ti Studio
|
Marketing needs to swap out the OpenX javascript code on Ti Studio home tab to the following js code: {code} <!--/* Revive Adserver Javascript Tag v3.0.5 */--> <!--/* * The backup image section of this tag has been generated for use on a * non-SSL page. If this tag is to be placed on an SSL page, change the * 'http://openx.appcelerator.com/www/delivery/...' * to * 'https://openx.appcelerator.com/www/delivery/...' * * This noscript section of this tag only shows image banners. There * is no width or height in these banners, so if you want these tags to * allocate space for the ad before it shows, you will need to add this * information to the <img> tag. * * If you do not want to deal with the intricities of the noscript * section, delete the tag (from <noscript>... to </noscript>). On * average, the noscript tag is called from less than 1% of internet * users. */--> <script type='text/javascript'><!--//<![CDATA[ var m3_u = (location.protocol=='https:'?'https://openx.appcelerator.com/www/delivery/ajs.php':'http://openx.appcelerator.com/www/delivery/ajs.php'); var m3_r = Math.floor(Math.random()*99999999999); if (!document.MAX_used) document.MAX_used = ','; document.write ("<scr"+"ipt type='text/javascript' src='"+m3_u); document.write ("?zoneid=2"); document.write ('&cb=' + m3_r); if (document.MAX_used != ',') document.write ("&exclude=" + document.MAX_used); document.write (document.charset ? '&charset='+document.charset : (document.characterSet ? '&charset='+document.characterSet : '')); document.write ("&loc=" + escape(window.location)); if (document.referrer) document.write ("&referer=" + escape(document.referrer)); if (document.context) document.write ("&context=" + escape(document.context)); if (document.mmm_fo) document.write ("&mmm_fo=1"); document.write ("'><\/scr"+"ipt>"); //]]>--></script><noscript><a href='http://openx.appcelerator.com/www/delivery/ck.php?n=af3017f6&cb=INSERT_RANDOM_NUMBER_HERE' target='_blank'><img src='http://openx.appcelerator.com/www/delivery/avw.php?zoneid=2&cb=INSERT_RANDOM_NUMBER_HERE&n=af3017f6' border='0' alt='' /></a></noscript> {code}
| 5 |
2,338 |
TISTUD-7522
|
05/19/2015 23:56:51
|
If you update Appc Studio, Appc Studio will not understand Appc CLI 4.0.0-rc
|
*Details:* Currently, if you update Appc Studio, Studio will try to update Appc CLI to 4.0.0 even though Appc CLI does not exist. This is because Appc Studio cannot recognize 4.0.0-rc. *Steps to reproduce:* # Update Appc Studio on the RC stream *Actual:* Appc Studio will try to update to Appc CLI 4.0.0 even though it does not exist; see attachment. *Expected:* Appc Studio should be able to recognize Appc CLI 4.0.0-rc.
| 5 |
2,339 |
TISTUD-7526
|
05/20/2015 19:41:59
|
Remove samples view
|
The samples view in the studio perspectives has been identified for removal. Users should focus on the Samples presented as part of the studio dashboard. The samples view does not appear in the default perspective, but does appear in the "Extended" perspective.
| 3 |
2,340 |
TISTUD-7529
|
05/21/2015 00:43:57
|
If you package an Android app from a non-vpc org, then "VPC Environment" dropdown list will appear
|
*Details:* If you package an Android app from a non-vpc org, then the *VPC Environment* dropdown list will appear during Android packaging dialog. *Steps to reproduce:* # Make sure you are logged into a non-vpc org # Create a Titanium or Alloy project # Select the mobile project # Select *Package > Android App Store*, then click the run button *Actual:* The *VPC Environment* dropdown list will appear at the bottom of the dialog; see attachment. *Expected:* The *VPC Environment* dropdown list should not appear unless you are in a VPC enabled org.
| 5 |
2,341 |
TISTUD-7530
|
05/21/2015 03:33:12
|
Appc Studio to handle rc/beta versions of Appc core package
|
Appc Studio doesn't show an update for Appc Core package @ 4.0.0, if 4.0.0-rc is already installed on the machine.
| 3 |
2,342 |
TISTUD-7531
|
05/21/2015 17:59:17
|
Studio hangs when writing a line with an umlaut and a semicolon
|
h5.Description When writing the following {{console.log('ü)}} and then you follow it up with {{;}} Studio will hang. Following up with logs in a minute h5.Steps To Reproduce 1. Write {{console.log('ü)}} 2. Then follow Javascript best practices and end your line with {{;}} h5.Actual Result Studio will hang h5.Expected Result Studio should not crash with special characters
| 8 |
2,343 |
TISTUD-7538
|
05/22/2015 11:44:25
|
Default URL for tiapp.xml valid in wizard but invalid in editor
|
The default value for _Company/Personal URL_ field in the new project wizard is {{http://}}. When you remove it to be empty it will tell you it is required, but leaving it to the default does not trigger any errors here. But once the project is created and the Tiapp Editor opens, it will show an error in the XML-view. See the attached screenshots h3. Expected I'd expect the error to be raised in the new project wizard as well. Also, I think this field should not be required and empty by default.
| 5 |
2,344 |
TISTUD-7546
|
05/22/2015 16:06:04
|
App Preview Integration in Studio
|
With the Installr app integration, we're looking to add a flag in adhoc build distribution flows for uploading to Installr App. Users should be able to flag their build to be uploaded to Installr. When selected they should be able to add a description to their build. Additional options available in the CLI plugin such as emailing existing users in the app or adding emails should also be in the form. CLI plugin located here: https://github.com/jeffbonnes/appc-app-preview-cli-hook
| 8 |
2,345 |
TISTUD-7547
|
05/24/2015 14:11:43
|
Install Appcelerator SDK does not list any SDKs
|
When I go to _Help > Install Appcelerator SDK.._ and then select _Install from Update Stream:_ the dropdown is empty so I cannot install older SDKs. See attached screenshots. As a side-note, it is confusing that the menu option has _Appcelerator SDK_ and the dialog itself _Titanium SDK_. I would suggest using the latter.
| 3 |
2,346 |
TISTUD-7548
|
05/24/2015 19:05:15
|
Login Error has link to 3.x troubleshooting guide
|
When you login to Studio and have to enter a authorization code, you have the option to cancel. It will then display an _Login Error_ alert which has a link to a 3.x troubleshooting guide. This link should be updated to the correct 4.x guide. It opens this link: http://go.appcelerator.com/Errors+Logging+In Which redirects to: http://docs.appcelerator.com/titanium/latest/#!/guide/Errors_Logging_In So this can be fixed server-side to lead to: http://docs.appcelerator.com/platform/latest/#!/guide/Errors_Logging_In_to_Studio See screenshots. Related Q&A: https://community.appcelerator.com/topic/500/trying-to-login-to-new-4-studio/5
| 1 |
2,347 |
TISTUD-7552
|
05/26/2015 09:01:27
|
Importing an existing Alloy (non-Studio) project does not add Alloy nature
|
When you import an Alloy project in Appcelerator Studio that was not a Titanium Studio project, it will not get the Alloy nature. Users who have been using the Titanium CLI will run into this issue when they follow our instructions to migrate their app to the Platform and decide to now use Appcelerator Studio to do so. h3. Reproduce 1. Create a project through the Titanium CLI ({{ti create -t app}}). 2. Initialize it as an Alloy app. ({{alloy new}}). 3. Import the app via Appcelerator Studio. 4. Confirm it does not have the Alloy nature. Reported via Q&A: https://community.appcelerator.com/topic/525/existing-project-imported-into-appcelerator-studio-not-recognized-as-alloy
| 5 |
2,348 |
TISTUD-7557
|
05/28/2015 13:45:00
|
New Workflow to set proxy settings on corporate network
|
came across these problems: 1) on studio startup, it is hard to be able to enter your proxy settings, which means studio is un usable. It would help to allow shortcut to enter the proxy settings and/or read the OS property settings EXPECTED BEHAVIOR - allow user to enter in proxy settings if behind firewall to get studio to use the connection immediately
| 5 |
2,349 |
TISTUD-7562
|
06/01/2015 07:59:54
|
For limited plan billing is not opened via wizard
|
I created a new account for the free plan and tried an App Store and Ad Hoc build in Studio. When I use the selectors on the top left it opens the Billing page as expected. But when I use the wizards (via the App Explorer view) it doesn't build neither open the Billing page. See the attached movie. It looks like TISTUD-7003 is not fully implemented?
| 5 |
2,350 |
TISTUD-7563
|
06/01/2015 17:53:28
|
Replace TC project with AC project
|
Placing this in the TISTUD project since it seems this is the place that might require a change or two. We want to reduce confusion between the two projects. Thus, we will be doing the following: # Move all open unresolved tickets from AC to TC # Close TC project # Redirect any references from TC to AC
| 2 |
2,351 |
TISTUD-7569
|
06/02/2015 01:22:32
|
The studio login dialog after entering wrong credentials does not close on cancel
|
h5.Steps To Reproduce: 1. While logging in to studio enter wrong credentials. 2. You will see a login dialog come up. 3. Now click cancel button on the dialog box. h5.Actual Results: 1. The login dialog or studio does not close but the dialog keeps on popping up. 2. The only way to exit studio in this situation is to right click in the dock & close. h5.Expected Results: 1. Studio should close on clicking cancel.
| 8 |
2,352 |
TISTUD-7570
|
06/02/2015 03:27:30
|
Code format function does not work well since 4.0.0
|
h5.Reproduce Step: Code format --> select the section of code and right click -> source -> format. h5.Error Error log attached.
| 8 |
2,353 |
TISTUD-7577
|
06/15/2015 22:17:34
|
Integrate WatchKit support in Studio
|
Users should be able to configure Titanium app to use WatchKit extension and able to launch external display (watch simulator) whenever they launch the app onto iOS simulator. Here are the various factors we need to add in order to support WatchKit. The details iOS Extensions and WatchKit is captured at https://wiki.appcelerator.org/display/pe/iOS+Extensions+and+WatchKit - Show iOS extension section in TiApp only if the app is enabled for iphone/ipad platform. - Allow users to add a new or existing extension. -- If they are creating a new extension, invoke cli command to create an extension. -- If they are adding an existing one, then they should provide path to xcode project. Then, Studio should parse for targets by reading xcodeproject. ---- After finding targets, we need to find bundle identifier for each target. -- Add a new attribute (called 'extension') inside 'ios' tag of tiapp.xml and reload those extensions, targets. -- Let users to choose provisioning profiles for each target. -- The structure of tiapp.xml extensions is listed at https://wiki.appcelerator.org/display/pe/iOS+Extensions+and+WatchKit -- whenever users re-open tiapp, we need to re-scan the targets from the watchkit xcode project and make sure the targets match with the existing tiapp. - Launch external display if the app supports watchkit. -- ti info output contains information whether the simulator supports watchkit extension -- whenever user launches an app that supports watchkit extension, we should pass an additional command line argument to launch external display. -- If the user doesn't want to launch external display everytime whenever they launch iOS simulator, then they should be able to set a preference to prevent launching external display even if the app supports watchkit extension., -- One of the strategic location to expose this preference is to add a menu item (similar to Launch Automatically, or Run Configuration...) within iOS simulators sub-menu.
| 0 |
2,354 |
TISTUD-7578
|
06/15/2015 22:55:07
|
Show WatchKit section in tiapp editor
|
Studio should show a WatchKit section in TiApp editor if the app has SDK >= 4.1.0 and is targeted for iphone platform. The section should allow users to add new iOS extension. It should essentially let them point to xcode project to add extensions.
| 5 |
2,355 |
TISTUD-7579
|
06/15/2015 23:00:38
|
Users should be able to create new WatchKit extension from Studio
|
The WatchKit section in TiApp should allow users to create a new WatchKit extension project. Studio will invoke a CLI command to create a new WatchKit extension xcode project, and then add that extension to tiapp.xml. Will update the details of the CLI command to invoke when user attempts to create a WatchKit extension.
| 8 |
2,356 |
TISTUD-7580
|
06/15/2015 23:17:38
|
Parse for targets in WatchKit extension xcode project
|
Once user references a WatchKit extension project, Studio should parse the Xcode project of the WatchKit extension to find the targets (such as WatchKit app and WatchKit extension). Then, add these targets to the tiapp editor under <ios>/<extensions>/<extension>/<targets> structure.
| 8 |
2,357 |
TISTUD-7581
|
06/15/2015 23:20:21
|
Allow users to set provisioning profiles for each target in extension
|
When users sets up a WatchKit extension project, then we would have already help with the workflow to figure out targets of the extension, and now we need to let them to setup provisioning profiles for each target. There are essentially 3 provisioning profiles for each target as mentioned in https://wiki.appcelerator.org/display/pe/iOS+Extensions+and+WatchKit. CLI will read the provisioning profiles from tiapp.xml while launching the app onto device or packaging.
| 8 |
2,358 |
TISTUD-7583
|
06/15/2015 23:27:09
|
Launch external display if the Titanium app has WatchKit extension
|
If the Titanium app references a WatchKit extension, and if the simulator supports WatchKit, then Studio should pass in an additional argument to Appc CLI run command, in order to launch external display when user launches the app onto iOS simulator. We can find whether a simulator supports WatchKit from {{ti info -t ios}} output.
| 5 |
2,359 |
TISTUD-7584
|
06/15/2015 23:30:30
|
Add a preference to avoid launching external display for WatchKit supported apps
|
Add a setting in iOS preference page to avoid launching external display for the WatchKit supported Titanium app. The default value should be true, as we want to launch external display by default if the app references WatchKit. We can consider to add a menu item in the iOS launch menus, to let users manage launching WatchKit external display when they launch simulators (similar to Launch Automatically or Run Configuration menu item).
| 5 |
2,360 |
TISTUD-7591
|
06/18/2015 06:29:08
|
Error in "StudioAnalytics"
|
Customer report: There is a error pop out after login studio or close a window in IDE. Error screen shot, error detail and log attached. Please help.
| 5 |
2,361 |
TISTUD-7593
|
06/19/2015 00:36:01
|
Windows: Error when opening Studio on Windows
|
h5.Description When opening Studio the below error is thrown, this appears to be due to the Windows SDK detection {code} !ENTRY org.eclipse.core.jobs 4 2 2015-06-18 16:20:28.962 !MESSAGE An internal error occurred during: "Computing SDK Info...". !STACK 0 java.lang.ClassCastException: java.lang.Long cannot be cast to java.lang.String at com.appcelerator.titanium.windows.internal.core.launching.Device.<init>(Device.java:30) at com.appcelerator.titanium.windows.core.WindowsSDKLocator$2.map(WindowsSDKLocator.java:247) at com.appcelerator.titanium.windows.core.WindowsSDKLocator$2.map(WindowsSDKLocator.java:1) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466) at com.appcelerator.titanium.windows.core.WindowsSDKLocator.parseTiInfo(WindowsSDKLocator.java:242) at com.appcelerator.titanium.windows.core.WindowsSDKLocator.initialize(WindowsSDKLocator.java:126) at com.appcelerator.titanium.core.mobile.SDKLocator.lazyInitialize(SDKLocator.java:235) at com.appcelerator.titanium.core.mobile.SDKLocator.getInitializationStatus(SDKLocator.java:137) at com.appcelerator.titanium.ui.portal.processor.MobileSDKConfigurationHelper.getSDKInitializationStatus(MobileSDKConfigurationHelper.java:324) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController.refreshSDK(MobileSDKActionController.java:349) at com.appcelerator.titanium.ui.portal.actionController.MobileSDKActionController$1.run(MobileSDKActionController.java:125) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} h5.Steps To Reproduce 1. Install 4.1.0 Studio from http://preview.appcelerator.com/appc-studio/ 2. Open Studio h5.Actual Result The above error is thrown h5.Expected Result Studio should not throw an error when opening
| 5 |
2,362 |
TISTUD-7595
|
06/19/2015 22:16:47
|
Login: Studio errors with ECONNREFUSED when building with an invalidated session
|
h5.Description When building from Studio if you have an expired or invalidated session when attempting to prompt for login Studio errors out with the below {code} Appcelerator Command-Line Interface, version 4.1.0-1 Copyright (c) 2014-2015, Appcelerator, Inc. All Rights Reserved. TRACE | __command__ search paths: [ "/Users/eharris/.appcelerator/install/4.1.0-1/package", "/Users/eharris/.appcelerator/install/4.1.0-1/package/node_modules", "/Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/MacOS/node_modules", "/Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/node_modules", "/Applications/Appcelerator Studio/AppceleratorStudio.app/node_modules", "/Applications/Appcelerator Studio/node_modules", "/Applications/node_modules", "/node_modules", "/Users/eharris/.appcelerator/.npm/lib/node_modules" ] DEBUG | [PLUGIN-LOAD] 0ms /Users/eharris/.appcelerator/install/4.1.0-1/package/appc.js DEBUG | [PLUGIN-LOAD] 527ms /Users/eharris/.appcelerator/install/4.1.0-1/package/node_modules/appc-cli-titanium/appc.js DEBUG | [PLUGIN-LOAD] 0ms /Users/eharris/.appcelerator/install/4.1.0-1/package/node_modules/arrow/appc.js log level set to "trace" executing command "run" set environment to {"registry":"https://software-preprod.cloud.appctest.com","security":"https://security-preprod.cloud.appctest.com","baseurl":"https://360-preprod.cloud.appctest.com"} checking credentials for existing session Attempting to load session info from config file check if session is invalidated session is invalidated, forcing a login session has expired, forcing a login No session available, attempting interstitial command login... getCredentials() session: {} ERROR | Error: connect ECONNREFUSED at errnoException (net.js:905:11) at Object.afterConnect [as oncomplete] (net.js:896:19) {code} Logs from the log file are attached as econnrefused.txt h5.Steps To Reproduce 1. Open Studio 2. Logout from the CLI 3. Attempt to build h5.Actual Result Studio will error out with an ECONNREFUSED h5.Expected Result Studio should not error out and should prompt with a login dialog
| 3 |
2,363 |
TISTUD-7597
|
06/19/2015 23:30:55
|
Tiapp: When saving a tiapp.xml in Studio if a system has non-numeric Android version installed the save fails
|
h5.Description When saving a tiapp.xml in Studio if there is a non-numeric Android version present on the system, for example the L preview or the MNC preview then the save will fail with the below if the version is L, if the version is MNC then it will have MNC instead of L {code} Save Failed For input string: "L" {code} Full stack trace is attached as saveFailure.txt h5.Steps To Reproduce 1. Ensure you have Android L or Android MNC installed on your system 2. In Studio make a change in a tiapp.xml and save it h5.Actual Result The save will fail with the above error h5.Expected Result The save should not fail
| 3 |
2,364 |
TISTUD-7598
|
06/22/2015 16:22:53
|
Failed to publish to MobileIron: No message body writer has been found for response class RuntimeException
|
The MobileIron plugin is no longer publishing apps correctly. The plugin is failing after the package is built and when it tries to publish to the MobileIron environment attached the error screen shot and log.
| 5 |
2,365 |
TISTUD-7602
|
06/22/2015 17:59:39
|
Remove Samples View from Appcelerator Studio
|
The Samples view (not those on the Dashboard) lists an out-dated version of the Alloy RSS sample under Alloy (1st screenshot) https://github.com/appcelerator/alloy/tree/master/samples/rss The Dashboard has the updated version: https://github.com/appcelerator-developer-relations/Sample.RSS The Samples view also lists the updated (former classic) version under Classic (2nd screenshot) I'd suggest we remove both RSS samples from the view or even remove the view in full since it has other problems (missing icons) and is missing other samples (Movies, Directory) anyway. If not, then at least the Classic RSS sample should be removed and the Alloy RSS sample updated for the other repo URL.
| 3 |
2,366 |
TISTUD-7604
|
06/22/2015 23:54:34
|
Missing Windows Store Certificate in Preferences dialog
|
Open the Preferences dialog and navigate to Windows. 1. From the menu, select Window > Preferences to launch the Preferences dialog. 2. Navigate to Studio > Platforms > Windows. RESULTS: The Windows pane is missing the Windows Store Certificate field needed for Windows Store builds. The previous Windows plugin had this field. https://wiki.appcelerator.org/download/attachments/37540095/WindowsPreferences.PNG?api=v2
| 5 |
2,367 |
TISTUD-7605
|
06/23/2015 00:11:01
|
Opening a Run Configuration dialog on Windows throws an error
|
Run a project once on a Windows Emulator. Open the Run Configurations dialog by selecting the Run Configurations... option from the Launch Target drop-down in the global toolbar. RESULTS: Two error messages appear in the dialogs (see the screenshots), then the Run Configuartions dialog opens with a blank Windows configuration. This is the only information I get from the Studio log file: {noformat} !ENTRY com.aptana.core 1 0 2015-06-22 16:05:13.558 !MESSAGE (Build 4.1.0.201506211738) [INFO] com.aptana.core/debug/shell Running process: Process: "C:\Users\QE-Tester\AppData\Roaming\npm\appcelerator.CMD" "ti" "info" "-o" "json" "-t" "android,genymotion" "--no-colors" "--no-progress-bars" "--no-prompt" "--no-banner" "--prompt-type" "socket-bundle" "--prompt-port" "59138" "--username" "[email protected]" "--password" "**********" Working directory: null Environment: {=::=::\, ALLUSERSPROFILE=C:\ProgramData, ANALYTICS_SOURCE=studio, APPC_ENV=preproduction, APPDATA=C:\Users\QE-Tester\AppData\Roaming, COMPUTERNAME=TESTER, ComSpec=C:\Windows\system32\cmd.exe, CommonProgramFiles=C:\Program Files (x86)\Common Files, CommonProgramFiles(x86)=C:\Program Files (x86)\Common Files, CommonProgramW6432=C:\Program Files\Common Files, FP_NO_HOST_CHECK=NO, HOMEDRIVE=C:, HOMEPATH=\Users\QE-Tester, JAVA_HOME=C:/Program Files (x86)/Java/jdk1.7.0_40, LOCALAPPDATA=C:\Users\QE-Tester\AppData\Local, LOGONSERVER=\\TESTER, NUMBER_OF_PROCESSORS=4, OS=Windows_NT, PATHEXT=.COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC, PROCESSOR_ARCHITECTURE=x86, PROCESSOR_ARCHITEW6432=AMD64, PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 60 Stepping 3, GenuineIntel, PROCESSOR_LEVEL=6, PROCESSOR_REVISION=3c03, PSModulePath=C:\Windows\system32\WindowsPowerShell\v1.0\Modules\;C:\Program Files\Intel\, PUBLIC=C:\Users\Public, Path=C:/Program Files (x86)/Java/jdk1.7.0_40\bin;C:/Program Files (x86)/Java/jdk1.7.0_40/bin/../jre/bin/client;C:/Program Files (x86)/Java/jdk1.7.0_40/bin/../jre/bin;C:/Program Files (x86)/Java/jdk1.7.0_40/bin/../jre/lib/i386;C:\Program Files (x86)\Intel\iCLS Client\;C:\Program Files\Intel\iCLS Client\;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;C:\Program Files\apache-ant-1.9.4\bin;C:\Program Files (x86)\GnuWin32\bin;C:\apache-ant-1.9.4\apache-ant-1.9.4\bin;C:\Program Files\Microsoft SQL Server\110\Tools\Binn\;C:\Program Files\Microsoft SQL Server\120\Tools\Binn\;C:\Program Files (x86)\Windows Kits\8.1\Windows Performance Toolkit\;C:\Program Files (x86)\Microsoft SDKs\TypeScript\1.0\;C:\Program Files\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\DAL;C:\Program Files (x86)\Intel\Intel(R) Management Engine Components\IPT;C:\Program Files (x86)\nodejs\;C:\Program Files (x86)\Java\jdk1.7.0_40\bin;C:\Program Files (x86)\GnuWin32\bin;C:\apache-ant-1.9.4\apache-ant-1.9.4\bin;C:\android-sdk-win;C:\android-sdk-win\platform-tools;C:\android-sdk-win\tools;C:\Program Files (x86)\Git\bin;C:\Users\QE-Tester\AppData\Roaming\npm;C:\Program Files (x86)\Java\jdk1.7.0_80\bin;C:\Users\QE-Tester\Desktop;;C:\Users\QE-Tester\AppData\Roaming\Appcelerator\Appcelerator Studio\plugins\com.appcelerator.titanium.python.win32_1.0.0.1338515509\python, ProgramData=C:\ProgramData, ProgramFiles=C:\Program Files (x86), ProgramFiles(x86)=C:\Program Files (x86), ProgramW6432=C:\Program Files, SESSIONNAME=Console, STUDIO_NAME=Appcelerator Studio, STUDIO_PRODUCT_ID=com.appcelerator.titanium.rcp.product, STUDIO_VERSION=4.1.0.201506211738, SystemDrive=C:, SystemRoot=C:\Windows, TEMP=C:\Users\QE-TES~1\AppData\Local\Temp, TMP=C:\Users\QE-TES~1\AppData\Local\Temp, USERDOMAIN=tester, USERDOMAIN_ROAMINGPROFILE=tester, USERNAME=QE-Tester, USERPROFILE=C:\Users\QE-Tester, VBOX_MSI_INSTALL_PATH=C:\Program Files\Oracle\VirtualBox\, VS110COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 11.0\Common7\Tools\, VS120COMNTOOLS=C:\Program Files (x86)\Microsoft Visual Studio 12.0\Common7\Tools\, windir=C:\Windows} !ENTRY com.aptana.editor.common 1 0 2015-06-22 16:05:20.659 !MESSAGE (Build 4.1.0.201506211738) [INFO] com.aptana.editor.common/debug/presentation Reconciling process set for partition limit of 4,000 partitions, background delay of 2,000ms, iteration delay of 500ms, and minimal visible length of 20,000 lines !ENTRY com.aptana.editor.common 1 0 2015-06-22 16:05:20.675 !MESSAGE (Build 4.1.0.201506211738) [INFO] com.aptana.editor.common/debug/presentation Initiating presentation reconciling for region at offset 0, length 3,708 in document of length 3,708 {noformat}
| 5 |
2,368 |
TISTUD-7606
|
06/23/2015 00:23:19
|
For Windows Emulators, Studio displays the UDIDs and not the name of the emulator
|
In the Launch Target drop-down, Studio lists the emulators using the UDID rather than the name. CLI info output {noformat} 8.1 Emulator 8.1 WVGA 4 inch 512MB UDID 8-1-1 Emulator 8.1 WVGA 4 inch UDID 8-1-2 Emulator 8.1 WXGA 4.5 inch UDID 8-1-3 Emulator 8.1 720P 4.7 inch UDID 8-1-4 Emulator 8.1 1080P 5.5 inch UDID 8-1-5 Emulator 8.1 1080P 6 inch UDID 8-1-6 {noformat}
| 3 |
2,369 |
TISTUD-7607
|
06/23/2015 17:53:09
|
Windows SDK preference page doesn't pick up publisher GUID from ti config
|
I have a default Windows publisher GUID set up in my ti config using the key "windows.phone.publisherGuid". It uses it by default in my ti build commands. But the Studio Windows preference page doesn't pick up that value, I just see a blank text field.
| 5 |
2,370 |
TISTUD-7608
|
06/23/2015 17:56:47
|
Shouldn't need to set Windows SDK path in preference page to be configured and see Windows options to run
|
I see no options to run an app on Windows phone/store emulator until I set up the SDK path in the Studio > Platforms > Windows preference page. Setting the path is not necessary - the CLI will pick up if the user has their environment configured to use Windows. It's more like iOS in that the path is a well-known location for the SDKs, and we just need to ensure that the CLi can find it and visual studio/etc.
| 5 |
2,371 |
TISTUD-7611
|
06/24/2015 17:50:28
|
'iOS/WatchKit Extensions' section in tiapp for projets < 4.1.0
|
The 'iOS/WatchKit Extensions' section in the tiapp.xml overview tab exists for projects under SDK 4.1.0. According to linked ticket, this is incorrect. *Steps to reproduce issue*: 1. Create a new project in Studio with SDK < 4.1.0 2. Open the tiapp.xml overview tab *Actual Results* The 'iOS/WatchKit Extensions' section exists *Expected Results* The 'iOS/WatchKit Extensions' section does not exist
| 8 |
2,372 |
TISTUD-7612
|
06/24/2015 22:02:39
|
Windows packaging dialog shows "NLS missing message"
|
h5.Description: 1. Create an app for windows platform. 2. Follow the steps to package a window app. h5.Actual Result: 1. The packaging dialog shows "NLS missing message". *NOTE* - Attached screenshot for reference. h5.Expected Result: 1. We should not see any "NLS missing message" on the packaging dialog.
| 2 |
2,373 |
TISTUD-7616
|
06/26/2015 00:50:16
|
Studio is not enabling services (Cloud, Test, Performance) no errors
|
h3. Description I created an application and I tried to enable the services, it failed with no error just analytics got enabled h3. Steps to reproduce * Create a new Alloy Application * Enable services * Analytics got enabled * No other services are enabled Log doesn't show anything, and MATT log has no info h3. Notes This seems to occur when Studio does not ask for login information on startup and prompting breaks.
| 5 |
2,374 |
TISTUD-7617
|
06/26/2015 02:07:15
|
Windows: If no publisher GUID is set in preferences then the build will fail
|
h5.Description When building for Windows if the publisher GUID is not set in the preference then the build will fail with the {{Launching app on Windows device failed}}, until the user shows the details there is not mention of the reason why the build until details is clicked and then the following is shown {{Invalid Publisher GUID. Please set the value in the Windows platform preference.}}. Rather than failing, the user should be prompted to enter a GUID. h5.Steps To Reproduce 1. Check the Windows preferences to make sure you have no GUID set 2. Attempt to build a project for Windows h5.Actual Result The build fails with the above errors h5.Expected Result The build should not fail and the user should be prompted for a GUID
| 5 |
2,375 |
TISTUD-7621
|
06/26/2015 17:49:18
|
Studio hangs when generating Alloy autocomplete list
|
Studio hangs whenever generating an autocomplete list when editing an Alloy XML file (not when editing js...) Here's a relevant excerpt from my studio log.... {code} !ENTRY com.aptana.index.core 4 0 2015-06-26 12:42:16.623 !MESSAGE (Build 4.0.1.201506021908) [ERROR] An error occurred while processing the following JSON string {"name":"focus","description":"<p>Fired when the view element gains focus.</p>","since":[],"deprecated":false,"userAgents":null,"owningType":"Titanium.UI.ImageView","properties":[]} !STACK 0 java.lang.NullPointerException at com.aptana.js.core.model.EventElement.fromJSON(EventElement.java:73) at com.aptana.index.core.IndexReader.populateElement(IndexReader.java:207) at com.aptana.index.core.IndexReader.populateElement(IndexReader.java:181) at com.aptana.js.internal.core.index.JSIndexReader.createEvent(JSIndexReader.java:78) at com.aptana.js.internal.core.index.JSIndexReader$1.map(JSIndexReader.java:219) at com.aptana.js.internal.core.index.JSIndexReader$1.map(JSIndexReader.java:1) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466) at com.aptana.js.internal.core.index.JSIndexReader.getEvents(JSIndexReader.java:215) at com.aptana.js.core.index.JSIndexQueryHelper.getEvents(JSIndexQueryHelper.java:388) at com.appcelerator.titanium.alloy.core.index.AlloyQueryHelper.getElement(AlloyQueryHelper.java:313) at com.appcelerator.titanium.alloy.core.index.AlloyQueryHelper$2.map(AlloyQueryHelper.java:186) at com.appcelerator.titanium.alloy.core.index.AlloyQueryHelper$2.map(AlloyQueryHelper.java:1) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:432) at com.aptana.core.util.CollectionsUtil.map(CollectionsUtil.java:466) at com.appcelerator.titanium.alloy.core.index.AlloyQueryHelper.getElements(AlloyQueryHelper.java:175) at com.appcelerator.titanium.alloy.internal.ui.contentassist.AlloyViewContentAssistProcessor.getElements(AlloyViewContentAssistProcessor.java:130) at com.aptana.editor.xml.contentassist.XMLContentAssistProcessor.addElementProposals(XMLContentAssistProcessor.java:309) at com.aptana.editor.xml.contentassist.XMLContentAssistProcessor.doComputeCompletionProposals(XMLContentAssistProcessor.java:625) at com.aptana.editor.common.CommonContentAssistProcessor.computeCompletionProposals(CommonContentAssistProcessor.java:417) at com.aptana.editor.common.contentassist.ContentAssistant.computeCompletionProposals(ContentAssistant.java:2221) at com.aptana.editor.common.contentassist.CompletionProposalPopup.computeProposals(CompletionProposalPopup.java:394) at com.aptana.editor.common.contentassist.CompletionProposalPopup.access$7(CompletionProposalPopup.java:388) at com.aptana.editor.common.contentassist.CompletionProposalPopup$1.run(CompletionProposalPopup.java:331) at org.eclipse.swt.custom.BusyIndicator.showWhile(BusyIndicator.java:70) at com.aptana.editor.common.contentassist.CompletionProposalPopup.showProposals(CompletionProposalPopup.java:325) at com.aptana.editor.common.contentassist.ContentAssistant$AutoAssistListener$1.run(ContentAssistant.java:468) at org.eclipse.swt.widgets.RunnableLock.run(RunnableLock.java:35) at org.eclipse.swt.widgets.Synchronizer.runAsyncMessages(Synchronizer.java:136) at org.eclipse.swt.widgets.Display.runAsyncMessages(Display.java:3983) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3660) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:382) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:236) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:606) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) {code}
| 5 |
2,376 |
TISTUD-7619
|
06/26/2015 19:32:10
|
Unable to package from studio for windows exception thrown
|
h5.Steps To Reproduce; 1. Launch studio. 2. Create an app for windows. 3. Try to package by giving the path for the packaged app. h5.Actual Result: 1. We get exception from studio. (Screenshot attached for reference). h5.Expected Result: 1. Packaging should be successful.
| 5 |
2,377 |
TISTUD-7622
|
06/27/2015 22:13:19
|
Windows: Building for Windows Local Machine fails due to change in build process from CLI
|
h5.Description The workflow for building a Windows Platform for local machine has changed. The user now has to generate a pfx file, or provide an existing one, which is used to sign the app in order to build. The process if as follows 1. User begins build 2. User is prompted for the pfx file to be used, if the prompt is left blank then a new one will be generated. I believe this is using MakeCert 3. User is prompted to enter passwords for the cert, this using a GUI and is from the MakeCert process 4. User is prompted to import the key, again a GUI and a Windows process 5. Build continues At the moment a Studio build for Windows Local Machine fails with {{\[ERROR] : Missing required option: --ws-cert <path>}} as Studio is passing in --no-prompt which skips the prompting for the above h5.Steps to reproduce 1. Build for Windows Local machine in Studio 2. Build for Windows Local machine from the CLI h5.Actual result 1. The build will fail 2. You will be taken through the process as outlined above h5.Expected result The build should not fail and the process should be similar to the CLI process
| 13 |
2,378 |
TISTUD-7624
|
06/29/2015 10:24:26
|
Platform Configuration window does not show download and install option for Windows SDK
|
When the Studio does not find the base folder for Windows SDK, the dashboard shows an option to Download the windows sdk. Click on download button opens up the Platform Configuration window which does not have option for Windows SDK Refer to attached screenshot Steps to Reproduce: 1. Remove the Windows SDK from the system. I had removed the folder C:\Program Files (x86)\Microsoft SDKs folder. 2. Open the studio. 3. Check that dashboard. It shows Download button for Windows. 4. Click on Download button Actual Result: The platform configuration window that opens up does not show option for Windows SDK Expected Result: The Windows SDK download and install option should be available.
| 5 |
2,379 |
TISTUD-7630
|
06/29/2015 22:28:46
|
Shortcuts for Studio does not taking effect
|
h6.Issue Description Studio shortcuts like cmd+Shift+F for indentations and cmd+D for deleting current line are not working properly most of the times. Tried out increasing the amount of memory modifying the INI configuration file but that didn't help. Attached the Log file enabling debug level as All. h6.Before {code} --launcher.XXMaxPermSize 256m --launcher.defaultAction openFile -vmargs -Xms128m -Xmx1024m -XX:MaxPermSize=256m {code} h6.After {code} --launcher.XXMaxPermSize 1024m --launcher.defaultAction openFile -vmargs -Xms128m -Xmx1024m -XX:MaxPermSize=1024m {code}
| 8 |
2,380 |
TISTUD-7632
|
06/30/2015 01:49:18
|
On windows node process linger around consuming memory which causes performance degradation
|
*NOTE* - I encountered this issue 3 times as of now in the past few days while testing for windows platform on windows 8.1 enterprise 64 -bit. h5.Steps To Reproduce: 1. Build a windows app from studio multiple times. 2. Open windows task manager. 3. Observe the node processes. h5.Actual Results: 1. You will see that the node processes created as a result of building apps still linger & are not killed. 2. Some time these end up consuming lot of memory which cause performance degradation of the system. *Attached screenshot for reference* h5.Expected Results: 1. The node process should be killed & should not linger consuming memory.
| 5 |
2,381 |
TISTUD-7637
|
07/07/2015 19:33:52
|
Liveview: --liveview flag is not passed to the CLI when building for Windows Platform
|
h5.Description When building for Windows Platform from Studio even if liveview is enabled then the --liveview flag is not passed in to the CLI from Studio. Liveview currently does not support Windows Platform TIMOB-19185 however. h5.Steps to reproduce 1. Enable liveview 2. Build an app for Windows Platform 3. Check the logs for the build command h5.Actual result On the command passed to the CLI there will be no --liveview flag h5.Expected result There should be a --liveview flag
| 2 |
2,382 |
TISTUD-7639
|
07/08/2015 23:53:38
|
Clicking on the "Arrow Builder" link in the release notes take you to http://www.appcelerator.com/product/
|
*Details:* Clicking on the "Arrow Builder" link in the release notes take you to http://www.appcelerator.com/product/. *Steps to reproduce:* # Revert to an older version of Appc Studio # Go to Help > Check for Appcelerator Updates # Wait for release notes to appear # Click on the "Arrow Builder" link *Actual:* The link takes you to http://www.appcelerator.com/product/. *Expected:* The link should take you to http://docs.appcelerator.com/platform/latest/#!/guide/Arrow_Builder_Release_Notes.
| 3 |
2,383 |
TISTUD-7642
|
07/10/2015 08:45:44
|
4.1.0.GA causing An internal error occurred during: "Loading Platform Contents". java.lang.NullPointerException
|
after upgrading to 4.1.0GA i'm getting the following error when opening the tiapp.xml An internal error occurred during: "Loading Platform Contents". java.lang.NullPointerException at com.appcelerator.titanium360.internal.core.Titanium360User.getStoredOrganizations(Titanium360User.java:222) at com.appcelerator.titanium360.internal.core.Titanium360User.getOrganizations(Titanium360User.java:185) at com.appcelerator.titanium360.internal.core.ThreeSixtyProject.isCurrentUserAuthorized(ThreeSixtyProject.java:594) at com.appcelerator.titanium360.ui.tiapp.Titanium360TiappContributor.get360State(Titanium360TiappContributor.java:534) at com.appcelerator.titanium360.ui.tiapp.Titanium360TiappContributor.updateControlsData(Titanium360TiappContributor.java:406) at com.appcelerator.titanium.ui.ide.tiappEditor.TiAppContributorSection.updateControlsData(TiAppContributorSection.java:100) at com.appcelerator.titanium.ui.ide.tiappEditor.AbstractTiAppSection.refresh(AbstractTiAppSection.java:162) @mikewarnescom throws the following error during the upgrade Error encountered during update An error occurred while uninstalling session context was:(profile=profile, phase=org.eclipse.equinox.internal.p2.engine.phases.Uninstall, operand=[R]com.appcelerator.titanium.feature.360.rcp_root 4.0.0.201505202026-867aFEkFGvmRb6X4eY1rvm8ONCXE --> null, action=org.eclipse.equinox.internal.p2.touchpoint.natives.actions.CleanupzipAction). Backup of file /Applications/Appcelerator Studio/version.txt failed. File that was copied to backup could not be deleted: /Applications/Appcelerator Studio/version.txt
| 3 |
2,384 |
TISTUD-7640
|
07/10/2015 23:10:37
|
Studio intermittently crashes with EXC_BAD_ACCESS
|
I have encountered the below crash 3 times in 3 hours of working in Studio. It seems to occur when saving changes in a project file. *Steps to reproduce issue*: 1. Create a project in Studio 2. Work in Studio, creating an app, but build from the CLI *Expected Results*: Studio does not crash *Actual Results*: Studio occasionally crashes *Notes*: I am using El Capitan Beta 3. Crash is: {code} Process: AppceleratorStudio [28422] Path: /Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio Identifier: com.appcelerator.appcelerator-studio Version: 4.1.0 (4.1.0.201507071122) Code Type: X86-64 (Native) Parent Process: ??? [1] Responsible: AppceleratorStudio [28422] User ID: 502 Date/Time: 2015-07-10 12:05:12.584 -0700 OS Version: Mac OS X 10.11 (15A204h) Report Version: 11 Anonymous UUID: C4A8A040-44B1-CEF7-9844-0CAA936F85E5 Sleep/Wake UUID: 0AA9DC93-0173-4E46-B758-9E8C56A04847 Time Awake Since Boot: 45000 seconds Time Since Wake: 15000 seconds Crashed Thread: 0 Dispatch queue: com.apple.main-thread Exception Type: EXC_BAD_ACCESS (SIGABRT) Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000008 Exception Note: EXC_CORPSE_NOTIFY VM Regions Near 0x8: --> __TEXT 0000000100000000-0000000100004000 [ 16K] r-x/rwx SM=COW /Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio Application Specific Information: abort() called Thread 0 Crashed:: Dispatch queue: com.apple.main-thread 0 libsystem_kernel.dylib 0x00007fff8ffe2096 __pthread_kill + 10 1 libsystem_pthread.dylib 0x00007fff937335cd pthread_kill + 90 2 libsystem_c.dylib 0x00007fff928f683b abort + 129 3 libjvm.dylib 0x00000001054fdb93 os::abort(bool) + 25 4 libjvm.dylib 0x0000000105608220 VMError::report_and_die() + 2316 5 libjvm.dylib 0x00000001054ff52d JVM_handle_bsd_signal + 1083 6 libsystem_platform.dylib 0x00007fff93e32eaa _sigtramp + 26 7 com.apple.WebCore 0x00007fff85a45b5a WebCore::PageCache::markPagesForContentsSizeChanged(WebCore::Page&) + 42 8 com.apple.WebCore 0x00007fff84f3093d WebCore::FrameView::setContentsSize(WebCore::IntSize const&) + 221 9 com.apple.WebCore 0x00007fff84f66356 WebCore::FrameView::adjustViewSize() + 150 10 com.apple.WebCore 0x00007fff84f5c9e2 WebCore::FrameView::layout(bool) + 3410 11 com.apple.WebKitLegacy 0x00007fff830e166b -[WebHTMLView layoutToMinimumPageWidth:height:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustingViewSize:] + 299 12 com.apple.WebKitLegacy 0x00007fff830dacbe -[WebDynamicScrollBarsView(WebInternal) updateScrollers] + 158 13 com.apple.WebCore 0x00007fff85be703d WebCore::ScrollView::platformSetScrollbarModes() + 45 14 com.apple.WebCore 0x00007fff84f24881 WebCore::ScrollView::setScrollbarModes(WebCore::ScrollbarMode, WebCore::ScrollbarMode, bool, bool) + 241 15 com.apple.WebCore 0x00007fff84f5c3fc WebCore::FrameView::layout(bool) + 1900 16 com.apple.WebKitLegacy 0x00007fff830e166b -[WebHTMLView layoutToMinimumPageWidth:height:originalPageWidth:originalPageHeight:maximumShrinkRatio:adjustingViewSize:] + 299 17 com.apple.WebKitLegacy 0x00007fff830db279 -[WebDynamicScrollBarsView(WebInternal) updateScrollers] + 1625 18 com.apple.WebCore 0x00007fff85be703d WebCore::ScrollView::platformSetScrollbarModes() + 45 19 com.apple.WebCore 0x00007fff84f24881 WebCore::ScrollView::setScrollbarModes(WebCore::ScrollbarMode, WebCore::ScrollbarMode, bool, bool) + 241 20 com.apple.WebCore 0x00007fff84f8e190 WebCore::FrameView::~FrameView() + 224 21 com.apple.WebCore 0x00007fff84f8e09e WebCore::FrameView::~FrameView() + 14 22 com.apple.WebCore 0x00007fff850fdb7a WebCore::CachedFrame::clear() + 186 23 com.apple.WebCore 0x00007fff850fd7c8 WebCore::CachedPage::~CachedPage() + 24 24 com.apple.WebCore 0x00007fff85a45988 WebCore::PageCache::prune(WebCore::PruningReason) + 88 25 com.apple.WebCore 0x00007fff84f22794 WebCore::FrameLoader::commitProvisionalLoad() + 292 26 com.apple.WebCore 0x00007fff84fa333f WebCore::DocumentLoader::commitLoad(char const*, int) + 79 27 com.apple.WebCore 0x00007fff84fa1bb4 WebCore::DocumentLoader::continueAfterContentPolicy(WebCore::PolicyAction) + 1492 28 com.apple.WebCore 0x00007fff84f80753 WebCore::DocumentLoader::responseReceived(WebCore::CachedResource*, WebCore::ResourceResponse const&) + 1603 29 com.apple.WebCore 0x00007fff8539101e WebCore::DocumentLoader::handleSubstituteDataLoadNow() + 654 30 com.apple.JavaScriptCore 0x00007fff91f8b483 WTF::timerFired(__CFRunLoopTimer*, void*) + 35 31 com.apple.CoreFoundation 0x00007fff84b35ab4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20 32 com.apple.CoreFoundation 0x00007fff84b35743 __CFRunLoopDoTimer + 1075 33 com.apple.CoreFoundation 0x00007fff84bb0eda __CFRunLoopDoTimers + 298 34 com.apple.CoreFoundation 0x00007fff84af0bb1 __CFRunLoopRun + 1841 35 com.apple.CoreFoundation 0x00007fff84af0218 CFRunLoopRunSpecific + 296 36 com.apple.HIToolbox 0x00007fff92567ce9 RunCurrentEventLoopInMode + 235 37 com.apple.HIToolbox 0x00007fff92567a7f ReceiveNextEventCommon + 432 38 com.apple.HIToolbox 0x00007fff925678bf _BlockUntilNextEventMatchingListInModeWithFilter + 71 39 com.apple.AppKit 0x00007fff902d1732 _DPSNextEvent + 927 40 com.apple.AppKit 0x00007fff9069ef74 -[NSApplication _nextEventMatchingEventMask:untilDate:inMode:dequeue:] + 324 41 libswt-pi-cocoa-4427.jnilib 0x000000010f0f1d6a Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSendSuper__Lorg_eclipse_swt_internal_cocoa_objc_1super_2JJJJZ + 122 42 ??? 0x0000000105b48698 0 + 4390684312 43 ??? 0x0000000105b3c175 0 + 4390633845 44 ??? 0x0000000105b3c175 0 + 4390633845 45 ??? 0x0000000105b364e7 0 + 4390610151 46 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 47 libjvm.dylib 0x00000001053b9b60 JavaCalls::call(JavaValue*, methodHandle, JavaCallArguments*, Thread*) + 40 48 libjvm.dylib 0x00000001053ed304 jni_invoke_static(JNIEnv_*, JavaValue*, _jobject*, JNICallType, _jmethodID*, JNI_ArgumentPusher*, Thread*) + 230 49 libjvm.dylib 0x00000001053e5aec jni_CallStaticLongMethodV + 233 50 libswt-cocoa-4427.jnilib 0x000000010f0b6f92 callback + 1344 51 libswt-cocoa-4427.jnilib 0x000000010f09c525 fn3_6 + 90 52 libswt-pi-cocoa-4427.jnilib 0x000000010f0edbc2 Java_org_eclipse_swt_internal_cocoa_OS_objc_1msgSend__JJJJJZ + 79 53 ??? 0x0000000105b48698 0 + 4390684312 54 ??? 0x0000000105b3c175 0 + 4390633845 55 ??? 0x0000000105b3c233 0 + 4390634035 56 ??? 0x0000000105b3c350 0 + 4390634320 57 ??? 0x0000000105b3c706 0 + 4390635270 58 ??? 0x0000000105b3c058 0 + 4390633560 59 ??? 0x0000000105b3c058 0 + 4390633560 60 ??? 0x0000000105b3c058 0 + 4390633560 61 ??? 0x0000000105b3c058 0 + 4390633560 62 ??? 0x0000000105b3c058 0 + 4390633560 63 ??? 0x0000000105b3c058 0 + 4390633560 64 ??? 0x0000000105b3c706 0 + 4390635270 65 ??? 0x0000000105b3c058 0 + 4390633560 66 ??? 0x0000000105b3c350 0 + 4390634320 Thread 1:: Dispatch queue: com.apple.libdispatch-manager 0 libsystem_kernel.dylib 0x00007fff8ffe308a kevent_qos + 10 1 libdispatch.dylib 0x00007fff8d35d7f1 _dispatch_mgr_invoke + 251 2 libdispatch.dylib 0x00007fff8d35d445 _dispatch_mgr_thread + 52 Thread 2: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 6 libjvm.dylib 0x000000010534be6e GCTaskManager::get_task(unsigned int) + 56 7 libjvm.dylib 0x000000010534cd63 GCTaskThread::run() + 349 8 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 9 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 3: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 6 libjvm.dylib 0x000000010534be6e GCTaskManager::get_task(unsigned int) + 56 7 libjvm.dylib 0x000000010534cd63 GCTaskThread::run() + 349 8 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 9 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 4: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 6 libjvm.dylib 0x000000010534be6e GCTaskManager::get_task(unsigned int) + 56 7 libjvm.dylib 0x000000010534cd63 GCTaskThread::run() + 349 8 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 9 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 5: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 6 libjvm.dylib 0x000000010534be6e GCTaskManager::get_task(unsigned int) + 56 7 libjvm.dylib 0x000000010534cd63 GCTaskThread::run() + 349 8 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 9 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 10 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 11 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 6: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 4 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 5 libjvm.dylib 0x000000010560d8b0 VMThread::loop() + 444 6 libjvm.dylib 0x000000010560d35b VMThread::run() + 121 7 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 8 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 9 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 10 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 7:: Java: Reference Handler 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x000000010623200c 0 + 4397932556 Thread 8:: Java: Finalizer 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105ef2388 0 + 4394525576 Thread 9:: Java: Signal Dispatcher 0 libsystem_kernel.dylib 0x00007fff8ffdca02 semaphore_wait_trap + 10 1 libjvm.dylib 0x00000001054fc4a0 check_pending_signals(bool) + 128 2 libjvm.dylib 0x00000001054f8da8 signal_thread_entry(JavaThread*, Thread*) + 57 3 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 4 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 5 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 6 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 10:: Java: C2 CompilerThread0 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054daa74 Monitor::wait(bool, long, bool) + 222 6 libjvm.dylib 0x00000001052a40ab CompileQueue::get() + 153 7 libjvm.dylib 0x00000001052a4c43 CompileBroker::compiler_thread_loop() + 425 8 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 9 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 10 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 11 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 12 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 13 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 11:: Java: C2 CompilerThread1 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054daa74 Monitor::wait(bool, long, bool) + 222 6 libjvm.dylib 0x00000001052a40ab CompileQueue::get() + 153 7 libjvm.dylib 0x00000001052a4c43 CompileBroker::compiler_thread_loop() + 425 8 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 9 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 10 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 11 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 12 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 13 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 12:: Java: Service Thread 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054da0be ParkCommon(ParkEvent*, long long) + 42 4 libjvm.dylib 0x00000001054da8b0 Monitor::IWait(Thread*, long long) + 160 5 libjvm.dylib 0x00000001054dab0d Monitor::wait(bool, long, bool) + 375 6 libjvm.dylib 0x00000001055521d5 ServiceThread::service_thread_entry(JavaThread*, Thread*) + 109 7 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 8 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 9 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 10 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 11 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 12 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 13: 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf9f os::sleep(Thread*, long long, bool) + 321 4 libjvm.dylib 0x00000001055d3e70 WatcherThread::run() + 134 5 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 6 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 14:: Java: Active Thread: Equinox Container: f061a523-3127-0015-157b 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054fabd8 Parker::park(bool, long long) + 500 3 libjvm.dylib 0x00000001055e8742 Unsafe_Park + 126 4 ??? 0x0000000105b48698 0 + 4390684312 5 ??? 0x0000000105b3c058 0 + 4390633560 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b3c823 0 + 4390635555 8 ??? 0x0000000105b3c233 0 + 4390634035 9 ??? 0x0000000105b3c8e1 0 + 4390635745 10 ??? 0x0000000105b3c233 0 + 4390634035 11 ??? 0x0000000105b3c058 0 + 4390633560 12 ??? 0x0000000105b3c706 0 + 4390635270 13 ??? 0x0000000105b364e7 0 + 4390610151 14 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 15 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 16 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 17 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 18 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 19 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 20 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 21 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 22 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 23 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 15:: Java: Framework Event Dispatcher: Equinox Container: f061a523-3 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b3c233 0 + 4390634035 10 ??? 0x0000000105b364e7 0 + 4390610151 11 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 12 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 13 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 15 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 17 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 18 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 16:: Java: Start Level: Equinox Container: f061a523-3127-0015-157b-9 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b3c233 0 + 4390634035 10 ??? 0x0000000105b364e7 0 + 4390610151 11 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 12 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 13 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 15 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 17 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 18 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 17:: Java: [Timer] - Main Queue Handler 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c706 0 + 4390635270 9 ??? 0x0000000105b364e7 0 + 4390610151 10 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 11 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 12 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 14 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 16 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 17 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 18 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 19 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 18:: Java: Worker-JM 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b364e7 0 + 4390610151 9 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 10 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 11 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 13 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 15 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 16 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 17 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 18 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 19:: com.apple.NSEventThread 0 libsystem_kernel.dylib 0x00007fff8ffdc9c6 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ffdbe07 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff84af1504 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff84af09cc __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff84af0218 CFRunLoopRunSpecific + 296 5 com.apple.AppKit 0x00007fff90393535 _NSEventThread + 149 6 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 7 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 8 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 20:: Java: EMF Reference Cleaner 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x00000001063525fc 0 + 4399113724 Thread 21:: Java: Thread-18 0 libsystem_kernel.dylib 0x00007fff8ffe158a __accept + 10 1 libnio.dylib 0x000000010f6b3fe5 Java_sun_nio_ch_ServerSocketChannelImpl_accept0 + 93 2 ??? 0x0000000105b48698 0 + 4390684312 3 ??? 0x0000000105b3c1d4 0 + 4390633940 4 ??? 0x0000000105b3c233 0 + 4390634035 5 ??? 0x0000000105b364e7 0 + 4390610151 6 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 7 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 8 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 9 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 10 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 11 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 12 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 13 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 14 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 15 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 22:: Java: FSEvent thread 0 libsystem_kernel.dylib 0x00007fff8ffdc9c6 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ffdbe07 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff84af1504 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff84af09cc __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff84af0218 CFRunLoopRunSpecific + 296 5 com.apple.CoreFoundation 0x00007fff84bb0261 CFRunLoopRun + 97 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b364e7 0 + 4390610151 10 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 11 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 12 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 14 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 16 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 17 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 18 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 19 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 23:: Java: Bundle File Closer 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b3c233 0 + 4390634035 10 ??? 0x0000000105b364e7 0 + 4390610151 11 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 12 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 13 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 15 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 17 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 18 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 24:: Java: CommandLineArgsServer 0 libsystem_kernel.dylib 0x00007fff8ffe220a __select + 10 1 libnet.dylib 0x000000010f6a2d0f NET_Timeout + 618 2 libnet.dylib 0x000000010f6a4482 Java_java_net_PlainSocketImpl_socketAccept + 445 3 ??? 0x0000000105b48698 0 + 4390684312 4 ??? 0x0000000105b3c058 0 + 4390633560 5 ??? 0x0000000105b3c058 0 + 4390633560 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b3c233 0 + 4390634035 8 ??? 0x0000000105b364e7 0 + 4390610151 9 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 10 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 11 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 13 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 15 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 16 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 17 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 18 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 25:: Java: EventAdmin Async Event Dispatcher Thread 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b3c233 0 + 4390634035 10 ??? 0x0000000105b364e7 0 + 4390610151 11 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 12 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 13 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 15 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 17 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 18 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 26:: Java: Thread-79 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf2a os::sleep(Thread*, long long, bool) + 204 4 libjvm.dylib 0x0000000105408e12 JVM_Sleep + 269 5 ??? 0x0000000105b48698 0 + 4390684312 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b364e7 0 + 4390610151 8 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 9 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 10 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 11 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 12 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 13 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 14 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 15 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 16 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 17 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 27:: Java: Thread-101 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf2a os::sleep(Thread*, long long, bool) + 204 4 libjvm.dylib 0x0000000105408e12 JVM_Sleep + 269 5 ??? 0x0000000105b48698 0 + 4390684312 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b364e7 0 + 4390610151 8 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 9 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 10 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 11 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 12 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 13 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 14 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 15 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 16 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 17 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 28:: CVDisplayLink 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 com.apple.CoreVideo 0x00007fff8cd3f7b2 CVDisplayLink::runIOThread() + 676 3 com.apple.CoreVideo 0x00007fff8cd3f1e5 startIOThread(void*) + 147 4 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 5 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 6 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 29:: Java: Thread-103 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf2a os::sleep(Thread*, long long, bool) + 204 4 libjvm.dylib 0x0000000105408e12 JVM_Sleep + 269 5 ??? 0x0000000105b48698 0 + 4390684312 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b364e7 0 + 4390610151 8 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 9 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 10 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 11 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 12 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 13 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 14 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 15 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 16 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 17 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 30:: Java: [ThreadPool Manager] - Idle Thread 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b364e7 0 + 4390610151 10 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 11 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 12 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 13 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 14 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 15 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 16 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 17 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 18 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 19 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 31:: Java: Thread-110 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf2a os::sleep(Thread*, long long, bool) + 204 4 libjvm.dylib 0x0000000105408e12 JVM_Sleep + 269 5 ??? 0x0000000105b48698 0 + 4390684312 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b364e7 0 + 4390610151 8 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 9 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 10 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 11 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 12 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 13 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 14 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 15 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 16 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 17 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 32:: Java: Thread-113 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054faf2a os::sleep(Thread*, long long, bool) + 204 4 libjvm.dylib 0x0000000105408e12 JVM_Sleep + 269 5 ??? 0x0000000105b48698 0 + 4390684312 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b364e7 0 + 4390610151 8 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 9 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 10 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 11 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 12 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 13 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 14 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 15 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 16 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 17 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 33:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libc++.1.dylib 0x00007fff8a40f8df std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 3 com.apple.JavaScriptCore 0x00007fff9197dddb JSC::GCThread::waitForNextPhase() + 171 4 com.apple.JavaScriptCore 0x00007fff9197dc28 JSC::GCThread::gcThreadMain() + 88 5 com.apple.JavaScriptCore 0x00007fff91973682 WTF::threadEntryPoint(void*) + 178 6 com.apple.JavaScriptCore 0x00007fff919735af WTF::wtfThreadEntryPoint(void*) + 15 7 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 34:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libc++.1.dylib 0x00007fff8a40f8df std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 3 com.apple.JavaScriptCore 0x00007fff9197dddb JSC::GCThread::waitForNextPhase() + 171 4 com.apple.JavaScriptCore 0x00007fff9197dc28 JSC::GCThread::gcThreadMain() + 88 5 com.apple.JavaScriptCore 0x00007fff91973682 WTF::threadEntryPoint(void*) + 178 6 com.apple.JavaScriptCore 0x00007fff919735af WTF::wtfThreadEntryPoint(void*) + 15 7 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 35:: JavaScriptCore::Marking 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libc++.1.dylib 0x00007fff8a40f8df std::__1::condition_variable::wait(std::__1::unique_lock<std::__1::mutex>&) + 47 3 com.apple.JavaScriptCore 0x00007fff9197dddb JSC::GCThread::waitForNextPhase() + 171 4 com.apple.JavaScriptCore 0x00007fff9197dc28 JSC::GCThread::gcThreadMain() + 88 5 com.apple.JavaScriptCore 0x00007fff91973682 WTF::threadEntryPoint(void*) + 178 6 com.apple.JavaScriptCore 0x00007fff919735af WTF::wtfThreadEntryPoint(void*) + 15 7 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 36:: com.apple.NSURLConnectionLoader 0 libsystem_kernel.dylib 0x00007fff8ffdc9c6 mach_msg_trap + 10 1 libsystem_kernel.dylib 0x00007fff8ffdbe07 mach_msg + 55 2 com.apple.CoreFoundation 0x00007fff84af1504 __CFRunLoopServiceMachPort + 212 3 com.apple.CoreFoundation 0x00007fff84af09cc __CFRunLoopRun + 1356 4 com.apple.CoreFoundation 0x00007fff84af0218 CFRunLoopRunSpecific + 296 5 com.apple.CFNetwork 0x00007fff885cc1d2 +[NSURLConnection(Loader) _resourceLoadLoop:] + 412 6 com.apple.Foundation 0x00007fff93c4e866 __NSThread__start__ + 1331 7 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 37:: com.apple.CFSocket.private 0 libsystem_kernel.dylib 0x00007fff8ffe220a __select + 10 1 com.apple.CoreFoundation 0x00007fff84b3d05a __CFSocketManager + 762 2 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 3 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 4 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 38:: DFG Worklist Worker Thread 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 com.apple.JavaScriptCore 0x00007fff91ccbc0b JSC::DFG::Worklist::runThread(JSC::DFG::ThreadData*) + 235 3 com.apple.JavaScriptCore 0x00007fff91973682 WTF::threadEntryPoint(void*) + 178 4 com.apple.JavaScriptCore 0x00007fff919735af WTF::wtfThreadEntryPoint(void*) + 15 5 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 6 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 7 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 39:: Java: Provisioning Event Dispatcher 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054f9e29 os::PlatformEvent::park() + 173 3 libjvm.dylib 0x00000001054f2e57 ObjectMonitor::wait(long long, bool, Thread*) + 757 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b3c058 0 + 4390633560 9 ??? 0x0000000105b3c233 0 + 4390634035 10 ??? 0x0000000105b364e7 0 + 4390610151 11 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 12 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 13 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 14 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 15 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 16 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 17 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 18 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 19 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 20 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 40:: Java: com.aptana.editor.common.text.reconciler.CommonReconciler 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b364e7 0 + 4390610151 9 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 10 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 11 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 13 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 15 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 16 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 17 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 18 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 41:: Java: com.aptana.editor.common.text.reconciler.CommonReconciler 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b364e7 0 + 4390610151 9 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 10 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 11 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 13 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 15 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 16 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 17 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 18 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 42:: Java: Worker-25 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x00000001063f4200 0 + 4399776256 Thread 43:: Java: com.aptana.editor.common.text.reconciler.CommonReconciler 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x0000000105b3c058 0 + 4390633560 8 ??? 0x0000000105b364e7 0 + 4390610151 9 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 10 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 11 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 12 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 13 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 14 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 15 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 16 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 17 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 18 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 44:: Java: Worker-27 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x00000001063f4200 0 + 4399776256 Thread 45:: Java: process reaper 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054fabd8 Parker::park(bool, long long) + 500 3 libjvm.dylib 0x00000001055e8742 Unsafe_Park + 126 4 ??? 0x0000000105b48698 0 + 4390684312 5 ??? 0x0000000105b3c058 0 + 4390633560 6 ??? 0x0000000105b3c058 0 + 4390633560 7 ??? 0x0000000105b3c233 0 + 4390634035 8 ??? 0x0000000105b3c233 0 + 4390634035 9 ??? 0x0000000105b3c8e1 0 + 4390635745 10 ??? 0x0000000105b3c233 0 + 4390634035 11 ??? 0x0000000105b3c058 0 + 4390633560 12 ??? 0x0000000105b3c706 0 + 4390635270 13 ??? 0x0000000105b364e7 0 + 4390610151 14 libjvm.dylib 0x00000001053b9d90 JavaCalls::call_helper(JavaValue*, methodHandle*, JavaCallArguments*, Thread*) + 554 15 libjvm.dylib 0x00000001053ba2a7 JavaCalls::call_virtual(JavaValue*, KlassHandle, Symbol*, Symbol*, JavaCallArguments*, Thread*) + 283 16 libjvm.dylib 0x00000001053ba3e4 JavaCalls::call_virtual(JavaValue*, Handle, KlassHandle, Symbol*, Symbol*, Thread*) + 74 17 libjvm.dylib 0x00000001054093ca thread_entry(JavaThread*, Thread*) + 173 18 libjvm.dylib 0x00000001055d2b47 JavaThread::thread_main_inner() + 155 19 libjvm.dylib 0x00000001055d424f JavaThread::run() + 419 20 libjvm.dylib 0x00000001054fe1c6 java_start(Thread*) + 294 21 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 22 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 23 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 46: 0 libsystem_kernel.dylib 0x00007fff8ffe2772 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff937317d9 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9372ed95 start_wqthread + 13 Thread 47: 0 libsystem_kernel.dylib 0x00007fff8ffe2772 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff937317d9 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9372ed95 start_wqthread + 13 Thread 48:: Java: Worker-33 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x00000001063f4200 0 + 4399776256 Thread 49: 0 libsystem_kernel.dylib 0x00007fff8ffe2772 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff937317d9 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9372ed95 start_wqthread + 13 Thread 50:: Java: Worker-34 0 libsystem_kernel.dylib 0x00007fff8ffe1f46 __psynch_cvwait + 10 1 libsystem_pthread.dylib 0x00007fff937321c8 _pthread_cond_wait + 711 2 libjvm.dylib 0x00000001054faddb os::PlatformEvent::park(long long) + 385 3 libjvm.dylib 0x00000001054f2e68 ObjectMonitor::wait(long long, bool, Thread*) + 774 4 libjvm.dylib 0x00000001055a24a3 ObjectSynchronizer::wait(Handle, long long, Thread*) + 203 5 libjvm.dylib 0x000000010540e0fc JVM_MonitorWait + 156 6 ??? 0x0000000105b48698 0 + 4390684312 7 ??? 0x00000001063f4200 0 + 4399776256 Thread 51: 0 libsystem_kernel.dylib 0x00007fff8ffe2772 __workq_kernreturn + 10 1 libsystem_pthread.dylib 0x00007fff937317d9 _pthread_wqthread + 1283 2 libsystem_pthread.dylib 0x00007fff9372ed95 start_wqthread + 13 Thread 52: 0 libsystem_kernel.dylib 0x00007fff8ffe229a __semwait_signal + 10 1 libsystem_c.dylib 0x00007fff92917b15 nanosleep + 199 2 libc++.1.dylib 0x00007fff8a44e100 std::__1::this_thread::sleep_for(std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000000000l> > const&) + 75 3 com.apple.JavaScriptCore 0x00007fff91f9a41b bmalloc::Heap::scavenge(std::__1::unique_lock<bmalloc::StaticMutex>&, std::__1::chrono::duration<long long, std::__1::ratio<1l, 1000l> >) + 155 4 com.apple.JavaScriptCore 0x00007fff91f9a074 bmalloc::Heap::concurrentScavenge() + 68 5 com.apple.JavaScriptCore 0x00007fff91f9c5fa bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::entryPoint() + 90 6 com.apple.JavaScriptCore 0x00007fff91f9c599 bmalloc::AsyncTask<bmalloc::Heap, void (bmalloc::Heap::*)()>::pthreadEntryPoint(void*) + 9 7 libsystem_pthread.dylib 0x00007fff93731cc3 _pthread_body + 131 8 libsystem_pthread.dylib 0x00007fff93731c40 _pthread_start + 168 9 libsystem_pthread.dylib 0x00007fff9372eda5 thread_start + 13 Thread 0 crashed with X86 Thread State (64-bit): rax: 0x0000000000000000 rbx: 0x0000000000000006 rcx: 0x00007fff5fbf95c8 rdx: 0x0000000000000000 rdi: 0x000000000000160b rsi: 0x0000000000000006 rbp: 0x00007fff5fbf95f0 rsp: 0x00007fff5fbf95c8 r8: 0x00007fff5fbf95a0 r9: 0x0000000000000000 r10: 0x0000000008000000 r11: 0x0000000000000206 r12: 0x0000000105909560 r13: 0x000000011c481280 r14: 0x00007fff74dc9368 r15: 0x00000001055028d4 rip: 0x00007fff8ffe2096 rfl: 0x0000000000000206 cr2: 0x00007fff74c13008 Logical CPU: 0 Error Code: 0x02000148 Trap Number: 133 Binary Images: 0x100000000 - 0x100003fff +com.appcelerator.appcelerator-studio (4.1.0 - 4.1.0.201507071122) <33BEF1D9-50D6-8117-F7AF-49A495A2FB5F> /Applications/Appcelerator Studio/AppceleratorStudio.app/Contents/MacOS/AppceleratorStudio 0x1000ba000 - 0x1000c3fff +eclipse_1601.so (???) <EB4253C5-D011-F7F0-7731-AA743407B6BA> /Applications/Appcelerator Studio/*/eclipse_1601.so 0x100718000 - 0x100722fff +com.oracle.java.7u45.jdk (1.0 - 1.7.0_45) <32A3CEF6-9D91-3B97-9F17-CAD9301081D1> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/MacOS/libjli.dylib 0x100727000 - 0x10072ffff +libverify.dylib (1) <C42EBBF2-FDE6-342B-9B75-7D91194E47C1> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libverify.dylib 0x100734000 - 0x100755fe7 +libjava.dylib (1) <64871BED-E504-307F-BCEE-EA4CCEA588EA> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libjava.dylib 0x10076c000 - 0x100771fff +libzip.dylib (1) <50D7966F-6590-3F9A-A42B-7E7EE016493E> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libzip.dylib 0x1050e3000 - 0x105828fef +libjvm.dylib (1) <7CBD0F39-332A-3790-B0FF-F5F955C325A6> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/server/libjvm.dylib 0x10cd1b000 - 0x10cd23fff com.apple.java.JavaRuntimeSupport (15.0.1 - 15.0.1) <CE84590B-131D-3903-B59F-5F5C245B9A89> /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport 0x10cd35000 - 0x10cd3dff7 JavaNativeFoundation (74) <0BB3F0AE-A984-3FF2-BC26-FF384C2C7B71> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation 0x10cd4a000 - 0x10cd4efff com.apple.JavaVM (15.0.1 - 15.0.1) <6F69EF85-DBD4-3146-89F2-7BC298C0DA37> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM 0x10cd57000 - 0x10cd5bfff JavaLaunching (42) <4927F341-94AF-35DD-A7F4-EEC647191D88> /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching 0x10cdd8000 - 0x10cdd9ff7 +libjnotify.jnilib (0) <DA3B6929-2169-9F4D-B7AD-EC0F46448DEF> /Applications/Appcelerator Studio/*/libjnotify.jnilib 0x10cdfb000 - 0x10cdfcfff +libunixfile_1_0_0.jnilib (???) /Applications/Appcelerator Studio/*/libunixfile_1_0_0.jnilib 0x10ce68000 - 0x10ce69ff7 +cl_kernels (???) <AFA993C1-DA70-4A0B-8C81-AF4D275B933E> cl_kernels 0x10cea3000 - 0x10cea8fff com.apple.SymptomReporter (1.0 - 1) <C10D8675-B76E-336B-AC62-235B6F184C83> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework/SymptomReporter 0x10e0ad000 - 0x10e0b1fff com.apple.audio.AppleHDAHALPlugIn (272.36 - 272.36) <6BC970B1-4B25-3229-B1BC-8EA027650538> /System/Library/Extensions/AppleHDA.kext/Contents/PlugIns/AppleHDAHALPlugIn.bundle/Contents/MacOS/AppleHDAHALPlugIn 0x10e260000 - 0x10e265fff libgermantok.dylib (17) <74D4F326-8FDF-3FE8-89EA-6DF85CA18701> /usr/lib/libgermantok.dylib 0x10ee9d000 - 0x10ee9dff7 +libkeystoreNative.jnilib (1) <875CDE7A-7B56-D910-2DF3-C0565E1AB8C1> /Applications/Appcelerator Studio/*/libkeystoreNative.jnilib 0x10eef0000 - 0x10eef4fff libFontRegistryUI.dylib (146) <307669ED-8A94-39CA-954B-E38B7D85A858> /System/Library/Frameworks/ApplicationServices.framework/Frameworks/ATS.framework/Resources/libFontRegistryUI.dylib 0x10f091000 - 0x10f0cafff +libswt-cocoa-4427.jnilib (???) <BFDF4C6B-E2EC-1B0E-CEFA-D970BFE6A3EC> /Applications/Appcelerator Studio/*/libswt-cocoa-4427.jnilib 0x10f0de000 - 0x10f104fff +libswt-pi-cocoa-4427.jnilib (???) <EE434043-CA6B-5EDF-3D79-BF08FC68B7C6> /Applications/Appcelerator Studio/*/libswt-pi-cocoa-4427.jnilib 0x10f1cb000 - 0x10f1ccffc +cl_kernels (???) <E6A562E6-C563-47BF-A83F-13BB443F70E8> cl_kernels 0x10f1ce000 - 0x10f2b4fef unorm8_bgra.dylib (2.6.1) <B5B7279C-54CD-37F8-A3ED-08672BEBEFE2> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_bgra.dylib 0x10f2f7000 - 0x10f3d7ff7 unorm8_rgba.dylib (2.6.1) <236DAB8B-BA16-3158-B168-46FB6728CE71> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/ImageFormats/unorm8_rgba.dylib 0x10f4a1000 - 0x10f4a8ff7 com.apple.AccessibilityBundles (1.0 - 30) <CEBC1EE6-0739-352F-95B5-4757FA06B734> /System/Library/PrivateFrameworks/AccessibilityBundles.framework/AccessibilityBundles 0x10f61f000 - 0x10f620fff ATSHI.dylib (383) <9443EB40-C868-36FE-8267-18F6AFC5849B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib 0x10f636000 - 0x10f648fff com.apple.webcontentfilter.framework (5.1 - 5.1) <B6F8BADD-FCF2-3452-84F4-4786C29CD9A4> /System/Library/PrivateFrameworks/WebContentAnalysis.framework/WebContentAnalysis 0x10f674000 - 0x10f691fff +libsunec.dylib (1) <7969D854-D44E-32D9-84CD-78C8C83A7ED7> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libsunec.dylib 0x10f69c000 - 0x10f6aaff7 +libnet.dylib (1) <84F3F983-3E18-3431-8F6F-BE64DF9CDB81> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libnet.dylib 0x10f6b1000 - 0x10f6b9fff +libnio.dylib (1) <35EB86B3-C421-3C01-A286-B9213B95C70A> /Library/Java/JavaVirtualMachines/jdk1.7.0_45.jdk/Contents/Home/jre/lib/libnio.dylib 0x10f6c0000 - 0x10f6cbff7 libGPUSupport.dylib (12.0.32) <164C779C-6CB2-3F3A-BF94-CB1EAE97091A> /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib 0x10fbb4000 - 0x10fbe1ffb com.apple.SystemConfiguration.EAP8021X (14.0.0 - 14.0) <2A7D9E47-951E-320B-8F26-AFD0F7F68E3A> /System/Library/PrivateFrameworks/EAP8021X.framework/Versions/A/EAP8021X 0x114200000 - 0x11432cff7 com.apple.NetworkExtension (1.0 - 1) <A870FB1A-5D92-3119-A3C6-1A0DB54D5D28> /System/Library/Frameworks/NetworkExtension.framework/NetworkExtension 0x123400000000 - 0x12340037aff7 com.apple.driver.AppleIntelHD3000GraphicsGLDriver (10.0.32 - 10.0.0) <33A31E9C-844A-3FFE-8B3B-3C64AA73405F> /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver 0x7fff62f5f000 - 0x7fff62f9574f dyld (360.3) <BA25BB07-4165-312C-9A47-B15E29808494> /usr/lib/dyld 0x7fff8269b000 - 0x7fff8273aff7 com.apple.Metadata (10.7.0 - 954.2) <9AF7CA45-3D68-3484-A228-3F0E82E0D84C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata 0x7fff8273b000 - 0x7fff827a6ff7 com.apple.contacts.Contacts (1.0 - 2091) <8433DC8A-B423-3D5D-BFC7-664EBF5C3BE3> /System/Library/Frameworks/Contacts.framework/Versions/A/Contacts 0x7fff827a7000 - 0x7fff82899ff7 libJP2.dylib (1420) <608C9D37-6C90-398A-B54D-3F4911ACF21B> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib 0x7fff8289a000 - 0x7fff829acfef libvDSP.dylib (561) <ED2C4F76-791F-37D2-BC14-AFF523B5B54C> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib 0x7fff829ad000 - 0x7fff829ddff3 com.apple.CoreAVCHD (5.8.0 - 5800.4.2) <62D4635E-89BD-3309-85FC-3AA818881CC8> /System/Library/PrivateFrameworks/CoreAVCHD.framework/Versions/A/CoreAVCHD 0x7fff829e9000 - 0x7fff82cceff7 com.apple.CoreServices.CarbonCore (1133 - 1133) <645A7D4C-472C-3DCA-BFF5-A36C4B3EB1DA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore 0x7fff82ccf000 - 0x7fff82d6cfff com.apple.CoreDuet (1.0 - 1) <A78587A8-D257-364D-A96E-BA51D8E90F60> /System/Library/PrivateFrameworks/CoreDuet.framework/Versions/A/CoreDuet 0x7fff82d6d000 - 0x7fff82d75fff com.apple.frameworks.CoreDaemon (1.3 - 1.3) <E755215A-B50C-3317-B908-DE0179A55326> /System/Library/PrivateFrameworks/CoreDaemon.framework/Versions/B/CoreDaemon 0x7fff82de3000 - 0x7fff82df1fff libxar.1.dylib (302) <A9884BE7-7EBC-35A3-BC54-A0ACE0B01448> /usr/lib/libxar.1.dylib 0x7fff82df2000 - 0x7fff82e19ff7 com.apple.shortcut (2.16 - 2.16) <01ED942A-525E-389F-ACEB-53EF0C189683> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut 0x7fff82e1a000 - 0x7fff82e2afff libbsm.0.dylib (34) <4FA30129-410A-33EC-8048-8E2F2C247545> /usr/lib/libbsm.0.dylib 0x7fff82e2b000 - 0x7fff82e79ff7 libstdc++.6.dylib (104.1) <353AD18C-C0DD-394E-9D34-D4DC0961B0DF> /usr/lib/libstdc++.6.dylib 0x7fff830cf000 - 0x7fff83229ff3 com.apple.WebKitLegacy (11601 - 11601.1.35.2) <5359BD4A-AEB8-3DF4-BACF-7A67A7961271> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebKitLegacy.framework/Versions/A/WebKitLegacy 0x7fff83278000 - 0x7fff832c8ff7 libcups.2.dylib (429) <A5A7A3FB-E358-3406-9764-3D108F61FE2A> /usr/lib/libcups.2.dylib 0x7fff832c9000 - 0x7fff832cefff libheimdal-asn1.dylib (442) <A5895D56-51D5-38F8-ACA4-39AD61ACAE08> /usr/lib/libheimdal-asn1.dylib 0x7fff832cf000 - 0x7fff83300ffb com.apple.GSS (4.0 - 2.0) <3F40BBFD-5101-3352-8621-2328FF9537D4> /System/Library/Frameworks/GSS.framework/Versions/A/GSS 0x7fff83301000 - 0x7fff83390fff libCoreStorage.dylib (507) <97D6A007-804A-30C6-B064-6C878399A86E> /usr/lib/libCoreStorage.dylib 0x7fff83391000 - 0x7fff83394fff com.apple.IOSurface (106 - 106) <9769B689-0924-3DB6-8385-565F0C7D1A7F> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface 0x7fff83395000 - 0x7fff83457fff com.apple.backup.framework (1.7 - 1.7) <5D59DB7D-65FC-3298-BDA9-23F2371E654F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup 0x7fff83458000 - 0x7fff83618feb libBLAS.dylib (1155) <D646D821-E57F-38C2-B7AB-C0535B5FF874> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib 0x7fff83619000 - 0x7fff83619ff7 libunc.dylib (29) <AF4A7FD7-C7FA-3AE6-AA05-7110A78CF6EF> /usr/lib/system/libunc.dylib 0x7fff8361a000 - 0x7fff8375bfc7 com.apple.coreui (2.1 - 352) <F5D8A5C5-0867-3C93-8A41-C626B862AD49> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI 0x7fff8375c000 - 0x7fff83764fff libcopyfile.dylib (125) <F8A7ED2A-88FD-3583-8912-9BF9A096E7EA> /usr/lib/system/libcopyfile.dylib 0x7fff83765000 - 0x7fff8384eff7 com.apple.QuickLookUIFramework (5.0 - 685.1) <E29E44EC-422C-3665-B889-2BCE3AFD6CA9> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/Versions/A/QuickLookUI 0x7fff83b02000 - 0x7fff83b04ff7 com.apple.xpc.ServiceManagement (1.0 - 1) <F61370C9-F016-35F9-A89D-D2856E20977C> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement 0x7fff83b05000 - 0x7fff83ca1ffb com.apple.avfoundation (2.0 - 1010) <498655E8-2991-3280-9E47-13D1E6448D63> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation 0x7fff83ca6000 - 0x7fff83caafff com.apple.CommonPanels (1.2.6 - 96) <9CA2949D-7155-3433-B09B-50E082DDF5D7> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels 0x7fff83d29000 - 0x7fff841e7fc7 com.apple.vImage (8.0 - 8.0) <28D6F484-8C30-31BD-8A9E-2D4374E0EB9D> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage 0x7fff841e8000 - 0x7fff84217fff com.apple.securityinterface (10.0 - 55065) <E468D519-BEEA-3F2A-954D-B68F39A10243> /System/Library/Frameworks/SecurityInterface.framework/Versions/A/SecurityInterface 0x7fff84218000 - 0x7fff84339ff7 libsqlite3.dylib (210.1) <A9967340-CF53-392C-AAEE-734FF70D7B5D> /usr/lib/libsqlite3.dylib 0x7fff8433a000 - 0x7fff84364ff7 com.apple.AddressBook.ContactsFoundation (8.0 - 2091) <CB8CD003-CA98-3CAE-9615-1FFB2E16F0CC> /System/Library/PrivateFrameworks/ContactsFoundation.framework/Versions/A/ContactsFoundation 0x7fff84365000 - 0x7fff8437cfff libmarisa.dylib (4) <E0B91B82-157F-388A-A968-C042A6CC9A36> /usr/lib/libmarisa.dylib 0x7fff8437d000 - 0x7fff843beff7 com.apple.Metal (54.9 - 54.9) <4C97C738-11EE-3A31-82FB-4277238A14EA> /System/Library/Frameworks/Metal.framework/Versions/A/Metal 0x7fff843bf000 - 0x7fff843cafff libcsfde.dylib (507) <BA30F1D5-9D55-3564-86B7-FA5E14C9FD6A> /usr/lib/libcsfde.dylib 0x7fff843cb000 - 0x7fff844dbfff com.apple.desktopservices (1.10 - 1.10) <CA13E82E-500B-3763-BCDE-312671356456> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv 0x7fff844dc000 - 0x7fff84858ff7 com.apple.VideoToolbox (1.0 - 1693) <CE67826E-B2A5-3EC6-8E0C-E8B537D6E028> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox 0x7fff84860000 - 0x7fff8495aff7 libFontParser.dylib (152.1) <49151B65-8501-38CB-8613-22C882E137E3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib 0x7fff849f2000 - 0x7fff849f7fff com.apple.DiskArbitration (2.7 - 2.7) <BB47A3A0-FC6E-383D-8254-E7455AA89B9D> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration 0x7fff849f8000 - 0x7fff84a21fff GLRendererFloat (12.0.32) <9B6F38A9-7278-36AA-AD26-B52E307CB602> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat 0x7fff84a22000 - 0x7fff84a7bfff libsystem_network.dylib (545) <40785654-421B-3443-91DA-FA9FD5502E45> /usr/lib/system/libsystem_network.dylib 0x7fff84a7c000 - 0x7fff84a7fff7 libCoreFSCache.dylib (119) <6EADE78A-A6B1-3F80-A2F8-A090E49D00B2> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreFSCache.dylib 0x7fff84a80000 - 0x7fff84e24fff com.apple.CoreFoundation (6.9 - 1221.11) <954177E2-903A-302A-9E7A-D97F19806BF6> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation 0x7fff84ea6000 - 0x7fff84eacfff com.apple.IOAccelerator (201.0.0 - 201.0.0) <7CC8F80F-E6E0-3F79-8C33-DBA70E26DDAC> /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator 0x7fff84efc000 - 0x7fff85fc7ff7 com.apple.WebCore (11601 - 11601.1.35.1) <1A68AECE-BCB8-3DA1-841E-3632A7A4737F> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore 0x7fff85fe7000 - 0x7fff85ff7ff7 libsystem_trace.dylib (181) <47382A7C-00DA-3F08-9FEB-BEB72ACAADDA> /usr/lib/system/libsystem_trace.dylib 0x7fff85ff8000 - 0x7fff86045ff7 com.apple.CloudDocs (1.0 - 362.1) <D692C72B-C824-3BC8-85A7-B00F27C0C8B4> /System/Library/PrivateFrameworks/CloudDocs.framework/Versions/A/CloudDocs 0x7fff86046000 - 0x7fff863ad707 libobjc.A.dylib (672) <DE9FD732-98F1-325C-B331-8E9B7944EC4E> /usr/lib/libobjc.A.dylib 0x7fff8640f000 - 0x7fff86692ffb com.apple.RawCamera.bundle (6.14 - 800) <B50A3E6B-D01E-37ED-AC0F-DB33856F344A> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera 0x7fff86693000 - 0x7fff86697fff com.apple.LoginUICore (3.1 - 3.1) <689B22E1-E80C-3B54-9E40-DAE17EC59431> /System/Library/PrivateFrameworks/LoginUIKit.framework/Versions/A/Frameworks/LoginUICore.framework/Versions/A/LoginUICore 0x7fff86698000 - 0x7fff866b1ff3 com.apple.openscripting (1.7 - 166) <D6F61B2C-2E15-3BC7-93F6-921D8CC0757B> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting 0x7fff866b2000 - 0x7fff866d4fff com.apple.MultitouchSupport.framework (304.2 - 304.2) <78221132-1881-3F50-8F09-9E447DDC79B7> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport 0x7fff866d5000 - 0x7fff866d5fff com.apple.quartzframework (1.5 - 1.5) <7E749EF5-2017-3BBE-809C-F8568DC41FA2> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz 0x7fff866d6000 - 0x7fff86717ff7 libGLU.dylib (12.0.32) <827D18E9-5127-3CA9-8E62-39722E0DC31E> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib 0x7fff867db000 - 0x7fff867e7ff7 com.apple.speech.synthesis.framework (5.4.4 - 5.4.4) <86E37500-B36D-3CA7-8B3B-B00EBD441BD4> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis 0x7fff867f1000 - 0x7fff8680dff7 libsystem_malloc.dylib (67) <862EAFB4-DE05-3A7C-B183-08082A3F28B7> /usr/lib/system/libsystem_malloc.dylib 0x7fff86811000 - 0x7fff86a78fff com.apple.imageKit (2.6 - 838) <74AFF5C3-C845-32E3-A22B-ACA569CDE427> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Versions/A/ImageKit 0x7fff86a8b000 - 0x7fff86afdff7 com.apple.Heimdal (4.0 - 2.0) <7B26200B-E3DF-35D9-B7B8-A0D2F082F4B1> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal 0x7fff86afe000 - 0x7fff86b09fff libChineseTokenizer.dylib (15) <15FEAC1D-2986-3986-B829-9FAF9F8F20E7> /usr/lib/libChineseTokenizer.dylib 0x7fff86b0a000 - 0x7fff86b0dfff libCoreVMClient.dylib (119) <1F8EB6E4-5515-3F0F-AA38-7362358EA339> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib 0x7fff86b0e000 - 0x7fff86b29ff7 com.apple.aps.framework (4.0 - 4.0) <07335EA4-B710-3190-98CB-BC96D7C01F5F> /System/Library/PrivateFrameworks/ApplePushService.framework/Versions/A/ApplePushService 0x7fff86b2a000 - 0x7fff86b56ff7 com.apple.framework.SystemAdministration (1.0 - 1.0) <39D7C8B9-DF66-333E-A93B-0B4D9C768FA0> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdministration 0x7fff86c15000 - 0x7fff87137fff com.apple.QuartzComposer (5.1 - 333) <EE0EBBD0-962E-36A0-ADB7-E81C26F6217B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framework/Versions/A/QuartzComposer 0x7fff87138000 - 0x7fff87140ff7 com.apple.CoreServices.FSEvents (1222 - 1222) <48811F97-0C14-3890-9F54-90E651BAFB1E> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/FSEvents.framework/Versions/A/FSEvents 0x7fff87242000 - 0x7fff87281fff libGLImage.dylib (12.0.32) <ADCFF1F3-EBC8-36D8-A01A-28C6BB5CD5F5> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib 0x7fff872b0000 - 0x7fff872b3ff7 libsystem_sandbox.dylib (435) <70E3731A-44D3-35AE-ABFB-6858F8F8849D> /usr/lib/system/libsystem_sandbox.dylib 0x7fff872c1000 - 0x7fff872c6fff com.apple.ImageCapture (9.0 - 9.0) <FAE60192-3D00-335B-8FA5-12425414AB84> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture 0x7fff872c7000 - 0x7fff872c9ff7 com.apple.securityhi (9.0 - 55006) <8061348B-3308-38A4-9DF0-C7F29611E4C6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI 0x7fff872ca000 - 0x7fff872cafff com.apple.ApplicationServices (48 - 48) <3D8FE5B8-2BA4-3E24-8EF1-BC8EDA5AB4A9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices 0x7fff872cb000 - 0x7fff87340fff com.apple.MMCS (1.3 - 341.1) <DD37130D-824A-3C20-96EA-7BBD9B4D0535> /System/Library/PrivateFrameworks/MMCS.framework/Versions/A/MMCS 0x7fff87370000 - 0x7fff885c3fff com.apple.CoreGraphics (1.600.0 - 897.1.2) <5BB97C6F-5C72-3FFC-AB77-BC78729AB0FE> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics 0x7fff885c4000 - 0x7fff88841ff7 com.apple.CFNetwork (748.2 - 748.2) <C19129CA-FCAE-35B9-9753-857DEDD3AC86> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork 0x7fff8884d000 - 0x7fff8885efff libz.1.dylib (60) <FF32979A-93E3-3EF6-8CEF-240327BA25C1> /usr/lib/libz.1.dylib 0x7fff8885f000 - 0x7fff88867fff com.apple.AppleSRP (5.0 - 1) <6C272130-EB88-3222-A526-102A373339F3> /System/Library/PrivateFrameworks/AppleSRP.framework/Versions/A/AppleSRP 0x7fff88976000 - 0x7fff88978ff7 libsystem_configuration.dylib (784) <3F4F22A5-B907-3377-81A8-094864575C14> /usr/lib/system/libsystem_configuration.dylib 0x7fff88979000 - 0x7fff88a4fff3 com.apple.CoreMedia (1.0 - 1693) <F2DCFFAF-AA1F-3298-B8E6-BCAE3E8A64A4> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia 0x7fff88a50000 - 0x7fff88a51fff libsystem_blocks.dylib (65) <4D50A7B8-8FE6-3753-BD7E-58BE235895CF> /usr/lib/system/libsystem_blocks.dylib 0x7fff88a5a000 - 0x7fff88a72fc7 libcompression.dylib (22) <53FE17E4-D443-3C1B-8895-5B103F2EF627> /usr/lib/libcompression.dylib 0x7fff88a73000 - 0x7fff88aadfff com.apple.QD (3.12 - 302) <D847A9A7-9D31-35D3-89FF-16D81F66E090> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD 0x7fff88aae000 - 0x7fff88afaffb com.apple.HIServices (1.22 - 542) <B363D7F1-13CC-3E16-B5F8-2F124691A1BA> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices 0x7fff88afb000 - 0x7fff88afefff com.apple.Mangrove (1.0 - 1) <84BA16F2-194D-3FBC-8F74-9F57B7439354> /System/Library/PrivateFrameworks/Mangrove.framework/Versions/A/Mangrove 0x7fff88b1c000 - 0x7fff88b61fff com.apple.coreservices.SharedFileList (20.1 - 20.1) <6DE9AE3F-312E-317F-8D56-CFF632B57A93> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SharedFileList.framework/Versions/A/SharedFileList 0x7fff88c6a000 - 0x7fff88c6bfff com.apple.TrustEvaluationAgent (2.0 - 25) <EBB7C9AD-F083-3BA3-9D05-BECCAA6B5FE7> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent 0x7fff88c6c000 - 0x7fff88c76fff com.apple.NetAuth (6.0 - 6.0) <9188A6DD-3DB4-3B81-88AA-BCEEFE27B423> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth 0x7fff88c9f000 - 0x7fff88d09ff7 com.apple.framework.CoreWLAN (11.0 - 1100.13) <BF445910-20CB-3DF5-9E6B-D463284A2CEF> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN 0x7fff88d0a000 - 0x7fff88d33ff7 libRIP.A.dylib (897.1.2) <A4CE6A82-DE42-3498-9F86-1E6C7D8CB32A> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib 0x7fff88d34000 - 0x7fff88d6cfff com.apple.RemoteViewServices (2.0 - 99) <B363A744-7F95-3772-A1FB-C10690F6991E> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices 0x7fff88d6d000 - 0x7fff88d7bfff com.apple.ToneLibrary (1.0 - 1) <A7B8DE26-AE1F-338C-84D5-A2460B4D2FA0> /System/Library/PrivateFrameworks/ToneLibrary.framework/Versions/A/ToneLibrary 0x7fff88d7c000 - 0x7fff88d95fff com.apple.CFOpenDirectory (10.11 - 194) <FFADDD85-041B-384D-BCC9-695554584410> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory 0x7fff88d96000 - 0x7fff88d9bff7 libsystem_stats.dylib (222) <EB2425D3-C618-3F19-8F4F-9DE1F80F02E4> /usr/lib/system/libsystem_stats.dylib 0x7fff88d9c000 - 0x7fff88e10ff3 com.apple.securityfoundation (6.0 - 55126) <9A938473-C282-345E-BC83-5BF334B40A6D> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation 0x7fff88e11000 - 0x7fff88e38fff com.apple.ChunkingLibrary (167 - 167) <8465895E-B0DD-384F-B9F9-97388904FDCF> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary 0x7fff88e39000 - 0x7fff8916dffb com.apple.WebKit (11601 - 11601.1.35.2) <CF0B9E0C-42E7-314D-9724-E49F8487267C> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit 0x7fff893d9000 - 0x7fff893defff com.apple.TCC (1.0 - 1) <3415C15A-8A78-3CE3-BE53-19AC56DDC373> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC 0x7fff89545000 - 0x7fff8956dff7 libxpc.dylib (741) <FFDE4D4A-E3B6-3381-9CAE-771CAF79ACF2> /usr/lib/system/libxpc.dylib 0x7fff8956e000 - 0x7fff8956efff com.apple.Accelerate (1.10 - Accelerate 1.10) <14441D93-6075-3148-86A1-8257FCA32689> /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate 0x7fff8956f000 - 0x7fff8980cff7 com.apple.CoreData (120 - 625) <2D1E0C2C-6016-3426-A5B9-B95792F8870B> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData 0x7fff89845000 - 0x7fff8991bff7 com.apple.DiskImagesFramework (10.11 - 413) <9AE0AA96-BD5C-3FB1-8EFF-587A7F58488D> /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages 0x7fff8991c000 - 0x7fff89ba0ff7 com.apple.security (7.0 - 57269.0.0.2.1) <247BC739-B088-3299-B21A-81C17D9F40D8> /System/Library/Frameworks/Security.framework/Versions/A/Security 0x7fff89ba1000 - 0x7fff89daafff libFosl_dynamic.dylib (16.20) <9C7E1F19-0D2D-35F9-9643-702CFCBDAB60> /usr/lib/libFosl_dynamic.dylib 0x7fff89dab000 - 0x7fff89dbbfff libSparseBLAS.dylib (1155) <46875594-FF62-3555-96E6-57BE83FD7615> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libSparseBLAS.dylib 0x7fff89dbc000 - 0x7fff89e09ff7 libcurl.4.dylib (88) <013233AC-D812-3674-A221-35F2B2B840C8> /usr/lib/libcurl.4.dylib 0x7fff8a2b9000 - 0x7fff8a2b9fff libenergytrace.dylib (8) <DB56EDF9-2B52-3705-A369-020E43C5A4CE> /usr/lib/libenergytrace.dylib 0x7fff8a2ba000 - 0x7fff8a2bfff7 libmacho.dylib (875) <5F989487-4937-3896-82DC-CCAB60504C8B> /usr/lib/system/libmacho.dylib 0x7fff8a364000 - 0x7fff8a373ffb com.apple.LangAnalysis (1.7.0 - 1.7.0) <532F6652-7241-3D9D-A303-E034A154B604> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis 0x7fff8a3f3000 - 0x7fff8a407fff com.apple.CoreDuetDaemonProtocol (1.0 - 1) <6873DB0E-7131-39A5-9371-0462A7868603> /System/Library/PrivateFrameworks/CoreDuetDaemonProtocol.framework/Versions/A/CoreDuetDaemonProtocol 0x7fff8a408000 - 0x7fff8a45bfff libc++.1.dylib (120) <2380C2E9-52CE-3423-985E-0C0E3D6C0610> /usr/lib/libc++.1.dylib 0x7fff8a45c000 - 0x7fff8a4b1ff7 com.apple.AE (696 - 696) <C53A49DC-43C8-3313-BB13-002AB9C1405C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE 0x7fff8a5db000 - 0x7fff8a5dffff libcache.dylib (73) <D0907F3F-D933-3899-8013-217E7BAE3E21> /usr/lib/system/libcache.dylib 0x7fff8a5e0000 - 0x7fff8a5e6fff com.apple.XPCService (2.0 - 1) <48243B91-59E7-3566-9267-11AF770A632A> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService 0x7fff8a5f6000 - 0x7fff8a60cfff com.apple.CoreMediaAuthoring (2.2 - 952) <B425BDE5-BAAA-3631-8747-A543EF9B8228> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthoring 0x7fff8a60d000 - 0x7fff8a60efff libsystem_secinit.dylib (20) <D7378382-D419-3D6D-8120-923CEA198911> /usr/lib/system/libsystem_secinit.dylib 0x7fff8a6a9000 - 0x7fff8a6b5ff7 com.apple.OpenDirectory (10.11 - 194) <8978FC56-368A-3797-94EA-2228C5009A1B> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory 0x7fff8aa51000 - 0x7fff8aa68fff libsystem_asl.dylib (314) <C1AE75AA-4BFB-31CD-8ADC-27464FA5B046> /usr/lib/system/libsystem_asl.dylib 0x7fff8ab0f000 - 0x7fff8ad55fff com.apple.AddressBook.framework (9.0 - 1662) <3921C5C5-7105-3F9F-8134-65EA827C74EE> /System/Library/Frameworks/AddressBook.framework/Versions/A/AddressBook 0x7fff8ad56000 - 0x7fff8ada1ff7 com.apple.CoreMediaIO (701.0 - 4787) <B9B014C6-C479-36A7-9923-C90B54B70C89> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO 0x7fff8ada2000 - 0x7fff8ada4ff7 com.apple.SecCodeWrapper (4.0 - 257) <C5AC41A1-8BB6-3771-9902-AAE780F4E362> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper 0x7fff8aed7000 - 0x7fff8aee0fff com.apple.icloud.FindMyDevice (1.0 - 1) <E5491B77-E9A2-38D6-8E88-B37E04268B91> /System/Library/PrivateFrameworks/FindMyDevice.framework/Versions/A/FindMyDevice 0x7fff8aee1000 - 0x7fff8aee9fff libGFXShared.dylib (12.0.32) <9E0CE9FF-65A1-30CB-8AB8-40233924A21F> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib 0x7fff8aeee000 - 0x7fff8af0ffff com.apple.Sharing (406 - 406) <B18592B1-B171-3044-A6EC-E0863F85C9F1> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing 0x7fff8af10000 - 0x7fff8af10fff com.apple.Carbon (154 - 157) <F0946250-F84D-3CEF-A1D9-5CDD9552B2C5> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon 0x7fff8af11000 - 0x7fff8af12ffb libremovefile.dylib (40) <C37E8A8D-40F4-3F38-9FC1-3E0C958C3D05> /usr/lib/system/libremovefile.dylib 0x7fff8af77000 - 0x7fff8afbdff3 libFontRegistry.dylib (146) <B2237ED6-D027-3622-BE7F-0DC9D70F46E1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib 0x7fff8b700000 - 0x7fff8b7e7fff libcrypto.0.9.8.dylib (58) <BD416D83-3EDC-3B89-A7A9-0D7776A9789B> /usr/lib/libcrypto.0.9.8.dylib 0x7fff8b7e8000 - 0x7fff8b977fff libGLProgrammability.dylib (12.0.32) <313E4994-4ABA-30B1-9B47-33BE7D2AE3DD> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib 0x7fff8b978000 - 0x7fff8b9a9ff7 libtidy.A.dylib (15.15) <75D39279-A955-3810-9E6F-3D3961994653> /usr/lib/libtidy.A.dylib 0x7fff8b9c5000 - 0x7fff8b9d0ff7 com.apple.CommerceCore (1.0 - 430.1) <29986191-838D-3B14-810B-F28AAE141563> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore 0x7fff8b9d1000 - 0x7fff8bb90ffb com.apple.audio.toolbox.AudioToolbox (1.12 - 1.12) <89B94DBB-5A67-33BD-B761-C4B84CE1A429> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox 0x7fff8bb91000 - 0x7fff8bba4fff com.apple.CoreBluetooth (1.0 - 1) <904346A5-005B-3107-885F-9CF02059793E> /System/Library/Frameworks/CoreBluetooth.framework/Versions/A/CoreBluetooth 0x7fff8bba5000 - 0x7fff8bc32fff com.apple.CorePDF (4.0 - 4) <30367305-1E26-3C93-B238-942FD3171DB1> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF 0x7fff8bc42000 - 0x7fff8bc65ff7 com.apple.speech.LatentSemanticMappingFramework (2.12.1 - 2.12.1) <529769BE-B687-395E-8B8C-0E060E510DEC> /System/Library/Frameworks/LatentSemanticMapping.framework/Versions/A/LatentSemanticMapping 0x7fff8bd1e000 - 0x7fff8bd2afff com.apple.HelpData (2.1.4 - 90) <0BCDF81E-99A3-3C46-AA96-4FBEF83C983B> /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData 0x7fff8bd2b000 - 0x7fff8bd62ff7 com.apple.LDAPFramework (2.4.28 - 194.5) <76EC89E8-D146-328D-BDD6-3B30C694DC90> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP 0x7fff8bd63000 - 0x7fff8bf6efff libicucore.A.dylib (551.8) <0FA0D994-5F45-310F-BA81-3F6A37ECB02C> /usr/lib/libicucore.A.dylib 0x7fff8bf6f000 - 0x7fff8bf7bfff com.apple.SpeechRecognitionCore (2.2.2 - 2.2.2) <5CAF5304-2C44-3216-A52E-CFCA2BF2B3CB> /System/Library/PrivateFrameworks/SpeechRecognitionCore.framework/Versions/A/SpeechRecognitionCore 0x7fff8bf7c000 - 0x7fff8bf91fff com.apple.AppContainer (4.0 - 257) <11E771B5-C67F-31D3-928A-FD6C98C6F3D5> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer 0x7fff8bf92000 - 0x7fff8bfa6ffb libsystem_coretls.dylib (78) <55CD0958-7E4F-38F8-AB5B-455E39E02D33> /usr/lib/system/libsystem_coretls.dylib 0x7fff8bfa7000 - 0x7fff8bfc9fff com.apple.IconServices (67.1 - 67.1) <AAE41AF9-C163-3DDB-9AF1-388A62591F6D> /System/Library/PrivateFrameworks/IconServices.framework/Versions/A/IconServices 0x7fff8bfca000 - 0x7fff8bfecff7 com.apple.framework.familycontrols (4.1 - 410) <A606F9BF-226C-34C8-B5C4-1E39C27D8B0B> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls 0x7fff8bfed000 - 0x7fff8bfeffff libCVMSPluginSupport.dylib (12.0.32) <35545AF0-F3DE-36B4-BC7C-634251D47FBA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib 0x7fff8bff7000 - 0x7fff8c120ff7 com.apple.CoreText (352.0 - 480.2) <6D7CEAE9-A6E0-34C4-95FA-0E5BB8069AF8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText 0x7fff8c121000 - 0x7fff8c12afff libsystem_networkextension.dylib (347.0.0.1.1) <97498C46-2820-385D-AB0B-E69BFF9E681D> /usr/lib/system/libsystem_networkextension.dylib 0x7fff8c15a000 - 0x7fff8c18eff7 com.apple.Accounts (113 - 113) <3B1DDD9A-A4DB-34D4-8BFC-2C63D7C32C5A> /System/Library/Frameworks/Accounts.framework/Versions/A/Accounts 0x7fff8c18f000 - 0x7fff8c1acff7 com.apple.AppleVPAFramework (2.0.13 - 2.0.13) <47B3FD51-20CB-33DB-B1CF-668CC4141515> /System/Library/PrivateFrameworks/AppleVPA.framework/Versions/A/AppleVPA 0x7fff8c1ad000 - 0x7fff8c1b5fef libcldcpuengine.dylib (2.6.1) <9C3F8FA6-08F7-3599-B93E-9DCDC1C44F22> /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib 0x7fff8c1b6000 - 0x7fff8c1b8fff com.apple.OAuth (25 - 25) <CE7FCE83-E08C-3D3B-97B1-DC73E25F1177> /System/Library/PrivateFrameworks/OAuth.framework/Versions/A/OAuth 0x7fff8c1c6000 - 0x7fff8c25bfff com.apple.ink.framework (10.9 - 214) <EC0A3C7E-2203-3CE4-9275-649A2D24E027> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink 0x7fff8c25c000 - 0x7fff8c2f1fff com.apple.ColorSync (4.9.0 - 4.9.0) <25ACDDB9-D2DE-3E8D-9EEF-650DEDAA9875> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync 0x7fff8c2f2000 - 0x7fff8c2fdff7 com.apple.AppSandbox (4.0 - 257) <95EA4AB3-2C31-3755-A94E-F66C05D8B1AD> /System/Library/PrivateFrameworks/AppSandbox.framework/Versions/A/AppSandbox 0x7fff8c2fe000 - 0x7fff8c327fff libc++abi.dylib (125) <038F0247-303E-306C-B866-D0B0F62A09F3> /usr/lib/libc++abi.dylib 0x7fff8c328000 - 0x7fff8c397fff com.apple.SearchKit (1.4.0 - 1.4.0) <8A470808-3D80-3FE2-998E-E8357BC599E3> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit 0x7fff8c398000 - 0x7fff8c3a9fff libcmph.dylib (6) <FD0F0145-1353-3487-B01C-BD9800C62287> /usr/lib/libcmph.dylib 0x7fff8c3aa000 - 0x7fff8c3bbfff com.apple.contacts.ContactsPersistence (1.0 - 2091) <95ED5801-7FF3-3F56-AD79-99C8B359E95B> /System/Library/PrivateFrameworks/ContactsPersistence.framework/Versions/A/ContactsPersistence 0x7fff8c3bc000 - 0x7fff8c3c7fff libkxld.dylib (3247.1.6.2.2) <F254B014-BB59-374F-B497-934C1302450A> /usr/lib/system/libkxld.dylib 0x7fff8c550000 - 0x7fff8c5f5fff com.apple.LanguageModeling (1.0 - 1) <DBAF4D17-1807-369E-A175-FA7B281FA586> /System/Library/PrivateFrameworks/LanguageModeling.framework/Versions/A/LanguageModeling 0x7fff8c5f6000 - 0x7fff8c5f8fff com.apple.EFILogin (2.0 - 2) <239482E0-50BC-3A62-A4FF-4B5696A0C40E> /System/Library/PrivateFrameworks/EFILogin.framework/Versions/A/EFILogin 0x7fff8c5f9000 - 0x7fff8ca3dfff com.apple.GeoServices (1.0 - 1141) <DA4F8444-F8E2-3419-A610-5D4484EC34E4> /System/Library/PrivateFrameworks/GeoServices.framework/Versions/A/GeoServices 0x7fff8cd15000 - 0x7fff8cd37ff7 com.apple.Network (1.0 - 1) <025F7B9E-1E22-3E4A-A718-3C5D972C50CF> /System/Library/PrivateFrameworks/Network.framework/Versions/A/Network 0x7fff8cd38000 - 0x7fff8cd6bfff com.apple.CoreVideo (1.8 - 184.0) <9F61EAB5-C232-33F2-BD88-FFE0D601F6ED> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo 0x7fff8ce66000 - 0x7fff8ce68fff com.apple.CoreDuetDebugLogging (1.0 - 1) <8E520F6E-A349-30FB-A54F-1D86814DC99E> /System/Library/PrivateFrameworks/CoreDuetDebugLogging.framework/Versions/A/CoreDuetDebugLogging 0x7fff8ce69000 - 0x7fff8ce6efff com.apple.MediaAccessibility (1.0 - 79) <E16B8690-26C6-3ED8-B652-9DF2CA547D7E> /System/Library/Frameworks/MediaAccessibility.framework/Versions/A/MediaAccessibility 0x7fff8cebd000 - 0x7fff8cf1bff7 com.apple.SystemConfiguration (1.14 - 1.14) <099B5D23-D18C-34F9-BD54-AB146DD47121> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration 0x7fff8cfdc000 - 0x7fff8cfe7fff libGL.dylib (12.0.32) <E20A1D4B-CE2C-356E-9599-CB8368B5EFDA> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib 0x7fff8cfe8000 - 0x7fff8d272ff7 libmecabra.dylib (683) <BD9FF62E-8F6D-3FA8-85C7-3737DFDE0E8E> /usr/lib/libmecabra.dylib 0x7fff8d273000 - 0x7fff8d276ff7 com.apple.help (1.3.3 - 46) <662AF3CD-558E-3B50-8DB9-BDF18CFAB55F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help 0x7fff8d2e1000 - 0x7fff8d33dff7 com.apple.CoreServices.OSServices (720 - 720) <335C6B5B-39AC-3355-8747-83A906503E6B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices 0x7fff8d348000 - 0x7fff8d356ff7 libbz2.1.0.dylib (38) <AB2A508F-772E-398D-B59A-5F5698431DAE> /usr/lib/libbz2.1.0.dylib 0x7fff8d357000 - 0x7fff8d383ff7 libdispatch.dylib (494) <FEDC0FEF-6D66-3C2A-ACB2-C34A22DAC3A3> /usr/lib/system/libdispatch.dylib 0x7fff8d3c1000 - 0x7fff8d3ccfff com.apple.DirectoryService.Framework (10.11 - 194) <39DA88DE-AEDD-37AD-AFF8-5813D859264F> /System/Library/Frameworks/DirectoryService.framework/Versions/A/DirectoryService 0x7fff8d3ee000 - 0x7fff8d417ff7 libxslt.1.dylib (14) <F86370E9-9937-3B4D-A1F2-17CA091681A9> /usr/lib/libxslt.1.dylib 0x7fff8d520000 - 0x7fff8d522ff7 com.apple.SafariServices.framework (11601 - 11601.1.35.2) <F6A396C9-71CC-3D53-AA5D-2C8E480ED51E> /System/Library/PrivateFrameworks/SafariServices.framework/Versions/A/SafariServices 0x7fff8d523000 - 0x7fff8d5ccfff com.apple.PDFKit (3.1 - 3.1) <0EBCD082-742D-380B-B8BB-EB11C0C233BE> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versions/A/PDFKit 0x7fff8d851000 - 0x7fff8d8d7fff com.apple.CoreSymbolication (3.1 - 58042.1) <5A5041E4-9A7A-3356-B3D8-D0A7E6EBD9EE> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication 0x7fff8d8d8000 - 0x7fff8d8eafff libsasl2.2.dylib (209) <2C6F8961-2C49-3A92-AD50-22DA8944A9EE> /usr/lib/libsasl2.2.dylib 0x7fff8d8eb000 - 0x7fff8d8edfff libCGXType.A.dylib (897.1.2) <A215EA64-2A21-3A04-A45A-280AD7A3E034> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib 0x7fff8d8ee000 - 0x7fff8d90dff7 com.apple.framework.Apple80211 (11.0 - 1101.22) <3744D0B2-11A2-3613-AFC1-00EEA3646EBE> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211 0x7fff8d914000 - 0x7fff8dac0ff7 GLEngine (12.0.32) <B90E3BD1-8F33-3A77-A27E-345449620D83> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLEngine.bundle/GLEngine 0x7fff8dac1000 - 0x7fff8dacafff com.apple.CommonAuth (4.0 - 2.0) <FDDF5DB7-71A2-3CE5-AF0F-81DB178122CD> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth 0x7fff8db4b000 - 0x7fff8dbd8da7 com.apple.AppleJPEG (1.0 - 1) <78903161-924E-32F3-ADDA-BF66F0350C26> /System/Library/PrivateFrameworks/AppleJPEG.framework/Versions/A/AppleJPEG 0x7fff8dbd9000 - 0x7fff8dc0cff7 com.apple.MediaKit (16 - 802) <F8A0F602-F7EE-32DE-B7CB-A407C6980923> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit 0x7fff8dc0d000 - 0x7fff8dc14ff7 com.apple.phonenumbers (1.1.1 - 105) <8AFBF5AC-05F3-3BC2-8F0D-7159F7A840C2> /System/Library/PrivateFrameworks/PhoneNumbers.framework/Versions/A/PhoneNumbers 0x7fff8e2eb000 - 0x7fff8e33aff7 com.apple.opencl (2.6.7 - 2.6.7) <D889FC50-D7A4-3DE5-AA07-577E1E2B5154> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL 0x7fff8e33b000 - 0x7fff8e33eff7 com.apple.AppleSystemInfo (3.1.5 - 3.1.5) <54B8A919-D88E-34FE-A05C-3C9997CEC26E> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo 0x7fff8e33f000 - 0x7fff8e3b0ffb libAVFAudio.dylib (150) <18E82115-EABA-3756-A471-993E9CAD6755> /System/Library/Frameworks/AVFoundation.framework/Versions/A/Resources/libAVFAudio.dylib 0x7fff8e547000 - 0x7fff8e598ff7 com.apple.audio.CoreAudio (4.3.0 - 4.3.0) <4EC169A4-9CE1-30AB-B71F-FAB77898B675> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio 0x7fff8e601000 - 0x7fff8e607ff7 com.apple.speech.recognition.framework (5.1.1 - 5.1.1) <11051C6D-D048-3A96-866E-F2DDA1CB5DF0> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition 0x7fff8e70d000 - 0x7fff8ec55fff com.apple.MediaToolbox (1.0 - 1693) <31EC1798-CB99-3583-AF7D-E3EEDA17020F> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox 0x7fff8ec56000 - 0x7fff8ec74ff7 com.apple.contacts.vCard (1.0 - 2091) <FA9CF4B7-7B3F-3AB3-81E5-8E41A480A9B9> /System/Library/PrivateFrameworks/vCard.framework/Versions/A/vCard 0x7fff8ec85000 - 0x7fff8ec86fff libDiagnosticMessagesClient.dylib (100) <A8B0FA66-DB5E-3F73-ADE3-1C86B025FF33> /usr/lib/libDiagnosticMessagesClient.dylib 0x7fff8ec87000 - 0x7fff8f0b5fff com.apple.vision.FaceCore (3.3.1 - 3.3.1) <46FD85B4-4881-3074-BE36-2F0B2C247E6C> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore 0x7fff8f0b6000 - 0x7fff8f0cbff7 libCGInterfaces.dylib (308) <F48509F3-9160-356A-BEA3-B10F0357668A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/Libraries/libCGInterfaces.dylib 0x7fff8f0cc000 - 0x7fff8f4a4fef com.apple.CoreAUC (213.0.0 - 213.0.0) <DFF852D0-27A8-3388-961C-622E247CC00D> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC 0x7fff8f4e9000 - 0x7fff8f4edff7 com.apple.AssetCacheServices (12 - 12) <8C233BF5-7B4C-3E5F-9B70-43FF34B8B2DD> /System/Library/PrivateFrameworks/AssetCacheServices.framework/Versions/A/AssetCacheServices 0x7fff8f510000 - 0x7fff8f539ff7 libsystem_info.dylib (474) <38FB0F4C-706B-3622-9651-A61DC1A83989> /usr/lib/system/libsystem_info.dylib 0x7fff8f53a000 - 0x7fff8f53dffb libdyld.dylib (360.3) <1AD40DED-01BA-3AAC-86C1-308BACAA527C> /usr/lib/system/libdyld.dylib 0x7fff8f54f000 - 0x7fff8f57dff7 com.apple.DictionaryServices (1.2 - 242) <5C6017BF-CADD-3571-A20A-0951E12BDD6B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices 0x7fff8f57e000 - 0x7fff8f730ff7 com.apple.CoreImage (11.0.0 - 334) <D14B9591-B562-32A7-A518-3F3E0E14ABA7> /System/Library/Frameworks/CoreImage.framework/Versions/A/CoreImage 0x7fff8f770000 - 0x7fff8f904fff com.apple.ImageIO.framework (3.3.0 - 1420) <AF697B85-8BDC-3B70-A2FF-274A3DCF697A> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 0x7fff8f905000 - 0x7fff8fd07fff libLAPACK.dylib (1155) <8297D905-6F74-3D6C-B4F0-E4A44C49A6C9> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib 0x7fff8fd36000 - 0x7fff8fd4bfff com.apple.ToneKit (1.0 - 1) <B0A15DD6-C75D-3A0E-A95E-FAE342E518E1> /System/Library/PrivateFrameworks/ToneKit.framework/Versions/A/ToneKit 0x7fff8fd4c000 - 0x7fff8fd4dff3 com.apple.print.framework.Print (10.0 - 266) <9C01C768-8B1E-3527-83A7-4D6D8C6455C9> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print 0x7fff8fd51000 - 0x7fff8fe43ff7 libiconv.2.dylib (44) <9D87577B-BE21-37BB-A342-5B442A137F54> /usr/lib/libiconv.2.dylib 0x7fff8fe97000 - 0x7fff8fee3fff com.apple.corelocation (1486.17 - 1615.30) <3E270E33-EF46-3DAE-A686-DF66A43269C1> /System/Library/Frameworks/CoreLocation.framework/Versions/A/CoreLocation 0x7fff8feec000 - 0x7fff8ff26ff7 com.apple.DebugSymbols (132 - 132) <2C3C960E-4024-34C1-BE1B-11900386B605> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols 0x7fff8ffac000 - 0x7fff8ffbafff com.apple.opengl (12.0.33 - 12.0.33) <B60310F9-1AE9-3DB4-8C70-739B21EC1A73> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL 0x7fff8ffbb000 - 0x7fff8ffc4ff7 com.apple.DisplayServicesFW (3.0 - 376) <F79F24DF-70C4-3C59-AED9-1BB207DE2D06> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices 0x7fff8ffc5000 - 0x7fff8ffc5ff7 libkeymgr.dylib (28) <6846D62E-EA47-3BD7-9005-638E4A717C9C> /usr/lib/system/libkeymgr.dylib 0x7fff8ffcb000 - 0x7fff8ffe9ff7 libsystem_kernel.dylib (3247.1.6.2.2) <E6250608-9EC1-3F54-834C-D0C0BD7A4550> /usr/lib/system/libsystem_kernel.dylib 0x7fff8ffea000 - 0x7fff9000ffff libPng.dylib (1420) <6749A4B2-BB3D-302B-A073-B0BDF4AA5E3C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib 0x7fff90010000 - 0x7fff9003fff7 libsandbox.1.dylib (435) <FF273DA3-EF55-35BC-8DBF-CD4E6E873CC0> /usr/lib/libsandbox.1.dylib 0x7fff90040000 - 0x7fff900f9ff7 libvMisc.dylib (561) <1B7D04A7-E875-36F8-A264-C6AB53D8FBD1> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib 0x7fff9012b000 - 0x7fff90219fff libxml2.2.dylib (28) <7A330406-CE7B-3086-B89D-7203DF67162D> /usr/lib/libxml2.2.dylib 0x7fff90242000 - 0x7fff90242fff libOpenScriptingUtil.dylib (166) <8E840266-E9B2-3024-872F-434A6F53D5FE> /usr/lib/libOpenScriptingUtil.dylib 0x7fff90243000 - 0x7fff90246ff3 libCGXCoreImage.A.dylib (897.1.2) <034C8502-C05B-3A34-9A9F-683FA9A02FE3> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXCoreImage.A.dylib 0x7fff90247000 - 0x7fff90e3bff7 com.apple.AppKit (6.9 - 1384.11) <71ED914D-E9D3-3F46-851B-A6670810E658> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit 0x7fff91771000 - 0x7fff917c3fff com.apple.AppleVAFramework (5.0.31 - 5.0.31) <E44A3903-1F5C-340F-86C1-F982D94AFBEE> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA 0x7fff917d0000 - 0x7fff91823ff7 com.apple.ImageCaptureCore (7.0 - 7.0) <4A20CE5D-66DC-3BBB-AC59-02AB5F06B836> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore 0x7fff91824000 - 0x7fff91895fff com.apple.ApplicationServices.ATS (377 - 383) <85B6A91E-9DC3-34F5-B1E3-32C39D8DC87B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS 0x7fff918b2000 - 0x7fff918b9fff com.apple.NetFS (6.0 - 4.0) <45989E26-F3C3-391A-87BB-44BFE8A557CC> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS 0x7fff918e2000 - 0x7fff9196bfff com.apple.PerformanceAnalysis (1.0 - 1) <38993047-F9E4-3CBE-94A7-1C2113903CEB> /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis 0x7fff9196c000 - 0x7fff91fffff7 com.apple.JavaScriptCore (11601 - 11601.1.35.1) <40368795-82CE-3322-A3DF-4301D14DAC17> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore 0x7fff92000000 - 0x7fff92004fff libGIF.dylib (1420) <B4A985A4-8079-3871-A4D1-CF6F9A7B8938> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib 0x7fff92005000 - 0x7fff921cfff7 com.apple.QuartzCore (1.11 - 401.0) <0D063A88-3BD8-3004-9C5D-5009DE34231D> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore 0x7fff921d0000 - 0x7fff9222eff7 com.apple.QuickLookFramework (5.0 - 685.1) <D13458F4-48C9-39CA-8E2C-02950D98508B> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook 0x7fff9222f000 - 0x7fff92238ffb libsystem_notify.dylib (148) <0D8CA362-E218-3D56-99E8-EE701BBFF675> /usr/lib/system/libsystem_notify.dylib 0x7fff92239000 - 0x7fff92288fcf com.apple.Symbolication (1.4 - 58032.1) <2356FE31-8570-30DE-B5A9-D56E7B18CCD0> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication 0x7fff92289000 - 0x7fff92294fff com.apple.IntlPreferences (2.0 - 171) <646BCAD9-B006-3F53-9090-3E6CA8CFCDAA> /System/Library/PrivateFrameworks/IntlPreferences.framework/Versions/A/IntlPreferences 0x7fff922d3000 - 0x7fff922d3fff com.apple.CoreServices (720 - 720) <FA018291-C61D-343F-95CA-EC9263192EA6> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices 0x7fff922d4000 - 0x7fff9233bfff com.apple.framework.CoreWiFi (11.0 - 1100.13) <6173C08B-0013-3805-913A-D248B46694BF> /System/Library/PrivateFrameworks/CoreWiFi.framework/Versions/A/CoreWiFi 0x7fff9233c000 - 0x7fff92341ff3 libunwind.dylib (35.3) <81A44B22-BDEC-34EC-951B-DA707CC95851> /usr/lib/system/libunwind.dylib 0x7fff92342000 - 0x7fff92370fff com.apple.CoreServicesInternal (245 - 245) <25E1F7B8-5C45-34CF-821B-FE2E0484AB03> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal 0x7fff923aa000 - 0x7fff923f5ffb com.apple.print.framework.PrintCore (11.0 - 469) <507830FC-7E2F-3FD2-8320-CF0DEA66F9F8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore 0x7fff923f6000 - 0x7fff923fefff libMatch.1.dylib (27) <EE4306B4-4484-36E5-84E8-6C789F7C50EB> /usr/lib/libMatch.1.dylib 0x7fff923ff000 - 0x7fff92401fff libsystem_coreservices.dylib (19) <5B14DFDB-F15D-3065-814B-752480A90E0E> /usr/lib/system/libsystem_coreservices.dylib 0x7fff92402000 - 0x7fff924a5fff com.apple.Bluetooth (4.4.0 - 4.4.0d72) <1E2A9788-E4AE-3160-B8AB-66686DFBE5DF> /System/Library/Frameworks/IOBluetooth.framework/Versions/A/IOBluetooth 0x7fff924a6000 - 0x7fff924adff7 libcompiler_rt.dylib (61) <BA56EF3D-15B0-3543-A857-3F54914C7B55> /usr/lib/system/libcompiler_rt.dylib 0x7fff924ae000 - 0x7fff924aefff com.apple.Cocoa (6.11 - 22) <E38A0161-A12A-3670-9435-3F26250FB665> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa 0x7fff92537000 - 0x7fff9282bfff com.apple.HIToolbox (2.1.1 - 791) <BDC44D77-62C9-3C9F-A719-41C115904884> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox 0x7fff9282e000 - 0x7fff92874ff7 libauto.dylib (186) <286F2A27-31F7-3FDA-8FDB-D4D78801EB83> /usr/lib/libauto.dylib 0x7fff92881000 - 0x7fff92897ffb libLinearAlgebra.dylib (1155) <8B354361-0B79-3859-AB9E-E1C83C4F7B6F> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLinearAlgebra.dylib 0x7fff92898000 - 0x7fff92925fff libsystem_c.dylib (1077) <76B60A26-5CCD-3427-8FC2-F6097DEA84B1> /usr/lib/system/libsystem_c.dylib 0x7fff92926000 - 0x7fff92a49fff com.apple.LaunchServices (720 - 720) <EE4857E5-78FE-3A3A-B350-211513BD0F43> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices 0x7fff92a7e000 - 0x7fff92a98fff com.apple.Kerberos (3.0 - 1) <25B6814D-8D65-35B3-BFA6-15251E74F833> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos 0x7fff92a99000 - 0x7fff92b53fff com.apple.DiscRecording (9.0 - 9000.4.2) <CC3F3433-DD1D-3278-9BD4-3BF92ED33EF2> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording 0x7fff9352b000 - 0x7fff936a5fff com.apple.UIFoundation (1.0 - 424) <90C89831-4487-3D20-9D32-373B130E6E1F> /System/Library/PrivateFrameworks/UIFoundation.framework/Versions/A/UIFoundation 0x7fff936a6000 - 0x7fff936a8fff libRadiance.dylib (1420) <F4A7DFC8-0038-3599-9EE3-F510BF671AC0> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib 0x7fff936a9000 - 0x7fff936aafff liblangid.dylib (122) <9E029C4B-26A6-3047-ABEE-013C1BB75344> /usr/lib/liblangid.dylib 0x7fff936ab000 - 0x7fff936adff7 libquarantine.dylib (79) <19B8E22E-5E2B-35EB-9B72-86AA161BA2A9> /usr/lib/system/libquarantine.dylib 0x7fff936ae000 - 0x7fff936beff3 com.apple.ProtocolBuffer (1 - 242) <BCF6A347-AB3A-3B12-BF2E-3D3A0270F1D7> /System/Library/PrivateFrameworks/ProtocolBuffer.framework/Versions/A/ProtocolBuffer 0x7fff936bf000 - 0x7fff9372dff7 com.apple.datadetectorscore (7.0 - 440) <6DC5B302-90E8-3E79-A92B-3E51E4678A89> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore 0x7fff9372e000 - 0x7fff93737ff7 libsystem_pthread.dylib (129) <D483C19D-A988-3BF6-958F-63213A1A6FBD> /usr/lib/system/libsystem_pthread.dylib 0x7fff93738000 - 0x7fff9373bfff libspindump.dylib (194) <6F7B0FF3-64BD-32C2-96DE-2EB5D0F53B04> /usr/lib/libspindump.dylib 0x7fff9373c000 - 0x7fff93757ff7 libCRFSuite.dylib (34) <5363A5D5-07BF-300E-8348-27943528624A> /usr/lib/libCRFSuite.dylib 0x7fff93758000 - 0x7fff9377efff com.apple.ProtectedCloudStorage (1.0 - 1) <AA76E69B-39CC-3DD9-A717-89FB2DBA6FB1> /System/Library/PrivateFrameworks/ProtectedCloudStorage.framework/Versions/A/ProtectedCloudStorage 0x7fff9377f000 - 0x7fff93786ff7 libnetwork.dylib (545) <5EABB61C-ED44-3ADC-BB12-F11CCBEFAE95> /usr/lib/libnetwork.dylib 0x7fff937e4000 - 0x7fff93928ff7 com.apple.QTKit (7.7.3 - 2919) <F81B8555-2171-3033-8798-56920D96B6DB> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit 0x7fff93929000 - 0x7fff93958ffb libsystem_m.dylib (3105) <D69DAAED-6426-3D08-83D5-A14FED4D1FB2> /usr/lib/system/libsystem_m.dylib 0x7fff93959000 - 0x7fff9397dfff com.apple.quartzfilters (1.10.0 - 1.10.0) <28B68E6F-4C16-3737-88E9-F30603743676> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzFilters.framework/Versions/A/QuartzFilters 0x7fff93980000 - 0x7fff93988fff libsystem_dnssd.dylib (608) <45C2D3FD-5C11-350D-837A-8AD6F26155D2> /usr/lib/system/libsystem_dnssd.dylib 0x7fff93989000 - 0x7fff93989fff com.apple.Accelerate.vecLib (3.10 - vecLib 3.10) <AE08494B-D138-35B2-A9E8-A558DCE3AB80> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib 0x7fff9398a000 - 0x7fff939a4ff3 liblzma.5.dylib (10) <BE5DC02D-88ED-39F0-9279-963669B56224> /usr/lib/liblzma.5.dylib 0x7fff939a5000 - 0x7fff939b0ff7 com.apple.CrashReporterSupport (10.11 - 709) <858ABD55-EB91-3514-AD6E-72616B03CEAB> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport 0x7fff93a04000 - 0x7fff93a77fff com.apple.framework.IOKit (2.0.2 - 1164) <F0F61C1A-D1C3-3066-BA24-DEE35095D890> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit 0x7fff93a78000 - 0x7fff93dc8ff7 com.apple.Foundation (6.9 - 1221.11) <81281EF7-6B01-3E1E-89E5-F4D492AABE26> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation 0x7fff93dc9000 - 0x7fff93dedff7 libJPEG.dylib (1420) <B5BE78A5-D8D0-3713-99BF-A227305E9F19> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib 0x7fff93dee000 - 0x7fff93deefff liblaunch.dylib (741) <919F91EB-8162-31E6-926E-5BA708DF8403> /usr/lib/system/liblaunch.dylib 0x7fff93e2e000 - 0x7fff93e36fe7 libsystem_platform.dylib (72) <C0DA5F3D-9390-32BD-811B-BED436B4D647> /usr/lib/system/libsystem_platform.dylib 0x7fff93e9f000 - 0x7fff93ea0ff7 libodfde.dylib (23) <05D154EF-1EF3-34DB-8938-BAC8C12A87A0> /usr/lib/libodfde.dylib 0x7fff93ea1000 - 0x7fff93f3bfff com.apple.ViewBridge (139 - 139) <9E4B1D93-5956-314A-9177-B2155C5E3BB5> /System/Library/PrivateFrameworks/ViewBridge.framework/Versions/A/ViewBridge 0x7fff93f40000 - 0x7fff93f42ffb libutil.dylib (43) <8996C2DA-6F4A-3B75-97FC-B3F6AA59C2B6> /usr/lib/libutil.dylib 0x7fff93f43000 - 0x7fff93f5eff7 libextension.dylib (63) <F4FE4E78-4B2A-38A2-8BCA-C7A52B6F3892> /usr/lib/libextension.dylib 0x7fff93f5f000 - 0x7fff93f8aff3 libarchive.2.dylib (32) <E2F15D79-3FF0-389B-BCC3-DD25A272F5D0> /usr/lib/libarchive.2.dylib 0x7fff93f8b000 - 0x7fff93fa7fff com.apple.GenerationalStorage (2.0 - 237) <96F74034-99B4-3567-9656-D51334DEADC9> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage 0x7fff93fa8000 - 0x7fff93fb3ff7 libcommonCrypto.dylib (60072) <6E4F7C64-53A1-3BF5-A2AF-DCFC9FA82958> /usr/lib/system/libcommonCrypto.dylib 0x7fff9402c000 - 0x7fff940d9ff7 com.apple.cloudkit.CloudKit (442 - 442) <CB66433C-9702-3B20-BEC8-DE17D74A4DE7> /System/Library/Frameworks/CloudKit.framework/Versions/A/CloudKit 0x7fff94372000 - 0x7fff94372fff com.apple.audio.units.AudioUnit (1.12 - 1.12) <53AA7BBB-D350-3D2D-AD70-A41CA2477B87> /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit 0x7fff9437c000 - 0x7fff943d7fff libTIFF.dylib (1420) <728B49D1-839A-3EA4-805A-86948F394DE9> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib 0x7fff943d8000 - 0x7fff94451fc7 libcorecrypto.dylib (317) <21327414-5C1C-340E-8B1F-D5BE7EDC51D6> /usr/lib/system/libcorecrypto.dylib 0x7fff9445b000 - 0x7fff9445cff3 libSystem.B.dylib (1222) <5BB057BA-D886-3291-BB2A-F6F97F7A0D62> /usr/lib/libSystem.B.dylib 0x7fff9445d000 - 0x7fff9445ffff com.apple.loginsupport (1.0 - 1) <EE9FD193-1AEE-3C39-9E70-D6D59FD04E48> /System/Library/PrivateFrameworks/login.framework/Versions/A/Frameworks/loginsupport.framework/Versions/A/loginsupport 0x7fff94460000 - 0x7fff94464fff libpam.2.dylib (20) <030C997B-F626-3B7E-8233-6B44E3432BB1> /usr/lib/libpam.2.dylib 0x7fff945b6000 - 0x7fff945d2ff3 libresolv.9.dylib (60) <6DE927B5-7465-3BFF-9281-952CB2E379A2> /usr/lib/libresolv.9.dylib External Modification Summary: Calls made by other processes targeting this process: task_for_pid: 18 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: 30957 thread_create: 0 thread_set_state: 0 VM Region Summary: ReadOnly portion of Libraries: Total=297.6M resident=0K(0%) swapped_out_or_unallocated=297.6M(100%) Writable regions: Total=2.6G written=0K(0%) resident=0K(0%) swapped_out=0K(0%) unallocated=2.6G(100%) VIRTUAL REGION REGION TYPE SIZE COUNT (non-coalesced) =========== ======= ======= ATS (font support) 32.2M 9 ATS (font support) (reserved) 4K 2 reserved VM address space (unallocated) Accelerate.framework 256K 3 Activity Tracing 2048K 2 CG backing stores 10.4M 10 CG image 1412K 113 CG shared images 560K 15 CoreAnimation 324K 42 CoreUI image data 1476K 16 CoreUI image file 192K 4 Dispatch continuations 8192K 2 Foundation 28K 3 IOKit 15.5M 3 Image IO 64K 2 JS JIT generated code 128.0M 5 JS JIT generated code (reserved) 896.0M 2 reserved VM address space (unallocated) Kernel Alloc Once 8K 3 MALLOC 159.0M 81 MALLOC guard page 48K 10 MALLOC_LARGE (reserved) 1152K 3 reserved VM address space (unallocated) Memory Tag 242 12K 2 Memory Tag 80 2048K 2 OpenCL 24K 3 OpenGL GLSL 256K 4 STACK GUARD 56.2M 54 Stack 51.7M 54 Stack Guard 396K 34 VM_ALLOCATE 719.2M 55 VM_ALLOCATE (reserved) 661.0M 11 reserved VM address space (unallocated) WebKit Malloc 32.6M 51 __DATA 28.8M 311 __GLSLBUILTINS 2588K 2 __IMAGE 528K 2 __LINKEDIT 84.4M 37 __TEXT 213.2M 317 __UNICODE 552K 2 mapped file 173.2M 213 shared memory 16.4M 11 =========== ======= ======= TOTAL 3.2G 1457 TOTAL, minus reserved VM space 1.7G 1457 Model: MacBookAir4,2, BootROM MBA41.0077.B12, 2 processors, Intel Core i7, 1.8 GHz, 4 GB, SMC 1.73f66 Graphics: Intel HD Graphics 3000, Intel HD Graphics 3000, Built-In 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, 0xE9), Broadcom BCM43xx 1.0 (5.106.98.100.24) Bluetooth: Version 4.4.0d72 15995, 3 services, 27 devices, 1 incoming serial ports Network Service: Wi-Fi, AirPort, en0 Serial ATA Device: APPLE SSD SM256C, 251 GB USB Device: USB 2.0 Bus USB Device: FaceTime Camera (Built-in) USB Device: Hub USB Device: Apple Internal Keyboard / Trackpad USB Device: BRCM20702 Hub USB Device: Bluetooth USB Host Controller USB Device: USB 2.0 Bus USB Device: Hub USB Device: USB 2.0 Hub [MTT] USB Device: iPhone USB Device: Keyboard Hub USB Device: Apple Keyboard USB Device: Card Reader Thunderbolt Bus: MacBook Air, Apple Inc., 8.1 {code}
| 5 |
2,385 |
TISTUD-7641
|
07/10/2015 23:48:10
|
Regression: Slow due to "Failed to get the node modules path for package alloy"
|
After update to Studio 4.1.0, I keep getting the following. Studio becomes slow to respond. Here is the error log: {code} !ENTRY com.appcelerator.titanium.alloy.core 4 0 2015-07-10 15:43:06.426 !MESSAGE (Build 4.1.0.201507071122) [ERROR] Failed to get the node modules path for package 'alloy'. !STACK 1 org.eclipse.core.runtime.CoreException: Failed to get the node modules path for package 'alloy'. at com.aptana.js.internal.core.node.NodePackageManager.getModulesPath(NodePackageManager.java:496) at com.appcelerator.titanium.alloy.core.AlloyCorePlugin.getAlloyModulesPath(AlloyCorePlugin.java:178) at com.appcelerator.titanium.alloy.core.AlloyUtil.getAlloyJscaPath(AlloyUtil.java:183) at com.appcelerator.titanium.alloy.core.index.AlloyBuildPathContributor.getBuildPathEntries(AlloyBuildPathContributor.java:37) at com.aptana.buildpath.core.BuildPathManager.getDynamicBuildPaths(BuildPathManager.java:354) at com.aptana.buildpath.core.BuildPathManager.getBuildPaths(BuildPathManager.java:239) at com.aptana.buildpath.core.BuildPathManager.hasBuildPath(BuildPathManager.java:373) at com.appcelerator.titanium.core.util.ContentAssistMetadataUtils.getProjectMetadataBuildPath(ContentAssistMetadataUtils.java:143) at com.appcelerator.titanium.core.internal.mobile.SDKBuildPathContributor.getBuildPathEntries(SDKBuildPathContributor.java:93) at com.aptana.buildpath.core.BuildPathManager.getBuildPaths(BuildPathManager.java:321) at com.aptana.js.core.index.JSIndexQueryHelper.getIndices(JSIndexQueryHelper.java:123) at com.aptana.js.core.index.JSIndexQueryHelper.<init>(JSIndexQueryHelper.java:98) at com.appcelerator.titanium.alloy.core.validators.AlloyViewValidator.getQueryHelper(AlloyViewValidator.java:431) at com.appcelerator.titanium.alloy.core.validators.AlloyViewValidator.doBuildFile(AlloyViewValidator.java:224) at com.appcelerator.titanium.alloy.core.validators.AlloyViewValidator.buildEnding(AlloyViewValidator.java:132) at com.aptana.core.internal.build.LazyBuildParticipant.buildEnding(LazyBuildParticipant.java:67) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.runParticipants(CommonReconcilingStrategy.java:341) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:277) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.reconcile(CommonReconcilingStrategy.java:235) at com.aptana.editor.common.text.reconciler.CommonReconcilingStrategy.initialReconcile(CommonReconcilingStrategy.java:149) at com.aptana.editor.common.text.reconciler.CommonReconciler.initialProcess(CommonReconciler.java:188) at org.eclipse.jface.text.reconciler.AbstractReconciler$BackgroundThread.run(AbstractReconciler.java:173) !SUBENTRY 1 com.aptana.js.core 4 0 2015-07-10 15:43:06.426 !MESSAGE Failed to get the node modules path for package 'alloy'. {code}
| 5 |
2,386 |
TISTUD-7780
|
07/22/2015 15:44:31
|
Launching simulator/emulator creates a new Node.js process without killing the previous one
|
Every time i launch the *simulator* (i'm using *Genymotion*), *Appcelerator Studio* recreate the process *NODE* and the process *ADB* (without remove the previous process). Obviously after a while this is a serious problem for the RAM. *Update :* Maybe the problem is *Genymotion* ? *Update 2 :* Now the problem there is also using the iOS simulator (iOS SDK 9.0 , Titanium SDK 5.0.1)
| 8 |
2,387 |
TISTUD-7652
|
07/28/2015 19:33:07
|
If you Refresh Devices, a NullPointerException is thrown
|
*Details:* If you Refresh Devices from the drop down list, a NullPointerException is thrown. *Note:* This issue *does not occur* with SDK 4.1.0.GA. *Steps to reproduce:* # Create an Alloy project from Appc Studio # In the drop down list, select Refresh Devices; *you do not need to plug in any devices* *Actual:* NullPointerException is thrown; see attachment for dialog and below of the exception from Studio logs: {code} !ENTRY org.eclipse.core.jobs 4 2 2015-07-28 11:15:52.362 !MESSAGE An internal error occurred during: "Refreshing Devices...". !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ios.core.IOSSDKLocator.loadSimulators(IOSSDKLocator.java:269) at com.appcelerator.titanium.ios.core.IOSSDKLocator.parseTiInfo(IOSSDKLocator.java:191) at com.appcelerator.titanium.ios.core.IOSSDKLocator.updateTiInfo(IOSSDKLocator.java:145) at com.appcelerator.titanium.ios.core.IOSSDKLocator.refreshDevices(IOSSDKLocator.java:720) at com.appcelerator.titanium.internal.ui.launching.DynamicLaunchShortcutManager$4.run(DynamicLaunchShortcutManager.java:273) at org.eclipse.core.internal.jobs.Worker.run(Worker.java:54) {code} *Expected:* NullPointerException should not be thrown if you refresh devices.
| 5 |
2,388 |
TISTUD-7653
|
07/28/2015 20:50:36
|
Can't create modules(Android or IOS) from appc studio 4.1.1.201507141126
|
*Seeing this issue with:* * Appc CLI 4.1.2 with SDK 4.1.0.GA * Appc CLI 4.1.2 with latest master * Appc CLI 4.2.0-1 with 4.1.0.GA h5.Steps To Reproduce: 1. Using appc studio 4.1.1.201507141126 try to create a module(android or IOS). h5.Actual Results: 1. We can't create a module. 2. In studio logs we get: {code} !ENTRY org.eclipse.ui 4 0 2015-07-28 12:40:33.627 !MESSAGE Unhandled event loop exception !STACK 0 java.lang.NullPointerException at com.appcelerator.titanium.ui.ide.wizard.NewMobileModuleProjectCreationPage.validatePlatforms(NewMobileModuleProjectCreationPage.java:431) at com.appcelerator.titanium.ui.ide.wizard.NewMobileModuleProjectCreationPage.createControl(NewMobileModuleProjectCreationPage.java:228) at org.eclipse.jface.wizard.Wizard.createPageControls(Wizard.java:178) at org.eclipse.jface.wizard.WizardDialog.createPageControls(WizardDialog.java:759) at org.eclipse.jface.wizard.WizardDialog.createContents(WizardDialog.java:622) at org.eclipse.jface.window.Window.create(Window.java:435) at org.eclipse.jface.dialogs.Dialog.create(Dialog.java:1101) at org.eclipse.ui.internal.navigator.wizards.WizardShortcutAction.run(WizardShortcutAction.java:95) at org.eclipse.jface.action.Action.runWithEvent(Action.java:519) at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:595) at org.eclipse.jface.action.ActionContributionItem.access$2(ActionContributionItem.java:511) at org.eclipse.jface.action.ActionContributionItem$5.handleEvent(ActionContributionItem.java:420) at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:84) at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4199) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1467) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1490) at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1475) at org.eclipse.swt.widgets.Widget.notifyListeners(Widget.java:1279) at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4042) at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3669) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$9.run(PartRenderingEngine.java:1151) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1032) at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:148) at org.eclipse.ui.internal.Workbench$5.run(Workbench.java:636) at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:332) at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:579) at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:150) at com.appcelerator.titanium.rcp.IDEApplication.start(IDEApplication.java:126) at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:196) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:134) at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:380) at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:235) at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method) at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62) at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43) at java.lang.reflect.Method.invoke(Method.java:483) at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:648) at org.eclipse.equinox.launcher.Main.basicRun(Main.java:603) at org.eclipse.equinox.launcher.Main.run(Main.java:1465) {code} h5.Expected Results: 1. We should be able to create modules(android & IOS) from appc studio.
| 3 |
2,389 |
TISTUD-7659
|
08/04/2015 07:46:07
|
Appcelerator Studio getting crashed while closing Dashboard Window/Tab
|
h6.Reproduce Step: 1. Open Appcelerator Studio normally. 2. Close dashboard tab in studio. h6.Expect Result: The studio should work well h6.Actual Result: Studio crashes (attached screen shot) Note: here is the [crash log|https://gist.github.com/radamantis/c9088c162e2db91e946e]
| 5 |
2,390 |
TISTUD-7663
|
08/13/2015 16:32:05
|
Installer should check for and deal with 64-bit vs 32-bit JDK version on Windows
|
Installer should check for and deal with 64-bit vs 32-bit JDK version on Windows See https://wiki.appcelerator.org/display/prd/Installer+Checks for background info This issue did happen recently for an Enterprise evaluation on Windows 8
| 5 |
2,391 |
TISTUD-7673
|
08/14/2015 23:22:16
|
Studio cannot detect Xcode 7
|
*Details:* Latest Appcelerator Studio version (from Release branch) cannot detect Xcode 7 (beta 5). *Note:* Studio can still detect Xcode 6.4. *Steps to reproduce:* # Update your Studio to the latest version from the Release branch: http://studio-jenkins.appcelerator.org/job/appcelerator-rcp-release/lastSuccessfulBuild/artifact/dist/ # After the Studio updates and restarts, launch the Studio dashboard: *Actual:* Studio will show a orange button to update iOS; see dashboard.png attachment. *Expected:* Studio should be able to detect Xcode 7 (beta 5).
| 3 |
2,392 |
TISTUD-7677
|
08/19/2015 17:51:13
|
Attempting to add new watch extension fails with error
|
h5. Description: When a project is created and the tiapp.xml editor for watch extension is opened, there is a button labeled "new". When this button is clicked there is an error. The log shows no additional info other that what is presented in the dialog. h5. Steps to reproduce: 1) Create a project or use an existing one 2) Open tiapp.xml 3) Click the "add" button (green plus) from the tiapp.xml overview 4) Click the "New" button h5. Result: Error listed at top of window- "Error while trying to create extension project [?25h" h5. Expected Result: A new extension is created
| 5 |
2,393 |
TISTUD-7678
|
08/20/2015 03:40:23
|
Integration of Apple WatchOS2 support in studio
|
Integrate Apple WatchOS2 app creation in studio. {code} appc new --type applewatch --name SGTestWatch --template watchos2 {code}
| 8 |
2,394 |
TISTUD-7682
|
08/24/2015 18:38:43
|
Update Windows SDK Preference Page to use Windows Publisher ID
|
We've had to make a change to some of the config/command line values we use for Windows SDK. Basically before there was a Windows Phone Publisher GUID (-G) that was required. We ended up never actually using that, and it was a holdover from the Win 8 Mobile Web hybrid app stuff. Now that value and config value are optional, not required. It's used to specify the old Windows 8 publisher ID that MS assigned you, in the scenario that you're publishing an "upgraded" version of the app for Win 8.1/10. There's now a "sister" config value/option called the WIndows Phone product id for the same upgraded 8->8.1 app scenario. It's to specify the old Win 8 app id. see https://github.com/sgtcoolguy/titanium_mobile_windows/blob/master/cli/commands/_build/config/wpProductId.js Again that's optional. I think it's ok to not surface either of these two config/command line options because they'd be used extremely rarely by our customers. (plus one is more global - the Win 8 publisher GUID, while the other is app-specific - the Windows Phone product id). The important change is likely to make the pref page handle showing/editing the new Windows publisher Id config value now (in place of the Windows Phone Publisher GUID we discussed above that it currently surfaces). It's defined for the CLi here: https://github.com/sgtcoolguy/titanium_mobile_windows/blob/master/cli/commands/_build/config/winPublisherId.js It's stored in the ti CLI config key windows.publisherId, and can be specified on the comm,and line with the --win-publisher-id or -I switch. The value is assigned by MS when you sign up for a dev center account, and would be found on your Windows Dev Ceter dashboard at https://dev.windows.com/en-us/Account/Management
| 3 |
2,395 |
TISTUD-7689
|
08/27/2015 23:26:33
|
Appc studio 5.0.0.201508271032 fails installation due to "path too long" error related to liveview
|
*Note: This is a regression. This issue didn't exist in studio 5.0.0.201508251028.* h5.Steps To Reproduce: 1. Download studio 5.0.0.201508271032 installer for windows. 2. Start the installation process & follow the prompts. h5.Actual Results: 1. During the installation process you get error "the specified path is too long". 2. I see that it refers to liveview path & I guess the latest liveview fix caused this issue : https://github.com/appcelerator/titanium_studio/commit/8a60e8d462427d448237149a2ad08377ecc643c0 3. Refer attached screenshot for reference. h5.Expected Result: 1. The installation should not fail & proceed successfully.
| 3 |
2,396 |
TISTUD-7710
|
08/28/2015 00:33:29
|
Studio should handle the incompatible cache of ti info output
|
When using the 4.1.1 stack, if we update to use SDK 5.0.0, make a project, then move back to SDK 4.1.X, then Studio does not recognize Xcode and we cannot build for iOS sims. *Steps to reproduce issue* 1. Be on the 4.1.1 stack 2. Run {{appc ti sdk select}} and pick a 5.0.0 SDK 3. Restart Studio and make a new mobile project 4. Run {{apc ti sdk select}} and pick a 4.1.1 SDK 5. Restart Studio *Actual Results* Xcode will not be recognized in Studio *Expected Results* Xcode is recognized and you can build/create iOS projects
| 5 |
2,397 |
TISTUD-7691
|
08/28/2015 04:46:22
|
Apple Watch App can be created in a project that does not have iOS deployment targets
|
An Apple Watch App can be created through trap.xml even for projects that do not have iPhone/iPad as deployment targets. Steps to Reproduce: 1. Create a new titanium project in Appc Studio. Select Android as the only deployment target 2. In the Tiapp.xml, the Apple WatchOS 2 App section is shown even though the target is only Android. 3. Click on Create New button under the section and complete the process. A Apple Watch App is added to the project with extensions and Xcode project.
| 3 |
2,398 |
TISTUD-7698
|
09/04/2015 18:54:15
|
Beta stream installer from "preview.appcelerator.com" & jenkins gives 5.0.0.201508271032 studio
|
h5.Steps to reproduce: 1. Download the installers from beta stream from "preview.appcelerator.com" & jenkins. 2. Completed the studio installation. 3. Check the version of the installed studio. h5.Actual Results: 1. The installed version is 5.0.0.201508271032. NOTE: Updating previous studio from the stream & version in the zip is fine. h5. Expected Results: 1. The installed version should be 4.3.0.201509031836.
| 5 |
2,399 |
TISTUD-7699
|
09/07/2015 04:37:38
|
Unable build sample apps with 9.0 iOS simulators due to app icon size issues
|
Unable build sample apps with 9.0 iOS simulators - tried Employee directory and Ti SDK 4.1 Example App. {code} INFO] : Creating app icon set [ERROR] : No suitable app icon that is at least 180x180, unable to create missing icons: [ERROR] : [email protected] - Used for iPhone, iPad - required size: 58x58 (29x29 @2x) [ERROR] : [email protected] - Used for iPhone - required size: 87x87 (29x29 @3x) [ERROR] : [email protected] - Used for iPhone, iPad - required size: 80x80 (40x40 @2x) [ERROR] : [email protected] - Used for iPhone - required size: 120x120 (40x40 @3x) [ERROR] : [email protected] - Used for iPhone - required size: 120x120 (60x60 @2x) [ERROR] : [email protected] - Used for iPhone - required size: 180x180 (60x60 @3x) [ERROR] : An error occurred during build after 28s 330ms TRACE | titanium exited with exit code 1 ERROR | Error: ti run exited with error code 1 at ChildProcess.<anonymous> (/Users/kkolipaka/.appcelerator/install/5.0.0-40/package/node_modules/appc-cli-titanium/plugins/run.js:89:66) at ChildProcess.emit (events.js:117:20) at Process.ChildProcess._handle.onexit (child_process.js:820:12) {code}
| 8 |
2,400 |
TISTUD-7703
|
09/10/2015 00:01:09
|
Send a flag or environment variable when invoking CLI from studio
|
Ideally, we would just set an environment variable for all commands going to CLI before invocation and we can then check in CLI if being called by Studio. This is preferable to me than a command flag since I think it shouldn't be publicly exposed. I would suggest we set the environment variable APPC_STUDIO = 1 before calling any CLI command. We can then use this for CLI-806
| 3 |
2,401 |
TISTUD-7762
|
09/11/2015 09:23:31
|
Studio unable to update if OSX (El Capitan) logon using iCloud Account
|
When using iCloud account to logon on to OSX (El Capitan) It is not possible to update Appcelerator Studio. When prompted for Password, password is not accepted. Tried changing my user profile to "Use Separate Password..." now everything works as expected.
| 8 |
2,402 |
TISTUD-7704
|
09/14/2015 03:59:41
|
[Code refactoring]Consolidate titanium user and titanium360 user implementations in studio
|
Currently In the studio codebase we are maintaining titaniumUser and Titanium30User, so as part of this ticket will consolidate the functionality of both.
| 13 |
2,403 |
TISTUD-7705
|
09/14/2015 22:44:56
|
Studio should use the defined range of CLI versions
|
If anyone tries to use Studio 4.1.x with CLI/SDK 5.x, then it completely fails to parse ti info output of iOS. It should have defined the version range of compatible CLIs, and if the installed CLI doesn't fall under the range, then it should prompt the user to update Studio or, CLI/SDK accordingly. Similarly case for Studio 4.3.x has the prerequisite of CLI/SDK 5.x
| 8 |
2,404 |
TISTUD-7706
|
09/14/2015 23:00:43
|
Terminating a running build process will return "Terminate failed" dialog
|
*Details:* If you try to terminate a running build from Studio, a "Terminate failed" dialog will appear. *Notes:* * This occurs for both Android and iOS builds. * This issue has occurred on multiple qe machines. *Steps to reproduce:* # Create a mobile project (Titanium or Alloy) in Studio # Next, install the project to device or simulator/emulator # After the app launches, terminate the build (click the red button above the console) *Actual:* "Terminate failed" dialog will appear; see single.png attachment. If you click on the red button multiple times, then multiple dialogs will appear; see multiple.png attachment. *Expected:* "Terminate failed" dialog should not appear when you try to terminate a build.
| 3 |
2,405 |
TISTUD-7708
|
09/15/2015 09:21:42
|
Watchos2 app section is getting disappeared from tiapp editor after creating a new watchos2 app
|
Watchos2 app section is getting disappeared from tiapp editor after creating a new watch os2 app through ti app editor. Steps: 1. Open any 4.x sdk selected tiapp.xml editor 2. Switch the sdk version from 4.x to 5.0 (Don't save here!) 3. Click on 'create' from watch os 2 app section. 4. Provide the watch os2 app name 5. watchos2 app will be created successfully in the project but watchos2 app section is disappeared from tiapp editor. To get it back, we have to close the editor and re-open it. Actual: Watchos2 app section is getting disappear after creating a watchos2 app. Expected: Watchos2 app section should not disappear and it should show the app location in tiapp editor.
| 5 |
2,406 |
TISTUD-7712
|
09/15/2015 23:24:56
|
After you terminate a build process and close Studio, orphaned node processes will linger
|
*Details:* After you terminate a build process to device or simulator, then close Studio, orphaned node processes will linger. *Steps to reproduce:* # In Studio, create a mobile project # Build the mobile project to either device or simulator # After the app launches, terminate the build process by clicking on the red square # After the build process is killed, close Studio # Then, open Activity Monitor and look for node processes *Actual:* Orphaned node processes will still linger; see attachment. *Expected:* Orphaned node processes should not linger.
| 5 |
2,407 |
TISTUD-7713
|
09/15/2015 23:27:10
|
TiApp: Using the <windows> tag in tiapp.xml shows an invalid content error
|
h5.Description When adding the <windows> tag to the tiapp.xml in Studio using the tiapp editor it will be flagged with the below error. {code} Invalid content was found starting with element 'windows'. One of '{sdk-version, deployment-targets, id, name, version, publisher, url, description, copyright, icon, persistent-wifi, prerendered-icon, statusbar-style, statusbar-hidden, fullscreen, navbar-hidden, analytics, guid, iphone, android, ios, mobileweb, tizen, ivi, property, modules, plugins, extensions}' is expected. {code} h5.Steps to reproduce 1. Open a tiapp.xml from a project in Studio 2. Click the tiapp.xml tab to open the editor 3. Add the below {code} <windows> <id>com.appc</id> </windows> {code} h5.Actual result The <windows> tag will be flagged as invalid h5.Expected result The <windows> tag should not be flagged as invalid
| 5 |
2,408 |
TISTUD-7715
|
09/17/2015 16:37:14
|
TiApp Editor doesn't update when you change <extensions>
|
When you make a change to the XML under {{<extensions>}} that change is not reflected in the Overview tap, also not after saving it. You have to really close and re-open the tiapp.xml to see the change. When you make a change to other tags like {{<version>}}, {{<publisher>}} etc the change is reflected immediately.
| 5 |
2,409 |
TISTUD-7719
|
09/18/2015 08:14:05
|
No simulators shown in studio with latest release
|
Since the update of studio (and even before the updated XCode 7 had finished downloading - I still had the previous XCode installed), no simulator "option" appears in the launch pad area (see graphic below). No amount of reinstalling (done this twice now) is helping. I can confirm that there is indeed a simulator resident at: /Applications/XCode.app/Contents/Developer and then after showing package contents, in: /Platforms/iPhoneSimulator.platform/Developer/SDKs Shows as per the 2nd graphic attached. appc ti info also reports simulators: {code} iOS Simulators 8.4 iPad 2 (ipad) UDID = 671B1D19-7F80-4A54-BEAA-90F56FAAE183 Supports Watch Apps = no iPad Retina (ipad) UDID = 7611D080-36E8-4B72-9ED2-AF5C307F0C50 Supports Watch Apps = no iPad Air (ipad) UDID = A834365B-4833-459D-BCEB-016C9A017886 Supports Watch Apps = no iPhone 4s (iphone) UDID = 34AAD76C-9581-41A7-8B66-BE0F4C96FCDF Supports Watch Apps = no iPhone 5 (iphone) UDID = 35F3FB4A-D5E5-4FF3-8030-EE3D20CAE928 Supports Watch Apps = yes iPhone 5s (iphone) UDID = 58D46170-CAE0-4CC7-AE02-5EF8405A19C0 Supports Watch Apps = yes iPhone 6 Plus (iphone) UDID = 500ACFB8-E0D4-4E2E-9C7C-FBBD2CF63CE3 Supports Watch Apps = yes iPhone 6 (iphone) UDID = 1AC19EEE-8E2E-4E96-ADD8-6307E324A6FE Supports Watch Apps = yes 9.0 iPad 2 (ipad) UDID = 58F9B368-E005-4E25-B9D8-46F9C8641746 Supports Watch Apps = no iPad Retina (ipad) UDID = B64A0D81-8B10-4355-ACA2-CA8964DD0943 Supports Watch Apps = no iPad Air (ipad) UDID = 1C517817-CFC5-4711-9F0A-62C00CDE90B6 Supports Watch Apps = no iPad Air 2 (ipad) UDID = BB83A606-E0EE-4BAE-8074-511159CBABDB Supports Watch Apps = no iPhone 4s (iphone) UDID = 91F430E6-02BC-4B48-BB2E-8EDF8AD3756A Supports Watch Apps = no iPhone 5 (iphone) UDID = 42856DFD-68C4-4423-B9E6-2BCFB9B5FD92 Supports Watch Apps = yes iPhone 5s (iphone) UDID = 519463D7-B47A-4186-9CF2-0FEB4F7DA7F5 Supports Watch Apps = yes iPhone 6 Plus (iphone) UDID = DB90EBEC-EE4A-4DB4-9727-8E4855A242B2 Supports Watch Apps = yes iPhone 6 (iphone) UDID = D6FC99AF-7EF6-4987-917F-E7717762870E Supports Watch Apps = yes iPhone 6s (iphone) UDID = 5FFEB4AF-2557-46FD-AC05-D3889DA04386 Supports Watch Apps = yes iPhone 6s Plus (iphone) UDID = E412D0E2-CBCA-40C9-8622-758663DF802D Supports Watch Apps = yes WatchOS Simulators 2.0 Apple Watch - 38mm (watch) UDID = 12B54138-1724-4D1C-A597-6D4FA53F8644 Apple Watch - 42mm (watch) UDID = 965519F5-F2BD-46E2-A483-FC6456149498 {code} Help! UPDATE **** I've found that if I import a much older Titanium project into studio, THAT project has all simulators available (See third graphic). However, any new project simply doesn't show them. FURTHER UPDATE **** This problem is only apparent on ALLOY projects.
| 3 |
2,410 |
TISTUD-7717
|
09/18/2015 23:11:46
|
iOS: Reconnect to the debug session after the app is restarted
|
If a user attempts to debug a mobile app, then app initiates a debug connections during its startup. As Studio receives the debug connection request, it initiates the socket connection and receives the debug data. However, if the app is accidentally crashed/terminated on device or simulator, then the user has to re-launch the debug session (which will re-build the app and deploy onto device again). If the app is restarted on the device (or simulator), then it attempts to make a debug connection to Studio, but Studio is no more listening to the debug connection requests. Studio should listen to the debug connection request even though the app is terminated/crashed, so that the user does not need to re-launch debugging the app again.
| 8 |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.