Re: Bug in bash ?

From: kEndE iS tHe bESt (kendelgat_private-miskolc.hu)
Date: Mon Nov 12 2001 - 00:07:23 PST

  • Next message: walter valenti: "Re: Bug in bash ?"

    Hi all
    
    tcsh>
    <eagle>-[9:05] /usr/local/bin>vim `perl -e 'print "/*%s"x9000'`
    Word too long.
    
    bash>
    <eagle>-[9:06] /usr/local/bin>bash
    bash-2.03$ vim `perl -e 'print "/*%s"x9000'`
    Segmentation fault
    
    <eagle>-[9:06] /usr/local/bin>uname -a
    SunOS eagle 5.8 Generic_108528-10 sun4u sparc SUNW,Sun-Blade-100
    <eagle>-[9:06] /usr/local/bin>
    
    >
    > As you can see after this command shell (bash) is exiting.
    > It's don't work under tcsh and csh:
    >
    > tcsh:
    > > mpg123 `perl -e 'print "/*%s"x9000'`
    > Word too long.
    > >
    >
    > csh:
    > %mpg123 `perl -e 'print "/*%s"x9000'`
    > Word too long.
    > %
    



    This archive was generated by hypermail 2b30 : Mon Nov 12 2001 - 08:19:45 PST