[Bug 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Ryan Kaldari  changed:

   What|Removed |Added

 Status|PATCH_TO_REVIEW |RESOLVED
 Resolution|--- |FIXED

--- Comment #12 from Ryan Kaldari  ---
Hopefully, this is fixed now.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-19 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #11 from Gerrit Notification Bot  ---
Change 161174 merged by jenkins-bot:
Protect against exceeding memory errors when parsing Ogg files

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

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-18 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Andre Klapper  changed:

   What|Removed |Added

 Whiteboard|aklapper-moreinfo   |

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #10 from Ryan Kaldari  ---
Got the unit tests passing with the fix. It's now skipping any comments that
are longer than 10 KB, which should be more than enough for any of the
information we're interested in.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #9 from Ryan Kaldari  ---
In the meantime, I was able to upload the Ogg file by removing the cover art
from the file.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #8 from Ryan Kaldari  ---
For some reason, if I try to set any kind of size limit on the comments (even
100 MB), it causes several unit tests to fail. Anyone have any idea what's
going on with those unit tests?
https://integration.wikimedia.org/ci/job/mwext-TimedMediaHandler-testextension/7/console

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Gerrit Notification Bot  changed:

   What|Removed |Added

 Status|REOPENED|PATCH_TO_REVIEW

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #7 from Gerrit Notification Bot  ---
Change 161174 had a related patch set uploaded by Kaldari:
Protect against exceeding memory errors when parsing Ogg files

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

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #6 from Ryan Kaldari  ---
I think what's happening is that the function is choking when trying to parse
the encoded COVERART comment, which is far larger than the other comments in
the header.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #5 from Ryan Kaldari  ---
The error seems to happen in _decodeBareCommentsHeader(), which parses the
comments header in the ogg file. This header contains a series of comments
related to the audio encoded in the stream as well as a string to identify the
encoding software. The encoding software that I used was MediaHuman Audio
Converter, version 1.9.1.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2014-09-17 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Ryan Kaldari  changed:

   What|Removed |Added

   Priority|Low |High
 Status|RESOLVED|REOPENED
 CC||rkald...@wikimedia.org
 Resolution|INVALID |---
 Ever confirmed|0   |1

--- Comment #4 from Ryan Kaldari  ---
I get the same error any time I try to upload an OGG audio file via
https://commons.wikimedia.org/wiki/Special:Upload:

PHP fatal error in
/srv/mediawiki/php-1.24wmf21/extensions/TimedMediaHandler/handlers/OggHandler/PEAR/File_Ogg/File/Ogg/Media.php
line 119:
Allowed memory size of 268435456 bytes exhausted (tried to allocate 1802524276
bytes)

I tried files ranging in size from 13.2 MB to 6.1 MB. All failed with the same
error.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2013-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Rainer Rillke @commons.wikimedia  changed:

   What|Removed |Added

 Status|UNCONFIRMED |RESOLVED
 Resolution|--- |INVALID

--- Comment #3 from Rainer Rillke @commons.wikimedia  
---
This was reported by a user, not me. Andre asked him, if I recall correctly but
they did not respond:

https://commons.wikimedia.org/wiki/Commons:Upload_help/Archive/2013/09#.22Unknown_error.22_when_uploading_audio_files_via_Upload_Wizard

https://commons.wikimedia.org/wiki/Commons:Help_desk/Archive/2013/09#Unable_to_upload_music_files_via_Upload_Wizard_and_Commons:_Upload

I've not seen any similar report recently.

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2013-11-07 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #2 from Andre Klapper  ---
Rainer: can you provide a link to the file you tried to upload?

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2013-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Andre Klapper  changed:

   What|Removed |Added

   Priority|Unprioritized   |Low

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2013-09-09 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

Andre Klapper  changed:

   What|Removed |Added

 Status|NEW |UNCONFIRMED
 Ever confirmed|1   |0
 Whiteboard||aklapper-moreinfo

-- 
You are receiving this mail because:
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 53840] Allowed memory size of 183500800 bytes exhausted (tried to allocate 2018670161 bytes).

2013-09-06 Thread bugzilla-daemon
https://bugzilla.wikimedia.org/show_bug.cgi?id=53840

--- Comment #1 from Jan Gerber  ---
can you provide a link to the file you tried to upload.

-- 
You are receiving this mail because:
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