KerLaeda

Employees
  • Posts

    12
  • Joined

  • Last visited

  • Days Won

    1

Posts posted by KerLaeda

  1. Hi @eltopo,

     

    Could you please collect and send me core dump? You can enable it with command ulimit -c unlimited  and than run btsync in the same terminal.

     

    You can also do it by modifying the file /etc/security/limits.conf . It should contain something like this:

    *               soft    core            unlimited

  2. Hi all,

     

    Some clarification about this issue.

     

    This was caused by gcc update. Since version 4.5 a completely new type of symbols was introduced - unique global symbol (GNU-UNIQUE). This means that older version of linker and gcc will not support such symbols.

     

    _ZNSs4_Rep20_S_empty_rep_storageE is one of those symbols, which means you can't run it on older systems.

    And glibc23 is working fine because it was build with older toolchain, without such symbols.

  3. Hi Enrico,

     

    First of all can you provide debug logs from both peer (looks like on win7 peer debug logging was not enabled)? Second - logs, that you've attached have different time periods and accordingly to them win8 peer was steel indexing files. So could you please collect logs from both peers after they stopped indexing and syncing files?