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

fbdemo.c, pascal.c fail to compile on asm.js core and Firefox 24.0 #7

Closed
andrakis opened this issue Oct 26, 2013 · 2 comments
Closed
Assignees

Comments

@andrakis
Copy link

GCC fails to compile either fbdemo.c or pascal.c, but does work on hello.c.
Switching to the standard core gets gcc working again, and then afterward you can switch back to the asm.js core to run the application and it seems fine.

This is using your hosted "GNU C Compiler" image, running from s-macke.github.io.

Output from compile:

~ # gcc fbdemo.c -o fbdemo
In file included from /usr/include/features.h:416:0,
                 from /usr/include/stdio.h:28,
                 from fbdemo.c:1:
/usr/include/sys/cdefs.h:1:0: internal compiler error: Segmentation fault
 /* Copyright (C) 1992-2001, 2002, 2004, 2005, 2006, 2007
 ^

/usr/include/sys/cdefs.h:1:0: internal compiler error: Aborted
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
gcc: internal compiler error: Aborted (program cc1)
Please submit a full bug report,
with preprocessed source if appropriate.
See <http://gcc.gnu.org/bugs.html> for instructions.
@ghost ghost assigned s-macke Oct 26, 2013
@s-macke
Copy link
Owner

s-macke commented Oct 26, 2013

The fast data tlb lookup seems to fail sometimes and I don't know why. For now it is disabled reducing the speed a little bit. The new version should be online any moment.

@s-macke
Copy link
Owner

s-macke commented Nov 11, 2013

Problem solved

@s-macke s-macke closed this as completed Nov 11, 2013
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

2 participants