Bart Brouns

Results 262 comments of Bart Brouns

I tried to do as you said, but NixOS builds without debugging symbols by default. When I try to build with them, I get: ``` replacing old 'pqiv-2.10.4' installing 'pqiv-2.10.4'...

Your binary doesn't crash here. The one I compiled from latest master does, but doesn't contain debugging symbols. I tried to follow your instructions nonetheless. ``Search for the first line...

With just pdf's I get a different crash: ``` gdb --args pqiv * GNU gdb (GDB) 8.1.1 Copyright (C) 2018 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3...

With ''--low-memory'' I get: ``` Thread 1 "pqiv" received signal SIGSEGV, Segmentation fault. 0x0000000000000000 in ?? ( ) (gdb) bt #0 0x0000000000000000 in ?? () #1 0x00007fffe9f75ec6 in cmsCloseProfile ()...

I also tried to build poppler 0.71.0, but it fails with ``openjpeg.h: No such file or directory``, even though I have openjpeg in the dependencies.

It seems something went wrong with my previous test; evince doesn't crash anymore, and I ran your command a few times.

That triggers on all files with this message: ``` The XKEYBOARD keymap compiler (xkbcomp) reports: > Warning: Unsupported high keycode 372 for name ignored > X11 cannot support keycodes above...

I did: `` sed -i '163i printf("Now drawing file: %s\n", file->display_name);' backends/poppler.c`` and got: ``` CC backends/poppler.o /build/source/backends/poppler.c: In function 'file_type_poppler_draw': /build/source/backends/poppler.c:163:8: warning: missing terminating " character printf("Now drawing file:...

> you did it this way because this can be added to the nixpkg easily? Indeed. I found the / a offending file: https://bandshed.net/pdf/AVL2018UserManual.pdf When I'm in a dir with...

Unfortunately that changes nothing. Thanks so far and let me know if you come up with any other ideas.