Last modified: 2014-10-19 14:56:09 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 T68587, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 66587 - Math: fatal errors
Math: fatal errors
Status: RESOLVED FIXED
Product: MediaWiki extensions
Classification: Unclassified
Math (Other open bugs)
unspecified
All All
: Unprioritized normal with 1 vote (vote)
: ---
Assigned To: Nobody - You can work on this!
:
Depends on: 65793 69298
Blocks:
  Show dependency treegraph
 
Reported: 2014-06-13 14:46 UTC by Ltrlg
Modified: 2014-10-19 14:56 UTC (History)
4 users (show)

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


Attachments

Description Ltrlg 2014-06-13 14:46:14 UTC
On frwiki, and I get fatal errors if I select “Leave it as TeX (for text browsers)”:

  [6b28d236] 2014-06-13 14:27:33: Fatal exception of type MWException
  [a103cb6f] 2014-06-13 14:39:50: Fatal exception of type MWException
  [6ced3975] 2014-06-13 14:42:05: Fatal exception of type MWException

Seen on [[fr:Werner Heisenberg]] and [[fr:Noms des grands nombres]].
Comment 1 Sam Reed (reedy) 2014-06-13 14:50:17 UTC
2014-06-13 14:27:33 mw1186 frwiki: [6b28d236] /wiki/Noms_des_grands_nombres   Exception from line 50 of /usr/local/apache/common-local/php-1.24wmf8/extensions/Math/MathSource.php: in math source mode no database caching should happen
#0 /usr/local/apache/common-local/php-1.24wmf8/extensions/Math/MathRenderer.php(297): MathSource->getMathTableName()
#1 /usr/local/apache/common-local/php-1.24wmf8/extensions/Math/MathRenderer.php(359): MathRenderer->writeToDatabase()
#2 /usr/local/apache/common-local/php-1.24wmf8/extensions/Math/Math.hooks.php(130): MathRenderer->writeCache()
#3 [internal function]: MathHooks::mathTagHook('\left(10^8\righ...', Array, Object(Parser), Object(PPFrame_DOM))
#4 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(4102): call_user_func_array(Array, Array)
#5 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Preprocessor_DOM.php(1242): Parser->extensionSubstitution(Array, Object(PPFrame_DOM))
#6 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(3227): PPFrame_DOM->expand(Object(PPNode_DOM), 0)
#7 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(1239): Parser->replaceVariables('{{voir homonyme...')
#8 /usr/local/apache/common-local/php-1.24wmf8/includes/parser/Parser.php(405): Parser->internalParse('{{voir homonyme...')
#9 /usr/local/apache/common-local/php-1.24wmf8/includes/content/WikitextContent.php(327): Parser->parse('{{voir homonyme...', Object(Title), Object(ParserOptions), true, true, 104628411)
#10 /usr/local/apache/common-local/php-1.24wmf8/includes/content/AbstractContent.php(486): WikitextContent->fillParserOutput(Object(Title), 104628411, Object(ParserOptions), true, Object(ParserOutput))
#11 /usr/local/apache/common-local/php-1.24wmf8/includes/WikiPage.php(3684): AbstractContent->getParserOutput(Object(Title), 104628411, Object(ParserOptions))
#12 /usr/local/apache/common-local/php-1.24wmf8/includes/poolcounter/PoolCounterWork.php(116): PoolWorkArticleView->doWork()
#13 /usr/local/apache/common-local/php-1.24wmf8/includes/Article.php(665): PoolCounterWork->execute()
#14 /usr/local/apache/common-local/php-1.24wmf8/includes/actions/ViewAction.php(44): Article->view()
#15 /usr/local/apache/common-local/php-1.24wmf8/includes/Wiki.php(431): ViewAction->show()
#16 /usr/local/apache/common-local/php-1.24wmf8/includes/Wiki.php(295): MediaWiki->performAction(Object(Article), Object(Title))
#17 /usr/local/apache/common-local/php-1.24wmf8/includes/Wiki.php(603): MediaWiki->performRequest()
#18 /usr/local/apache/common-local/php-1.24wmf8/includes/Wiki.php(452): MediaWiki->main()
#19 /usr/local/apache/common-local/php-1.24wmf8/index.php(46): MediaWiki->run()
#20 /usr/local/apache/common-local/w/index.php(3): require('/usr/local/apac...')
#21 {main}
Comment 2 physikerwelt 2014-06-13 14:52:09 UTC
see https://bugzilla.wikimedia.org/show_bug.cgi?id=65793#c16
Comment 3 Gerrit Notification Bot 2014-06-13 14:57:41 UTC
Change 139381 had a related patch set uploaded by Reedy:
Remove MW_MATH_SOURCE as errors without mathoid table

https://gerrit.wikimedia.org/r/139381
Comment 4 Gerrit Notification Bot 2014-06-13 14:59:11 UTC
Change 139381 merged by jenkins-bot:
Remove MW_MATH_SOURCE as errors without mathoid table

https://gerrit.wikimedia.org/r/139381
Comment 5 Gerrit Notification Bot 2014-06-13 16:36:58 UTC
Change 139421 had a related patch set uploaded by Reedy:
Re-enable all Math modes

https://gerrit.wikimedia.org/r/139421
Comment 6 Gerrit Notification Bot 2014-06-13 18:29:02 UTC
Change 139439 had a related patch set uploaded by Physikerwelt:
Fix: Correcting problems in wmf8 branch

https://gerrit.wikimedia.org/r/139439
Comment 7 Andre Klapper 2014-07-06 22:13:05 UTC
(In reply to Gerrit Notification Bot from comment #6)
> Change 139439 had a related patch set uploaded by Physikerwelt:
> https://gerrit.wikimedia.org/r/139439

That was for the wmf8 branch which is probably obsolete now?

(In reply to Gerrit Notification Bot from comment #5)
> Change 139421 had a related patch set uploaded by Reedy:
> Re-enable all Math modes
> https://gerrit.wikimedia.org/r/139421

...and that was -1'ed.
Comment 8 Gerrit Notification Bot 2014-07-07 06:24:12 UTC
Change 139439 abandoned by Physikerwelt:
Fix: Correcting problems in wmf8 branch

Reason:
Obsolete

https://gerrit.wikimedia.org/r/139439
Comment 9 Andre Klapper 2014-08-05 22:27:35 UTC
So I assume that getting https://gerrit.wikimedia.org/r/#/c/139421/ ("Re-enable all Math modes" by Reedy, which has a -1 by physikerwelt) merged is left to do here before declaring this fixed? 

Or what's the plan to go forward?
Comment 10 physikerwelt 2014-08-05 22:40:32 UTC
It's blocked by https://rt.wikimedia.org/SelfService/Display.html?id=6077
Comment 11 Gerrit Notification Bot 2014-08-12 15:05:29 UTC
Change 153610 had a related patch set uploaded by Physikerwelt:
Re-enable all Math modes on beta

https://gerrit.wikimedia.org/r/153610
Comment 12 Gerrit Notification Bot 2014-08-12 20:02:10 UTC
Change 153610 merged by jenkins-bot:
Re-enable all Math modes on beta

https://gerrit.wikimedia.org/r/153610
Comment 13 Gerrit Notification Bot 2014-09-19 17:59:00 UTC
Change 161477 had a related patch set uploaded by Daniel Kinzler:
Introduce usage tracking service.

https://gerrit.wikimedia.org/r/161477
Comment 14 Gerrit Notification Bot 2014-10-07 19:11:27 UTC
Change 139421 merged by jenkins-bot:
Re-enable all Math modes

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

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


Navigation
Links