Modify ↓
#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 , on Feb 12, 2015 at 10:41:49 PM
| Owner: | set to |
|---|---|
| Status: | new → assigned |
comment:3 by , on Feb 18, 2015 at 10:01:47 PM
| 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 do tracelogging for the first au3stripper instance to avoid this issue.
Jos