﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	resolution	keywords	cc
254	Drive a rusty spork through mbash, repeatedly, and dump it in a gutter.	andersk		"mbash breaks gdb:

{{{
$ echo 'int main() {return 0;}' | gcc -g -xc -

$ gdb ./a.out
(gdb) break main
Breakpoint 1 at 0x400478: file <stdin>, line 1.
(gdb) run
Starting program: /tmp/andersk/a.out
During startup program exited normally.

$ SHELL=/bin/bash gdb ./a.out
(gdb) break main
Breakpoint 1 at 0x400478: file <stdin>, line 1.
(gdb) run
Starting program: /tmp/andersk/a.out 

Breakpoint 1, main () at <stdin>:1
1	<stdin>: No such file or directory.
	in <stdin>
}}}
"	defect	new	normal		internals			
