#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:        
----------------------+-----------------------------------------------------

Comment(by whiteknight):

 The patch does not apply cleanly to current trunk. I tried applying it
 manually to Continuation.invoke, but the build fails when building
 PGE/builtins.pg.

 I also will note that on my machine at least, the test case you provide
 does not segfault with current trunk. It doesn't actually do anything.
 This program:
 {{{
 .sub 'main' :main
     $P0 = new 'Continuation'
     $P0()
     say "Done"
 .end
 }}}
 silently exits without printing anything.

 Can you update your working copy, and try again?

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