On Sun, Jan 10, 2021 at 07:48:09PM +0100, alberto fuentes wrote:
> On Sun, 10 Jan 2021 at 19:22, Julian Gilbey <jul...@d-and-j.net> wrote:
> 
>   Please can you delete all traces of the upstream version that you have
>   on your system before trying again?  Also, please check that running
>   "which anki" says /usr/bin/anki rather than anything else.  (Another
>   way of testing the Debian version is to run /usr/bin/anki rather than
>   just anki.  You might also want to check that your PATH does not have
>   some local directories listed.)
> 
> I can. I never installed upstream on one of the computers (strace attached
> again)
> $ echo $PATH
> /usr/local/bin:/usr/bin:/bin:/usr/local/games:/usr/games:/sbin:/usr/sbin
> $ which anki
> /usr/bin/anki
> $ strace -fe file -o strace2.txt /usr/bin/anki
> Gdk-Message: 19:34:37.306: python3: Fatal IO error 2 (No such file or 
> directory)
> on X server :0.0.
> (strace2.txt attached)
> upgrades. I know anki was not updated, but its the only program failing after
> installing 1 week worth of upgrades in debian testing
> Sorry if i was too confusing explaining it

Hi Alberto,

Well, I'm stymied.  I *thought* it was the problem about
liballocator.so.0 not existing - this is being requested by this
NVIDIA library:

/usr/lib/x86_64-linux-gnu/libnvidia-glcore.so.460.27.04

which is in the libnvidia-glcore package, but liballocator.so.0 does
not exist.

However, I have this same library on my system, and anki runs fine for
me - my strace also shows it searching for liballocator.so.0 and not
finding it, yet continuing fine..

More interestingly, the strace shows that the crash is in a different
process from the one showing all of the file accesses.  So perhaps a
fuller strace output might help (included forked processes) - I want
to know which file is not being found that is causing this crash.  I
don't know why the strace command you ran only has the main process
(PID 3297) and only a single mention of the child PID 3298 on the
penultimate line.  Perhaps try just strace -f -o strace.txt
/usr/bin/anki.

Best wishes,

   Julian

Reply via email to