Overview
Artifact ID: | df9af31112db475d6782162c64736fc2d7590e85 |
---|---|
Ticket: | c8c0b78c840e4df9aefd2687bf6cac5abfce08e5
Windows 7: "fossil ui" and "fossil server" fail |
User & Date: | drh 2010-10-15 13:58:28 |
Changes
- Appended to comment:
<hr /><i>drh added on 2010-10-15 13:58:28:</i><br /> I think the problem comes about because Fossil tries to run a copy of itself by calling system() with argv[0] being used as the command name. Apparently on windows, argv[0] is not a reliable name for the program that is being run. Does anybody have any suggestions for an alternative way to get a windows program to run a copy of itself?