All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 71817] New: Git Mesa r600g driver crashes while using llvm
@ 2013-11-20  1:41 bugzilla-daemon
  2013-11-20  4:00 ` [Bug 71817] " bugzilla-daemon
                   ` (3 more replies)
  0 siblings, 4 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-20  1:41 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 71817
          Assignee: dri-devel@lists.freedesktop.org
           Summary: Git Mesa r600g driver crashes while using llvm
          Severity: normal
    Classification: Unclassified
                OS: Linux (All)
          Reporter: sobkas@gmail.com
          Hardware: x86-64 (AMD64)
            Status: NEW
           Version: git
         Component: Drivers/Gallium/r600
           Product: Mesa

Created attachment 89502
  --> https://bugs.freedesktop.org/attachment.cgi?id=89502&action=edit
Gdb output after using glxinfo

R600g crashes while I try to use LLVM support in it.
LLVM: 1:3.4~svn194296-1~exp1
Mesa: e7a5905d8a3960b0981750f8131e3af9acbfcdb8

Error message before segfault:
0x6af6c0: i32 = GlobalAddress<<4 x float> (i32)* @llvm.R600.interp.const> 0
[ORD=1]

Even running glxinfo causes this error.

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

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

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

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

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

* [Bug 71817] Git Mesa r600g driver crashes while using llvm
  2013-11-20  1:41 [Bug 71817] New: Git Mesa r600g driver crashes while using llvm bugzilla-daemon
@ 2013-11-20  4:00 ` bugzilla-daemon
  2013-11-20 23:00 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-20  4:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #1 from Krzysztof A. Sobiecki <sobkas@gmail.com> ---
Tried LLVM version 1:3.4~svn194202-1~exp1 and it have the same problem, and I
think it worked with an older Mesa. Will bisect Mesa in the future.

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

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

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

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

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

* [Bug 71817] Git Mesa r600g driver crashes while using llvm
  2013-11-20  1:41 [Bug 71817] New: Git Mesa r600g driver crashes while using llvm bugzilla-daemon
  2013-11-20  4:00 ` [Bug 71817] " bugzilla-daemon
@ 2013-11-20 23:00 ` bugzilla-daemon
  2013-11-22 14:17 ` bugzilla-daemon
  2013-11-22 19:45 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-20 23:00 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Krzysztof A. Sobiecki <sobkas@gmail.com> ---
And the winner is:
88c8f1972976c506e8fb048100ed11fef1ca938b is the first bad commit
commit 88c8f1972976c506e8fb048100ed11fef1ca938b
Author: Vincent Lejeune <vljn@ovi.com>
Date:   Wed Oct 30 18:35:58 2013 +0100

    r600/llvm: Store inputs in function arguments

:040000 040000 70bee8674c6b22eda966273cc1f736ed81da3829
10b9d66a3bd9c8328649515d5cf40ce20b022c1b M    src

Thank You.

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

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

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

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

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

* [Bug 71817] Git Mesa r600g driver crashes while using llvm
  2013-11-20  1:41 [Bug 71817] New: Git Mesa r600g driver crashes while using llvm bugzilla-daemon
  2013-11-20  4:00 ` [Bug 71817] " bugzilla-daemon
  2013-11-20 23:00 ` bugzilla-daemon
@ 2013-11-22 14:17 ` bugzilla-daemon
  2013-11-22 19:45 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-22 14:17 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from vincent <vljn@ovi.com> ---
You need at least revision @@194425 of llvm 3.4 to have the commit labeled :

commit 70a7d5ddb4f00bbb61afe7b536c6f599f771ab9a
Author: Vincent Lejeune <vljn@ovi.com>
Date:   Mon Nov 11 22:10:24 2013 +0000

    R600: Use function inputs to represent data stored in gpr

    git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194425
91177308-0d3

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

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

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

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

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

* [Bug 71817] Git Mesa r600g driver crashes while using llvm
  2013-11-20  1:41 [Bug 71817] New: Git Mesa r600g driver crashes while using llvm bugzilla-daemon
                   ` (2 preceding siblings ...)
  2013-11-22 14:17 ` bugzilla-daemon
@ 2013-11-22 19:45 ` bugzilla-daemon
  3 siblings, 0 replies; 5+ messages in thread
From: bugzilla-daemon @ 2013-11-22 19:45 UTC (permalink / raw)
  To: dri-devel


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

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

Krzysztof A. Sobiecki <sobkas@gmail.com> changed:

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

--- Comment #4 from Krzysztof A. Sobiecki <sobkas@gmail.com> ---
Sorry for the problem.

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

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

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

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

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

end of thread, other threads:[~2013-11-22 19:45 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-11-20  1:41 [Bug 71817] New: Git Mesa r600g driver crashes while using llvm bugzilla-daemon
2013-11-20  4:00 ` [Bug 71817] " bugzilla-daemon
2013-11-20 23:00 ` bugzilla-daemon
2013-11-22 14:17 ` bugzilla-daemon
2013-11-22 19:45 ` 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.