#1538: Invoking uninitialised continuation causes segfault
----------------------+-----------------------------------------------------
 Reporter:  arnsholt  |        Type:  bug   
   Status:  new       |    Priority:  normal
Milestone:            |   Component:  none  
  Version:  trunk     |    Severity:  medium
 Keywords:            |        Lang:        
    Patch:            |    Platform:        
----------------------+-----------------------------------------------------
 When an uninitialised Continuation object is invoked, Parrot segfaults
 (see attached code).

 The problem is a simple failure to check for a NULL pointer in
 pmc/continuation.pmc. I've created a patch (against r42892) that fixes the
 issue on my machine. `make test` reports no failures. Patch created with
 svn diff in working copy root.

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