#581: make segfaults with PGE.pbc on fedora (r38365)
--------------------+-------------------------------------------------------
 Reporter:  Lu.     |       Owner:  nobody
     Type:  bug     |      Status:  new   
 Priority:  normal  |   Milestone:        
Component:  core    |     Version:        
 Severity:  medium  |    Keywords:        
     Lang:          |       Patch:        
 Platform:  linux   |  
--------------------+-------------------------------------------------------
Changes (by Infinoid):

  * component:  PGE => core


Comment:

 Replying to [comment:1 pmichaud]:
 > (In general, PGE is the first major component that gets built using
 Parrot, so problems with Parrot tend to show up in the PGE building step
 but aren't specific to PGE.)

 Yeah, it's a crash in parrot itself.

 @reporter, to allow us to understand this problem better, please provide a
 gdb backtrace.  If you're not familiar with gdb, you can do something like
 the following:

 {{{
 infin...@chirp test % cd compilers/pge
 infin...@chirp pge % gdb ../../parrot
 GNU gdb 6.8
 [snip]
 (gdb) run ../../runtime/parrot/library/PGE/Perl6Grammar.pir
 --output=PGE/builtins_gen.pir PGE/builtins.pg
 [snip lots of crash breaky stuff]
 (gdb) bt
 (gdb) kill
 (gdb) exit
 }}}

 And post the entire output as a comment to this ticket.

 Without a backtrace, it's nearly impossible to say where the problem may
 be occurring.  Thanks!

 Mark

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