Page MenuHomeFeedback Tracker

[Feedback Tracker issue] - upload file size restriction too small for zipped archive of bidmp/mdmp/rpt
Closed, ResolvedPublic

Description

The tracker will not accept a zip archive of these crash files, or a 7z archive that is 1.35 MB in size. There is no way to upload crash data with such a file size restriction.

Details

Legacy ID
509628477
Severity
None
Resolution
Open
Reproducibility
Always
Category
General

Event Timeline

OMAC edited Steps To Reproduce. (Show Details)Apr 26 2013, 3:41 PM
OMAC edited Additional Information. (Show Details)
OMAC set Category to General.
OMAC set Reproducibility to Always.
OMAC set Severity to None.
OMAC set Resolution to Open.
OMAC set Legacy ID to 509628477.May 7 2016, 1:52 PM

Uh? What? The restriction is at 2 MB.

OMAC added a subscriber: OMAC.May 7 2016, 1:52 PM
OMAC added a comment.Apr 26 2013, 4:14 PM

Right. 1.35 MB 7z archive wouldn't upload. File size limitation MUST be large enough to allow upload of compressed archive of ANY bidmp+mdmp+rpt. My mdmps alone are over 8 mb in size.

Upvoted for issue reporting sake !
Btw, you can upvote your own issue :P

simast added a subscriber: simast.May 7 2016, 1:52 PM

The Mantis attachments are set to max 2Mb size but the nginx (HTTP web server) is limiting this to a smaller size ("413 Request Entity Too Large").

The correct fix would be to add something like this to nginx config:

client_max_body_size 2048M;

:)

MadDogX added a subscriber: MadDogX.May 7 2016, 1:52 PM

Mass closing ancient tickets with no activity for > 12 months; assume fixed or too trivial.

If this issue is still relevant in current dev build, please re-post.