All of lore.kernel.org
 help / color / mirror / Atom feed
* [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK)
@ 2014-02-19 15:08 bugzilla-daemon
  2014-02-19 19:11 ` [Bug 75211] " bugzilla-daemon
                   ` (16 more replies)
  0 siblings, 17 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-19 15:08 UTC (permalink / raw)
  To: dri-devel


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

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

          Priority: medium
            Bug ID: 75211
          Assignee: dri-devel@lists.freedesktop.org
           Summary: radeonsi/llvm SIGABRT in Antichamber (UDK)
          Severity: normal
    Classification: Unclassified
                OS: All
          Reporter: haagch.christoph@googlemail.com
          Hardware: Other
            Status: NEW
           Version: git
         Component: Drivers/Gallium/radeonsi
           Product: Mesa

Created attachment 94363
  --> https://bugs.freedesktop.org/attachment.cgi?id=94363&action=edit
backtrace without debug symbols

HD 7970M, mesa recent git, llvm 3.5 recent svn.


Antichamber based on Unreal Engine is available in the latest Humble Bundle.


The crash doesn't seem to happen deterministically, I produced such a crash two
times now by playing the game for a few minutes and then it randomly crashed.

UDKGame-Linux:
/build/lib32-llvm-svn/src/llvm/include/llvm/CodeGen/SlotIndexes.h:417:
llvm::SlotIndex llvm::SlotIndexes::getInstructionIndex(const
llvm::MachineInstr*) const: Assertion `itr != mi2iMap.end() && "Instruction not
found in maps."' failed.

Program received signal SIGABRT, Aborted.
0xf7fdb430 in __kernel_vsyscall ()


The backtrace I attached is without debug symbols so maybe isn't too
informative. Later I will compile with debug symbols and provide a better one
if needed.

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

[-- Attachment #1.2: Type: text/html, Size: 2953 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
@ 2014-02-19 19:11 ` bugzilla-daemon
  2014-02-19 19:35 ` bugzilla-daemon
                   ` (15 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-19 19:11 UTC (permalink / raw)
  To: dri-devel


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

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

Christoph Haag <haagch.christoph@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94363|0                           |1
        is obsolete|                            |

--- Comment #1 from Christoph Haag <haagch.christoph@googlemail.com> ---
Created attachment 94379
  --> https://bugs.freedesktop.org/attachment.cgi?id=94379&action=edit
first short backtrace, then full backtrace with debug symbols

Okay, so here is a full backtrace with debugging information.

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

[-- Attachment #1.2: Type: text/html, Size: 2216 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
  2014-02-19 19:11 ` [Bug 75211] " bugzilla-daemon
@ 2014-02-19 19:35 ` bugzilla-daemon
  2014-02-20  4:01 ` bugzilla-daemon
                   ` (14 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-19 19:35 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #2 from Christoph Haag <haagch.christoph@googlemail.com> ---
Created attachment 94380
  --> https://bugs.freedesktop.org/attachment.cgi?id=94380&action=edit
last few lines before crash with MESA_GLSL=dump

So because it looks like it happens when compiling shaders I ran it with
MESA_GLSL=dump. It loads and compiles most shaders at the beginning, that
worked fine so I cut it off.

It occassionally seems to load new shaders, so after a while of gameplay with
no output the attached stuff was printed and then immediately after that the
game crashed.

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

[-- Attachment #1.2: Type: text/html, Size: 1650 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
  2014-02-19 19:11 ` [Bug 75211] " bugzilla-daemon
  2014-02-19 19:35 ` bugzilla-daemon
@ 2014-02-20  4:01 ` bugzilla-daemon
  2014-02-20 10:02 ` bugzilla-daemon
                   ` (13 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-20  4:01 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #3 from Michel Dänzer <michel@daenzer.net> ---
(In reply to comment #2)
> So because it looks like it happens when compiling shaders I ran it with
> MESA_GLSL=dump.

Please use R600_DEBUG=ps,vs instead of MESA_GLSL=dump.

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

[-- Attachment #1.2: Type: text/html, Size: 1227 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (2 preceding siblings ...)
  2014-02-20  4:01 ` bugzilla-daemon
@ 2014-02-20 10:02 ` bugzilla-daemon
  2014-02-20 18:57 ` bugzilla-daemon
                   ` (12 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-20 10:02 UTC (permalink / raw)
  To: dri-devel


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

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

Christoph Haag <haagch.christoph@googlemail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #94380|0                           |1
        is obsolete|                            |

--- Comment #4 from Christoph Haag <haagch.christoph@googlemail.com> ---
Created attachment 94423
  --> https://bugs.freedesktop.org/attachment.cgi?id=94423&action=edit
with R600_DEBUG=ps,vs

Wow, took me an hour of gameplay this time and quite a lot of loaded shaders in
that time before it happened. It looks relatively random, i.e. doesn't crash at
the same points in the game.

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

[-- Attachment #1.2: Type: text/html, Size: 2223 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (3 preceding siblings ...)
  2014-02-20 10:02 ` bugzilla-daemon
@ 2014-02-20 18:57 ` bugzilla-daemon
  2014-02-24 17:48 ` bugzilla-daemon
                   ` (11 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-20 18:57 UTC (permalink / raw)
  To: dri-devel


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

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

Tom Stellard <tstellar@gmail.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Depends on|                            |75276

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

[-- Attachment #1.2: Type: text/html, Size: 1047 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (4 preceding siblings ...)
  2014-02-20 18:57 ` bugzilla-daemon
@ 2014-02-24 17:48 ` bugzilla-daemon
  2014-03-03 19:54 ` bugzilla-daemon
                   ` (10 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-02-24 17:48 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #5 from Tom Stellard <tstellar@gmail.com> ---
Can you try this patch: https://bugs.freedesktop.org/attachment.cgi?id=94675

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

[-- Attachment #1.2: Type: text/html, Size: 1088 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (5 preceding siblings ...)
  2014-02-24 17:48 ` bugzilla-daemon
@ 2014-03-03 19:54 ` bugzilla-daemon
  2014-04-12 11:55 ` bugzilla-daemon
                   ` (9 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-03-03 19:54 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #6 from Tom Stellard <tstellar@gmail.com> ---
Can you try this branch:
http://cgit.freedesktop.org/~tstellar/llvm/log/?h=si-spill-fixes

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

[-- Attachment #1.2: Type: text/html, Size: 1113 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (6 preceding siblings ...)
  2014-03-03 19:54 ` bugzilla-daemon
@ 2014-04-12 11:55 ` bugzilla-daemon
  2014-04-28 20:52 ` bugzilla-daemon
                   ` (8 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-04-12 11:55 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #7 from VOT Productions <votproductions@gmail.com> ---
HD 7750, Mesa-git, LLVM 3.5-svn.

Sanctum 2 crashes with a similar error when loading.

417: llvm::SlotIndex llvm::SlotIndexes::getInstructionIndex(const
llvm::MachineInstr*) const: Assertion `itr != mi2iMap.end() && "Instruction not
found in maps."' failed.

Always crashes in the same place, and the same time.

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

[-- Attachment #1.2: Type: text/html, Size: 1293 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (7 preceding siblings ...)
  2014-04-12 11:55 ` bugzilla-daemon
@ 2014-04-28 20:52 ` bugzilla-daemon
  2014-04-29 21:38 ` bugzilla-daemon
                   ` (7 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-04-28 20:52 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #8 from Tom Stellard <tstellar@gmail.com> ---
Can you test this branch:
http://cgit.freedesktop.org/~tstellar/llvm/log/?h=si-spill-fixes-v2

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

[-- Attachment #1.2: Type: text/html, Size: 1120 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (8 preceding siblings ...)
  2014-04-28 20:52 ` bugzilla-daemon
@ 2014-04-29 21:38 ` bugzilla-daemon
  2014-04-29 22:53 ` bugzilla-daemon
                   ` (6 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-04-29 21:38 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #9 from Tom Stellard <tstellar@gmail.com> ---
Updated v3 branch here:
http://cgit.freedesktop.org/~tstellar/llvm/log/?h=si-spill-fixes-v3

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

[-- Attachment #1.2: Type: text/html, Size: 1118 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (9 preceding siblings ...)
  2014-04-29 21:38 ` bugzilla-daemon
@ 2014-04-29 22:53 ` bugzilla-daemon
  2014-04-29 23:13 ` bugzilla-daemon
                   ` (5 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-04-29 22:53 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #10 from Christoph Haag <haagch.christoph@googlemail.com> ---
Sorry for first only answering for Sanctum2, in Antichamber it often takes a
long time to reach the point where it happens.

Sanctum2 starts and runs okay now I guess. But there are pretty big problems
with it and I have no idea whether they are caused by this here or not:

As soon as the fullscreen window with Sanctum2 isn't displayed anymore (e.g.
minimizing or switching workspaces), the whole X display is getting scrambled,
but restores immediately when displaying the game window again. (Could of
course be just the PRIME setup).

I started setting the graphics options higher and higher and at some point, got
a GPU lockup. No gpu faults like in upvoid, just a lock up I think (blocked and
resetted and stuff). I got a complete machine lockup moments later and didn't
get more information. Again, no idea if it's related.

But the register spilling implementation at least works and seems to not cause
any direct problems.

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

[-- Attachment #1.2: Type: text/html, Size: 1908 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (10 preceding siblings ...)
  2014-04-29 22:53 ` bugzilla-daemon
@ 2014-04-29 23:13 ` bugzilla-daemon
  2014-05-16 19:29 ` bugzilla-daemon
                   ` (4 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-04-29 23:13 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #11 from Christoph Haag <haagch.christoph@googlemail.com> ---
Created attachment 98201
  --> https://bugs.freedesktop.org/attachment.cgi?id=98201&action=edit
dmesg with GPU lockup

Yea, this is maybe going off topic, but I'm a bit tired, so here's the dmesg
with gpu lockup. 

It always happens when going to Sanctum2's advanced graphics setting, right
when enabling "Lichstrahlen" or light rays or whatever it's called in english.

The rest of the game seems to be fine as far as I have seen walking around for
a pretty short time.

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

[-- Attachment #1.2: Type: text/html, Size: 1590 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (11 preceding siblings ...)
  2014-04-29 23:13 ` bugzilla-daemon
@ 2014-05-16 19:29 ` bugzilla-daemon
  2014-05-16 21:39 ` bugzilla-daemon
                   ` (3 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-05-16 19:29 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #12 from Tom Stellard <tstellar@gmail.com> ---
Can you try this LLVM patch:

https://bugs.freedesktop.org/attachment.cgi?id=99169

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

[-- Attachment #1.2: Type: text/html, Size: 1096 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (12 preceding siblings ...)
  2014-05-16 19:29 ` bugzilla-daemon
@ 2014-05-16 21:39 ` bugzilla-daemon
  2014-05-16 22:20 ` bugzilla-daemon
                   ` (2 subsequent siblings)
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-05-16 21:39 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #13 from Christoph Haag <haagch.christoph@googlemail.com> ---
(In reply to comment #12)
> Can you try this LLVM patch:
> 
> https://bugs.freedesktop.org/attachment.cgi?id=99169

Sorry, but on top of what revision?

Latest upstream trunk (209031) says:

SIInstrInfo.cpp:197:41: Fehler: falsche Benutzung des unvollständigen Typs
»const class llvm::Function«
     LLVMContext &Ctx = MF->getFunction()->getContext();

("wrong usage of partial type" or something)

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

[-- Attachment #1.2: Type: text/html, Size: 1582 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (13 preceding siblings ...)
  2014-05-16 21:39 ` bugzilla-daemon
@ 2014-05-16 22:20 ` bugzilla-daemon
  2014-05-17  3:02 ` bugzilla-daemon
  2015-02-06  1:35 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-05-16 22:20 UTC (permalink / raw)
  To: dri-devel


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

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

--- Comment #14 from Tom Stellard <tstellar@gmail.com> ---
(In reply to comment #13)
> (In reply to comment #12)
> > Can you try this LLVM patch:
> > 
> > https://bugs.freedesktop.org/attachment.cgi?id=99169
> 
> Sorry, but on top of what revision?
> 
> Latest upstream trunk (209031) says:
> 
> SIInstrInfo.cpp:197:41: Fehler: falsche Benutzung des unvollständigen Typs
> »const class llvm::Function«
>      LLVMContext &Ctx = MF->getFunction()->getContext();
> 
> ("wrong usage of partial type" or something)

I will post a new patch when I get a chance.  You should be able to fix this by
adding

#include "llvm/IR/Function.h" 

to the includes in SIInstrInfo.cpp

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

[-- Attachment #1.2: Type: text/html, Size: 1862 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (14 preceding siblings ...)
  2014-05-16 22:20 ` bugzilla-daemon
@ 2014-05-17  3:02 ` bugzilla-daemon
  2015-02-06  1:35 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2014-05-17  3:02 UTC (permalink / raw)
  To: dri-devel


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

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

Tom Stellard <tstellar@gmail.com> changed:

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

--- Comment #15 from Tom Stellard <tstellar@gmail.com> ---


*** This bug has been marked as a duplicate of bug 75276 ***

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

[-- Attachment #1.2: Type: text/html, Size: 2134 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] 18+ messages in thread

* [Bug 75211] radeonsi/llvm SIGABRT in Antichamber (UDK)
  2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
                   ` (15 preceding siblings ...)
  2014-05-17  3:02 ` bugzilla-daemon
@ 2015-02-06  1:35 ` bugzilla-daemon
  16 siblings, 0 replies; 18+ messages in thread
From: bugzilla-daemon @ 2015-02-06  1:35 UTC (permalink / raw)
  To: dri-devel


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

https://bugs.freedesktop.org/show_bug.cgi?id=75211
Bug 75211 depends on bug 75276, which changed state.

Bug 75276 Summary: Implement VGPR Register Spilling
https://bugs.freedesktop.org/show_bug.cgi?id=75276

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

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

[-- Attachment #1.2: Type: text/html, Size: 1293 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] 18+ messages in thread

end of thread, other threads:[~2015-02-06  1:35 UTC | newest]

Thread overview: 18+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-02-19 15:08 [Bug 75211] New: radeonsi/llvm SIGABRT in Antichamber (UDK) bugzilla-daemon
2014-02-19 19:11 ` [Bug 75211] " bugzilla-daemon
2014-02-19 19:35 ` bugzilla-daemon
2014-02-20  4:01 ` bugzilla-daemon
2014-02-20 10:02 ` bugzilla-daemon
2014-02-20 18:57 ` bugzilla-daemon
2014-02-24 17:48 ` bugzilla-daemon
2014-03-03 19:54 ` bugzilla-daemon
2014-04-12 11:55 ` bugzilla-daemon
2014-04-28 20:52 ` bugzilla-daemon
2014-04-29 21:38 ` bugzilla-daemon
2014-04-29 22:53 ` bugzilla-daemon
2014-04-29 23:13 ` bugzilla-daemon
2014-05-16 19:29 ` bugzilla-daemon
2014-05-16 21:39 ` bugzilla-daemon
2014-05-16 22:20 ` bugzilla-daemon
2014-05-17  3:02 ` bugzilla-daemon
2015-02-06  1:35 ` 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.