#1923: Filehandle PMC clone VTABLE does not work
---------------------+------------------------------------------------------
 Reporter:  Yuki`N   |       Owner:  Yuki`N
     Type:  bug      |      Status:  new   
 Priority:  normal   |   Milestone:        
Component:  library  |     Version:  master
 Severity:  medium   |    Keywords:  gci   
     Lang:           |       Patch:        
 Platform:  all      |  
---------------------+------------------------------------------------------
 (Discovered by Matt221)

 Parrot's FileHandle PMC type defines a clone VTABLE, but the
 implementation looks to be quite buggy. The clone VTABLE creates a new
 FileHandle PMC and creates a raw copy of the OS handle object. It does not
 copy over any other details (I don't know if these would all be needed).
 This is probably very bad.

 There is already a task created in Melange for fixing this. Making a
 formal trac ticket for this bug since the solution will likely need
 review.

-- 
Ticket URL: <https://trac.parrot.org/parrot/ticket/1923>
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