Welcome to The Bug Genie
Please fill in your username and password below, and press "Continue" to log in.If you have not already registered, please use the "Register new account" tab to do so.
Please wait while updating issue type...
Could not save your changes
This issue has been changed since you started editing it
Data that has been changed is highlighted in red below. Undo your changes to see the updated information
You have changed this issue, but haven't saved your changes yet. To save it, press the Save changes button to the right
This issue is blocking the next release
This issue has been closed with status "Done" and resolution "RESOLVED".
Create a comment There are no comments
There is nothing attached to this issue
This issue has no duplicates
There are no code checkins for this issue |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Really delete this comment?
We could also enable core dumps for linux builds.
Really delete this comment?
Really delete this comment?
Take a look at an experiment I did with CrashRpt, a really nice library for crash reporting under Windows. Log into gmail with this account:
username: arxlibertatis.crashes@gmail.com password: sent to your inbox
Ideally it would be best to avoid going the email direction. It requires the user to have a configured email client on his desktop, and people are mostly using web based mail now I guess. Plus, it seems to fail with the latest Outlook since MS removed SMAPI support...
The best would be to push the error report to some server (using http). But we don't have that available
There's also google-breakpad, that offers a multiplatform solution, but it's a bit less suited for Windows and VC++ than CrashRpt is.
The best would be to have something integrated with ...
Really delete this comment?
cleanup old crash reports so they don't clutter up the user dirrespect the aspect ratio of the screenshot in the report content tabReally delete this comment?
Allow the user to exclude individual files from the crash reportCrop or remove screenshot under linux- Feature removedLook for arxcrashreporter in the application pathsReally delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
in case arxcrashreporter doesn't exist / couldn't start, start fallback in-process crash handler and dump everything to filewrong / missing system information under linux: process name, path, architecture, running time, os name (uname -a)remove gdb output when starting arxfix compiler errors and warningsboost 1.41 supportReally delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
The only warnings in that build are minor style warnings in qhexedit.Really delete this comment?
there are compile errors when neither the Win 32 or POSIX crash handler is available - see the mingw32 builds. The mingw32 builds aren't important, but compiling without a crash handler might help for other exotic systems.Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
Really delete this comment?
What's left
Final test on linuxTrigger a build to check for new warnings/errorsReally delete this comment?