Hello, now a new information with backtrace.
Gerd Pokorra [EMAIL PROTECTED] tge]$ gdb ../../parrot GNU gdb Fedora (6.8-22.fc9) Copyright (C) 2008 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later <http://gnu.org/licenses/gpl.html> This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-redhat-linux-gnu"... (gdb) set args ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=TGE/Parser.pir TGE/Parser.pg (gdb) run Starting program: /home/gz016/parrot-sources/debug/parrot-0.8.0/parrot ../../runtime/parrot/library/PGE/Perl6Grammar.pbc --output=TGE/Parser.pir TGE/Parser.pg [Thread debugging using libthread_db enabled] [New Thread 0x7f543fe82700 (LWP 5203)] Program received signal SIGSEGV, Segmentation fault. 0x000000000099cee4 in Parrot_CallSignature_set_pmc (interp=0x11c2080, pmc=0x1668658, value=0x1247518) at ./src/pmc/callsignature.pmc:106 106 sig_struct->type_tuple = value; Missing separate debuginfos, use: debuginfo-install icu.x86_64 (gdb) backtrace #0 0x000000000099cee4 in Parrot_CallSignature_set_pmc (interp=0x11c2080, pmc=0x1668658, value=0x1247518) at ./src/pmc/callsignature.pmc:106 #1 0x0000000000898e61 in Parrot_build_sig_object_from_varargs ( interp=0x11c2080, sig=0xa2a791 "PP->I", args=0x7fff47e9ed40) at src/multidispatch.c:459 #2 0x0000000000899443 in Parrot_mmd_multi_dispatch_from_c_args ( interp=0x11c2080, name=0xa260fc "cmp", sig=0xa2a791 "PP->I") at src/multidispatch.c:575 #3 0x000000000092ec2b in Parrot_default_cmp (interp=0x11c2080, pmc=0x0, value=0x12e3648) at ./src/pmc/default.pmc:2446 #4 0x000000000082dd5f in Parrot_lt_p_ic_ic (cur_opcode=0x7f543fdabc28, interp=0x11c2080) at src/ops/cmp.ops:294 #5 0x00000000008b7bcd in runops_slow_core (interp=0x11c2080, pc=0x7f543fdabc28) at src/runops_cores.c:222 #6 0x000000000089264a in runops_int (interp=0x11c2080, offset=586) at src/interpreter.c:937 #7 0x000000000089307b in runops (interp=0x11c2080, offs=<value optimized out>) at src/inter_run.c:101 #8 0x00000000008931b1 in runops_args (interp=0x11c2080, sub=0x12ae928, obj=<value optimized out>, meth_unused=<value optimized out>, sig=0xa6f7ac "S", ap=0x7fff47e9ef80) at src/inter_run.c:236 #9 0x00000000008935b5 in Parrot_run_meth_fromc_args (interp=0x11c2080, sub=0x1668658, obj=0x1247518, meth=0x0, sig=0x12e3648 "") ---Type <return> to continue, or q <return> to quit--- at src/inter_run.c:426 #10 0x000000000083d8bb in Parrot_le_p_sc_ic (cur_opcode=0x7f543fe398d8, interp=0x11c2080) at src/ops/cmp.ops:387 #11 0x00000000008b7bcd in runops_slow_core (interp=0x11c2080, pc=0x7f543fe398d8) at src/runops_cores.c:222 #12 0x000000000089264a in runops_int (interp=0x11c2080, offset=3) at src/interpreter.c:937 #13 0x000000000089307b in runops (interp=0x11c2080, offs=<value optimized out>) at src/inter_run.c:101 #14 0x00000000008931b1 in runops_args (interp=0x11c2080, sub=0x12b3158, obj=<value optimized out>, meth_unused=<value optimized out>, sig=0xa18413 "vP", ap=0x7fff47e9f190) at src/inter_run.c:236 #15 0x000000000089392b in Parrot_runops_fromc_args (interp=0x11c2080, sub=0x1668658, sig=0x12e3648 "") at src/inter_run.c:300 #16 0x0000000000a07c4d in imcc_run (interp=0x11c2080, sourcefile=<value optimized out>, argc=3, argv=0x7fff47e9f3e0) at compilers/imcc/main.c:791 #17 0x0000000000400b82 in main (argc=3, argv=0x7fff47e9f3e0) at src/main.c:61 (gdb) Am Dienstag, den 28.10.2008, 20:22 +0100 schrieb chromatic via RT: > On Tuesday 28 October 2008 07:05:47 [EMAIL PROTECTED] (via RT) wrote: > > > But perhaps there will someone be able to find a way to solve this problem. > > Can you provide a backtrace from GDB? > > -- c > > >