behdad / box2d

Automatically exported from code.google.com/p/box2d
2 stars 12 forks source link

b2Allocator segfaults with large loop shapes #150

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Try and create loop shapes that require > 640 bytes of mem (lots of edges)
2. Try and allocate them
3. b2Allocator will segfault in b2BlockAllocator::Allocate

What is the expected output? What do you see instead?
no problem, experience segfaults

What version of the product are you using? On what operating system?
trunk

Please provide any additional information below.

Original issue reported on code.google.com by jordansc...@gmail.com on 18 Aug 2010 at 3:24

GoogleCodeExporter commented 9 years ago
- Fixed issue 150, allocator failure on large loop shapes.

Original comment by erinca...@gmail.com on 22 Sep 2010 at 7:00