https://bugzilla.wikimedia.org/show_bug.cgi?id=71519

--- Comment #38 from Tim Starling <[email protected]> ---
I can reproduce the segfault in eval.php --wiki=wikidatawiki with:

$req = new FauxRequest(array('oldid'=>143201634));
$req->setRequestURL('http://www.wikidata.org/w/index.php?title=Q183&oldid=143201634');
$ctx = new RequestContext;
$ctx->setRequest($req);
$mw = new MediaWiki($ctx);
$mw->run();

By parsing, I only get a fatal error, not a segfault.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
Wikibugs-l mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l

Reply via email to