Sean Silva via llvm-dev
2016-Jul-15 00:03 UTC
[llvm-dev] Handy file storage for LLD/ELF --reproduce
On Thu, Jul 14, 2016 at 4:49 PM, Tanya Lattner <tanyalattner at llvm.org> wrote:> What were you thinking? I increased it to 5MB.. but it sounds like you > have 26MB attachments? >Is 50MB doable? -- Sean Silva> > -Tanya > > On Jul 13, 2016, at 2:46 PM, Sean Silva <chisophugis at gmail.com> wrote: > > Tanya, could you increase the max attachment size limit on LLVM's bugzilla? > > -- Sean Silva > > On Wed, Jul 13, 2016 at 7:19 AM, James Y Knight <jyknight at google.com> > wrote: > >> This sounds like a bad idea. Let's just increase the limit in bugzilla >> instead? The limit is just a configuration option... >> >> On Jul 13, 2016 3:56 AM, "Sean Silva via llvm-dev" < >> llvm-dev at lists.llvm.org> wrote: >> >>> I notice that phabricator has http://reviews.llvm.org/file/ which can >>> hold files. I haven't tested the limit, but it seems like it handled a 26MB >>> file fine (the particular file was just from a random LLD bugzilla bug). >>> >>> So it is probably a good idea to document somewhere that >>> http://reviews.llvm.org/file/ can be used for storage of --reproduce >>> cpio archives if they are too large for bugzilla. >>> >>> Rui, where do you think it is best to document this? Maybe we can also >>> have a "how to report a bug" page explaining how to use --reproduce / >>> LLD_REPRODUCE when reporting bugs. >>> >>> -- Sean Silva >>> >>> _______________________________________________ >>> LLVM Developers mailing list >>> llvm-dev at lists.llvm.org >>> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev >>> >>> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160714/a438eab9/attachment.html>
Tanya Lattner via llvm-dev
2016-Jul-23 06:12 UTC
[llvm-dev] Handy file storage for LLD/ELF --reproduce
> On Jul 14, 2016, at 5:03 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Thu, Jul 14, 2016 at 4:49 PM, Tanya Lattner <tanyalattner at llvm.org <mailto:tanyalattner at llvm.org>> wrote: > What were you thinking? I increased it to 5MB.. but it sounds like you have 26MB attachments? > > Is 50MB doable?I’m very hesitant to do this. Bugzilla has long been a target for spam (aka porn) and I don’t want to make it easy for that use. I would suggest making anything larger available via a link. -Tanya> > -- Sean Silva > > > -Tanya > >> On Jul 13, 2016, at 2:46 PM, Sean Silva <chisophugis at gmail.com <mailto:chisophugis at gmail.com>> wrote: >> >> Tanya, could you increase the max attachment size limit on LLVM's bugzilla? >> >> -- Sean Silva >> >> On Wed, Jul 13, 2016 at 7:19 AM, James Y Knight <jyknight at google.com <mailto:jyknight at google.com>> wrote: >> This sounds like a bad idea. Let's just increase the limit in bugzilla instead? The limit is just a configuration option... >> >> >> On Jul 13, 2016 3:56 AM, "Sean Silva via llvm-dev" <llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org>> wrote: >> I notice that phabricator has http://reviews.llvm.org/file/ <http://reviews.llvm.org/file/> which can hold files. I haven't tested the limit, but it seems like it handled a 26MB file fine (the particular file was just from a random LLD bugzilla bug). >> >> So it is probably a good idea to document somewhere that http://reviews.llvm.org/file/ <http://reviews.llvm.org/file/> can be used for storage of --reproduce cpio archives if they are too large for bugzilla. >> >> Rui, where do you think it is best to document this? Maybe we can also have a "how to report a bug" page explaining how to use --reproduce / LLD_REPRODUCE when reporting bugs. >> >> -- Sean Silva >> >> _______________________________________________ >> LLVM Developers mailing list >> llvm-dev at lists.llvm.org <mailto:llvm-dev at lists.llvm.org> >> http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev <http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-dev> >> >> > >-------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20160722/3748938f/attachment.html>
Davide Italiano via llvm-dev
2017-May-28 00:09 UTC
[llvm-dev] Handy file storage for LLD/ELF --reproduce
On Fri, Jul 22, 2016 at 11:12 PM, Tanya Lattner via llvm-dev <llvm-dev at lists.llvm.org> wrote:> > On Jul 14, 2016, at 5:03 PM, Sean Silva <chisophugis at gmail.com> wrote: > > > > On Thu, Jul 14, 2016 at 4:49 PM, Tanya Lattner <tanyalattner at llvm.org> > wrote: >> >> What were you thinking? I increased it to 5MB.. but it sounds like you >> have 26MB attachments? >I just tried to attach something (~2MB) and it failed (max size allowed 1MB). Was that lowered again? See https://bugs.llvm.org/show_bug.cgi?id=33126 My $0.02: 1) I think the max attachment size is too low. Large part of interesting compile time testcases exceeds that size. 2) When we tell people to use an external service, there are no guarantees the link will be persistent, as LLVM doesn't control it. Somebody decides to delete his drive/dropbox account and the testcase is lost. I'd like to have a permanent record, if possible, so having the test uploaded on bugzilla directly is convenient. 3) The spam problem IMHO should be fixed independently. Also, the automatic registration has been disabled for quite a while, so that should've been somehow mitigated. Cheers, -- Davide "There are no solved problems; there are only problems that are more or less solved" -- Henri Poincare