Last modified: 2014-05-03 18:29:54 UTC

Wikimedia Bugzilla is closed!

Wikimedia migrated from Bugzilla to Phabricator. Bug reports are handled in Wikimedia Phabricator.
This static website is read-only and for historical purposes. It is not possible to log in and except for displaying bug reports and their history, links might be broken. See T59206, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 57206 - Mediawiki exception handling hides nested exceptions
Mediawiki exception handling hides nested exceptions
Status: NEW
Product: MediaWiki
Classification: Unclassified
General/Unknown (Other open bugs)
1.23.0
All All
: Normal normal (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-11-18 19:52 UTC by Erik Bernhardson
Modified: 2014-05-03 18:29 UTC (History)
0 users

See Also:
Web browser: ---
Mobile Platform: ---
Assignee Huggle Beta Tester: ---


Attachments

Description Erik Bernhardson 2013-11-18 19:52:01 UTC
An Exception inside another Exception is not exposed to developers.

Reproduction code:

    throw new Exception('outer', 0, new Exception('inner'));

Expected output:

Both the inner and the outer message, along with stack traces for both of them.

Current output:

Only information about the 'outer' exception is rendered
Comment 1 Gerrit Notification Bot 2013-11-19 23:32:09 UTC
Change 91073 had a related patch set uploaded by EBernhardson:
Display nested exception backtrace's

https://gerrit.wikimedia.org/r/91073
Comment 2 Gerrit Notification Bot 2014-05-02 18:08:35 UTC
Change 91073 abandoned by EBernhardson:
Display nested exception backtrace's

Reason:
if i havn't found time to fix this up yet, its probably not going to happen.

https://gerrit.wikimedia.org/r/91073

Note You need to log in before you can comment on or make changes to this bug.


Navigation
Links