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

waiting on empty queue will freeze Reactive #137

Merged
merged 1 commit into from May 12, 2017
Merged

waiting on empty queue will freeze Reactive #137

merged 1 commit into from May 12, 2017

Conversation

SimonDanisch
Copy link
Member

No description provided.

@JobJob
Copy link
Member

JobJob commented May 11, 2017

Nice, I think I was seeing this.

Copy link
Member

@timholy timholy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

❤️

@SimonDanisch
Copy link
Member Author

Error :: (line:272) :: every
      Expression: [0.5, 0.5, 0.5] --> roughly(diff(log), atol=0.1)
      error compiling #isapprox#14: error compiling vecnorm: error compiling vecnorm2: could not load library "libopenblas64_"
      dlopen(libopenblas64_.dylib, 1): Library not loaded: /usr/local/opt/gcc@6/lib/gcc/6/libgfortran.3.dylib
        Referenced from: /Users/travis/julia/lib/julia//libopenblas64_.dylib
        Reason: image not found

Oh what now?
I guess this isn't about my changes and I can merge?

@JobJob
Copy link
Member

JobJob commented May 12, 2017

Definitely looks completely unrelated to your changes. That test uses a norm so has a problem when the linalg libs weren't there - see the warnings above that error:

WARNING: Error during initialization of module LinAlg:
ErrorException("could not load library "libopenblas64_"
dlopen(libopenblas64_.dylib, 1): Library not loaded: /usr/local/opt/gcc@6/lib/gcc/6/libgfortran.3.dylib
  Referenced from: /Users/travis/julia/lib/julia//libopenblas64_.dylib
  Reason: image not found")
WARNING: Error during initialization of module CHOLMOD:
ErrorException("could not load library "libcholmod"
dlopen(libcholmod.dylib, 1): Library not loaded: /usr/local/opt/gcc@6/lib/gcc/6/libgfortran.3.dylib
  Referenced from: /Users/travis/julia/lib/julia//libopenblas64_.dylib
  Reason: image not found")

cc: @tkelman

@JobJob
Copy link
Member

JobJob commented May 12, 2017

FYI it works for me on Mac with julia >= 0.5 (including yesterday's master)

@JobJob JobJob merged commit 73e1065 into master May 12, 2017
@SimonDanisch SimonDanisch deleted the sd/fixfreeze branch May 12, 2017 08:11
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

Successfully merging this pull request may close these issues.

None yet

3 participants