Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-1992] IOS: Strange behavior and intermittant mem leak on embedded video test case

GitHub Issuen/a
TypeBug
PriorityTrivial
StatusClosed
ResolutionFixed
Resolution Date2011-04-17T01:57:45.000+0000
Affected Version/sn/a
Fix Version/sRelease 1.5.0
ComponentsiOS
Labelsdefect, ios, regression, video
ReporterThomas Huelbert
AssigneeBlain Hamon
Created2011-04-15T03:07:35.000+0000
Updated2011-04-17T01:57:45.000+0000

Description

1.Phone>Play Movie>embedded video
2.tap the small videos ful screen control
3.tap the screen to show video controls
4.tap done.
5.repeat.
6.repeast in simulator with instruments

results: I intermittantly had some strange videon behavior, with multple alerts "mobie completed", once the video played on the wrong screen
Results in instruments: out of 5 tries, twice I saw a mem leak witht he folllowing information:

Leaked Object # Address Size Responsible Library Responsible Frame
Malloc 32 Bytes 0xb43cb70 32 AudioToolbox SimAggregateDevice::SimAggregateDevice(CFString const*, CFString const, long&)
Malloc 32 Bytes 0xb43cab0 32 AudioToolbox SimAggregateDevice::SimAggregateDevice(__CFString const
, CFString const*, long&)
NSCFDictionary 0xb43ca50 48 AudioToolbox SimAggregateDevice::SimAggregateDevice(CFString const*, CFString const, long&)
Malloc 48 Bytes 0xb4320e0 48 AudioToolbox APComponent::CreateDispatchTable(AudioComponentPlugInInterface
, unsigned long)

Comments

  1. Stephen Tramer 2011-04-15

    That last change was a mistake on my part. Missed the second half of the description about the intermittent problems. But the memory leaks probably are the same as #1997 - which are confirmed to not be intrinsic.

  2. Stephen Tramer 2011-04-15

    The memory leaks aren't our fault (see #1997). However I am seeing duplicate alerts for 'embedded', but only under 4.2 - we should wait for 4.2GM to do a bunch of video testing, because it looks like there were a lot of changes to the system (again).

  3. Stephen Tramer 2011-04-15

    No longer able to reproduce. Marking fixed-in-qa; duplicate completed messages probably handled by another bug.

  4. Thomas Huelbert 2011-04-15

    1.5.0.fb4b340 4gt ipod touch 4.2

JSON Source