Re: [Doxygen-develop] Memory overrun
Brought to you by:
dimitri
From: Dimitri v. H. <do...@gm...> - 2012-11-15 18:46:39
|
Hi, There are two causes for getting "Out of memory": 1) There is not enough memory in the system to support a project of this size. Solutions: add more memory, or split the project into smaller parts (and link them together with tag files). 2) There is a bug in doxygen which causes it to claim all memory. Without as much as a stack trace (or a reproduction scenario) there is little I can do to help. Regards, Dimitri On Nov 12, 2012, at 15:44 , Kevin McBride <dol...@ao...> wrote: > Dimitri, any ideas on this one? I think that we will need some kind of > huge project sample in a tar/zip to reproduce this bug. > > - Kevin McBride > > -----Original Message----- > From: Toth Norbert <Nor...@ev...> > To: Kevin McBride <dol...@ao...> > Sent: Sat, Nov 10, 2012 1:39 am > Subject: RE: [Doxygen-develop] Memory overrun > > Kevin McBride, > > Sorry, but i don't no provide a stacktrace. The today compilation error > was: > In file ..\qtools\qgarray.cpp, line 229: Out of memory > > I don't undestand this message. How can I decrease the memory > requirement for the doxygen? Is it depent from configuration file? > > Regards, > Norbert > > -----Original Message----- > From: Kevin McBride [mailto:dol...@ao...] > Sent: Friday, November 09, 2012 1:43 PM > To: Toth Norbert; dox...@li... > Subject: Re: [Doxygen-develop] Memory overrun > > Toth Norbert, > > Can you provide us with a stacktrace? That would help us figure out > where the problem lies in Doxygen. > > Thank you, > > - Kevin McBride > > -----Original Message----- > From: Toth Norbert <Nor...@ev...> > To: Doxygen-develop <Dox...@li...> > Sent: Fri, Nov 9, 2012 2:13 am > Subject: [Doxygen-develop] Memory overrun > > Hy all, I have got an error messag and our compilation of big C++ > project terminated. The message:„out of dynamic memory in > doctokenizerYY_create_buffer()” Can somebody tell me what can I do > now? Regards, Norbert > TÓTH--------------------------------------------------------------------- > > --------- > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics Download AppDynamics Lite > for free today: > http://p.sf.net/sfu/appdyn_d2d_nov_______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop > > > > > > > > ------------------------------------------------------------------------------ > Everyone hates slow websites. So do we. > Make your web apps faster with AppDynamics > Download AppDynamics Lite for free today: > http://p.sf.net/sfu/appdyn_d2d_nov > _______________________________________________ > Doxygen-develop mailing list > Dox...@li... > https://lists.sourceforge.net/lists/listinfo/doxygen-develop |