Hi Camilo, Sorry you're having trouble building and running Shotwell. I just looked at this stack trace you submitted eariler:
> Program received signal SIGSEGV, Segmentation fault. > 0x00007ffff15ba95c in g_type_check_instance_is_a () > from /usr/lib/x86_64-linux-gnu/ > libgobject-2.0.so.0 > (gdb) bt > #0 0x00007ffff15ba95c in g_type_check_instance_is_a () > from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 > #1 0x00007ffff159e486 in g_object_unref () > from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 > #2 0x00000000007b178d in resources_add_stock_icon_from_themed_icon ( > gicon=0xc9eef0, stock_id=0x96d98e "flag-page", modify=0, > modify_target=0x0) > at /home/camilo/Proyectos/shotwell/src/Resources.vala:883 > #3 0x00000000007af60f in resources_init () And it looks suspiciously like the stack trace we get when building Shotwell with versions of Vala that are too new; see this ticket for details: http://redmine.yorba.org/issues/6689 So, the best advice I can give you now is to downgrade your Vala compiler and try again! Cheers, Lucas On Tue, Mar 26, 2013 at 7:35 PM, Camilo Polymeris <[email protected]> wrote: > On Tue, Mar 26, 2013 at 4:08 PM, Lucas Beeler <[email protected]> wrote: >> Hi Camilo, >> >>> I get the following segfault when >>> running this version (git master) >>> of Shotwell: >> >> What is your distro and system configuration? > Debian testing, awesome tiled window manager, Linux obsidiana > 3.2.0-3-amd64 #1 SMP Mon Jul 23 02:45:17 UTC 2012 x86_64 GNU/Linux > > I tried switching to the stable vala tarball release 0.20.0, but it > doesn't work. Neither does running shotwell from gnome. > >> Does the same problem >> occur when you try building and running the 0.14.0 stable tarball? > > Yes, the 0.14.0 tarball has the same issue. > BTW, this http://www.yorba.org/projects/shotwell/install-shotwell/ > points to an non existing version of the tarball. > >> Lucas >> >> On Tue, Mar 26, 2013 at 8:03 AM, Camilo Polymeris <[email protected]> >> wrote: >>> On Tue, Mar 12, 2013 at 9:24 PM, Lucas Beeler <[email protected]> wrote: >>>> Pulling from Shotwell git master should be as easy as executing >>>> >>>> $ git clone git://yorba.org/shotwell >>>> >>>> on your system, and then building as usual with >>>> >>>> $ ./configure >>>> $ make >>>> # make install >>> >>> Hello. >>> I get the following segfault when running this version (git master) of >>> Shotwell: >>> >>> Reading symbols from /home/camilo/Proyectos/shotwell/shotwell...done. >>> (gdb) run >>> Starting program: /home/camilo/Proyectos/shotwell/shotwell >>> [Thread debugging using libthread_db enabled] >>> Using host libthread_db library "/lib/x86_64-linux-gnu/libthread_db.so.1". >>> [New Thread 0x7fffe55c7700 (LWP 3938)] >>> >>> Program received signal SIGSEGV, Segmentation fault. >>> 0x00007ffff15ba95c in g_type_check_instance_is_a () >>> from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >>> (gdb) bt >>> #0 0x00007ffff15ba95c in g_type_check_instance_is_a () >>> from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >>> #1 0x00007ffff159e486 in g_object_unref () >>> from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0 >>> #2 0x00000000007b178d in resources_add_stock_icon_from_themed_icon ( >>> gicon=0xc9eef0, stock_id=0x96d98e "flag-page", modify=0, >>> modify_target=0x0) >>> at /home/camilo/Proyectos/shotwell/src/Resources.vala:883 >>> #3 0x00000000007af60f in resources_init () >>> at /home/camilo/Proyectos/shotwell/src/Resources.vala:667 >>> #4 0x000000000067945b in _vala_main (args=0x7fffffffe418, args_length1=1) >>> at /home/camilo/Proyectos/shotwell/src/main.vala:405 >>> #5 0x000000000067985c in main (argc=1, argv=0x7fffffffe418) >>> at /home/camilo/Proyectos/shotwell/src/main.vala:317 >>> (gdb) >>> >>> Note I am not running the gnome shell. >>> Also, >>> >>> camilo@obsidiana:~/Proyectos/shotwell$ valac --version >>> Vala 0.19.0.9-3fd4 >>> >>> Regards, >>> Camilo >>> _______________________________________________ >>> Shotwell mailing list >>> [email protected] >>> http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell _______________________________________________ Shotwell mailing list [email protected] http://lists.yorba.org/cgi-bin/mailman/listinfo/shotwell
