charmplusplus / projections

Performance Analysis Tool for Charm++
Apache License 2.0
5 stars 3 forks source link

Projections behaving awkwardly on Tiling Window Managers #104

Closed NK-Nikunj closed 4 years ago

NK-Nikunj commented 4 years ago

Environment (please complete the following information):

Describe the bug

As the title suggests, the experience of running projections are not ideal. Following are the issues:

To Reproduce Run projections on any tiling window manager (i3wm, bspwm, awesome wm, dwm etc.)

Expected behavior Projections should run properly.

rbuch commented 4 years ago

Hmm, I'm not able to reproduce this under i3. See the attached image, which shows that tile boundaries are respected and timeline is shown. Single clicking also works fine for me. Is there perhaps something else that could be causing this? Doing a bit of searching online makes it seems like Java (likely Swing, specifically) doesn't play terribly nicely with bspwm. Are you able to use other Java programs without issues?

image

NK-Nikunj commented 4 years ago

I don't do any java programming really. I had to install java to run projections so I can't tell if its a java issue. Do you have any set of tests that I can run to check if its a java issue?

rbuch commented 4 years ago

I don't really have any tests to check; I think the best thing to do is just run some other Java programs with GUIs. Perhaps you can try running VisualVM or some other Java program you find to see how that gets rendered.

NK-Nikunj commented 4 years ago

@rbuch apologies for the delay. Yes, it does seem like a java issue instead of projections issue. I'm experiencing similar issues with VisualVM (version 2.0.3).

Closing as the cause is orthogonal to projections.