#1723: [bug] linked lists result in segfaults
----------------------+-----------------------------------------------------
 Reporter:  pmichaud  |       Owner:       
     Type:  bug       |      Status:  new  
 Priority:  normal    |   Milestone:       
Component:  GC        |     Version:  2.6.0
 Severity:  medium    |    Keywords:       
     Lang:            |       Patch:       
 Platform:            |  
----------------------+-----------------------------------------------------
Changes (by chromatic):

  * component:  none => GC


Comment:

 This is almost certainly the result of recursion in the mark phase of the
 GC exhausting the available C stack space.  We'll always have some
 limitation in the depth of a tree of PMCs as long as we have a recursive
 mark, but we can get rid of recursive mark in the near future.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1723#comment:1>
Parrot <https://trac.parrot.org/parrot/>
Parrot Development
_______________________________________________
parrot-tickets mailing list
[email protected]
http://lists.parrot.org/mailman/listinfo/parrot-tickets

Reply via email to