[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2018-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99236

Timothy Arceri  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #17 from Timothy Arceri  ---
(In reply to Vitaly Ostrosablin from comment #16)
> Have successfully updated to latest mesa. Seems like issue was fixed
> recently.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-12 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #16 from Vitaly Ostrosablin  ---
Have successfully updated to latest mesa. Seems like issue was fixed recently.

-- 
You are receiving this mail because:
You are the assignee for the bug.___
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel


[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-11 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #15 from Michel Dänzer  ---
For any commits that you can't test, run

 git bisect skip

Eventually, git bisect will either show the commit which introduced the
problem, or the minimal set of candidates.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #14 from Vitaly Ostrosablin  ---
85a3057f651a1c56348f1af18343d9cc0a5c93f3 used to work fine.

After that, in at most 3 commits to future from this point something was broken
and mesa didn't run (checked on 4c8c13b3568c82e503a10ddcb846b4c96261ec4c).

One of commits further in history I tried was
132b69c4edb824c70c98f8937c63e49b04f3adff, which didn't work as well.

After it, there was a huge batch of radeonsi commits.

c7dc1b010ae581f532240b661cb3d1c82e117e7e is not runnable, too.

bd56de88dfb192310f3432a3c0e0ddc3469c6d55 is runnable (probably, was fixed
somewhere earlier) and java reproducer app hangs system there.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #13 from Ilia Mirkin  ---
Vitaly - commit id's please. Dates are largely meaningless - the default date
shown by git has little to do with when the commit made it into a particular
tree, even with mesa's rebase policy.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-10 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #12 from Vitaly Ostrosablin  ---
Looks like it broke on Dec 07. There was a lot of radeonsi-related commits, but
I had difficulty compiling a working mesa out of them. On Dec 6, there was no
bug. No commits on Dec 7 seems to work, they're segfaulting. Then later on Dec
8, mesa can be compiled an started, but issue is already present.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #11 from Vitaly Ostrosablin  ---
Further narrowed date range: between Dec 6 and Dec 12.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #10 from Vitaly Ostrosablin  ---
Yes, will try to bisect mesa. Unfortunately, in looks like I'll have to do that
manually, since Gentoo doesn't seem to have bisect tools for portage. So far I
can say following initial info:

1) Bug wasn't introduced at least until November 30, 2016.
2) White button artefact doesn't seem to be related to hang. In Nov 30 commit
button is white, but pressing it doesn't hang the system.
3) On Dec 20, 2016, hang was already introduced.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-09 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #9 from Michel Dänzer  ---
Any chance you can bisect Mesa?

(In reply to Vitaly Ostrosablin from comment #8)
> But if that's mesa-only bug, shouldn't Ctrl+Alt+F1 work? Here GPU appears to
> have stopped output completely (most likely, fullscreen tty opens, but GPU
> shows same picture as on moment of freeze).

A GPU hang tends to cause the Xorg process to hang as well, which prevents VT
switching from working.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #8 from Vitaly Ostrosablin  ---
Attempted to run reproducer app in Xephyr. It appears exactly like on host with
Java 8 in attached screenshot. I.e. with white button. However, clicking the
button just adds the text into textarea, as programmed, while doing this
directly on host's Xorg hangs the system.

I think it's possible that app alone is not enough to reproduce the issue, KDE
and it's window manager might be at play here, too. But it's strange, because
this seems to occur on adding text to JTextArea, which is rendered by Swing and
should be least affected by WM and DE (except for window border, which is
absent in Xephyr, since no WM runs there).

But if that's mesa-only bug, shouldn't Ctrl+Alt+F1 work? Here GPU appears to
have stopped output completely (most likely, fullscreen tty opens, but GPU
shows same picture as on moment of freeze).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #7 from Vitaly Ostrosablin  ---
Created attachment 128804
  --> https://bugs.freedesktop.org/attachment.cgi?id=128804=edit
Comparison of reproducer app under java 8 and java 7 with git mesa

Checked out two days old revision of mesa. Attached screenshot of what I meant
about reproducer app.

Will try running it in Xephyr.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #6 from Vitaly Ostrosablin  ---
Yes, no problem. However, my XOrg was compiled without Xephyr, so I rebuilt it.
Unfortunately, I've decided to update mesa to latest commit as well, but it
seems that one of recent commits breaks everything (I get an unusable desktop
which looks white and can see gray outlines of KDE taskbar, mouse cursor and
login password box cursor). So, I had to temporarily revert to 13.0.3 mesa. But
there some useful info. First, on 13.0.3 I cannot reproduce fault with
reproducer app. Second, reproducer app looks same under 13.0.3 both on Java 7
and Java 8. I found it strange that under Java 7 swing app looks like it should
(Metal look & feel) and under Java 8 it looked different (white buttons instead
of default metallic). But it appears that this was just a rendering artefact.

I will try to get back to working mesa commit and reproduce the problem with
Xephyr now.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-07 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

Michel Dänzer  changed:

   What|Removed |Added

  Component|DRM/AMDgpu  |Drivers/Gallium/radeonsi
Product|DRI |Mesa
 QA Contact||dri-devel at lists.freedesktop
   ||.org
Version|DRI git |unspecified

--- Comment #5 from Michel Dänzer  ---
It's most likely a Mesa driver issue.

Can you try running Xephyr something like this:

 GALLIUM_DDEBUG="pipelined 2000" Xephyr :99 -glamor -screen 1024x768

and then run the reproducer app with DISPLAY=:99 . After the hang, a file
should appear in ~/ddebug_dumps/. Please attach that file here.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #4 from Vitaly Ostrosablin  ---
Created attachment 128723
  --> https://bugs.freedesktop.org/attachment.cgi?id=128723=edit
Java Swing reproducer application

Here's Java sources of a reproducer mini-application for the issue. Running it
and pressing the button results for me in AMD GPU fault, similar to ones I've
already attached logs for. Works in 100% cases (2/2) if run under JRE8.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #3 from Vitaly Ostrosablin  ---
Created attachment 128722
  --> https://bugs.freedesktop.org/attachment.cgi?id=128722=edit
Xorg.0.log from faulty session

This is Xorg log. It doesn't seem that X noticed the fault at all. Moreover,
with `ps -e` over ssh I can see X process and all other GUI programs still
running just fine. So it seems that only GPU driver has failed, other stuff
doesn't seem to be affected.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-03 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #2 from Vitaly Ostrosablin  ---
Created attachment 128721
  --> https://bugs.freedesktop.org/attachment.cgi?id=128721=edit
dmesg output from faulty session

Here's my dmesg. From these lines:

[  675.891897] amdgpu :01:00.0: GPU fault detected: 147 0x4802
[  675.891899] amdgpu :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR  
0x
[  675.891900] amdgpu :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS
0x02048002
[  675.891902] VM fault (0x02, vmid 1) at page 0, read from 'TC4' (0x54433400)
(72)
[  675.892003] amdgpu :01:00.0: GPU fault detected: 147 0x4802
[  675.892004] amdgpu :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_ADDR  
0x
[  675.892006] amdgpu :01:00.0:   VM_CONTEXT1_PROTECTION_FAULT_STATUS
0x02048002

It's obvious that something went terribly wrong inside AMD GPU.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2017-01-02 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

--- Comment #1 from Alex Deucher  ---
Please attach your xorg log and dmesg output.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2016-12-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

Vitaly Ostrosablin  changed:

   What|Removed |Added

   Hardware|x86 (IA32)  |x86-64 (AMD64)

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: 



[Bug 99236] System (seems to) completely freeze when interacting with java swing applications.

2016-12-31 Thread bugzilla-dae...@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=99236

Vitaly Ostrosablin  changed:

   What|Removed |Added

Summary|System (seems to)   |System (seems to)
   |completely freezes when |completely freeze when
   |interacting with java swing |interacting with java swing
   |applications.   |applications.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-- next part --
An HTML attachment was scrubbed...
URL: