Last modified: 2013-10-23 15:45:13 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 T56367, the corresponding Phabricator task for complete and up-to-date bug report information.
Bug 54367 - intermittent texvc problems
intermittent texvc problems
Status: RESOLVED DUPLICATE of bug 55709
Product: Wikimedia
Classification: Unclassified
General/Unknown (Other open bugs)
unspecified
All All
: High normal with 1 vote (vote)
: ---
Assigned To: Sam Reed (reedy)
:
: 54456 (view as bug list)
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2013-09-20 08:38 UTC by Richard Morris
Modified: 2013-10-23 15:45 UTC (History)
11 users (show)

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


Attachments

Description Richard Morris 2013-09-20 08:38:45 UTC
Two users have recently reported intermittent faults with the same equations displaying sometimes and not others.

http://en.wikipedia.org/wiki/Wikipedia:Village_pump_(technical)/Archive_116#Random_yet_specific_TeX_errors

http://en.wikipedia.org/wiki/Help_talk:Displaying_a_formula#.5Cmathrm.2C_.5Cmathsf_don.27t_always_show

Viewing 

http://en.wikipedia.org/w/index.php?title=User:Salix_alba/sandbox&oldid=573752375 

gives Failed to parse (unknown error). Yet if I edit the page and see a preview they all render fine.
Comment 1 Michael M. 2013-09-20 09:13:30 UTC
This happened for some articles in de.wikipedia, too (some links to examples are on [[de:Hilfe_Diskussion:TeX#Probleme_beim_.C3.9Cbersetzen]])

It seems to depend on the server, e.g. https://de.wikipedia.org/w/index.php?title=Parabel_%28Mathematik%29&oldid=122465929#Affine_Selbstabbildungen_der_Parabel_y.3Dx.C2.B2

sometimes is broken (served by mw1035), and sometimes rendered without error (served by mw1184).
Comment 2 Michael M. 2013-09-26 08:28:12 UTC
This still happens ([[de:Merkmalexploration#Exploration_mit_Hintergrundwissen]], served by mw1095), but seems to be a server issue rather than a bug in the Math extenstion.
Comment 3 Andre Klapper 2013-09-27 15:35:10 UTC
Thanks for taking the time to report this!

I can reproduce this by reloading https://de.wikipedia.org/w/index.php?title=Parabel_%28Mathematik%29&oldid=122465929#Affine_Selbstabbildungen_der_Parabel_y.3Dx.C2.B2 a few times.

Note: "Fehler beim Parsen (Unbekannter Fehler)"
means "Error while parsing (Unknown error)"

So I get
  "Man nennt solch eine Abbildung Schrägspiegelung, da eine Gerade, 
   nämlich Fehler beim Parsen (Unbekannter Fehler): x=\tfrac{b}{2}" 
instead of 
  "Man nennt solch eine Abbildung Schrägspiegelung, da eine Gerade,
   nämlich x = \tfrac{b}{2}"
about 50% of the time and for so many different servers (mw1105, mw1169, mw1209, mw1211, mw1218) when testing ~10 times that it might not be specific servers to blame.
Comment 4 Greg Grossmeier 2013-09-27 16:05:59 UTC
Assigning to Reedy to see if he can determine if it is actually server specific.
Comment 5 physikerwelt 2013-09-27 16:08:33 UTC
I would be interested in the result. Since I'm currently working on the second version of the Math extension. Thereby I have cleaned up the texvc code.
Comment 6 Sam Reed (reedy) 2013-09-27 17:09:00 UTC
It's literally a case of the "per version" executable not being created. With the distractions of things breaking I forgot to run the command which compiles this on each server for each version

As an aside, this is something that needs fixing up and there's a bug for this
Comment 7 physikerwelt 2013-09-27 17:13:10 UTC
How can I search for all open bugs for the math extension.
It would be nice to showcase, which of them are fixed by Math2.0 and which are not fixed.
Comment 9 Bawolff (Brian Wolff) 2013-09-28 16:45:37 UTC
*** Bug 54456 has been marked as a duplicate of this bug. ***
Comment 10 Bawolff (Brian Wolff) 2013-09-28 16:48:09 UTC
Reports of this still happening. Re-opening.

[13:39]	<b_jonas>	argh! I'm trying to edit some <math> formulas on en.wikipedia, and get "Failed to parse (unknown error)" or not in all eight similar formulas depending on how I change the first formula
Comment 11 Bawolff (Brian Wolff) 2013-09-28 16:59:14 UTC
Hitting https://en.wikipedia.org/w/api.php?action=parse&text={{User:B_jonas/Sandbox}}&servedby&prop=text with the api repetitively

The following servers seem to have issues:
mw1135
mw1145
mw1203
mw1136
mw1189
mw1116
mw1193
mw1192

The following seem fine:
mw1195
mw1198
mw1122

(I eventually got bored of doing this, so this isn't a full sample)

The fact this this changes per render, suggests that the issue is with the php part of the extension, as in the case of a cached math formula, the php code probably shouldn't even be running texvc (I assume).
Comment 12 Sam Reed (reedy) 2013-09-28 19:24:54 UTC
reedy@mw1192:/usr/local/apache/uncommon/1.22wmf8/bin$ ls -al
total 720
drwxr-xr-x 2 mwdeploy mwdeploy   4096 Jul 11 15:18 .
drwxr-xr-x 3 mwdeploy mwdeploy   4096 Jun 20 17:36 ..
-rwxr-xr-x 1 mwdeploy mwdeploy 725237 Jul 11 15:18 texvc
reedy@mw1192:/usr/local/apache/uncommon/1.22wmf19/bin$ ls -al
total 720
drwxr-xr-x 2 mwdeploy mwdeploy   4096 Sep 27 16:55 .
drwxr-xr-x 3 mwdeploy mwdeploy   4096 Sep 27 16:55 ..
-rwxr-xr-x 1 mwdeploy mwdeploy 725237 Sep 27 16:55 texvc




It seems there's probably 2 different issues here. Initially any and all math rendering would've been broken/not worked. As of my comment 6, this side of it should be fine (as shown by the existence of a texvc binary in the relevant folder)
Comment 13 Sam Reed (reedy) 2013-10-23 15:45:13 UTC
Marking as a dupe, same issues appear with the unknown math related errors

*** This bug has been marked as a duplicate of bug 55709 ***

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


Navigation
Links