IgnorantGuru / spacefm

SpaceFM File Manager
http://ignorantguru.github.com/spacefm/
GNU General Public License v3.0
489 stars 73 forks source link

right-click } execute: launched executable causes spacefm to abend #371

Closed stewie closed 10 years ago

stewie commented 11 years ago

here's the scenario. It's repeatable and I don't know whether it can be prevented:

somescript.py right-click } execute If the python script is flawed (terminates with "Critical error", as noted when launched from a terminal prompt) the spacefm process crashes.

IgnorantGuru commented 11 years ago

Thanks - can you provide an example python script that triggers this crash? I can't reproduce.

stewie commented 11 years ago

I've deleted the specific script which I tested. It was something I'd grabbed from github. I expected the problem was non-specific, though.

To retest: Edit any given working python script, insert a line attempting to import resources from a non-existent (not installed) library

import someboguslibname

then attempt to execute the intentionally-broken script via spacefm. If that doesn't reproduce what I reported, I'll try to pin down what other variable(s) were involved (spacefm instance had been launched via command prompt vs via Alt+F2 (gnome-pty-helper)?)

IgnorantGuru commented 11 years ago

I'm not able to reproduce this. Please provide the following:

Thanks.

stewie commented 10 years ago

Sorry, I'm at a loss to pin down the details. At the time of report, I was distrohopping -- booted to a USB pendrive. Let's close the ticket.