#595: Panic when rethrowing null
--------------------+-------------------------------------------------------
 Reporter:  isop    |       Owner:  whiteknight
     Type:  bug     |      Status:  assigned   
 Priority:  normal  |   Milestone:             
Component:  none    |     Version:  trunk      
 Severity:  medium  |    Keywords:             
     Lang:          |       Patch:             
 Platform:          |  
--------------------+-------------------------------------------------------

Comment(by whiteknight):

 I've attached a patch here that adds a new "die_from_null_exception" that
 prints out a simple error message and then calls Parrot_exit(). I'm not
 entirely sure if we have to do any other cleanup here. I'm not sure how we
 should handle the condition when it happens in a thread, do we close the
 whole application or just terminate that thread? At the moment the
 behavior is to terminate the whole application, so that can be changed if
 we need.

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