-
Notifications
You must be signed in to change notification settings - Fork 20
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
generating graph sometimes loops glib on OSX 10.7.5 #24
Comments
Hello, rindek! I couldn't reproduce it. I have no idea why this might happen. |
Hey, Not sure with what I can experiment, glib 2.36.0 is the newest and actually the only version which can run rrdtool to generate graph successfully (other versions of glib are failing to do on some other error), and this bug seems to be connected with glib somehow, I'm not sure where should I post this bug however, gotta start somewhere :( |
What versions of aforemetioned libs are you using? Maybe I'll try the very same setup? |
I'm using these: glib 2.32.4, pango 1.30.1, rrdtool 1.4.7 |
Under those the following error is happening when trying to generate graph:
|
I've updated xcode to latest version, removed all the libs, installed them again, along with reinstalling rrd-ffi, and it still 'loops' (not every time though) but not with slightly diffrent output:
It efficiently stops me from working on a project, cause the only way out of this is to kill -9 the app :) |
Oh my. This. Exact same error for multiple versions. Spent hours and hours on this, and as rindek said, only way out is kill -9. Glib 2.36.1 Same as rindek with regard to the graph generating.. my messages started like this, and repeat the last two errors infinitely: (process:41262): Pango-CRITICAL **: PangoContext *pango_cairo_font_map_create_context(PangoCairoFontMap *): assertion `PANGO_IS_CAIRO_FONT_MAP (fontmap)' failed (process:41262): GLib-GObject-CRITICAL **: gpointer g_object_get_qdata(GObject *, GQuark): assertion `G_IS_OBJECT (object)' failed (process:41262): GLib-GObject-CRITICAL **: gboolean g_object_replace_qdata(GObject *, GQuark, gpointer, gpointer, GDestroyNotify, GDestroyNotify *): assertion `G_IS_OBJECT (object)' failed |
Hey guys, please check Homebrew/legacy-homebrew#13587 |
Aforementioned issue is slightly diffrent, it doesn't generate any graph (segault / fallback font) - I've actually had this issue but managed to resolve it. |
Try opening a new issue in https://github.com/oetiker/rrdtool-1.x/issues |
Hi,
Having all latest libraries (glib 2.36.0, pango 1.34.0, rrdtool 1.4.7).
I'm trying to generate an rrdgraph using very simple command
it sometimes generates graph instantly but quite often command hungs up and looping output:
It never ends, just showing these information, I have to kill -9 whole rails app to terminate it.
Using
rrdtool
command from console never behaved like this.Any idea why it goes like this?
Cheers
The text was updated successfully, but these errors were encountered: