Actions
Defect #2933
closedfile upload fails silently on big files
Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Attachments
Target version:
-
Start date:
2009-03-09
Due date:
% Done:
0%
Estimated time:
Resolution:
Cant reproduce
Affected version:
Description
If I try to upload bigger files, then after some time a blank pages appears and the file is not uploaded. I can't really reproduce this exactly files < 5mb seems to work, the file that failed was 37mb.
apache error log entry:
attachment.rb:148: [BUG] rb_gc_mark(): unknown data type 0x30(0xb2beb10) non object ruby 1.8.6 (2008-08-08) [i686-linux]
production_log: (says absolutely nothing)
Processing ProjectsController#add_file (for 217.81.0.243 at 2009-03-09 02:46:16) [GET] Session ID: EDITED Parameters: {"action"=>"add_file", "id"=>"snyker", "controller"=>"projects"} Rendering template within layouts/base Rendering projects/add_file Completed in 0.04673 (21 reqs/sec) | Rendering: 0.03952 (84%) | DB: 0.00131 (2%) | 200 OK [http://EDITED/add_file/snyker]
could this be related to this?
http://rubyforge.org/tracker/index.php?func=detail&aid=22456&group_id=5833&atid=22730
Apache 2.2.8 with mod_rails 2.0.6 with ruby enterprise edition
Redmine 0.8.1.stable.2521 (MySQL)
Ruby version 1.8.6 (i686-linux)
RubyGems version 1.3.1
Rails version 2.1.2
Actions