Message311886
| Author | eryksun |
|---|---|
| Recipients | Christian Heigele, eryksun, paul.moore, steve.dower, tim.golden, zach.ware |
| Date | 2018-02-09.14:23:26 |
| SpamBayes Score | -1.0 |
| Marked as misclassified | Yes |
| Message-id | <1518186206.21.0.467229070634.issue32808@psf.upfronthosting.co.za> |
| In-reply-to |
| Content | |
|---|---|
Is it just for this particular svn.exe application, or is it for any application (e.g. tasklist.exe)? The symptoms sound like svn.exe is spawning a new instance of itself with the `CREATE_NEW_CONSOLE` creation flag, which allocates a new console and replaces the standard handles if they aren't explicitly set by STARTUPINFO. svn.exe could be doing this indirectly via ShellExecute[Ex] in order to elevate via the "runas" verb. Try running Python elevated (run as administrator), in which case svn.exe may behave normally. |
|
| History | |||
|---|---|---|---|
| Date | User | Action | Args |
| 2018-02-09 14:23:26 | eryksun | set | recipients: + eryksun, paul.moore, tim.golden, zach.ware, steve.dower, Christian Heigele |
| 2018-02-09 14:23:26 | eryksun | set | messageid: <1518186206.21.0.467229070634.issue32808@psf.upfronthosting.co.za> |
| 2018-02-09 14:23:26 | eryksun | link | issue32808 messages |
| 2018-02-09 14:23:26 | eryksun | create | |