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

Doesn't work in Ubuntu #93

Closed
SimonEnsemble opened this issue Apr 13, 2018 · 8 comments
Closed

Doesn't work in Ubuntu #93

SimonEnsemble opened this issue Apr 13, 2018 · 8 comments

Comments

@SimonEnsemble
Copy link

Upon ProfileView.view(), a dialog pops up that is very tiny, on Ubuntu 16.04, Julia v0.6.2.
If I hover over a region or click on it, nothing happens. So I can't see to which lines of code each colored region represents.

Here is an image of what it looks like:
profile_view

When I do click on a region, my Julia client shows:

./REPL.jl, macro expansion: line 97
  ./event.jl, #1: line 73
@liuzheng1990
Copy link

Same problem here.

@maxlarsen
Copy link

And here.

@floswald
Copy link

same here on macOS. (my REPL shows nothing when I click on the graph. the graph doesn't display any function names or anything either)

@rafaqz
Copy link
Contributor

rafaqz commented May 6, 2018

Same on arch linux

@antoine-levitt
Copy link
Contributor

This is #91. Someone needs to take care of JuliaGraphics/Cairo.jl#223, but in the meantime a workaround is

Pkg.pin("Cairo", v"0.4.0")
Pkg.update()

@floswald
Copy link

awesome @antoine-levitt ! works. thanks for checking back.

@liuzheng1990
Copy link

@antoine-levitt Wonderful! Verified on Ubuntu 16.04.

@timholy
Copy link
Owner

timholy commented Sep 3, 2018

Fixed by JuliaGraphics/Cairo.jl#254

@timholy timholy closed this as completed Sep 3, 2018
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

7 participants