#1081: segfault in Parrot_HashIteratorKey_get_string
---------------------+------------------------------------------------------
 Reporter:  coke     |       Owner:  bacek
     Type:  bug      |      Status:  new  
 Priority:  blocker  |   Milestone:       
Component:  core     |     Version:  trunk
 Severity:  fatal    |    Keywords:       
     Lang:           |       Patch:       
 Platform:           |  
---------------------+------------------------------------------------------

Comment(by bacek):

 Problem is still exists. I just wallpapered symptoms.

 Main thing is - HIK sometimes created without initializing attributes
 properly. HIK.get_pmc contains next code to handle it
 {{{
         /* TT#1080 & TT#1081 Wallpapering problem with NULL attributes */
         if (!attrs->parrot_hash || !attrs->bucket)
             return PMCNULL;
 }}}

 But we shouldn't have HIK without attributes in first place.

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