jim-easterbrook / Photini

An easy to use digital photograph metadata (Exif, IPTC, XMP) editing application.
https://photini.readthedocs.io/
GNU General Public License v3.0
163 stars 24 forks source link

Strange warning on console #37

Closed lgbaldoni closed 5 years ago

lgbaldoni commented 6 years ago

When launching from command-line, I see this (number varies at times):

~> photini 
[0425/183515.033821:WARNING:stack_trace_posix.cc(648)] Failed to open file: /home/user/#29701 (deleted)
  Error: No such file or directory
jim-easterbrook commented 6 years ago

Yes, I'm getting that as well when using QtWebEngine. I think the number is a process id. I did a Google search and it appears to be related to the Chromium browser. Another example (a PyQt based web browser): https://github.com/qutebrowser/qutebrowser/issues/3459

lgbaldoni commented 6 years ago

I thought the same, only it's not in the process list.

If it comes from QtWebEngine, I suppose it has to be reported somewhere else.

The-Compiler commented 6 years ago

Someone reported this upstream as QTBUG-68547.