[Bug 41305] PagedTiffHandler: Invalid message parameter

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41305

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

   Priority|Unprioritized   |Normal
 CC||s.mazel...@xs4all.nl

--- Comment #1 from Siebrand s.mazel...@xs4all.nl 2012-10-23 15:03:07 UTC ---
Looking into this.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41305] PagedTiffHandler: Invalid message parameter

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41305

--- Comment #2 from Siebrand s.mazel...@xs4all.nl 2012-10-23 15:56:24 UTC ---
Niklas made gerrit 29594 which adds more informative debugging into to Message
and Database class.

I submitted gerrit 29593 which refactors the code a bit and checks for all
message parameters if they're not an array (otherwise throws exception in the
class itself, logging which parameter was an array).

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41305] PagedTiffHandler: Invalid message parameter

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41305

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

URL||http://test.wikipedia.org/w
   ||iki/File:Weiss_-_Biographie
   ||_universelle_ou_dictionnair
   ||e_historique,_tome_2.tif?pa
   ||ge=173

--- Comment #3 from Siebrand s.mazel...@xs4all.nl 2012-10-23 16:15:16 UTC ---
After deploying the patches sets from comment 2, added URL to reproduce and
this backtrace:

Invalid message parameter: a:1:{s:3:num;N;}

Backtrace:

#0 /home/wikipedia/common/php-1.21wmf2/includes/Message.php(595):
Message-extractParam(Array)
#1 /home/wikipedia/common/php-1.21wmf2/includes/Message.php(451):
Message-replaceParameters('$1 ?? $2 pixels...', 'before')
#2 /home/wikipedia/common/php-1.21wmf2/includes/Message.php(493):
Message-toString()
#3
/home/wikipedia/common/php-1.21wmf2/extensions/PagedTiffHandler/PagedTiffHandler_body.php(516):
Message-parse()
#4 /home/wikipedia/common/php-1.21wmf2/includes/filerepo/file/File.php(1745):
PagedTiffHandler-getLongDesc(Object(ForeignDBFile))
#5 /home/wikipedia/common/php-1.21wmf2/includes/ImagePage.php(330):
File-getLongDesc()

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41305] PagedTiffHandler: Invalid message parameter

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41305

--- Comment #4 from Sam Reed (reedy) s...@reedyboy.net 2012-10-23 16:32:23 
UTC ---
2012-10-23 16:30:45 srv201 commonswiki: [6ac008dd]
/wiki/File:Petitot_-_Collection_compl%C3%A8te_des_m%C3%A9moires_relatifs_%C3%A0_l%E2%80%99histoire_de_France,_tome_16.tif?page=97
  Exception from line 621 of
/usr/local/apache/common-local/php-1.21wmf2/includes/Message.php: Invalid
message parameter: a:1:{s:3:num;N;}
#0 /usr/local/apache/common-local/php-1.21wmf2/includes/Message.php(595):
Message-extractParam(Array)
#1 /usr/local/apache/common-local/php-1.21wmf2/includes/Message.php(451):
Message-replaceParameters('$1 ?? $2 pixels...', 'before')
#2 /usr/local/apache/common-local/php-1.21wmf2/includes/Message.php(493):
Message-toString()
#3
/usr/local/apache/common-local/php-1.21wmf2/extensions/PagedTiffHandler/PagedTiffHandler_body.php(516):
Message-parse()
#4
/usr/local/apache/common-local/php-1.21wmf2/includes/filerepo/file/File.php(1745):
PagedTiffHandler-getLongDesc(Object(LocalFile))
#5 /usr/local/apache/common-local/php-1.21wmf2/includes/ImagePage.php(330):
File-getLongDesc()
#6 /usr/local/apache/common-local/php-1.21wmf2/includes/ImagePage.php(149):
ImagePage-openShowImage()
#7
/usr/local/apache/common-local/php-1.21wmf2/includes/actions/ViewAction.php(37):
ImagePage-view()
#8 /usr/local/apache/common-local/php-1.21wmf2/includes/Wiki.php(428):
ViewAction-show()
#9 /usr/local/apache/common-local/php-1.21wmf2/includes/Wiki.php(305):
MediaWiki-performAction(Object(ImagePage))
#10 /usr/local/apache/common-local/php-1.21wmf2/includes/Wiki.php(554):
MediaWiki-performRequest()
#11 /usr/local/apache/common-local/php-1.21wmf2/includes/Wiki.php(447):
MediaWiki-main()
#12 /usr/local/apache/common-local/php-1.21wmf2/index.php(59): MediaWiki-run()
#13 /usr/local/apache/common-local/live-1.5/index.php(3):
require('/usr/local/apac...')
#14 {main}

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l


[Bug 41305] PagedTiffHandler: Invalid message parameter

2012-10-23 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=41305

Siebrand s.mazel...@xs4all.nl changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #5 from Siebrand s.mazel...@xs4all.nl 2012-10-23 20:36:01 UTC ---
Gerrit 29605 eventually fixed the fatal. I think we fixed a symptom and not the
root cause this time. There's an issue with metadata values a bit deeper. My
interest in this issue has ended with getting the fatal fixed, though.

-- 
Configure bugmail: https://bugzilla.wikimedia.org/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are the assignee for the bug.
You are on the CC list for the bug.

___
Wikibugs-l mailing list
Wikibugs-l@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/wikibugs-l