Has anyone run into immediate core dumps on Fedora Core 1?  When I run
'make' the interpreter successfully compiles, but dumps core when it
tries to compile parrotlib.imc.

: blib/lib/libparrot.a
c++ -o parrot -Wl,-E  -g  imcc/main.o blib/lib/libparrot.a
blib/lib/libicuuc.a blib/lib/libicudata.a -lnsl -ldl -lm -lcrypt -lutil
-lpthread -lrt
./parrot -o runtime/parrot/include/parrotlib.pbc
runtime/parrot/library/parrotlib.imc
make: *** [runtime/parrot/include/parrotlib.pbc] Segmentation fault

Under gdb:

[EMAIL PROTECTED] parrot]$ gdb parrot
GNU gdb Red Hat Linux (5.3.90-0.20030710.41rh)
Copyright 2003 Free Software Foundation, Inc.
GDB is free software, covered by the GNU General Public License, and you
are
welcome to change it and/or distribute copies of it under certain
conditions.
Type "show copying" to see the conditions.
There is absolutely no warranty for GDB.  Type "show warranty" for
details.
This GDB was configured as "i386-redhat-linux-gnu"...Using host
libthread_db library "/lib/tls/libthread_db.so.1".

(gdb) r
Starting program: /home/michel/parrot/parrot 
[Thread debugging using libthread_db enabled]
[New Thread -1084659872 (LWP 3839)]

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread -1084659872 (LWP 3839)]
doOpenChoice (path=0x827684c "icudt26l", type=0x8274d47 "icu",
name=0x8274d40 "uprops", 
    isAcceptable=0x8203104 <isAcceptable>, context=0x0,
pErrorCode=0xbff5186c) at udata.c:825
825         if(pHeader->dataHeader.magic1==0xda &&
(gdb) 

Is this a known FC1 issue?

-Michel

Reply via email to