abelsiqueira / gource

Automatically exported from code.google.com/p/gource
0 stars 0 forks source link

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

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
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:

GoogleCodeExporter commented 8 years ago
Wasn't able to reproduce this on Debian.

Not much to go on. Possibly there might be more info if you build Gource with 
debug symbols (ie with -g in CFLAGS).

Original comment by acaudw...@gmail.com on 22 Jul 2014 at 5:16