Opened 9 years ago
Closed 9 years ago
#9036 closed Bugs (duplicate)
polygon resize() crashes with access violation
Reported by: | Owned by: | Lucanus Simonson | |
---|---|---|---|
Milestone: | To Be Determined | Component: | polygon |
Version: | Boost 1.54.0 | Severity: | Problem |
Keywords: | Cc: |
Description
On some data (attached) boost::polygon::resize crashes with access violation in release version, in debug there is an assert about invalid iterator access.
Attachments (1)
Change History (6)
by , 9 years ago
comment:1 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | new → closed |
I am marking this as duplicate of the ticket #6063.
comment:2 by , 9 years ago
Why on earth is it duplicate of #6063?! #6063 is about 'corner_fill_arc' = true, while in my sample 'corner_fill_arc' = false. #6063 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.
comment:3 by , 9 years ago
Resolution: | duplicate |
---|---|
Status: | closed → reopened |
comment:4 by , 9 years ago
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.
comment:5 by , 9 years ago
Resolution: | → duplicate |
---|---|
Status: | reopened → closed |
Sample crashes on second call to resize