Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Conversation

@kangaroo
Copy link

Fixes issue #801 which was caused by the CoreCLR and PAL being
dlopened, but pthread not being initialized by the runtime linker yet.
FreeBSD requires that the main executable load pthread, rather than a
downstream dependency. Also fixed a few missing calls to pthread_attr_init
which was causing asserts() on FBSD.

Fixes issue #801 which was caused by the CoreCLR and PAL being
dlopened, but pthread not being initialized by the runtime linker yet.
FreeBSD requires that the main executable load pthread, rather than a
downstream dependency.  Also fixed a few missing calls to pthread_attr_init
which was causing asserts() on FBSD.
@janvorli
Copy link
Member

LGTM. Beautiful! Thanks a lot.

@kangaroo
Copy link
Author

@dotnet-bot test this please

@kangaroo
Copy link
Author

Looks like the linux debug jenkins box was unhappy for unrelated reasons:

http://dotnet-ci.cloudapp.net/job/dotnet_coreclr_linux_debug_prtest/1017/console

@jkotas
Copy link
Member

jkotas commented Apr 26, 2015

Awesome!

jkotas added a commit that referenced this pull request Apr 26, 2015
@jkotas jkotas merged commit 1c2d91b into dotnet:master Apr 26, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

os-freebsd FreeBSD OS

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants