Comment 61 for bug 1054299

Revision history for this message
Martin Castillo (2-acc-von) wrote :

Jarno, just from looking at it, I think your patch is wrong.
You passed an uninitialized pointer to g_spawn_command_line_sync().
This function will write to whatever address was passed. That's a memory corruption and probably the source of the error message in comment #47.

Please try the attached patch.