-
-
Notifications
You must be signed in to change notification settings - Fork 5.6k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
build fails at sys.ji #600
Comments
Try |
same here on os x (10.7.3, xcode 4.2.1, commit c2104c9): $ make cleanall |
I don't get a segfault on os x (10.7.3, xcode 4.2.1, commit 443afbf). This commit does not have any material changes from the ones mentioned above. |
Got the segfault as well... (VBox VM, with Mint 12 LXDE, Linux 3.0.0.-16, i386) After bisecting, the first bad commit is 55dce00. After adding path "jl/" back to the beginning of start_image.jl it started working again. |
Here's the backtrace for it:
|
This means it is not finding start_image.jl, probably because the |
The backtrace on mac is different? (lldb) run -J sys0.ji stage1.jl Process 21956 launched: '/Users/jameson/Documents/no-backup/julia/julia' (x86_64)
|
newcwd has too many characters at the end since (presumably) strncpy doesn't add a null byte. (lldb) s
|
sys.ji image build segfaults before finishing (linux & mac)
currently at commit c2104c9
The text was updated successfully, but these errors were encountered: