Comment 2 for bug 133427

Revision history for this message
Stephen Thorne (jerub) wrote :

I can provide a test host. Just ask on irc.

This seems to be a minimal testcase:

$ bash foo.sh
Bus error
$ cat foo.sh
#!/bin/bash

function p()
{
    true
}

true <<<$(p)