|
Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7fab721536f0 (LWP 9702)]
0x00007fab6bcc2da3 in XS_Glib__Type_list_values (my_perl=<value optimized out>, cv=<value optimized
+ out>) at GType.xs:2619
2619 for ( ; v && v->value_nick && v->value_name ; v++) {
I don't see what could be wrong with that code.
The valgrind output suggests that valgrind is not following the fork() (or similar) that your /usr/bin/perl does to invoke perl-64. So, can you repeat the valgrind run with the correct executable?
I'd also be interested in the compilation warnings. |