Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

OALTools g_defaultBundle causes EXC_BAD_ACCESS #101

Open
nekot opened this issue Dec 31, 2016 · 0 comments
Open

OALTools g_defaultBundle causes EXC_BAD_ACCESS #101

nekot opened this issue Dec 31, 2016 · 0 comments

Comments

@nekot
Copy link

nekot commented Dec 31, 2016

I'm using Objective-C, non-ARC environment, iOS10 simulator on OS X El Capitan Xcode 8.2.1, communicating with CoreMIDI MacOS test application. (I mean this is complexed environment and currenly only reproducible on this environment)

g_defaultBundle in +urlForPath: of OALTools causes EXC_BAD_ACCESS when I use OALSimpleAudio.

+ (NSURL*) urlForPath:(NSString*) path
{
    return [self urlForPath:path bundle:g_defaultBundle];
}

IF I change g_defaultBundle to [NSBundle mainbundle] , it works fine.
There are too many places to check to debug, so I just wanted to report this to get related bug information.

Thank you,

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant