<html>
    <head>
      <base href="https://bugs.freedesktop.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xcb-util-cursor trying to create Pixmap of size 0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71060#c6">Comment # 6</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW --- - xcb-util-cursor trying to create Pixmap of size 0"
   href="https://bugs.freedesktop.org/show_bug.cgi?id=71060">bug 71060</a>
              from <span class="vcard"><a class="email" href="mailto:couesl@gmail.com" title="ludovic coues <couesl@gmail.com>"> <span class="fn">ludovic coues</span></a>
</span></b>
        <pre>Thank, the lines from sprunge.us help, I can now reproduce every time.

With version 0.1.0, both freshly compiled and from arch repo, I get a
segmentation fault on xcb_disconnect just after an error "free(): invalid next
size (fast): 0x0847d090".
With the git version, freshly pulled, it's a segfault on the malloc at
parse_cursor_file.c:168. numpixels, at line 167, have a value of 576 (24*24).

valgrind give more interesting data. He complain about "Syscall param read(buf)
point to unaddressable byte(s)". Following trace lead me to
parse_cursor_file.c:92, a call to read. When I try to print cf.header value, I
get coherent data, like 0x902a038, same as cf. But both &cf and &(cf.header)
give 0xffffffff.</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the QA Contact for the bug.</li>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>