Re: go_rsm_register_file: assertion 'g_hash_table_lookup (rsm, id) == NULL' failed assertions
Morten Welinder <[email protected]> Thu, 19 Mar 2020 21:21:00 -0400
| Newsgroups | gmane.comp.gnome.apps.gnumeric |
|---|---|
| Message-ID | <CANv4PNnFGQNvfU2WypibMzsNhnSEnhuRqJ_UY6Xi5TCb4+9bNg@mail.gmail.com> |
Could you please try adding a line
g_printerr ("id=%s\n", id ? id : "-");
just before the failing assertion?
That should tell us the id that is duplicated.
Thanks,
M.