The script probably errors out because you copied that part without adapting it '$(pidof yelp)', 'yelp' should be changed by nautilus in your case
It might be a bit easier to do it like that other $ sudo apt install nautilus-dbgsym libgtk-3-0-dbgsym libglib2.0-0-dbgym $ gdb -p `pidof nautilus` (gdb) c use nautilus and get the crash (gdb) t a a bt and copy the backtrace to the bug -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1835720 Title: Nautilus crash while searching NTFS partition over Samba To manage notifications about this bug go to: https://bugs.launchpad.net/nautilus/+bug/1835720/+subscriptions -- ubuntu-bugs mailing list [email protected] https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs
