Hi

I'm using fish-1.21.8 on NetBSD3.0.

Fish SIGVed when I accidentaly typed '(ls)'.

  [EMAIL PROTECTED] ~/f/fish-local> (ls)
  Program received signal SIGSEGV, Segmentation fault.
  0xbdb3187d in wcscmp () from /usr/lib/libc.so.12
  (gdb) bt
  #0  0xbdb3187d in wcscmp () from /usr/lib/libc.so.12
  #1  0x0805dfc1 in parser_test (buff=0x80aa600, babble=0) at parser.c:2883
  #2  0x08062d48 in shell_test (b=0x80aa600) at reader.c:2102
  #3  0x08063d9f in reader_readline () at reader.c:2646
  #4  0x080631f8 in read_i () at reader.c:2282
  #5  0x08064535 in reader_read (fd=0) at reader.c:3000
  #6  0x080771c7 in main (argc=1, argv=0xbfbfeb40) at main.c:288
  #7  0x0804a1b6 in ___start ()
  (gdb)

expand_one() sets cmd to NULL at parser.c:2839 and
the NULL pointer is passwd to wcscmp at line 2883.

Thanks.

-- 
Hiroshi SAKURAI
http://vimrc.hp.infoseek.co.jp/


-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Fish-users mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/fish-users

Reply via email to