Modify ↓
Opened 11 years ago
Closed 11 years ago
#2985 closed Bug (Fixed)
Au3Stripper can not be executed concurrently
| Reported by: | anonymous | Owned by: | Jos |
|---|---|---|---|
| Milestone: | Component: | AutoIt | |
| Version: | 3.3.12.0 | Severity: | None |
| Keywords: | Cc: |
Description
We often need to do parallel builds of our AutoIt tools. We noticed that this is not possible due to limitations of the Au3Stripper. Is there any way this can be fixed, so concurrent compiles or executions of Au3Stripper would be allowed without conflict.
Attachments (0)
Change History (3)
comment:2 by , 11 years ago
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , 11 years ago
| Resolution: | → Fixed |
|---|---|
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

This is due to the tracelog being locked.
Try current Beta. This version will only to tracelogging for the first au3stripper instance to avoid this issue.
Jos