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

signal problem on solaris #90

Closed
sustrik opened this issue Aug 12, 2015 · 3 comments
Closed

signal problem on solaris #90

sustrik opened this issue Aug 12, 2015 · 3 comments

Comments

@sustrik
Copy link
Owner

sustrik commented Aug 12, 2015

I've been able to compile and run libmill on ancient solaris version running on ancient SPARC box:

SunOS 5.10 Generic_141414-10 sun4u sparc SUNW,Sun-Blade-100

The only problem seem to be signals used in two tests (chan, signals). Those two tests fail in weird ways.

@nirs
Copy link
Contributor

nirs commented Aug 12, 2015

Maybe we should use sigaction(2), instead of signal(2). But do you want to support ancient solaris?

@sustrik
Copy link
Owner Author

sustrik commented Aug 12, 2015

It's just that I have an access to the box. I haven't expected it to work but, surprisingly, it did. The fact that it works on a RISC processor is good news as well.

@sustrik
Copy link
Owner Author

sustrik commented Sep 21, 2015

Too many unknowns here, ancient computer, uncommon microarchitecture, different OS. We should try on Solaris/Illumos on a modern hardware rather. Closing the ticket for now.

@sustrik sustrik closed this as completed Sep 21, 2015
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