You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
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 :/
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.)
The text was updated successfully, but these errors were encountered: