#179: segfault generating runtime/parrot/include/config.fpmc Revision 35610 on
linux
----------------------+-----------------------------------------------------
 Reporter:  theckman  |       Owner:  rurban  
     Type:  bug       |      Status:  assigned
 Priority:  normal    |   Milestone:          
Component:  none      |     Version:          
 Severity:  medium    |    Keywords:          
     Lang:            |       Patch:          
 Platform:  linux     |  
----------------------+-----------------------------------------------------

Comment(by TiMBuS):

 Got it working for me. Tracked it down using a whole lot of svn checking
 out and diffing.

 In ''src/pmc/packfilefixupentry.pmc'', the following method:
 {{{
 METHOD get_type()
 }}}
 Was simply declared in previous revisions as
 {{{
 INTVAL get_type()
 }}}

 I figure this was causing some kind of incorrect int size issue or..
 something. I just altered it to
 {{{
 INTVAL METHOD get_type()
 }}}
 and it now works. Hope this helps.

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