[haiku-bugs] Re: [Haiku] #6738: app_server hangs?

  • From: "jonas.kirilla" <trac@xxxxxxxxxxxx>
  • Date: Sun, 24 Oct 2010 23:07:25 -0000

#6738: app_server hangs?
---------------------------------+------------------------------
  Reporter:  kirilla             |        Owner:  axeld
      Type:  bug                 |       Status:  new
  Priority:  normal              |    Milestone:  R1
 Component:  Servers/app_server  |      Version:  R1/Development
Resolution:                      |     Keywords:
Blocked By:                      |  Has a Patch:  0
  Platform:  All                 |     Blocking:
---------------------------------+------------------------------

Comment (by jonas.kirilla):

 It happened again in r39121. WebPositive triggered it.

 KDL showed a thread running somewhere in this code:
 http://haiku.it.su.se:8180/source/xref/src/libs/agg/src/agg_curves.cpp#388

 recursing, with the level argument increasing in steps of 1, from 0 to 32.

 There's a curve_recursion_limit = 32.

 Perhaps the

 if (level > curve_recursion_limit)

 was meant to be

 if (level >= curve_recursion_limit)

-- 
Ticket URL: <http://dev.haiku-os.org/ticket/6738#comment:1>
Haiku <http://dev.haiku-os.org>
Haiku - the operating system.

Other related posts: