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

Segfault upon startup #4

Closed
mpeterv opened this issue Mar 15, 2014 · 8 comments
Closed

Segfault upon startup #4

mpeterv opened this issue Mar 15, 2014 · 8 comments

Comments

@mpeterv
Copy link

mpeterv commented Mar 15, 2014

Hello! I downloaded 0.1 version and it compiled cleanly. However, when I try to run it, I get

$ ./howl

(howl:11195): GLib-GObject-WARNING **: g_object_set_valist: object class `GtkLabel' has no property named `xRд\xf5\xff\xff\xff`\xea\xed\xb4\xf7\xff\xff\xffH\u001fݴ\xf5\xff\xff\xff\xe8\u001eݴ\xf5\xff\xff\xff\xa0\xc1'
Segmentation fault(core dumped)

The strange property name is different every time I run howl.

I'm using Ubuntu 12.04 32bit. I installed GTK+ with apt-get install libgtk-3-dev. My compiler is gcc 4.6.3.

@UncleBill
Copy link

I got the same issue.

@nilnor
Copy link
Contributor

nilnor commented Mar 15, 2014

An issue with the older Gtk version it would seem, I'll look into it! @UncleBill, you're also on 12.04 I take it?

@UncleBill
Copy link

@nilnor yes! Ubuntu 12.04 and 32 bit, gcc 3.6.4. libgtk-3-dev installed.

nilnor added a commit that referenced this issue Mar 15, 2014
Fixes issue with older Gtk versions. It was wrong though, so
interesting that it worked fine with newer Gtk versions.

Fixes issue #4.
@UncleBill
Copy link

Just pull the last commit, and the issue solved! 👍

@nilnor
Copy link
Contributor

nilnor commented Mar 15, 2014

Wow, you're fast, I was just about to ask :)

Fantastic, I'll roll this into a 0.1.1 release.

@UncleBill
Copy link

😄

@nilnor
Copy link
Contributor

nilnor commented Mar 15, 2014

The 0.1.1 release is up, so I'm closing this (it might take a little for the browser cache to clear in case you still see the older release).

Thanks for the report and quick verification!

@nilnor nilnor closed this as completed Mar 15, 2014
@mpeterv
Copy link
Author

mpeterv commented Mar 15, 2014

Great, it works now, thanks!

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

No branches or pull requests

3 participants