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

iOS simulator GC issues #18

Open
lynaghk opened this issue Aug 7, 2012 · 2 comments
Open

iOS simulator GC issues #18

lynaghk opened this issue Aug 7, 2012 · 2 comments

Comments

@lynaghk
Copy link

lynaghk commented Aug 7, 2012

I tried modifying the run/ios/bootstrap script to compile the Boehm GC for i386 so it can be used with the iPhone/iPad simulator, but it looks like Boehm itself relies on a depreciated API call to _dyld_bind_fully_image_containing_address.
This blows up at runtime in the latest iOS simulator.
The issue is still unresolved upstream:

https://github.com/ivmai/bdwgc/blob/master/dyn_load.c#L1400

(This isn't so much an explicit request for anything as much as a note to @aking and others who might give this a shot.)

@schani
Copy link
Owner

schani commented Aug 8, 2012

Thanks for the info!

@aking
Copy link
Contributor

aking commented Aug 25, 2012

I spent an hour or so trying to get boehm gc to work with the iOS Simulator (i386 based), but no luck. I can get past this API call (using similar defines in gcconfig.h that are used for iOS), but it always crashes with an infinite loop busting the stack in GC_clear_stack_inner() - so I'll leave it for now and stick with on device testing. Sorry :/

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

3 participants