{ "id": "154122", "key": "TIMOB-20197", "fields": { "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false }, "project": { "id": "10153", "key": "TIMOB", "name": "Titanium SDK/CLI", "projectCategory": { "id": "10100", "description": "Titanium and related SDKs used in application development", "name": "Client" } }, "fixVersions": [ { "id": "16997", "name": "Release 5.2.0", "archived": false, "released": true, "releaseDate": "2016-02-23" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2016-02-05T14:16:58.000+0000", "created": "2016-01-05T08:28:48.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "app", "crash", "windows" ], "versions": [ { "id": "14826", "description": "Release 5.1.0-remaining iOS9 features, Android M features", "name": "Release 5.1.0", "archived": false, "released": true, "releaseDate": "2015-11-20" } ], "issuelinks": [ { "id": "50389", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "154654", "key": "TIMOB-20316", "fields": { "summary": "Windows: Make use of an LRU cache for cached property values", "status": { "description": "A resolution has been taken, and it is awaiting verification by reporter. From here issues are either reopened, or are closed.", "name": "Resolved", "id": "5", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Medium", "id": "3" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "50336", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "outwardIssue": { "id": "154428", "key": "TIMOB-20256", "fields": { "summary": "Windows: Reduce memory consumption at TitaniumKit startup", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "7", "description": "gh.issue.story.desc", "name": "Story", "subtask": false } } } }, { "id": "50286", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "153991", "key": "TIMOB-20192", "fields": { "summary": "[Windows Phone 8.1] Certification reject - This API is not supported for this application type - Api=OutputDebugStringA. Module=api-ms-win-core-debug-l1-1-1.dll", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "priority": { "name": "Critical", "id": "1" }, "issuetype": { "id": "1", "description": "A problem which impairs or prevents the functions of the product.", "name": "Bug", "subtask": false } } } } ], "assignee": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "updated": "2017-03-31T22:09:53.000+0000", "status": { "description": "The issue is considered finished, the resolution is correct. Issues which are closed can be reopened.", "name": "Closed", "id": "6", "statusCategory": { "id": 3, "key": "done", "colorName": "green", "name": "Done" } }, "components": [ { "id": "12642", "name": "Windows", "description": "Windows authoring support" } ], "description": "I am trying to run my Windows Phone app on my windows device Lumia 535 and Lumia 532\r\nbut as I run, it always gets crashed after splash screen and in console it gives error as : \r\n\"Timed out after 60000 milliseconds waiting to launch the device.\" on both devices.\r\n\r\nI am calling multiple API's on my app and same code is working fine with Android and IOS.\r\n\r\nPlease help.", "attachment": [], "flagged": false, "summary": "Windows: Phone App crashes after Splash Screen", "creator": { "name": "paramsb", "key": "paramsb", "displayName": "Parmeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "paramsb", "key": "paramsb", "displayName": "Parmeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "environment": "OS: Windows 10 pro,\r\nAppcelerator Studio, build: 4.4.0.201511241829", "closedSprints": [ { "id": 580, "state": "closed", "name": "2016 Sprint 3 SDK", "startDate": "2016-01-30T01:31:48.991Z", "endDate": "2016-02-13T01:31:00.000Z", "completeDate": "2016-02-15T05:32:40.725Z", "originBoardId": 114 } ], "comment": { "comments": [ { "id": "373812", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Is there any log output shown while it's attempting to launch the app? Have you tried a simple app that just displays a window/view with a label to confirm you can get a basic app launched? Maybe the app is doing lots of work on startup, or needs to delay work until after the app has launched/UI come up?", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-01-05T16:00:07.000+0000", "updated": "2016-01-05T16:00:07.000+0000" }, { "id": "373814", "author": { "name": "paramsb", "key": "paramsb", "displayName": "Parmeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Hi Chris,\r\nIn console it only gives Timeout error.\r\nI have tried simple hello world apps which were working fine, but as I add apps with some functionalities like calling API's it crashes immediately.\r\nMy Home screen is simple with some text and a Button.\r\nHow can we delay the work?", "updateAuthor": { "name": "paramsb", "key": "paramsb", "displayName": "Parmeet Singh", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2016-01-05T16:31:11.000+0000", "updated": "2016-01-05T16:31:11.000+0000" }, { "id": "373819", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Move the logic that takes a long time into a function that gets called via setTimeout, or on some other event callback mechanism later (after the UI has gotten setup).", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-01-05T17:08:34.000+0000", "updated": "2016-01-05T17:08:34.000+0000" }, { "id": "374173", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "[~paramsb] Could you paste a simple sample code that reproduces this issue? I'd like to see if it works for my device (Lumia 630).", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-11T12:07:09.000+0000", "updated": "2016-01-11T12:07:09.000+0000" }, { "id": "374665", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I was able to reproduce this issue. Looking into details...", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-15T08:41:30.000+0000", "updated": "2016-01-15T08:41:30.000+0000" }, { "id": "374802", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Here's an analysis from my debug dump using [WinDbg.exe|http://blogs.msdn.com/b/stephe/archive/2015/03/30/how-to-make-use-of-crash-dumps-available-on-the-store-dev-portal.aspx]. It reports {{ERROR_CODE: 0xc0000194 - Possible deadlock condition}} at application startup.\r\n\r\n{code}\r\n0:000> !analyze -v\r\n*******************************************************************************\r\n* *\r\n* Exception Analysis *\r\n* *\r\n*******************************************************************************\r\n\r\n*** WARNING: Unable to verify checksum for Movies.exe\r\n*** ERROR: Symbol file could not be found. Defaulted to export symbols for user32.dll - \r\n\r\n************* Symbol Loading Error Summary **************\r\nModule name Error\r\nuser32 The system cannot find the file specified : srv*c:\\symbols*http://msdl.microsoft.com/download/symbols\r\n\r\nYou can troubleshoot most symbol related issues by turning on symbol loading diagnostics (!sym noisy) and repeating the command that caused symbols to be loaded.\r\nYou should also verify that your symbol search path (.sympath) is correct.\r\n*** WARNING: Unable to verify checksum for TitaniumWindows.dll\r\n*** ERROR: Symbol file could not be found. Defaulted to export symbols for CoreMessaging.dll - \r\n*** ERROR: Symbol file could not be found. Defaulted to export symbols for ShellRuntime.dll - \r\n*** ERROR: Symbol file could not be found. Defaulted to export symbols for xamlpalwp.dll - \r\n*** WARNING: Unable to verify checksum for TitaniumWindows_Ti.dll\r\n\r\nFAULTING_IP: \r\n+f0a3b92370\r\n00000000 ?? ???\r\n\r\nEXCEPTION_RECORD: ffffffff -- (.exr 0xffffffffffffffff)\r\nExceptionAddress: 00000000\r\n ExceptionCode: c0000194\r\n ExceptionFlags: 00000000\r\nNumberParameters: 0\r\n\r\nCONTEXT: 00000000 -- (.cxr 0x0;r)\r\n r0=00000002 r1=00caf430 r2=00000001 r3=00000000 r4=77b522e9 r5=00000002\r\n r6=00000000 r7=00caf290 r8=00000101 r9=00000000 r10=00000000 r11=00caf3f8\r\nr12=0000005a sp=00caf288 lr=779b6309 pc=77b522ee psr=00000030 ----- Thumb\r\nntdll!NtWaitForMultipleObjects+0x6:\r\n77b522ee 4770 bx lr {KERNELBASE!WaitForMultipleObjectsEx+0x108 (779b6308)}\r\n\r\nBUGCHECK_STR: c0000194\r\n\r\nDEFAULT_BUCKET_ID: APPLICATION_HANG\r\n\r\nPROCESS_NAME: Movies.exe\r\n\r\nERROR_CODE: (NTSTATUS) 0xc0000194 - {EXCEPTION} Possible deadlock condition.\r\n\r\nEXCEPTION_CODE: (NTSTATUS) 0xc0000194 - {EXCEPTION} Possible deadlock condition.\r\n\r\nCRITICAL_SECTION: 00000000 -- (!cs -s 00000000)\r\n\r\nNTGLOBALFLAG: 0\r\n\r\nAPPLICATION_VERIFIER_FLAGS: 0\r\n\r\nAPP: movies.exe\r\n\r\nANALYSIS_VERSION: 6.3.9600.17336 (debuggers(dbg).150226-1500) amd64fre\r\n\r\nDERIVED_WAIT_CHAIN: \r\n\r\nDl Eid Cid WaitType\r\n-- --- ------- --------------------------\r\n 0 fa0.a0c Unknown \r\n\r\nWAIT_CHAIN_COMMAND: ~0s;k;;\r\n\r\nBLOCKING_THREAD: 00000a0c\r\n\r\nPRIMARY_PROBLEM_CLASS: APPLICATION_HANG\r\n\r\nLAST_CONTROL_TRANSFER: from 779b6308 to 77b522ee\r\n\r\nSTACK_TEXT: \r\n00caf288 779b6308 : 00000000 00000000 00caf430 00000000 : ntdll!NtWaitForMultipleObjects+0x6\r\n00caf288 75a242c2 : 00000000 00000000 00caf430 00000000 : KERNELBASE!WaitForMultipleObjectsEx+0x108\r\n00caf410 75a24abe : 00000000 00000000 00007530 00000000 : twinapi_appcore!Event::WaitWithFreeUnusedLibraries+0x7e\r\n00caf558 75a23466 : 00000000 00000008 00000000 00000000 : twinapi_appcore!Windows::ApplicationModel::Core::CoreApplicationFactory::RunInternal+0x1de\r\n00caf6b0 69a4c60c : 00000000 75a23455 00caf6f8 69a4c60d : twinapi_appcore!Windows::ApplicationModel::Core::CoreApplicationFactory::Run+0x12\r\n00caf6c0 69a4aa0c : 00d98d1c 00d93224 fffffffe fffffffe : Windows_UI_Xaml!RunInActivationMode+0x64\r\n00caf700 69a4a99c : 00000000 69a4a991 00118949 77c193b0 : Windows_UI_Xaml!DirectUI::ApplicationFactory::StartImpl+0x60\r\n00caf720 001133b8 : 69a4a991 00118949 00caf738 001133b9 : Windows_UI_Xaml!DirectUI::ApplicationFactory::Start+0xc\r\n00caf730 00113378 : 00caf798 00113365 00caf798 00113379 : Movies!Windows::UI::Xaml::IApplicationStatics::Start+0x18\r\n00caf748 001152e0 : 000000b7 00000063 00000075 00000077 : Movies!Windows::UI::Xaml::Application::Start+0x74\r\n00caf7a8 0011b20c : 00caf7c0 00d90b20 00d90b20 00d90b20 : Movies!main+0xf4\r\n00caf7e8 001199d0 : cccccccc 00000002 cccccccc 00d904d0 : Movies!_main+0xc4\r\n00caf878 00118b28 : cccccccc cccccccc 00118949 77c193b0 : Movies!WinMain+0x18\r\n00caf8a0 00118958 : 00000000 00000000 00d8a125 00000000 : Movies!__tmainCRTStartup+0x1c0\r\n00caf918 77b96426 : 00000000 00000000 00caf938 77b96427 : Movies!WinMainCRTStartup+0x10\r\n00caf928 00000000 : 00000000 77b96411 00000000 00000000 : ntdll!RtlUserThreadStart+0x16\r\n\r\n\r\nFOLLOWUP_IP: \r\ntwinapi_appcore!Event::WaitWithFreeUnusedLibraries+7e\r\n75a242c2 4605 mov r5,r0\r\n\r\nSYMBOL_STACK_INDEX: 2\r\n\r\nSYMBOL_NAME: twinapi_appcore!Event::WaitWithFreeUnusedLibraries+7e\r\n\r\nFOLLOWUP_NAME: MachineOwner\r\n\r\nMODULE_NAME: twinapi_appcore\r\n\r\nIMAGE_NAME: twinapi.appcore.dll\r\n\r\nDEBUG_FLR_IMAGE_TIMESTAMP: 54b5ebe1\r\n\r\nSTACK_COMMAND: .ecxr ; kb\r\n\r\nBUCKET_ID: ARM_c0000194_twinapi_appcore!Event::WaitWithFreeUnusedLibraries+7e\r\n\r\nFAILURE_BUCKET_ID: APPLICATION_HANG_c0000194_twinapi.appcore.dll!Event::WaitWithFreeUnusedLibraries\r\n\r\nANALYSIS_SOURCE: UM\r\n\r\nFAILURE_ID_HASH_STRING: um:application_hang_c0000194_twinapi.appcore.dll!event::waitwithfreeunusedlibraries\r\n\r\nFAILURE_ID_HASH: {aaad60c6-0462-78ff-8ed2-50a26258bdfd}\r\n\r\nFollowup: MachineOwner\r\n---------\r\n{code}", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-19T04:15:45.000+0000", "updated": "2016-01-19T04:15:45.000+0000" }, { "id": "374895", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Still in progress but I saw that [Application Verifier|https://msdn.microsoft.com/en-us/library/windows/hardware/ff538115%28v=vs.85%29.aspx] for Windows Phone reports heap corruption that causes bad allocation.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-20T01:54:01.000+0000", "updated": "2016-01-20T01:54:01.000+0000" }, { "id": "375141", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi guys, any news on this? We'd like to release app for our client asap. I don't need GA update, just updated SDK that can run app on Windows Phone device. \r\nThank you", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-01-22T08:30:53.000+0000", "updated": "2016-01-22T08:30:53.000+0000" }, { "id": "375265", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "According to the report from the [Application Verifier|https://msdn.microsoft.com/en-us/library/windows/hardware/ff538115%28v=vs.85%29.aspx] , \"out of memory\" error causes crash. I've been trying to reduce memory consumption (TIMOB-20256) but the crash still happens for my Lumia 630. For me rather bigger app (I tried the [Movies app|https://github.com/appcelerator/movies]) crashes but simpler app doesn't. Interestingly it only occurs on Windows Phone 8.1, it runs well on Windows 10 Mobile phones.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-01-26T03:22:11.000+0000", "updated": "2016-01-26T03:22:11.000+0000" }, { "id": "375820", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "I was able to fix this locally. It was a combination of memory consumption and also JavaScriptCore configuration. Still testing but I feel positive about this.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-03T01:38:42.000+0000", "updated": "2016-02-03T01:38:42.000+0000" }, { "id": "375888", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi Kota,\r\nthank you for your positive updates, I hope that appcelerator release updated SDK asap, so I can release my client's app(my client is kind of nervous...) Is there any time frame when it will be released to public? I install v6.0 SDK on daily basis, so please include this fix as soon as you can and let me know.\r\nThank you ", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-03T16:30:03.000+0000", "updated": "2016-02-03T16:30:03.000+0000" }, { "id": "376111", "author": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "body": "Merged to master and 5_2_X branches", "updateAuthor": { "name": "cwilliams", "key": "cwilliams", "displayName": "Christopher Williams", "active": true, "timeZone": "America/New_York" }, "created": "2016-02-05T14:16:58.000+0000", "updated": "2016-02-05T14:16:58.000+0000" }, { "id": "376316", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi Chris,\r\nI tried to install Ti SDK 6.0.0.v20160208111400(from this link: http://builds.appcelerator.com.s3.amazonaws.com/index.html#master), but app keeps crashing. Can you please advice me how to fix this?\r\nThank you.", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-09T08:49:34.000+0000", "updated": "2016-02-09T08:49:34.000+0000" }, { "id": "376322", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Hmm. It should have significant memory reduction than before, and I saw it's fixed for me. [~max87], what kind of device are you using, and which version of Windows Phone? It would be awesome if there's simple sample program that reproduce this issue.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-09T11:38:27.000+0000", "updated": "2016-02-09T11:38:27.000+0000" }, { "id": "376342", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi Kota,\r\nI'm using Nokia Lumia 630, Windows Phone 8.1 v8.10.14219.341\r\nI've tried to create new example app and it worked, so I copied source files from my client's project and run and it crashed.\r\nI'm trying to comment all code and uncomment after successfull run to see where the problem is. Strange is, that when I build exactly same code with 5.2.0 SDK, it runs without any problems.\r\nThanks\r\n\r\nEdit: after many build/crash/comment code/build again my app keeps crashing with message: \r\n[INFO] : Waiting for app to connect to log relay\r\nWhen I comment part of code(it's not important which part, mostly createWindow/createView/require) app runs normally(but does nothing because main logic is commented).\r\n", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-09T15:36:24.000+0000", "updated": "2016-02-09T20:27:16.000+0000" }, { "id": "376462", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Interesting...thanks for the information. From what I saw, I also suspect that the _elapsed time_ that's required at startup matters. I mean when it takes time to startup the app, Windows tries to stop it. It's not specific to Titanium but Windows Phone apps generally. I would suggest reducing number of files that's required at startup, try to read the logic \"on demand\" (For example use {{require}} only at the time when it's required), which should reduce loading time at startup.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-10T04:56:38.000+0000", "updated": "2016-02-10T04:56:38.000+0000" }, { "id": "376507", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "I rewrite parts of code and move require() to methods on demand. I have new problem - I had problem with JSON parsing, I solved it but now that problem is back. I read list of news fromweb via xhr and another xhr is for detail of news. When server send me detail data app crashes because JSON.parse can't parse that objekt - I tried JSON validator and output from server is valid JSON. I use same API and logic on Android/iOS version of app and there it's working fine. Can you please help me with this? \r\nThank you", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-10T09:08:23.000+0000", "updated": "2016-02-10T09:08:35.000+0000" }, { "id": "376591", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Would you create new ticket for it with a sample code that reproduces the issue? ", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-11T06:08:36.000+0000", "updated": "2016-02-11T06:08:36.000+0000" }, { "id": "376620", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi Kota,\r\nI wrote private email to you about this, please look at it and let me know. \r\nThank you.", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-11T13:23:03.000+0000", "updated": "2016-02-11T13:23:03.000+0000" }, { "id": "376712", "author": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Why don't you create new JIRA ticket for it other than sending private email? Sounds like a issue in JSON with UTF-8 strings.", "updateAuthor": { "name": "kiguchi", "key": "kota", "displayName": "Kota Iguchi", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2016-02-12T06:36:27.000+0000", "updated": "2016-02-12T06:36:27.000+0000" }, { "id": "376925", "author": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "body": "Hi Kota,\r\nI wrote to you private email, because I wanted to keep private data.\r\nI discovered, that when I build against 5.2.0 SDK, everything runs fine, but 6.0 has that problem with JSON.\r\nThanks", "updateAuthor": { "name": "max87", "key": "max87", "displayName": "Marian Kucharcik", "active": true, "timeZone": "Europe/Prague" }, "created": "2016-02-15T17:08:18.000+0000", "updated": "2016-02-15T17:08:18.000+0000" }, { "id": "416567", "author": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing ticket as fixed, if there are any problems, please file a new ticket.", "updateAuthor": { "name": "lmorris", "key": "lmorris", "displayName": "Lee Morris", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2017-03-31T22:09:53.000+0000", "updated": "2017-03-31T22:09:53.000+0000" } ], "maxResults": 22, "total": 22, "startAt": 0 } } }