[Bug 1363251] Re: shotwell crash with ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: (folder_entry.count 0)

2014-11-04 Thread Marc Brevoort
I've run into this error as well.
Here's what I get when running it from gdb:

mrjb@mrjb-desktop:~$ gdb shotwell 
GNU gdb (Ubuntu 7.7-0ubuntu3.1) 7.7
Copyright (C) 2014 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-linux-gnu.
Type show configuration for configuration details.
For bug reporting instructions, please see:
http://www.gnu.org/software/gdb/bugs/.
Find the GDB manual and other documentation resources online at:
http://www.gnu.org/software/gdb/documentation/.
For help, type help.
Type apropos word to search for commands related to word...
Reading symbols from shotwell...(no debugging symbols found)...done.
(gdb) run
Starting program: /usr/bin/shotwell 
[Thread debugging using libthread_db enabled]
Using host libthread_db library /lib/x86_64-linux-gnu/libthread_db.so.1.
[New Thread 0x7fffe92d2700 (LWP 5214)]
[New Thread 0x7fffcbc63700 (LWP 5215)]
[New Thread 0x7fffbe746700 (LWP 5216)]
[New Thread 0x7fffbdf45700 (LWP 5217)]
[New Thread 0x7fffbd744700 (LWP 5218)]

(shotwell:5210): Pango-WARNING **: 
/usr/lib/x86_64-linux-gnu/pango/1.8.0/modules/pango-basic-fc.so: cannot open 
shared object file: No such file or directory
[New Thread 0x7fffb7fff700 (LWP 5219)]
[New Thread 0x7fffb77fe700 (LWP 5220)]
[Thread 0x7fffb7fff700 (LWP 5219) exited]
[New Thread 0x7fffb7fff700 (LWP 5221)]
[Thread 0x7fffb7fff700 (LWP 5221) exited]
[New Thread 0x7fffb7fff700 (LWP 5222)]
[Thread 0x7fffb7fff700 (LWP 5222) exited]
[New Thread 0x7fffb7fff700 (LWP 5223)]
[Thread 0x7fffb7fff700 (LWP 5223) exited]
[New Thread 0x7fffb7fff700 (LWP 5224)]
[New Thread 0x7fffb6885700 (LWP 5225)]
[New Thread 0x7fffb6084700 (LWP 5226)]
[New Thread 0x7fffb5883700 (LWP 5227)]
[New Thread 0x7fffb5082700 (LWP 5228)]
[New Thread 0x7fffb4881700 (LWP 5229)]
[Thread 0x7fffb7fff700 (LWP 5224) exited]
[Thread 0x7fffb5883700 (LWP 5227) exited]
[Thread 0x7fffb6084700 (LWP 5226) exited]
[Thread 0x7fffb5082700 (LWP 5228) exited]
[Thread 0x7fffb6885700 (LWP 5225) exited]
[New Thread 0x7fffb6885700 (LWP 5230)]
[New Thread 0x7fffb5082700 (LWP 5231)]
[New Thread 0x7fffb6084700 (LWP 5232)]
[New Thread 0x7fffb5883700 (LWP 5233)]
**
ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: 
(folder_entry.count  0)

Program received signal SIGABRT, Aborted.
0x73c56bb9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
56  ../nptl/sysdeps/unix/sysv/linux/raise.c: No such file or directory.
(gdb) bt
#0  0x73c56bb9 in __GI_raise (sig=sig@entry=6)
at ../nptl/sysdeps/unix/sysv/linux/raise.c:56
#1  0x73c59fc8 in __GI_abort () at abort.c:89
#2  0x74271165 in g_assertion_message ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#3  0x742711fa in g_assertion_message_expr ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#4  0x00581949 in ?? ()
#5  0x00581f2b in ?? ()
#6  0x7451c3b8 in g_closure_invoke ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#7  0x7452dd3d in ?? ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#8  0x74535a29 in g_signal_emit_valist ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#9  0x74536212 in g_signal_emit_by_name ()
   from /usr/lib/x86_64-linux-gnu/libgobject-2.0.so.0
#10 0x005dcf8e in photo_set_master_file ()
#11 0x006a87f9 in monitorable_set_many_master_file ()
#12 0x006b12dd in ?? ()
#13 0x006b6a5b in ?? ()
#14 0x006b2c6b in ?? ()
#15 0x7424d703 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#16 0x7424cce5 in g_main_context_dispatch ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#17 0x7424d048 in ?? () from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#18 0x7424d0ec in g_main_context_iteration ()
   from /lib/x86_64-linux-gnu/libglib-2.0.so.0
#19 0x747ffb9c in g_application_run ()
   from /usr/lib/x86_64-linux-gnu/libgio-2.0.so.0
#20 0x0068ef05 in application_start ()
#21 0x0058348a in library_exec ()
#22 0x00584369 in _vala_main ()
#23 0x00474c6a in main ()

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363251

Title:
  shotwell crash with
  ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion
  failed: (folder_entry.count  0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/shotwell/+bug/1363251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363251] Re: shotwell crash with ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: (folder_entry.count 0)

2014-09-19 Thread Sebastien Bacher
** Changed in: shotwell (Ubuntu)
   Status: New = Invalid

** Changed in: shotwell (Ubuntu)
   Importance: Undecided = Low

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363251

Title:
  shotwell crash with
  ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion
  failed: (folder_entry.count  0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/shotwell/+bug/1363251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363251] Re: shotwell crash with ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: (folder_entry.count 0)

2014-09-16 Thread Jim Nelson
** Bug watch added: GNOME Bug Tracker #736239
   https://bugzilla.gnome.org/show_bug.cgi?id=736239

** Also affects: shotwell via
   https://bugzilla.gnome.org/show_bug.cgi?id=736239
   Importance: Unknown
   Status: Unknown

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363251

Title:
  shotwell crash with
  ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion
  failed: (folder_entry.count  0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/shotwell/+bug/1363251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs


[Bug 1363251] Re: shotwell crash with ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion failed: (folder_entry.count 0)

2014-09-16 Thread Bug Watch Updater
** Changed in: shotwell
   Status: Unknown = Invalid

** Changed in: shotwell
   Importance: Unknown = Medium

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1363251

Title:
  shotwell crash with
  ERROR:src/folders/Branch.c:982:folders_branch_remove_entry: assertion
  failed: (folder_entry.count  0)

To manage notifications about this bug go to:
https://bugs.launchpad.net/shotwell/+bug/1363251/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs