Skip to content

os: CL 156379 causes deadlocks on FreeBSD 10.3 builders #29633

Closed
@bcmills

Description

@bcmills

https://golang.org/cl/156379 (which updates #19093) seems to be causing consistent deadlocks in the FreeBSD 10.3 builders:
https://build.golang.org/log/6e053738a50b6d2783d82146712ea469501a63a3
https://build.golang.org/log/dd23083ba54882a43e2d70fcf984722df0191e61
https://build.golang.org/log/6117379f9204b491204d9412db024eb95847248f
https://build.golang.org/log/6087ce300fadc2b1461dffbbfb5171d70fad965f

It is not obvious to me whether this should block the 1.12 release: it seems the 10.3 builders are flaky in general (see #25289). If not, please, remove the release-blocker label.

CC @ianlancetaylor @paulzhol @tklauser

Activity

added
NeedsInvestigationSomeone must examine and confirm this is a valid issue and not a duplicate of an existing one.
on Jan 9, 2019
added this to the Go1.12 milestone on Jan 9, 2019
ianlancetaylor

ianlancetaylor commented on Jan 9, 2019

@ianlancetaylor
Contributor

According to the release notes Go 1.12 should still support FreeBSD 10, so perhaps https://golang.org/cl/156379 was overly optimistic.

gopherbot

gopherbot commented on Jan 9, 2019

@gopherbot
Contributor

Change https://golang.org/cl/157099 mentions this issue: os: always treat files as unpollable on FreeBSD

ianlancetaylor

ianlancetaylor commented on Jan 9, 2019

@ianlancetaylor
Contributor
gopherbot

gopherbot commented on Mar 7, 2019

@gopherbot
Contributor

Change https://golang.org/cl/165801 mentions this issue: os: drop special case for FreeBSD 10.4 in newFile

locked and limited conversation to collaborators on Mar 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Relationships

    None yet

      Development

      No branches or pull requests

        Participants

        @ianlancetaylor@bcmills@gopherbot

        Issue actions

          os: CL 156379 causes deadlocks on FreeBSD 10.3 builders · Issue #29633 · golang/go