From mboxrd@z Thu Jan 1 00:00:00 1970 From: bugzilla-daemon@freedesktop.org Subject: [Bug 82828] Regression: Crash in 3Dmark2001 Date: Mon, 01 Sep 2014 10:31:28 +0000 Message-ID: References: Mime-Version: 1.0 Content-Type: multipart/mixed; boundary="===============0290937220==" Return-path: Received: from culpepper.freedesktop.org (unknown [131.252.210.165]) by gabe.freedesktop.org (Postfix) with ESMTP id 87E546E1DD for ; Mon, 1 Sep 2014 03:31:28 -0700 (PDT) In-Reply-To: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dri-devel-bounces@lists.freedesktop.org Sender: "dri-devel" To: dri-devel@lists.freedesktop.org List-Id: dri-devel@lists.freedesktop.org --===============0290937220== Content-Type: multipart/alternative; boundary="1409567488.4Bf1cBe3.32289"; charset="us-ascii" --1409567488.4Bf1cBe3.32289 Date: Mon, 1 Sep 2014 10:31:28 +0000 MIME-Version: 1.0 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable https://bugs.freedesktop.org/show_bug.cgi?id=3D82828 --- Comment #8 from Pavel Ondra=C4=8Dka --- Ok, so indeed I got NO_REG for g->nodes[n2].reg print g->nodes[n2].reg $1 =3D 4294967295 than I set breakpoint at end of ra_simplify (it gets called just once before the crash) Breakpoint 1, ra_simplify (g=3D0x80c2058) at ../../src/mesa/program/register_allocate.c:491 491 } (gdb) print g->count $2 =3D 3 print g->nodes[0] $3 =3D {adjacency =3D 0x81b8968, adjacency_list =3D 0x80c1658,=20 adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 0, reg =3D 42= 94967295,=20 in_stack =3D false, q_total =3D 4294967295, spill_cost =3D 0} print g->nodes[1] $4 =3D {adjacency =3D 0x81b3d18, adjacency_list =3D 0x80c1b58,=20 adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 2, reg =3D 42= 94967295,=20 in_stack =3D true, q_total =3D 2, spill_cost =3D 0} print g->nodes[2] $5 =3D {adjacency =3D 0x81c0328, adjacency_list =3D 0x80c18d8,=20 adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 3, reg =3D 42= 94967295,=20 in_stack =3D true, q_total =3D 4, spill_cost =3D 0} --=20 You are receiving this mail because: You are the assignee for the bug. --1409567488.4Bf1cBe3.32289 Date: Mon, 1 Sep 2014 10:31:28 +0000 MIME-Version: 1.0 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable

Comment= # 8 on bug 82828<= /a> from Pavel Ondra=C4=8Dka
Ok, so indeed I got NO_REG for g->nodes[n2].reg

print g->nodes[n2].reg
$1 =3D 4294967295

than I set breakpoint at end of ra_simplify (it gets called just once before
the crash)

Breakpoint 1, ra_simplify (g=3D0x80c2058)
    at ../../src/mesa/program/register_allocate.c:491
491    }
(gdb) print g->count
$2 =3D 3

print g->nodes[0]
$3 =3D {adjacency =3D 0x81b8968, adjacency_list =3D 0x80c1658,=20
  adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 0, reg =3D 42=
94967295,=20
  in_stack =3D false, q_total =3D 4294967295, spill_cost =3D 0}

print g->nodes[1]
$4 =3D {adjacency =3D 0x81b3d18, adjacency_list =3D 0x80c1b58,=20
  adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 2, reg =3D 42=
94967295,=20
  in_stack =3D true, q_total =3D 2, spill_cost =3D 0}

print g->nodes[2]
$5 =3D {adjacency =3D 0x81c0328, adjacency_list =3D 0x80c18d8,=20
  adjacency_list_size =3D 4, adjacency_count =3D 3, class =3D 3, reg =3D 42=
94967295,=20
  in_stack =3D true, q_total =3D 4, spill_cost =3D 0}


You are receiving this mail because: =20=20=20=20=20=20
  • You are the assignee for the bug.
--1409567488.4Bf1cBe3.32289-- --===============0290937220== Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit Content-Disposition: inline _______________________________________________ dri-devel mailing list dri-devel@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/dri-devel --===============0290937220==--