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

Shared library test doesn't work on HPPA-RISC32 with HP-UX model #45

Closed
saprykin opened this issue Apr 17, 2017 · 0 comments
Closed

Shared library test doesn't work on HPPA-RISC32 with HP-UX model #45

saprykin opened this issue Apr 17, 2017 · 0 comments
Assignees
Labels
Milestone

Comments

@saprykin
Copy link
Owner

HPPA-RISC32 architecture doesn't support reference count in shl_unload(). Thus, it unloads all references (including our own), which leads to a test crash. To prevent this behaviour, we need to detect HPPA-RISC32 architecture and adopt the test properly.

This issue depends on #44.

@saprykin saprykin added the bug label Apr 17, 2017
@saprykin saprykin added this to the 0.0.3 milestone Apr 17, 2017
@saprykin saprykin self-assigned this Apr 17, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant