GNOME Bugzilla – Bug 642611
Valac segfaults
Last modified: 2011-02-22 08:05:41 UTC
Created attachment 181162 [details] Valgrind log file When compiling cheese branch gtk3 valac segfaults. I'm using vala from jhbuild. I'm sorry, I don't know what exact code makes it segfaults, but I have read the other bug reports and it doesn't seem it's the same issue.
Which version is this about?
The one jhbuild installs by default. It downloads vala-0.11.6.tar.bz2, and libs have 0.12 on them.
Valac stopped crashing after I stopped to use libunique, which was being used via GObject Instrospection in vala. So, it might have something to do with that or might be just a coincidence. You can no longer reproduce this with gtk3 branch in cheese, but you can go to http://git.gnome.org/browse/cheese/commit/?h=gtk3&id=3603ff4ae8a524016a6a9688d5df3f4c8b64e9dc.
commit b327760f086782892d8b9e486ccf6903af7a2675 Author: Jürg Billeter <j@bitron.ch> Date: Tue Feb 22 09:04:17 2011 +0100 girparser: Mark methods and properties as extern Fixes bug 642611.