Can someone else confirm this happens on SNV_138 ?

I have this bash binary :

$ which bash
/usr/bin/bash

$ /opt/schily/bin/mdigest -a sha256 /usr/bin/bash
0e0754eeb655c4ff6b85841b627179d81208c5fe93b89dd065faba3788665c9a 
/usr/bin/bash

Then do the following, start bash and type the chars l s " \  then hit the
TAB key.

$ bash
bash-4.0$ ls "\
malloc: unknown:0: assertion botched
free: start and end chunk sizes differ
last command: exit
Aborting...Abort(coredump)
$ ls core
core
$ file core
core: ELF 32-bit LSB core file 80386 Version 1, from 'bash'

$ mdb /usr/bin/bash core
Loading modules: [ ld.so.1 ]
>
> $C
08046e08 libc_hwcap1.so.1`_lwp_kill+0x15(1, 6, 8046e28, c55d91de)
08046e28 libc_hwcap1.so.1`raise+0x22(6, 6, 8046e60, c55b1024)
08046e78 libc_hwcap1.so.1`abort+0x74(c5502a00, c56c4000, 8046ea8)
08046e98 programming_error+0xb6(8108b4c, 0, 0, 0)
08046ed8 0x80fb7d2(81263b8, 8, 8108b4c, 0, 0, c56c4000)
08046f28 0x80fc4fe(81263b8, 0, 0, 0)
08046f48 free+0x14(81263b8, 22, 0, 80e0b9a)
08046f98 rl_filename_completion_function+0x5e3(81263c8, 0, 8046fe8, 80e0952)
08046fe8 rl_completion_matches+0x43(81263c8, 80e0b8c, 5, 80df26a)
08047008 0x80df2d0(81263c8, 4, 5, 80e0b8c, 6, 22)
08047078 rl_complete_internal+0xe4(9, 80470bf, 1, 80de4f0)
08047098 rl_complete+0x62(1, 9, 1, 80d9716)
080470d8 _rl_dispatch_subseq+0xb6(9, 811d4c8, 0, 80d96e0, c5605fc9)
080470f8 _rl_dispatch+0x2c(9, 811d4c8, 8047138, 80d935d)
08047138 readline_internal_char+0x111(8119ac4, 8118cac, 8047158, 80d9481,
8119ac4, 8118cac)
08047148 0x80d945a(8119ac4, 8118cac, 8047168, 80d8f79, 8119ac4, 8118cac)
08047158 0x80d9481(8119ac4, 8118cac, 80471c8, 806e11f, 812ee28, 80a71f4)
08047168 readline+0x55(812ee28, 80a71f4, 80471c8, 806e0b0)
080471c8 0x806e11f(80fe5e4)
080471d8 0x806dff4(8125448, 8119ad4, 80ff09c, c56c7910, 0, 8127248)
08047218 0x806ed06(1, 0, 0, 806f922)
08047278 0x806f9b4(0, 8118cac, 80472a8, 806f374)
080472a8 0x806f3a4(c57ca347, 812554c, 80fd27e, 80fcccc, 80fe5fc, 8119a6c)
08047b78 yyparse+0x4b9(0, 8118cac, 8047bc8, 0, 0, 8118cac)
08047b98 parse_command+0x80(0, 0, 0, 8119a60, 8119a3c, 8118cac)
08047bc8 read_command+0xd9(1, 8118cac, 0, 1, ff, 8123900)
08047bf8 reader_loop+0x147(0, 8119a38, 8119f04, 0, 8119a5c, 1)
08047c38 main+0x7df(1, 8047c70, 8047c78, 8047c2c)
08047c64 _start+0x7d(1, 8047d50, 0, 8047d55, 8047d6d, 8047d85)
>
$

-- 
Dennis Clarke
dcla...@opensolaris.ca  <- Email related to the open source Solaris
dcla...@blastwave.org   <- Email related to open source for Solaris


_______________________________________________
opensolaris-code mailing list
opensolaris-code@opensolaris.org
http://mail.opensolaris.org/mailman/listinfo/opensolaris-code

Reply via email to