#1688: Internal assertion triggered when writing trivial code.
-----------------------+----------------------------------------------------
 Reporter:  shockwave  |        Type:  bug  
   Status:  new        |    Priority:  major
Milestone:             |   Component:  core 
  Version:  2.5.0      |    Severity:  high 
 Keywords:  assertion  |        Lang:       
    Patch:             |    Platform:       
-----------------------+----------------------------------------------------

Comment(by NotFound):

 Replacing the call to foobar with:

 {{{
   $P1 = find_sub_not_null 'foobar'
   $P1()
 }}}

 It works. So looks like the problem is that the const sub generated by
 imcc for the call is not initialized at immediate calls point.

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