<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:dc="http://purl.org/dc/elements/1.1/" version="2.0">
  <channel>
    <title>libjpeg crash when supplying user colormap - C++ - tribe.net</title>
    <link>http://cpp.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb?format=rss</link>
    <description>Tribe.net. Local Connections</description>
    <item>
      <title>Re: libjpeg crash when supplying user colormap</title>
      <link>http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#9110aa9a-dbb6-45a6-bcd3-4c99fcb508b0</link>
      <description>You'll be ahead of the curve I think if you do.</description>
      <pubDate>Tue, 21 Nov 2006 20:54:59 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#9110aa9a-dbb6-45a6-bcd3-4c99fcb508b0</guid>
      <dc:creator>Jon</dc:creator>
      <dc:date>2006-11-21T20:54:59Z</dc:date>
    </item>
    <item>
      <title>Re: libjpeg crash when supplying user colormap</title>
      <link>http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#cedb142a-7fe9-43d6-bb04-02b8ab587b3c</link>
      <description>good thing I've only been using pointers for 16 years.. lol.. I know I'll get a handle on them in another 16.. :)</description>
      <pubDate>Tue, 21 Nov 2006 01:14:05 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#cedb142a-7fe9-43d6-bb04-02b8ab587b3c</guid>
      <dc:creator>cpr</dc:creator>
      <dc:date>2006-11-21T01:14:05Z</dc:date>
    </item>
    <item>
      <title>Re: libjpeg crash when supplying user colormap</title>
      <link>http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#4879f781-0931-4cdd-b297-9a01495d7a2b</link>
      <description>Stupid pointers!!!! :)</description>
      <pubDate>Tue, 21 Nov 2006 01:10:02 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#4879f781-0931-4cdd-b297-9a01495d7a2b</guid>
      <dc:creator>Jon</dc:creator>
      <dc:date>2006-11-21T01:10:02Z</dc:date>
    </item>
    <item>
      <title>Re: libjpeg crash when supplying user colormap</title>
      <link>http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#b76f4adc-eb21-4b53-837d-eddbc926f94e</link>
      <description>well, as usual, it was just me getting things wrong.. :)&#xD;
&#xD;
libjpeg uses an array of pointers to lines of decoded data, and since I was decoding a single line at a time I kinda forgot this, thus using the address of the array for the data pointer, instead of pointer from the first entry in the array.. &#xD;
&#xD;
-cpr</description>
      <pubDate>Tue, 21 Nov 2006 01:02:17 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#b76f4adc-eb21-4b53-837d-eddbc926f94e</guid>
      <dc:creator>cpr</dc:creator>
      <dc:date>2006-11-21T01:02:17Z</dc:date>
    </item>
    <item>
      <title>libjpeg crash when supplying user colormap</title>
      <link>http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#09fd7f7a-4104-49bc-b6a0-6708b3b4296e</link>
      <description>So, this isn't a c++ question (again), but this tribe seems the most useful for  s/w development questions.. :)&#xD;
&#xD;
I'm using libjpeg to  decode images, but I am experiencing a strange crash when having the library deliver 8bit color data with a colormap I am supplying. The crash doesn't happen during decode, but in the libjpeg memory manager during shut down of the decoder (both jpeg_abort() and jpeg_destroy_decompress()). I've tried not using the libjpeg allocator for the colormap memory, but that doesn't change the behaviour.. any tips would be appreciated..&#xD;
&#xD;
peace&#xD;
-cpr</description>
      <pubDate>Fri, 03 Nov 2006 21:19:09 GMT</pubDate>
      <guid isPermaLink="false">http://CPP.tribe.net/thread/d6ab6cfa-01df-49c1-8785-3a0bed3ec7cb#09fd7f7a-4104-49bc-b6a0-6708b3b4296e</guid>
      <dc:creator>cpr</dc:creator>
      <dc:date>2006-11-03T21:19:09Z</dc:date>
    </item>
  </channel>
</rss>



