panda-mute

Members
  • Posts

    3
  • Joined

  • Last visited

Everything posted by panda-mute

  1. Any update about this? Assertion failed: nsection > 0 (/opt/sync/linux/breakpad/common/linux/elfutils-inl.h: const typename ElfClass::Shdr* google_breakpad::FindElfSectionByName(const char*, typename ElfClass::Word, const typename ElfClass::Shdr*, const char*, const char*, int) [with ElfClass = google_breakpad::ElfClass32; typename ElfClass::Shdr = Elf32_Shdr; typename ElfClass::Word = unsigned int]: 55) Segmentation fault
  2. Using the version 2.4, all can run under OpenWrt/LEDE with "ld-linux-armhf.so.3 -> libc.so" When update to 2.5, the following error happened: root@LEDE:~# ./rslsync --nodaemon [02:47:02.684] Debug log mask has been set to FFFFFFFF [02:47:02.684] Features mask has been set to 0 [20170622 02:47:02.686] ZIP: Can't locate [version] in zip, error -100. By using this application, you agree to our Privacy Policy, Terms of Use and End User License Agreement. https://www.resilio.com/legal/privacy https://www.resilio.com/legal/terms-of-use https://www.resilio.com/legal/eula [20170622 02:47:02.688] test sha1: AE5BD8EFEA5322C4D9986D06680A781392F9A642 [20170622 02:47:02.688] test sha2: 630DCD2966C4336691125448BBB25B4FF412A49C732DB2C8ABC1B8581BD710DD [20170622 02:47:02.688] test aes: 0A940BB5416EF045F1C39458C653EA5A07FEEF74E1D5036E900EEE118E949293 [20170622 02:47:02.689] diskio_controller created [20170622 02:47:02.691] register diskio completion queue with id 1 [20170622 02:47:02.691] PLC[0x0121ccc0] binding on 0.0.0.0:39167 [20170622 02:47:02.691] D! 20PeerListenConnection::listen[0x0121ccc0][7] bound listening socket 7 to IP 0.0.0.0:39167 [20170622 02:47:02.691] PLC[0x0121ccf0] binding on [::]:39167 [20170622 02:47:02.691] D! 20PeerListenConnection::listen[0x0121ccf0][8] bound listening socket 8 to IP [::]:39167 [20170622 02:47:02.691] UDP: bound listening socket 10 to IP 0.0.0.0:39167 [20170622 02:47:02.691] UDP: bound listening socket 11 to IP [::]:39167 [20170622 02:47:02.692] Unable to listen for HTTP traffic on port 8888. Exiting... [20170622 02:47:02.692] Quit reason: Unable to listen for HTTP traffic on port 8888. Exiting... [20170622 02:47:02.723] register diskio completion queue with id 2 [20170622 02:47:02.725] Create diskio thread for drive with id 4517109467, path: [20170622 02:47:02.725] Create diskio thread for drive with id 5276143171, path: [20170622 02:47:02.729] diskio thread start, drive_id = 4517109467, priority = normal [20170622 02:47:02.729] IPv6 is installed [20170622 02:47:02.729] VerifyFileWithHash failed on file ./.sync//sync.dat with status 2. [20170622 02:47:02.729] VerifyFileWithHash failed on file ./.sync//sync.dat with status 2. [20170622 02:47:02.729] VerifyFileWithHash failed on file ./.sync//sync.dat with status 2. [20170622 02:47:02.729] Unsupported or empty sync.dat file [20170622 02:47:02.729] My PeerID: 10AA9A49072673EF7C1C5DADF771F378FE2DA06F [20170622 02:47:02.730] LC: LoadLicenses: there is no pro license [20170622 02:47:02.730] VerifyFileWithHash failed on file ./.sync//history.dat with status 2. [20170622 02:47:02.730] VerifyFileWithHash failed on file ./.sync//history.dat with status 2. [20170622 02:47:02.730] VerifyFileWithHash failed on file ./.sync//history.dat with status 2. [20170622 02:47:02.731] diskio thread start, drive_id = 5276143171, priority = normal [20170622 02:47:02.745] Joining to the multicast group 239.192.0.0:3838 on interface 192.168.1.1 (br-lan) [20170622 02:47:02.745] Joining to the multicast group 239.192.0.0:3838 on interface 127.0.0.1 (lo) [20170622 02:47:02.745] Joining to the multicast group 239.192.0.0:3838 on interface 192.168.120.146 (wdev1sta0) [20170622 02:47:02.746] Create diskio thread for drive with id 18446744073709551614, path: [20170622 02:47:02.746] diskio thread start, drive_id = 18446744073709551614, priority = normal Assertion failed: nsection > 0 (/opt/sync/linux/breakpad/common/linux/elfutils-inl.h: const typename ElfClass::Shdr* google_breakpad::FindElfSectionByName(const char*, typename ElfClass::Word, const typename ElfClass::Shdr*, const char*, const char*, int) [with ElfClass = google_breakpad::ElfClass32; typename ElfClass::Shdr = Elf32_Shdr; typename ElfClass::Word = unsigned int]: 55) Segmentation fault What's that means of "Assertion failed: nsection > 0" ? Your help is appreciated!