Bug #38625
Dumped exception traces have all arguments doubled in plaintext
| Status: | Resolved | Start date: | 2012-07-04 | |
|---|---|---|---|---|
| Priority: | Should have | Due date: | ||
| Assignee: | Karsten Dambekalns | % Done: | 100% |
|
| Category: | Error | |||
| Target version: | TYPO3 Flow Base Distribution - 1.1 | |||
| PHP Version: | Complexity: | |||
| Has patch: | No | FLOW3 version affected: | FLOW3 1.1.0 rc 1 | |
| Votes: | 0 |
Description
When an exception is dumped to Data/Logs/Exceptions/…txt all arguments are doubled, once with parenthesis around them, once without:
7 TYPO3\FLOW3\SignalSlot\Dispatcher::dispatch((TYPO3\FLOW3\Core\Bootstrap)TYPO3\FLOW3\Core\Bootstrap, (bootstrapShuttingDown)bootstrapShuttingDown, array)
Associated revisions
[BUGFIX] Fix arguments rendering for dumped backtraces
When an exception was dumped to Data/Logs/Exceptions/…txt all
arguments were doubled, once with parenthesis around them, once
without. This change fixes this.
Change-Id: I715ac8b64caabde84e23addefd1f31f378b79bf0
Fixes: #38625
Releases: 1.1, 1.2
[BUGFIX] Fix arguments rendering for dumped backtraces
When an exception was dumped to Data/Logs/Exceptions/…txt all
arguments were doubled, once with parenthesis around them, once
without. This change fixes this.
Change-Id: I715ac8b64caabde84e23addefd1f31f378b79bf0
Fixes: #38625
Releases: 1.1, 1.2
History
Updated by Gerrit Code Review 11 months ago
- Status changed from Accepted to Under Review
Patch set 1 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12569
Updated by Gerrit Code Review 10 months ago
Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12569
Updated by Gerrit Code Review 10 months ago
Patch set 1 for branch FLOW3-1.1 has been pushed to the review server.
It is available at http://review.typo3.org/13342
Updated by Karsten Dambekalns 10 months ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 09d4a7203cf84ba031d1ea27e9318e5c1cf16b2c.