The problem is the format string using %ld with the new time_t in armhf,
now it's long long int (%lld)...

query2 = xstrdup_printf("insert into %s (creation_time, "
        "mod_time, table_name, definition) "
        "values (%ld, %ld, '%s', '%s') "
        "on duplicate key update "
        "definition='%s', mod_time=%ld;",
        table_defs_table, now, now,
        table_name, quoted,
        quoted, now);

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

Title:
  slurmdbd segfaults on armhf

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/slurm-wlm/+bug/2059131/+subscriptions


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

Reply via email to