piratelinux / Pirate-Linux

Other
10 stars 1 forks source link

32 bit crash #1

Open piratelinux opened 13 years ago

piratelinux commented 13 years ago

The main installer application crashes on startup for 32 bit machines. I think it happens when the command ret = g_spawn_async_with_pipes( NULL, argv, NULL, G_SPAWN_DO_NOT_REAP_CHILD, NULL, NULL, &pid, NULL, &out, &err, NULL );

is called.

piratelinux commented 13 years ago

fixed