All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed
@ 2019-08-08 15:27 bugzilla-daemon
  2019-08-09  8:47 ` bugzilla-daemon
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-08-08 15:27 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 1320 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111332

            Bug ID: 111332
           Summary: Long running application causes assert in amdgpu_bo.c
                    'bo->cpu_map_count > 0' failed
           Product: DRI
           Version: XOrg git
          Hardware: x86-64 (AMD64)
                OS: Linux (All)
            Status: NEW
          Severity: major
          Priority: medium
         Component: DRM/AMDgpu
          Assignee: dri-devel@lists.freedesktop.org
          Reporter: freedesktop@harrisonconsoles.com

We have an OpenGL application that runs 24/7. After 4-5 days the application
quits with this error in the syslog.

../amdgpu/amdgpu_bo.c:443: amdgpu_bo_cpu_map: Assertion `bo->cpu_map_count > 0'
failed.

The system is running
Debian 10 buster (kernel 4.19.0)
libdrm 2.4.99 built from source (gitlab.freedesktop.org)

There seems to be a patch to fix this problem here
https://patchwork.freedesktop.org/patch/258005/

But there has been no activity on this patch in a while and it has not been
merged.

I will start a test of this patch and will verify if it works for me, but it
will take 5 days to confirm.

Any chance of getting this patch merged?

Thanks,
Todd

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2712 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed
  2019-08-08 15:27 [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed bugzilla-daemon
@ 2019-08-09  8:47 ` bugzilla-daemon
  2019-08-21 19:59 ` bugzilla-daemon
  2019-09-25 18:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-08-09  8:47 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 911 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111332

Michel Dänzer <michel@daenzer.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
          Component|DRM/AMDgpu                  |Drivers/Gallium/radeonsi
            Product|DRI                         |Mesa
            Version|XOrg git                    |git
         QA Contact|                            |dri-devel@lists.freedesktop
                   |                            |.org

--- Comment #1 from Michel Dänzer <michel@daenzer.net> ---
(In reply to Todd from comment #0)
> There seems to be a patch to fix this problem here
> https://patchwork.freedesktop.org/patch/258005/

As discussed there, this is a Mesa issue and should be addressed there.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2802 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed
  2019-08-08 15:27 [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed bugzilla-daemon
  2019-08-09  8:47 ` bugzilla-daemon
@ 2019-08-21 19:59 ` bugzilla-daemon
  2019-09-25 18:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-08-21 19:59 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 417 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111332

--- Comment #2 from Todd <freedesktop@harrisonconsoles.com> ---
I can't comment on where the fix should be, but

1. This does not happen on a radeon based system

2. With the patch applied to the amdgpu code the application has been running
for over 7 days now with no issues.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 1287 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed
  2019-08-08 15:27 [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed bugzilla-daemon
  2019-08-09  8:47 ` bugzilla-daemon
  2019-08-21 19:59 ` bugzilla-daemon
@ 2019-09-25 18:50 ` bugzilla-daemon
  2 siblings, 0 replies; 4+ messages in thread
From: bugzilla-daemon @ 2019-09-25 18:50 UTC (permalink / raw)
  To: dri-devel


[-- Attachment #1.1: Type: text/plain, Size: 842 bytes --]

https://bugs.freedesktop.org/show_bug.cgi?id=111332

GitLab Migration User <gitlab-migration@fdo.invalid> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |MOVED
             Status|NEW                         |RESOLVED

--- Comment #3 from GitLab Migration User <gitlab-migration@fdo.invalid> ---
-- GitLab Migration Automatic Message --

This bug has been migrated to freedesktop.org's GitLab instance and has been
closed from further activity.

You can subscribe and participate further through the new bug through this link
to our GitLab instance: https://gitlab.freedesktop.org/mesa/mesa/issues/1423.

-- 
You are receiving this mail because:
You are the assignee for the bug.

[-- Attachment #1.2: Type: text/html, Size: 2568 bytes --]

[-- Attachment #2: Type: text/plain, Size: 159 bytes --]

_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2019-09-25 18:50 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-08-08 15:27 [Bug 111332] Long running application causes assert in amdgpu_bo.c 'bo->cpu_map_count > 0' failed bugzilla-daemon
2019-08-09  8:47 ` bugzilla-daemon
2019-08-21 19:59 ` bugzilla-daemon
2019-09-25 18:50 ` bugzilla-daemon

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.