linuxmint / nemo-extensions

A set of extensions for Nemo
416 stars 150 forks source link

core dump (probably in nemo-media-columns): nemo-directory-async.c:4237:extension_info_stop #478

Open tobip opened 1 year ago

tobip commented 1 year ago

I get this error when working in folders containing audio files:

ERROR:../nemo-5.6.3/libnemo-private/nemo-directory-async.c:4237:extension_info_stop: assertion failed: (file->details->directory == directory)
Bail out! ERROR:../nemo-5.6.3/libnemo-private/nemo-directory-async.c:4237:extension_info_stop: assertion failed: (file->details->directory == directory)
[1]    84011 IOT instruction (core dumped)  NEMO_DEBUG=all nemo

I don't know how to get more infos about the error?

nemo version is 5.6.3 I guess it is related to the nemo-media-columns plugin.

mtwebster commented 1 year ago

Can you provide more information:

Can you reproduce the issue reliably, or at least 'mostly' - if so please give us steps, as precisely as possible.

If you're in Mint you should be able to open System Reports -> Crash reports -> Local files and upload crash.tar.gz

tobip commented 1 year ago

I'll try.

My system is Manjaro, desktop is sway.

It almost reliably happens like this: I have 2 nemo windows open, side by side, and quickly repeat the action of drag & drop large amounts (hundreds) of .mp3 files from one window to the other one, moving them from several different folders to another one on the same HDD. An amateur guess could be, that the error is related to somehow that I start the next file transfer before the previous one is completely done. Becaus when I give it more time and work more slowly it seems the error doesn't appear.