Skip to content

Error in `gource': free(): invalid next size (normal) #220

@GoogleCodeExporter

Description

@GoogleCodeExporter
PLATFORM:
    Archlinux
SOFTWARE VERSION:
    gource 0.42 from community repository.
    *package: `community/gource 0.42-1`

Issue:
------
The issue happens every time where `-o <FILE>` option is specified.
It leads to a fatal error (SIGABRT) due to a free(2) error.

Steps to reproduce:
-------------------
$ mkdir empty-repository
$ cd empty-repository/
$ git init
$ touch single-file.txt
$ git add single-file.txt
$ git commit -m single_commit
$ gource -o gource.output

Running the following commands (which finally just means: running gource from a 
git repository with the `-o` option) leads to a free(2) error.

I've attached the error report thrown by the gource software.

Original issue reported on code.google.com by nil0...@gmail.com on 20 Jul 2014 at 6:20

Attachments:

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions