-
Notifications
You must be signed in to change notification settings - Fork 2.1k
x86: disable --gc-sections
for Travis' sake
#1552
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
Conversation
I could not reproduce the problem at home, but on Travis CI after merging #1415 tests/unittest failed to execute for qemu-i386. There is a crash early in the initialization, caused by a #PF. The execution hangs afterwards (`cli; 0: hlt; jmp 1b`), and Travis kills the execution after 10 minutes.
\o/ It's working again. ACK |
x86: disable `--gc-sections` for Travis' sake
Still not working here. |
What do you get when you execute |
Apparently the correct result:
|
But |
(I don't like the new color theme of Github, btw.) |
Yes, test gives no output. And don't worry about the color theme - Github is changing its UI constantly, so it won't last for too long. |
Can you send me the .elf file and post the output of |
|
I could not reproduce the problem at home, but on Travis CI after
merging #1415 tests/unittest failed to execute for qemu-i386.
There is a crash early in the initialization, caused by a #PF. The
execution hangs afterwards (
cli; 0: hlt; jmp 0b
), and Travis killsthe execution after 10 minutes.