[drkonqi] [Bug 248807] Report with a long backtrace can't be sent (bugzilla 65k limit per comment)

Jekyll Wu adaptee at gmail.com
Sat Jan 19 00:06:37 GMT 2013


https://bugs.kde.org/show_bug.cgi?id=248807

--- Comment #5 from Jekyll Wu <adaptee at gmail.com> ---
Just some notes for future implemnation. 

According to
http://www.bugzilla.org/docs/4.2/en/html/api/Bugzilla/WebService/Bug.html :

Errors 

114 (Comment Too Long)
    You tried to add a comment longer than the maximum allowed length (65,535
characters).

So that 65535 looks like a hard limit (no idea whethter that limit is
configurable by sysadmins of bugs.kde.org). 

Anyway, DrKonqi should check the length of the full report text before sending
it out. If it is above the limit, DrKonqi should first create the new bug
report only contaiing system informtions, user description,  minimum useful
backtrace and posible duplicates, then upload the full report text as
attachment (which now allows for 4MB, much safer than the 65535 limit for
comment).

-- 
You are receiving this mail because:
You are the assignee for the bug.



More information about the Unassigned-bugs mailing list