Hi,<br><br>I also crashed image-sun.c, don't know why exactly, I'll keep you informed.<br>Should I create a new bugzilla ?<span class="q"><br><br>Program received signal SIGSEGV, Segmentation fault.<br></span>0xb7fd2af5 in get_tile (img=0x8052638, x=0, y=1) at image.c:752<br>

752       if ((ic = tile->ic) == NULL)<br>(gdb) bt<br>#0  0xb7fd2af5 in get_tile (img=0x8052638, x=0, y=1) at image.c:752<br>#1  0xb7fd2463 in _cupsImagePutRow (img=0x8052638, x=0, y=1, width=19088743, pixels=0xb0ed8008 "") at image.c:533<br>

#2  0xb7fccc0d in _cupsImageReadSunRaster (img=0x8052638, fp=0x80524d0, primary=CUPS_IMAGE_RGB_CMYK,<br>    secondary=CUPS_IMAGE_WHITE, saturation=100, hue=0, lut=0x0) at image-sun.c:372<br>#3  0xb7fd1dd6 in cupsImageOpen (filename=0xbffff5a5 "/var/spool/cups/d00341-001", primary=CUPS_IMAGE_RGB_CMYK,<br>

    secondary=CUPS_IMAGE_WHITE, saturation=100, hue=0, lut=0x0) at image.c:373<br>#4  0x08049d68 in main (argc=7, argv=0xbffffb54) at imagetops.c:302<br><br>reproduce with python:<br><br>img=(<br>"\x59\xa6\x6a\x95"<br>

"XSIZ"<br>"YSIZ"<br>"RAS_DEPTH"# >0 <32<br>"RAS_LENGTH"<br>"RAS_TYPE"<br>"RAS_MAPTYPE"<br>"RAS_MAPLEN"<br>)<br><br>from struct import pack<br><br>

img = img.replace("XSIZ",pack('>L'<div id="mb_3">,0x01234567))<br>img = img.replace("YSIZ",pack('>L',0x12345678))<br>img = img.replace("RAS_DEPTH",pack('>L',32))<br>
img = img.replace("RAS_LENGTH",pack('>L',32))<br>
img = img.replace("RAS_TYPE",pack('>L',0xaabbccdd))<br>img = img.replace("RAS_MAPTYPE",pack('>L',0xaabbccdd))<br>img = img.replace("RAS_MAPLEN",pack('>L',700))<br>

fout = open("img.sun","w")<br>fout.write(img)<br><br><br>Regards,<br><span class="sg">Thomas Pollet<br></span></div><br><br><div><span class="gmail_quote">On 09/04/2008, <b class="gmail_sendername">Michael Sweet</b> <<a href="mailto:msweet@apple.com">msweet@apple.com</a>> wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
[STR Closed w/Resolution]<br> <br> Fixed in Subversion repository.<br> <br> Link: <a href="http://www.cups.org/str.php?L2790">http://www.cups.org/str.php?L2790</a><br> Version: 1.3-current<br> Fix Version: 1.4-current<br>
</blockquote></div><br>