Comment 4 for bug 98931

Revision history for this message
Mika Fischer (zoop) wrote :

I'm not sure if this is the same, but I can crash bash with the following script:
----
#!/bin/bash
ttt() {
        ttt
}
ttt
----
Arguably, bash should not just crash with a segfault when you have an infinite loop in a bash script.

Johan, the only thing I get from your crash report is the directory you were in when this happened: /localhome/johan/clients/johan/badkar-sandbox

If this helps you find the script in question or even reproduce this bug, that would be great!