[Vala] Segfault when using a signal which takes a delegate as parameter: Known issue?



Hi,

I'm pretty sure this is a bug:

        $ cat Test.vala 
        class Test : Object {
                delegate void MyDelegate();
                signal void my_signal(MyDelegate d);
                static void main(){
                }
        }
        $ valac-0.12 Test.vala 
        Segmentation fault
        $ 

My questions are:
 1. Can you reproduce this behavior?
 2. Is this a known issue or shall I file a new bug?

Best regards

Alexander Kurtz

Attachment: signature.asc
Description: This is a digitally signed message part



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]