Tuleap Community Edition development and releases are no longer public. You have until September 30th to download packages and sources in Tuleap project. You can contact the team if you need further assistance.

    •  
      request #8029 Big changeset can lead to server core dump
    Infos
    #8029
    Manuel Vacelet (vaceletm)
    2015-04-24 14:02
    2015-04-24 14:02
    8050
    Details
    Big changeset can lead to server core dump
    Example with the attached file, if submitted as a changset comment, it will crash.

    As a workaround, you might want to extract the comment from the DB and remove the comment.
    Given that the changeset comment that lead to issue was 45207:

    select body from tracker_changeset_comment where id = 45207 INTO DUMPFILE "/tmp/val";
    update tracker_changeset_comment set body = "... truncated ..." where id IN = 45207;

    and you can attach val to the artifact as a file attachement
    Trackers
    8.0
    Empty
    • [ ] enhancement
    • [ ] internal improvement
    Empty
    Stage
    Empty
    New
    Empty
    Attachments
    References
    References list is empty