Bug #38625

Dumped exception traces have all arguments doubled in plaintext

Added by Karsten Dambekalns about 3 years ago. Updated about 3 years ago.

Status:Resolved Start date:2012-07-04
Priority:Should have Due date:
Assigned To:Karsten Dambekalns % Done:

100%

Category:Error
Target version:TYPO3 Flow Base Distribution - 1.1
PHP Version: Complexity:
Has patch:No Affected Flow version:FLOW3 1.1.0 rc 1

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

Revision 09d4a720
Added by Karsten Dambekalns about 3 years ago

[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

Revision 545a0b20
Added by Karsten Dambekalns about 3 years ago

[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

#1 Updated by Gerrit Code Review about 3 years 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

#2 Updated by Gerrit Code Review about 3 years ago

Patch set 2 for branch master has been pushed to the review server.
It is available at http://review.typo3.org/12569

#3 Updated by Gerrit Code Review about 3 years 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

#4 Updated by Karsten Dambekalns about 3 years ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100

Also available in: Atom PDF