Emulator Issues #11311
closeddolphin-5.0.8512 - Console Flooded With 'USING O_TMPFILE'
0%
Description
What's the problem? Describe what went wrong.
[Description here]
I'm running dolphin-5.0.8512 and the console in Linux fills up with this message;
USING O_TMPFILE
What steps will reproduce the problem?
[Reproduction steps here]
Run dolphin, check console and see messages appear;
USING O_TMPFILE
USING O_TMPFILE
USING O_TMPFILE
Is the issue present in the latest development version? For future reference, please also write down the version number of the latest development version.
[Version number here]
5.0.8512
Is the issue present in the latest stable version?
[Yes/No and version number here]
No, I never saw this in 5.0
What are your PC specifications? (CPU, GPU, Operating System, more)
[PC specs here]
Slackware 14.2 x64
Is there anything else that can help developers narrow down the issue? (e.g. logs, screenshots,
configuration files, savefiles, savestates)
[Anything else here]
I believe this is a change that happened when switching over to QT5, before the QT5 versions, I was not seeing this..
Updated by spycrab0 over 6 years ago
- Status changed from New to Won't fix
This seems to be a bug in X11: https://cgit.freedesktop.org/xorg/xserver/commit/?id=d36128a72acac4d54813c52c93efefad2dc9af41
Please ask your distribution for updated packages with this patch applied.
"Won't fix" means "Not our bug" in this case.
Updated by DoWii over 6 years ago
I'm not arguing about a bug here, BUT, I've used Slack 14.2 since it's been out for the past 2 years, I have never seen this issue till now with only dolphin.
So then what sort of bug are we talking about, something more in regards to a QT5 app?
QT5 or Dolphin is the one trigging this...
Updated by DoWii over 6 years ago
There's a lot more going on, then from X11, I've seen this related to Python, and various apps.
https://lwn.net/Articles/619146/
http://man7.org/linux/man-pages/man2/open.2.html
Are we sure we are talking about this issue as it relates to X11, or these others?
Hmm