[Bug 1099886] snapperd segfault in destructor
http://bugzilla.suse.com/show_bug.cgi?id=1099886 http://bugzilla.suse.com/show_bug.cgi?id=1099886#c11 Jon Nelson <jnelson-suse@jamponi.net> changed: What |Removed |Added ---------------------------------------------------------------------------- Flags|needinfo?(jnelson-suse@jamp | |oni.net) | --- Comment #11 from Jon Nelson <jnelson-suse@jamponi.net> --- 2018-07-03 22:45:18 MIL libsnapper(30419) snapperd.cc(main):275 - Requesting DBus name 2018-07-03 22:45:18 MIL libsnapper(30419) snapperd.cc(main):279 - Loading snapper configs 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(getConfigs):269 - Snapper get-configs 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(getConfigs):270 - libsnapper version 0.5.4 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/sysconfig/snapper 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SNAPPER_CONFIGS value:root home multimedia srv 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/snapper/configs/root 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SUBVOLUME value:/ 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/snapper/configs/home 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SUBVOLUME value:/home 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/snapper/configs/multimedia 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SUBVOLUME value:/multimedia 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/snapper/configs/srv 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SUBVOLUME value:/srv 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_USERS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_GROUPS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_USERS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_GROUPS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_USERS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_GROUPS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_USERS value: 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:ALLOW_GROUPS value: 2018-07-03 22:45:18 MIL libsnapper(30419) snapperd.cc(main):283 - Listening for method calls and signals 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(Snapper):91 - Snapper constructor 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(Snapper):92 - libsnapper version 0.5.4 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(Snapper):93 - config_name:root disable_filters:false 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(reload):114 - loading file /etc/snapper/configs/root 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SUBVOLUME value:/ 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:FSTYPE value:btrfs 2018-07-03 22:45:18 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:SYNC_ACL value:no 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(Snapper):125 - subvolume:/ filesystem:btrfs 2018-07-03 22:45:18 MIL libsnapper(30419) Snapper.cc(loadIgnorePatterns):174 - number of ignore patterns:12 2018-07-03 22:45:18 MIL libsnapper(30419) Snapshot.cc(read):245 - found 96 snapshots 2018-07-03 22:45:18 WAR libsnapper(30419) FileUtils.cc(SDir):88 - THROW: open failed path://.snapshots errno:2 (No such file or directory) 2018-07-03 22:45:19 MIL libsnapper(30419) SystemCmd.cc(SystemCmd):46 - constructor SystemCmd:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:19 MIL libsnapper(30419) SystemCmd.cc(execute):82 - SystemCmd Executing:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:19 MIL libsnapper(30419) SystemCmd.cc(doExecute):267 - stopwatch 0.027554s for "/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:19 MIL libsnapper(30419) SystemCmd.cc(doExecute):287 - system() Returns:0 2018-07-03 22:45:28 MIL libsnapper(30419) SystemCmd.cc(SystemCmd):46 - constructor SystemCmd:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:28 MIL libsnapper(30419) SystemCmd.cc(execute):82 - SystemCmd Executing:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:28 MIL libsnapper(30419) SystemCmd.cc(doExecute):267 - stopwatch 0.030808s for "/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:28 MIL libsnapper(30419) SystemCmd.cc(doExecute):287 - system() Returns:0 2018-07-03 22:45:28 WAR libsnapper(30419) FileUtils.cc(SDir):88 - THROW: open failed path://.snapshots errno:2 (No such file or directory) 2018-07-03 22:45:32 MIL libsnapper(30419) SystemCmd.cc(SystemCmd):46 - constructor SystemCmd:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:32 MIL libsnapper(30419) SystemCmd.cc(execute):82 - SystemCmd Executing:"/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:32 MIL libsnapper(30419) SystemCmd.cc(doExecute):267 - stopwatch 0.033122s for "/usr/lib/snapper/plugins/grub --refresh" 2018-07-03 22:45:32 MIL libsnapper(30419) SystemCmd.cc(doExecute):287 - system() Returns:0 2018-07-03 22:45:32 MIL libsnapper(30419) AsciiFile.cc(getValue):235 - key:BACKGROUND_COMPARISON value:yes 2018-07-03 22:45:32 MIL libsnapper(30419) Comparison.cc(Comparison):57 - num1:13924 num2:13925 2018-07-03 22:45:32 MIL libsnapper(30419) Comparison.cc(load):163 - num1:13924 num2:13925 2018-07-03 22:45:32 MIL libsnapper(30419) Comparison.cc(create):138 - num1:13924 num2:13925 2018-07-03 22:45:32 MIL libsnapper(30419) Btrfs.cc(cmpDirs):1388 - special btrfs cmpDirs 2018-07-03 22:45:32 MIL libsnapper(30419) Btrfs.cc(process):1359 - dir1:'//.snapshots/13924/snapshot' dir2:'//.snapshots/13925/snapshot' 2018-07-03 22:45:35 ERR libsnapper(30419) Btrfs.cc(dumper):1253 - btrfs_read_and_process_send_stream failed 2018-07-03 22:45:35 WAR libsnapper(30419) Btrfs.cc(do_send):1315 - THROW: btrfs send/receive error 2018-07-03 22:45:35 ERR libsnapper(30419) Btrfs.cc(cmpDirs):1404 - special btrfs cmpDirs failed, btrfs send/receive error 2018-07-03 22:45:35 MIL libsnapper(30419) Btrfs.cc(cmpDirs):1405 - cmpDirs fallback 2018-07-03 22:45:35 MIL libsnapper(30419) Compare.cc(cmpDirs):431 - path1://.snapshots/13924/snapshot path2://.snapshots/13925/snapshot 2018-07-03 22:45:35 MIL libsnapper(30419) Compare.cc(cmpDirs):450 - dev1:3145827 dev2:3145828 2018-07-03 22:46:16 MIL libsnapper(30419) Compare.cc(cmpDirs):454 - stopwatch 41.379844s for comparing directories 2018-07-03 22:46:16 MIL libsnapper(30419) Comparison.cc(create):156 - found 656 lines 2018-07-03 22:46:16 MIL libsnapper(30419) Comparison.cc(save):221 - num1:13924 num2:13925 2018-07-03 22:46:33 MIL libsnapper(30419) snapperd.cc(main):287 - Exiting and turnip:~ # rpm -qa | grep snapper snapper-debuginfo-0.5.4-lp150.3.3.1.x86_64 snapper-0.5.4-lp150.3.3.1.x86_64 snapper-zypp-plugin-0.5.4-lp150.3.3.1.noarch grub2-snapper-plugin-2.02-lp150.12.8.noarch snapper-debugsource-0.5.4-lp150.3.3.1.x86_64 yast2-snapper-4.0.1-lp150.1.6.x86_64 libsnapper4-0.5.4-lp150.3.3.1.x86_64 turnip:~ # -- You are receiving this mail because: You are on the CC list for the bug.
participants (1)
-
bugzilla_noreply@novell.com