• Login
  • Register
  • Dolphin Forums
  • Home
  • FAQ
  • Download
  • Wiki
  • Code


Dolphin, the GameCube and Wii emulator - Forums › Dolphin Emulator Discussion and Support › Support v
« Previous 1 ... 190 191 192 193 194 ... 1197 Next »

Dolphin crashing periodically [Linux]
View New Posts | View Today's Posts

Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Thread Modes
Dolphin crashing periodically [Linux]
05-13-2019, 07:32 AM
#1
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
Every 10 minutes or so Dolphin will crash with no panic handle. I'm not doing anything crazy, mostly just playing Metroid Prime on modest settings for my system (3x IR, 2x MSAA, 16x AF, etc...). This happens with every game I've tried. I am running a build that's only a couple days old

System info:
OS: Manjaro 18.0.4 Illyria
Kernel: x86_64 Linux 4.19.36-1-MANJARO
DE: KDE 5.57.0 / Plasma 5.15.4
CPU: Intel Core i5-4690K @ 4x 3.9GHz
GPU: AMD Radeon R9 200 Series (HAWAII, DRM 3.27.0, 4.19.36-1-MANJARO, LLVM 8.0.0)
Find
Reply
05-15-2019, 01:16 PM
#2
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
OpenGL does the same thing so it doesn't seem to be an api problem. This is really frustrating cause it so unpredictable
Find
Reply
05-18-2019, 03:41 AM
#3
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
I've had this happen with an Ubuntu derivative and older kernels. I'm on 5.1.1-2 rn but I don't see things changing just on the kernel. Would a log file help?
Find
Reply
05-18-2019, 04:45 AM
#4
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
A backtrace would likely help things - it should tell us what exactly is crashing and in what code, so may be useful to diagnose exactly what's going on (even if it's not a "dolphin" problem as such)
Find
Reply
05-18-2019, 04:53 AM (This post was last modified: 05-18-2019, 05:54 AM by KatIsntGood.)
#5
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
(05-18-2019, 04:45 AM)JonnyH Wrote: A backtrace would likely help things - it should tell us what exactly is crashing and in what code, so may be useful to diagnose exactly what's going on (even if it's not a "dolphin" problem as such)

How exactly would I do that, I'm not that good at Linux yet

Edit: figured out how to do it, will update with log soon
Find
Reply
05-18-2019, 06:40 AM
#6
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
I added "[color=#000000]-DCMAKE_BUILD_TYPE=Debug" to my cmake when building and when i run dolphin through gdb no game loads. Do I strictly need to run through gdb? Dolphin runs without it[/color]
Find
Reply
05-18-2019, 08:23 AM
#7
JonnyH Offline
Shameless AMD shill
**********
Developers (Some Administrators and Super Moderators)
Posts: 701
Threads: 0
Joined: May 2017
You shouldn't need a Debug build, as it disables /all/ optimisations it may cause poor performance. Something like "RelWithDebInfo" may be a good balance of debug-ability and speed.

And running dolphin through gdb is non-trivial, as the JIT actually causes (And handles) some signals that gdb interprets as "faults" - it'll probably be easier to set your distro to create core dumps on crashes (if it doesn't already) then use gdb on the core dump to get the backtrace of the crashing thread.
Find
Reply
05-19-2019, 03:54 AM (This post was last modified: 05-19-2019, 05:16 AM by KatIsntGood.)
#8
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
(05-18-2019, 08:23 AM)JonnyH Wrote: You shouldn't need a Debug build, as it disables /all/ optimisations it may cause poor performance. Something like "RelWithDebInfo" may be a good balance of debug-ability and speed.

And running dolphin through gdb is non-trivial, as the JIT actually causes (And handles) some signals that gdb interprets as "faults" - it'll probably be easier to set your distro to create core dumps on crashes (if it doesn't already) then use gdb on the core dump to get the backtrace of the crashing thread.
I built with that option but I'm not getting crash dumps at all. My distro is set up for it I believe
Find
Reply
05-29-2019, 09:36 AM
#9
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
So I set up the build with some debug stuff, but it doesn't create a coredump when it crashes periodically. It does it for other crashes, I had one recently when changing audio devices for some reason and I got a dump from that. I have yet to be able to get a dump from the random crashes. What do I do?
Find
Reply
06-05-2019, 09:04 AM
#10
KatIsntGood Offline
Kat
***
Posts: 81
Threads: 8
Joined: Aug 2018
After my current GPU died and swapped with an old one I've yet to experience a crash. It seems to be a weird issue with that specific GPU
Find
Reply
« Next Oldest | Next Newest »


  • View a Printable Version
  • Subscribe to this thread
Forum Jump:


Users browsing this thread: 2 Guest(s)



Powered By MyBB | Theme by Fragma

Linear Mode
Threaded Mode