discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnura


From: Sylvain Munaut
Subject: Re: [Discuss-gnuradio] LIBUSB_ERROR_PIPE and "improperly" stopping gnuradio
Date: Wed, 5 Nov 2014 21:52:20 +0100

> After this point the only thing that I can do is remove and re-insert the
> USB from the computer in order for my script to work. I assume this is not
> normal behavior (and also not a programming error) because this is a minimum
> working example, and its not working.

There is literally nothing GNURadio can do about this.

When you press the 'red cross' button, it _kills_ the whole process
(SIGKILL), a process cannot catch this signal, nor do anything about
it (i.e. not a single instruction of gnuradio will execute after this)

At this point, it's up to the operating system to clean up any state
of the process ...


Cheers,

   Sylvain



reply via email to

[Prev in Thread] Current Thread [Next in Thread]