After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 642611 - Valac segfaults
Valac segfaults
Status: RESOLVED FIXED
Product: vala
Classification: Core
Component: Code Generator
0.11.x
Other Linux
: Normal critical
: ---
Assigned To: Vala maintainers
Vala maintainers
Depends on:
Blocks:
 
 
Reported: 2011-02-17 19:38 UTC by Luciana Fujii
Modified: 2011-02-22 08:05 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Valgrind log file (4.20 KB, application/octet-stream)
2011-02-17 19:38 UTC, Luciana Fujii
Details

Description Luciana Fujii 2011-02-17 19:38:40 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.
Comment 1 Fabio Durán Verdugo 2011-02-17 20:20:45 UTC
Which version is this about?
Comment 2 Luciana Fujii 2011-02-17 20:24:12 UTC
The one jhbuild installs by default. It downloads vala-0.11.6.tar.bz2, and libs have 0.12 on them.
Comment 3 Luciana Fujii 2011-02-21 20:39:54 UTC
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.
Comment 4 Jürg Billeter 2011-02-22 08:05:41 UTC
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.