ios - How to fix MP3AudioStream error? -


i'm getting following error randomly (and consistently on launch). can happen when there background threads , when there aren't , seems problem library i'm having trouble tracking down problem in code. breakpoint triggers on:

#0  0x07bb489b in mp3audiostream::generatepackets(audiofilestreamcontinuation&) () 

and backtrace follows:

* thread #1: tid = 0x1c03, 0x07bb489b audiotoolbox`mp3audiostream::generatepackets(audiofilestreamcontinuation&) + 2843, stop reason = exc_bad_access (code=2, address=0x4) frame #0: 0x07bb489b audiotoolbox`mp3audiostream::generatepackets(audiofilestreamcontinuation&) + 2843 frame #1: 0x07b92535 audiotoolbox`audiofilestreamwrapper::parsebytes(unsigned long, void const*, unsigned long) + 181 frame #2: 0x07b8f41d audiotoolbox`audiofilestreamparsebytes + 93 frame #3: 0x07f7a1be mediatoolbox`pushbytesthroughparser + 484 frame #4: 0x07f7a69a mediatoolbox`getaudiofilestreampacketandframecount + 221 frame #5: 0x07f7c57e mediatoolbox`figaudiofilestreamformatreadercopyproperty + 225 frame #6: 0x07f9bd1d mediatoolbox`figplaybackbossgetduration + 165 frame #7: 0x07f9f75a mediatoolbox`figplaybackbosssettimewithrange + 192 frame #8: 0x07f66bef mediatoolbox`itemfig_rebuildrenderpipelinesandboss + 10196 frame #9: 0x07f63f01 mediatoolbox`playerfig_prepareworkingitem2 + 117 frame #10: 0x07f5bdb9 mediatoolbox`playerfig_prepareworkingitem + 88 frame #11: 0x07f6c536 mediatoolbox`itemfig_assetpropertybatchloaded_prepareworkingitem + 125 frame #12: 0x01bc8758 coremedia`figdeferrednotificationrun + 69 frame #13: 0x01de4376 corefoundation`__cfrunloop_is_calling_out_to_a_timer_callback_function__ + 22 frame #14: 0x01de3e06 corefoundation`__cfrunloopdotimer + 534 frame #15: 0x01dcba82 corefoundation`__cfrunlooprun + 1810 frame #16: 0x01dcaf44 corefoundation`cfrunlooprunspecific + 276 frame #17: 0x01dcae1b corefoundation`cfrunloopruninmode + 123 frame #18: 0x02afb7e3 graphicsservices`gseventrunmodal + 88 frame #19: 0x02afb668 graphicsservices`gseventrun + 104 frame #20: 0x00330ffc uikit`uiapplicationmain + 1211 frame #21: 0x00002a7d fma`main(argc=1, argv=0xbffff3f0) + 141 @ main.m:16 

has had error , know how might go fixing it?


Comments

Popular posts from this blog

jquery - How can I dynamically add a browser tab? -

node.js - Getting the socket id,user id pair of a logged in user(s) -

keyboard - C++ GetAsyncKeyState alternative -