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
The probblem:
$ python -c "import rrdtool rrdtool.graph('/tmp/out.png','-f','%n%n')" Aborted (core dumped)
There is Red Hat bugzilla about it: http://bugzilla.redhat.com/show_bug.cgi?id=969296
My opinion was that misusing the API is not a bug, but the following probably is:
$ rrdtool graph /tmp/out.png -f '%n%n' *** %n in writable segment detected *** Aborted (core dumped)
IMHO the patch for the both issues shouldn't cost much, I proposed simple fix: http://bugzilla.redhat.com/attachment.cgi?id=756318&action=diff
What is your opinion?
The text was updated successfully, but these errors were encountered:
fair enough ... can you make a pull request ?
Sorry, something went wrong.
No problem. #397
No branches or pull requests
The probblem:
$ python -c "import rrdtool
rrdtool.graph('/tmp/out.png','-f','%n%n')"
Aborted (core dumped)
There is Red Hat bugzilla about it:
http://bugzilla.redhat.com/show_bug.cgi?id=969296
My opinion was that misusing the API is not a bug, but the following probably is:
$ rrdtool graph /tmp/out.png -f '%n%n'
*** %n in writable segment detected ***
Aborted (core dumped)
IMHO the patch for the both issues shouldn't cost much, I proposed simple fix:
http://bugzilla.redhat.com/attachment.cgi?id=756318&action=diff
What is your opinion?
The text was updated successfully, but these errors were encountered: