<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - does not work with xserver 1.18.3 : core dump at kgem->retire() + different PixmapSyncDirtyHelper prototype"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95140#c2">Comment # 2</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - does not work with xserver 1.18.3 : core dump at kgem->retire() + different PixmapSyncDirtyHelper prototype"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=95140">bug 95140</a>
              from <span class="vcard"><a class="email" href="mailto:jason.vas.dias@gmail.com" title="Jason Vas Dias <jason.vas.dias@gmail.com>"> <span class="fn">Jason Vas Dias</span></a>
</span></b>
        <pre>(In reply to Chris Wilson from <a href="show_bug.cgi?id=95140#c1">comment #1</a>)
<span class="quote">> You checked out the latest then didn't build it?</span >

Good day Chris - thanks for responding!

You replied to this bug report before reading it ? :-)

As I said :

<span class="quote">> Having checked out & built the latest xf86-video-intel source code from git:</span >
                     ^^^^^^^
<span class="quote">>   $ git tag | while read tag; do echo $(git show --format='COMMIT_TIME:%ct' "$tag" | sed -n '/^COMMIT_TIME:/{s/^COMMIT_TIME://;p;}') "$tag"; done | sort -n | tail -n 1
>  1419172872 2.99.917
>  $ git checkout -f 2.99.917</span >


I did check out and build ALL dependencies of ALL Xorg libraries to their
latest GIT tags, as shown by the output of the command :

$ for p in xserver driver/*/. proto/*/. lib/*/. util/*/. ; do
    p=${p%/.}; cd $p && 
    echo '*** '"${PWD//*xorg\//xorg\/} $(\
    git show --format='.:%ci %H' $(git_mrt) | 
        sed -rn '/^.:/{s/^.://;p}'$'\n''/^[Tt]ag/{p}'; 
    git show --format='.:%ci %H' | 
    sed -rn '/^.:/{s/^.://;p}';)" && 
    cd $SRC/xorg; 
   done 2>&1 | tee versions.lst.txt

All directories shown in versions.lst.txt (appended) have been
built and installed with gcc-5.3.0  & binutils-2.26.20160125
for glibc-2.23 on an x86_64 platform: 
( CPU:  
vendor_id       : GenuineIntel
cpu family      : 6
model           : 60
model name      : Intel(R) Core(TM) i7-4910MQ CPU @ 2.90GHz

VGAs:
   $ lspci -nn | grep VGA
00:02.0 VGA compatible controller [0300]: Intel Corporation 4th Gen Core
Processor Integrated Graphics Controller [8086:0416] (rev 06)
01:00.0 VGA compatible controller [0300]: Advanced Micro Devices, Inc.
[AMD/ATI] Neptune XT [Radeon HD 8970M] [1002:6801]
).

xf86-video-intel has not been modified since :

*** xorg/driver/xf86-video-intel tag 2.99.917
Tagger: Chris Wilson <<a href="mailto:chris@chris-wilson.co.uk">chris@chris-wilson.co.uk</a>>
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0
2014-12-21 14:41:12 +0000 baec802b21387d04aebb10ac29e719a1800c5aa0

but theer have been MANY X-server releases since then, 
and obviously version 2.99.917 seems to be rather out
of sync with the latest X-server 1.18.3 .

Can we expect an upgraded xf86-video-intel driver anytime soon ?</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
      </ul>
    </body>
</html>