Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment
Open

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

GoogleCodeExporter opened this issue Mar 18, 2016 · 1 comment

Comments

@GoogleCodeExporter
Copy link

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 [email protected] on 20 Jul 2014 at 6:20

Attachments:

@GoogleCodeExporter
Copy link
Author

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 [email protected] on 22 Jul 2014 at 5:16

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant