On Tue, Jul 17, 2001 at 02:53:52PM +0800, Stephen Morrison wrote:
> Hi,
>
> I am getting the following error when Doxygen is building the member list:
>
> Run-time exception error; current exception: xalloc
> No handler for exception.
> zsh: IOT instruction bin/doxygen DFARClass
>
> This is with Doxygen-1.2.8-20010715 (but I also got it in 1.2.7) on a
> Solaris 2.6 machine, and it is being used on a very (very) large source
> tree.
>
> Just thought I'd report it since I have no idea why this would be happening.
> :)
Could very well be that your box is running out of memory. It usually helps
if you split up the source tree into several (coherent) parts, run doxygen
on each of these parts and link the parts together using tag files.
Regards,
Dimitri
|