{ "id": "83574", "key": "TIMOB-6566", "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": "12089", "description": "", "name": "Sprint 2011-49", "archived": true, "released": true, "releaseDate": "2011-12-12" }, { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" }, { "id": "12593", "name": "Release 2.0.0", "archived": false, "released": true, "releaseDate": "2012-03-30" } ], "resolution": { "id": "1", "description": "A fix for this issue is checked into the tree and tested.", "name": "Fixed" }, "resolutiondate": "2012-01-10T11:06:49.000+0000", "created": "2011-12-11T21:49:32.000+0000", "priority": { "name": "Critical", "id": "1" }, "labels": [ "branch-v8", "module_build", "qe-testadded", "verified-1.8.0.1" ], "versions": [ { "id": "12580", "description": "Dual Runtime 1.8.0", "name": "Release 1.8.0.1", "archived": true, "released": true, "releaseDate": "2011-12-22" } ], "issuelinks": [ { "id": "14278", "type": { "id": "10003", "name": "Relates", "inward": "relates to", "outward": "relates to" }, "inwardIssue": { "id": "84022", "key": "TIMOB-6740", "fields": { "summary": "Android: Modules: Unable to build modules with RC2", "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": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "updated": "2012-01-11T15:29:12.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": "10202", "name": "Android", "description": "Android Platform" } ], "description": "The NDK docs specify that apps should link against stlport_shared if they intent to load multiple shared libraries as part of the application. Since our 3rd party modules are loaded the same way our kroll-v8 shared lib is, we should change to compiling against / loading stlport_shared in our runtime.", "attachment": [], "flagged": false, "summary": "Android: V8: Use dynamic linking / loading of stlport_shared to avoid symbol conflicts in modules", "creator": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "subtasks": [], "reporter": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "environment": null, "comment": { "comments": [ { "id": "175735", "author": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "body": "To test this fix, verify that stlport_shared is now bundled and loaded in a Titanium app:\r\n\r\n* Verify libstlport_shared.so is bundled in both armeabi/armabi-v7a dirs by looking at the APK:\r\n{code}\r\n$ unzip -l build/android/bin/app.apk | grep libstlport_shared.so\r\n 393956 12-11-11 23:46 lib/armeabi/libstlport_shared.so\r\n 394256 12-11-11 23:46 lib/armeabi-v7a/libstlport_shared.so\r\n{code}\r\n\r\n* Verify the Titanium app loads libstlport_shared.so at bootup. This message may vary from device to device, but on my Galaxy Tab it looks like this:\r\n{code}\r\nD/dalvikvm( 1169): Trying to load lib /data/data/com.arcaner.test3/lib/libstlport_shared.so 0x40871430\r\nD/dalvikvm( 1169): Added shared lib /data/data/com.arcaner.test3/lib/libstlport_shared.so 0x40871430\r\n{code}", "updateAuthor": { "name": "mculpepper", "key": "mculpepper", "displayName": "Marshall Culpepper", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-12T00:38:13.000+0000", "updated": "2011-12-12T00:38:13.000+0000" }, { "id": "176553", "author": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Tested with studio version 1.0.7.201112152014\r\nTi Mob SDK 1.8.0.1.RC3\r\nOSX Lion\r\nGalaxy Tab 7in OS 2.X\r\n\r\nVerified expected behavior based on Marshall's comments \r\n\r\n*Note keeping open to confirm against 1.9.0 before closing\r\n", "updateAuthor": { "name": "mpettiford", "key": "mpettiford", "displayName": "Michael Pettiford", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2011-12-19T13:34:24.000+0000", "updated": "2011-12-19T13:34:24.000+0000" }, { "id": "178720", "author": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "body": "Added Label: qe-testadded.", "updateAuthor": { "name": "dhyde", "key": "dhyde", "displayName": "Dustin Hyde", "active": true, "timeZone": "America/Los_Angeles" }, "created": "2012-01-10T11:06:29.000+0000", "updated": "2012-01-10T11:06:29.000+0000" }, { "id": "178966", "author": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "body": "Closing bug. Already verified fix on 1.8.0.1", "updateAuthor": { "name": "wluu", "key": "wluu", "displayName": "Wilson Luu", "active": false, "timeZone": "America/Los_Angeles" }, "created": "2012-01-11T15:29:12.000+0000", "updated": "2012-01-11T15:29:12.000+0000" } ], "maxResults": 4, "total": 4, "startAt": 0 } } }