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

Bawolff <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #12 from Bawolff <[email protected]> 2011-06-20 21:53:58 UTC ---
While trying to reproduce locally (on a 1.17wmf1 checkout. Cannot reproduce on
trunk and on REL1_17 i get the JSON can't be converted to string error from up
above).

Basically I get this in the apache error log:

[Mon Jun 20 18:47:57 2011] [notice] child pid 2018 exit signal Segmentation
fault (11)

(and no response from the webserver)

Only seems to happen when following redirects (using redirect option) during
action=edit.

Code I used to reproduce was (typed into a firebug console. Change paths/edit
token as appropriate. Page Rd was a redirect to a page Foo :

var x = new XMLHttpRequest
x.open( 'POST',
'http://localhost/w/REL1_17/api.php?action=edit&appendtext=%0A%7B%7Bsubst%3APlease%20link%20images%7D%7D%0Atest~~~~%0A&format=json&summary=Please%20link%20images.&title=Rd&token=%2B%5C&watchlist=preferences&redirect=',
false );
x.send();

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
------- 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