Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-19880] audioPlayer deadlock issue 5.1 beta

GitHub Issuen/a
TypeBug
Priorityn/a
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 5.1.0
Fix Version/sn/a
ComponentsCLI
Labelsios
Reporterjack sparrow
AssigneePraveen Innamuri
Created2015-10-30T10:19:27.000+0000
Updated2015-11-05T11:38:40.000+0000

Description

check below issue , when i use start() or play() function for below player i got Error as warn . *SDK : 5.1.0.v20151028190028*

var remotePlayer = Ti.Media.createAudioPlayer		({url    		 : 'http://www.soundhelix.com/examples/mp3/SoundHelix-Song-1.mp3',//t.remote,
					      								 preload		 : true,
					   									 });

remotePlayer.start();


[WARN] :   *** -[NSLock lock]: deadlock (<NSLock: 0x14de05640> '(null)')
[WARN] :   *** Break on _NSLockError() to debug.

Attachments

FileDateSize
Screen Shot 2015-10-30 at 12.12.16 PM.png2015-10-30T10:18:10.000+000026481

Comments

  1. Aminul Islam 2015-10-30

    Hi , I tested the issue you reported. This is a valid issue. *audioPlayer* with remote url is not working with 5.1.0.v20151104190037 but it's work fine with 5.0.2 GA Environment
       
       Operating System
         Name                        = Mac OS X
         Version                     = 10.10.5
         Architecture                = 64bit
         # CPUs                      = 4
         Memory                      = 8589934592
       Node.js
         Node.js Version             = 0.10.37
         npm Version                 = 1.4.28
       Titanium CLI
         CLI Version                 = 5.0.5
       Titanium SDK
         SDK Version                 = 5.1.0.v20151104190037
         SDK Path                    = /Users/Raju/Library/Application Support/Titanium/mobilesdk/osx/5.1.0.v20151104190037
         Target Platform             = iphone
       
    Thanks
  2. jack sparrow 2015-10-30

    any SDK lower than SDK : 5.1.0 will work fine , but higher will got deadlock

JSON Source