-
Notifications
You must be signed in to change notification settings - Fork 395
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
Seg fault while processing model #121
Comments
I also just ran into a segmentation fault.
Any help would be appreciated. |
What version of Xcode and OS X? If either of you could provide a download link to a troublesome data model, that would make it possible to repro. |
Xcode: Version 4.4.1 (4F1003) I just did an install from homebrew like @sixten did. I'll see if I can create a quick repo to replicate the issue in a little bit. |
I should be able to post some models for you tomorrow. FWIW, the 1.2.6 binary compiled with the older tools, downloaded to the Mac I mentioned above, does not segfault on those same models. So it does appear to be dependent on the tools that compiled it. On Aug 12, 2012, at 6:04 PM, Jonathan 'Wolf' Rentzsch notifications@github.com wrote:
|
Thanks guys. |
I've zipped up a couple of the models that failed for me here: [link removed] Let me know whether that works for you (I'll probably also take that file down once you have it). |
ok I can't examine it right now but I downloaded the .zip locally if you want to delete it |
@sixten what version of OS X and Xcode are you using? Wasn't able to repro here on 10.8.0/4.5-DP4 using 1.26 from homebrew or from github HEAD. |
Xcode 4.4, OS X 10.7.4 |
@rentzsch Is there anything I can help with? I figured you didn't need two sets of files. |
hey guys. |
Thanks @floorjiann - that's indeed it. |
@floorjiann @jlnr thanks guys for tracking this one down and verifying the fix! |
deployment target to 10.6. Closes rentzsch#121.
I'm starting up a new Core Data project, and I realized that I didn't have the mogenerator installed on this Mac. So I:
I'm running Xcode 4.4 on Lion (10.7.4). I'm guessing this may, one way or another, be an issue with the newer tools. That's really the only unknown. (I've been a happy user of this tool for a while now, with no issues.)
On the off chance it was a format issue, I tried backing my model file back to the Xcode 3.2 format. No dice.
I also ran it on the models from a couple of older projects where I know I've been using mogenerator, and it also segfaults. I've been building that model with 1.26 on a different Mac successfully. That mogenerator was installed from homebrew a while back.
How can I gather more information for you to help diagnose this?
The text was updated successfully, but these errors were encountered: