PDA

View Full Version : DXF file import causes segmentation fault


drector
4th November 2003, 11:52 AM
Please help,

I have a dxf file that I am trying to import into ac3d, but both version 3 and version 4 segment fault when I try to import.

If you send me an e-mail directly to my e-mail drector @ vetmed.wsu.edu, I can reply with the actual file if you want to look.

Thanks!

Dave Rector
*:^)

Andy
10th November 2003, 04:35 AM
Dave sent me the file and the problem is caused by a single polyline object that has over 58,000 vertices. This was overflowing the dxf importer's buffers.

I'm working on a fix.

Andy