Boost C++ Libraries: Ticket #9036: polygon resize() crashes with access violation https://svn.boost.org/trac10/ticket/9036 <p> On some data (attached) boost::polygon::resize crashes with access violation in release version, in debug there is an assert about invalid iterator access. </p> en-us Boost C++ Libraries /htdocs/site/boost.png https://svn.boost.org/trac10/ticket/9036 Trac 1.4.3 o0o0@… Thu, 22 Aug 2013 14:38:39 GMT attachment set https://svn.boost.org/trac10/ticket/9036 https://svn.boost.org/trac10/ticket/9036 <ul> <li><strong>attachment</strong> → <span class="trac-field-new">test.cpp</span> </li> </ul> <p> Sample crashes on second call to resize </p> Ticket Andrii Sydorchuk Wed, 06 Nov 2013 23:45:33 GMT status changed; resolution set https://svn.boost.org/trac10/ticket/9036#comment:1 https://svn.boost.org/trac10/ticket/9036#comment:1 <ul> <li><strong>status</strong> <span class="trac-field-old">new</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> I am marking this as duplicate of the ticket <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a>. </p> Ticket o0o0@… Wed, 20 Nov 2013 07:05:16 GMT <link>https://svn.boost.org/trac10/ticket/9036#comment:2 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9036#comment:2</guid> <description> <p> Why on earth is it duplicate of <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a>?! <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a> is about 'corner_fill_arc' = true, while in my sample 'corner_fill_arc' = false. <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a> is about some incorrect behavior, while this one is about fatal crash. Of course reason can be the same, but I think that only obvious duplicates should be marked as such in bug tracking. </p> </description> <category>Ticket</category> </item> <item> <author>o0o0@…</author> <pubDate>Wed, 20 Nov 2013 07:06:56 GMT</pubDate> <title>status changed; resolution deleted https://svn.boost.org/trac10/ticket/9036#comment:3 https://svn.boost.org/trac10/ticket/9036#comment:3 <ul> <li><strong>status</strong> <span class="trac-field-old">closed</span> → <span class="trac-field-new">reopened</span> </li> <li><strong>resolution</strong> <span class="trac-field-deleted">duplicate</span> </li> </ul> Ticket Andrii Sydorchuk Thu, 21 Nov 2013 00:35:47 GMT <link>https://svn.boost.org/trac10/ticket/9036#comment:4 </link> <guid isPermaLink="false">https://svn.boost.org/trac10/ticket/9036#comment:4</guid> <description> <p> The current implementation of the resize without corner_fill_arc method is wrong. I will update the documentation for the next release to make this clear. The proper implementation should be based on the straight skeleton extraction. There is no ETA for the straight skeleton implementation. </p> </description> <category>Ticket</category> </item> <item> <dc:creator>Andrii Sydorchuk</dc:creator> <pubDate>Thu, 21 Nov 2013 20:42:57 GMT</pubDate> <title>status changed; resolution set https://svn.boost.org/trac10/ticket/9036#comment:5 https://svn.boost.org/trac10/ticket/9036#comment:5 <ul> <li><strong>status</strong> <span class="trac-field-old">reopened</span> → <span class="trac-field-new">closed</span> </li> <li><strong>resolution</strong> → <span class="trac-field-new">duplicate</span> </li> </ul> <p> I've updated the title of the bug <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a>, so that it matches the behavior described in this issue.<br /> All the future updates on the status of resize behavior will be attached to bug <a class="assigned ticket" href="https://svn.boost.org/trac10/ticket/6063" title="#6063: Bugs: resize does not offset rectangles (etc.) correctly or crashes (assigned)">#6063</a>. </p> Ticket