exactly what format are the crash files?

Questions about other topics - please check if your question fits better in another category before posting here
Forum rules
Before you post read how to get help. Topics in this forum are automatically closed 6 months after creation.
Locked
thebobcampbell

exactly what format are the crash files?

Post by thebobcampbell »

Just installed Mint 15 (3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux)

I'm trying to run a large batch of file through rawtherapee, and it seems to crash every 5-25 images processed. Not so good when you've got 600+ to get through.

It leaves behind:
/usr/crash/_usr_bin_rawtherapee.1000.crash

Which shows as:
/var/crash $ file _usr_bin_rawtherapee.1000.crash
_usr_bin_rawtherapee.1000.crash: ASCII text, with very long lines

Ooooooo k.

I guess I'm used to systems knowing what the hell their core files are (Solaris sys admin here).
I've tried:
/var/crash $ crash _usr_bin_rawtherapee.1000.crash
crash: _usr_bin_rawtherapee.1000.crash: not a supported file format
/var/crash $ gdb /usr/bin/rawtherapee ./_usr_bin_rawtherapee.1000.crash
"/var/crash/./_usr_bin_rawtherapee.1000.crash" is not a core dump: File format not recognized
/var/crash $ more _usr_bin_rawtherapee.1000.crash
ProblemType: Crash
Architecture: amd64
CrashCounter: 1
Date: Sat Sep 28 15:03:58 2013
DistroRelease: LinuxMint 15
ExecutablePath: /usr/bin/rawtherapee
ExecutableTimestamp: 1353390404
ProcCmdline: rawtherapee

So how does one go about analyzing these ".crash" files? It'd be nice to know if I'm hitting a bad memory segment or cpu core. I'd rather find out it's a mismatched library version, of course...
Last edited by LockBot on Wed Dec 28, 2022 7:16 am, edited 1 time in total.
Reason: Topic automatically closed 6 months after creation. New replies are no longer allowed.
Habitual

Re: exactly what format are the crash files?

Post by Habitual »

thebobcampbell wrote:Just installed Mint 15 (3.8.0-30-generic #44-Ubuntu SMP Thu Aug 22 20:52:24 UTC 2013 x86_64 x86_64 x86_64 GNU/Linux)

I'm trying to run a large batch of file through rawtherapee
How was it installed and what version of rt?
thebobcampbell

Re: exactly what format are the crash files?

Post by thebobcampbell »

Version 4.0.9 via Software Manager.
Locked

Return to “Other topics”