runtime error: applying non-zero offset […] to null pointer #7

Closed
opened 2021-05-28 12:16:39 +02:00 by tastytea · 1 comment
Owner

When searching large amounts of books, sometimes this happens:

/usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/bits/basic_string.h:527:21: runtime error: applying non-zero offset 18446744073709551615 to null pointer
terminate called after throwing an instance of 'std::logic_error'
  what():  basic_string::_M_construct null not valid
When searching large amounts of books, sometimes this happens: ``` /usr/lib/gcc/x86_64-pc-linux-gnu/10.2.0/include/g++-v10/bits/basic_string.h:527:21: runtime error: applying non-zero offset 18446744073709551615 to null pointer terminate called after throwing an instance of 'std::logic_error' what(): basic_string::_M_construct null not valid ```
tastytea added the
bug
label 2021-05-28 12:16:39 +02:00
Author
Owner

It was a file with broken file name encoding in the TOC. Doesn't anyone read standards anmore? 😢

It was a file with broken file name encoding in the TOC. Doesn't anyone read standards anmore? 😢
Sign in to join this conversation.
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: tastytea/epubgrep#7
No description provided.