Segmentation fault - Core dumped



I'm developing a graphical interface for a simulation program.
In the function that mabnages the running of the simulators I've used
the "gnome_execute_async" function as follows:


...

gchar *argv[0];
argv[0]=g_strdup("Simulator");
stato=gnome_execute_async(/"home/marina"",1,argv);

...

The program ("Simulator") runs but I've always a segmentation fault -
core dumped.
How can I do?
  Thank-you!!!
                    Marina




[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]