Comment 5 for bug 344813

Revision history for this message
Matt Zimmerman (mdz) wrote :

The problem is that the config file parser is broken:

 (gdb) print submit_pipe
 $1 = 0x1c73360 "/usr/share/apport/kernel_oops\n"

This is true for the other string options as well. The attached patch fixes it.