[Vala] Vala Clutter example segfaults
- From: Adam B <cruxic gmail com>
- To: vala-list gnome org
- Subject: [Vala] Vala Clutter example segfaults
- Date: Mon, 1 Feb 2010 12:33:46 -0800
Hello all,
I compiled the clutter example linked from the Vala website and it segfaults
near the end of the animation.
http://live.gnome.org/Vala/ClutterSamples
If I comment out this code it works:
animations[i] = rectangles[i].animate (
AnimationMode.EASE_OUT_BOUNCE, 3000,
"x", Random.next_double () * stage.width,
"y", Random.next_double () * stage.height / 2
+ stage.height / 2,
"rotation-angle-z", rectangles[i].rotation_angle_z,
"opacity", 0.0);
Other wise it segfaults on the first iteration (i == 0).
I'm using Vala 0.7.9 and Clutter 1.0.6-0ubuntu1 on Ubuntu Karmic AMD64. I'd
try it on the latest Clutter but I can't find packages for that.
Can anybody reproduce this? Is it Vala's fault or Clutter's?
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]