| $ for i in /tmp/picard-crash-*; do cat "$i"; hr; done
|
| Traceback (most recent call last):
|
| File "/usr/bin/picard", line 5, in <module>
|
| main('/usr/share/locale', False)
|
| ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| File "/usr/lib/picard/picard/tagger.py", line 1569, in main
|
| pipe_handler = pipe.Pipe(app_name=PICARD_APP_NAME, app_version=PICARD_FANCY_VERSION_STR,
|
| identifier=identifier, args=picard_args.processable)
|
| File "/usr/lib/picard/picard/util/pipe.py", line 302, in __init__
|
| self.__create_pipe()
|
| ~~~~~~~~~~~~~~~~~~^^
|
| File "/usr/lib/picard/picard/util/pipe.py", line 319, in __create_pipe
|
| os.mkfifo(self.path)
|
| ~~~~~~~~~^^^^^^^^^^^
|
| FileExistsError: [Errno 17] File exists
|
| ########################################################################################################
|
| Traceback (most recent call last):
|
| File "/usr/bin/picard", line 5, in <module>
|
| main('/usr/share/locale', False)
|
| ~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^
|
| File "/usr/lib/picard/picard/tagger.py", line 1569, in main
|
| pipe_handler = pipe.Pipe(app_name=PICARD_APP_NAME, app_version=PICARD_FANCY_VERSION_STR,
|
| identifier=identifier, args=picard_args.processable)
|
| File "/usr/lib/picard/picard/util/pipe.py", line 302, in __init__
|
| self.__create_pipe()
|
| ~~~~~~~~~~~~~~~~~~^^
|
| File "/usr/lib/picard/picard/util/pipe.py", line 319, in __create_pipe
|
| os.mkfifo(self.path)
|
| ~~~~~~~~~^^^^^^^^^^^
|
| FileExistsError: [Errno 17] File exists
|
| ########################################################################################################
|