From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ben Elliston To: Berek Cc: sourcenav@sources.redhat.com Subject: Re: SN Printing Under WIN/NT Date: Thu, 05 Oct 2000 14:06:00 -0000 Message-id: References: <006901c02f07$db6acce0$7113a8c0@concord.com> X-SW-Source: 2000-q4/msg00027.html And...it does core dump, at least dbimp croaks on an address violation when parsing large projects. Yes, I did report this problem. No, it's not a parsing error, it's a boundary/threshhold problem. The large project I refer to contains over 560,000 lines of code. It's comprised of much smaller projects, each of which parses correctly when done separately (dbimp doesn't croak). When I create a new project consisting of two or more of these smaller projects, dbimp "goes south". It probably wouldn't take much to track this bug down. It's possible to run the parser manually, capture the output and then feed it into dbimp by hand (under a debugger). I assume you're not willing to share your 560,000 lines of code? Ben