On Mon, 11 Jun 2001, Jarkko Hietaniemi wrote:

> > cd t && (rm -f perl; /bin/ln -s ../miniperl perl) \
> >         && DYLD_LIBRARY_PATH=/Users/ken/Downloads/perl ./perl TEST base/*.t 
>comp/*.t cmd/*.t run/*.t io/*.t op/*.t pragma/*.t </dev/tty
> > make[1]: *** [minitest] Bus error
> > make: [extra.pods] Error 1 (ignored)
> > DYLD_LIBRARY_PATH=/Users/ken/Downloads/perl ./miniperl configpm configpm.tmp
> > make: *** [lib/Config.pm] Bus error
> 
> Ouch.  This definitely isn't "some irrelevant (test) failure".

Another possibility is to try running some of the tests individually.

        make minitest

will make t/perl a symbolic link to miniperl.  Then you can do

        cd t
        ./perl base/cond.t
        ./perl base/lex.t

etc. 

to try to get a fairly simple script that gives you the core dump.

-- 
    Andy Dougherty              [EMAIL PROTECTED]
    Dept. of Physics
    Lafayette College, Easton PA 18042

Reply via email to