[RTEMS Project] #2989: doxygen crashes on sync.rtems.org

RTEMS trac trac at rtems.org
Tue Apr 11 23:42:05 UTC 2017


#2989: doxygen crashes on sync.rtems.org
-------------------------+--------------------------
 Reporter:  Chris Johns  |       Owner:  Amar Takhar
     Type:  infra        |      Status:  accepted
 Priority:  highest      |   Milestone:  4.11.2
Component:  admin        |     Version:  4.11
 Severity:  blocker      |  Resolution:
 Keywords:               |
-------------------------+--------------------------
Changes (by Amar Takhar):

 * owner:  amar@… => Amar Takhar
 * status:  new => accepted


Comment:

 This is usually caused by Doxygen running too many parallel dot processes.
 You can fix it by adding

   DOT_NUM_THREADS = 5

 to your `Doxyfile`.  You may be able to increase from 5 this is just the
 default that I use.

 If that doesn't fix it let me know.

--
Ticket URL: <http://devel.rtems.org/ticket/2989#comment:2>
RTEMS Project <http://www.rtems.org/>
RTEMS Project


More information about the bugs mailing list