Changes between Version 4 and Version 6 of Ticket #744

Show
Ignore:
Timestamp:
11/18/09 17:07:45 (12 years ago)
Author:
whiteknight
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #744

    • Property cc parrot-dev@… added
  • Ticket #744 – description

    v4 v6  
    44 
    553) Create the following files: 
    6  
     6{{{ 
    77[sweeks@kweh steme]$ cat nap.scm  
    88(hllimport (perl6 Naptime)) 
     
    1515    } 
    1616} 
    17  
     17}}} 
    18184) Try to run it with and without GC 
    19  
     19{{{ 
    2020[sweeks@kweh steme]$ parrot -G steme.pbc nap.scm  
    2121zZzZzZz… 
    2222[sweeks@kweh steme]$ parrot steme.pbc nap.scm  
    2323Segmentation fault 
    24  
     24}}} 
    25255) Here is a backtrace with --gc-debug 
    26  
     26{{{ 
    2727[sweeks@kweh steme]$ gdb parrot 
    2828GNU gdb Fedora (6.8-29.fc10) 
     
    9090#45 0x00007ffff7d44d81 in imcc_run (interp=0x608080, sourcefile=0x7fffffffe4fa "steme.pbc", argc=2, argv=0x7fffffffe1d8) at compilers/imcc/main.c:1097 
    9191#46 0x0000000000400b24 in main (argc=2, argv=0x7fffffffe1d8) at src/main.c:61 
     92}}}