You are not logged in.
I seem to run into this issue a lot... not sure if it's because I'm running 64bit or not. I run Turbojet2 so I can start burning some ISOs and when I start the burning (I have 3 burners in my tower) it crashes after a few seconds. after executing from cli, I find that the only error I get is "Floating point exception". How do I troubleshoot this?
Help grow the dev population... have your tech trained and certified!
Offline
How are your coding skills?
1. I would check to see if it was built with debug symbols, if not re-install from the AUR, but change the PKGBUILD to enable debug (It is written in c++ using the Qt library)
2. Run the program under gdb.
3. When it crashes, enter the gdb command bt
4. See where it crashed and find root cause (likely a divide by zero)
Nothing is too wonderful to be true, if it be consistent with the laws of nature -- Michael Faraday
The shortest way to ruin a country is to give power to demagogues.— Dionysius of Halicarnassus
---
How to Ask Questions the Smart Way
Offline
will do what I can, but I am no programmer...
Help grow the dev population... have your tech trained and certified!
Offline