The djvm tool crash with the following output:
===8<----------------------------------------
$ djvm -c collection.djvu extracted_page*.djvu
*** [1-11711] Failed to open 'shared_anno.iff': No such file or directory.
[1-11711] Failed to open 'shared_anno.iff': No such file or directory.
*** (DjVuDocEditor.cpp:858)
*** 'void DJVU::DjVuDocEditor::insert_group(const DJVU::GList<DJVU::GURL>&, int, void (*)(void*), void*)'
===8<----------------------------------------
This did not used to fail, although I’m not sure if my past usage
captured this particular scenario where 2 pages were extracted from a
larger document then used as input together with no other DjVu
file. The two pages were created as follows:
===8<----------------------------------------
$ djvused original.djvu -e 'select 1; save-page extracted_page_1.djvu; select 3; save-page extracted_page_1.djvu'
===8<----------------------------------------
And fwiw, those pages were not viewable in evince, but djview rendered
them fine.