[Vala] compiler segfault
- From: Luca Dionisi <luca dionisi gmail com>
- To: vala-list <vala-list gnome org>
- Subject: [Vala] compiler segfault
- Date: Tue, 6 Mar 2012 08:38:44 +0100
With this snippet of code:
using Gee;
void main()
{
HashMap<int, int> x = new HashMap<int, int>();
x[1]++;
// if we use x[1] += 1; would be ok
}
the compiler core dumps.
I am using 0.12
Is anybody willing to check if the bug is still there with newer versions?
--Luca
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]