Bug 587266

Summary: [abrt] crash in deja-dup-14.0.3-1.fc13: Process /usr/bin/deja-dup-monitor was killed by signal 6 (SIGABRT)
Product: [Fedora] Fedora Reporter: Clyde E. Kunkel <clydekunkel7734>
Component: deja-dupAssignee: Rahul Sundaram <metherid>
Status: CLOSED NOTABUG QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: 13CC: metherid, mike
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard: abrt_hash:14330f5a0328bc9f53ef8522bf0ce96bd7861ae2
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-05-08 20:30:14 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
File: backtrace none

Description Clyde E. Kunkel 2010-04-29 13:55:27 UTC
abrt 1.0.9 detected a crash.

architecture: x86_64
Attached file: backtrace
cmdline: deja-dup-monitor
comment: ran cli yum update using updates-testing
component: deja-dup
executable: /usr/bin/deja-dup-monitor
global_uuid: 14330f5a0328bc9f53ef8522bf0ce96bd7861ae2
kernel: 2.6.33.2-57.fc13.x86_64
package: deja-dup-14.0.3-1.fc13
rating: 4
reason: Process /usr/bin/deja-dup-monitor was killed by signal 6 (SIGABRT)
release: Fedora release 13 (Goddard)

Comment 1 Clyde E. Kunkel 2010-04-29 13:55:28 UTC
Created attachment 410113 [details]
File: backtrace

Comment 2 Michael Terry 2010-05-01 14:09:21 UTC
Thanks for the report, Clyde!  This crash is due to a mistaken use of g_error (which aborts the program) instead of g_warning to report an error on the console.  I've fixed that in trunk and it will be in the forthcoming 14.1 release.

I'm a little confused why you hit that code path, because it means there was an error reading values from gconf.  Is your gconf setup odd?

Specifically, when trying to read one of these keys (I don't know which one caused the error):
/apps/deja-dup/periodic
/apps/deja-dup/periodic-period
/apps/deja-dup/last-run

Comment 3 Rahul Sundaram 2010-05-01 19:14:26 UTC
FYI, I have pushed 14.1 as an update for Fedora 13

https://admin.fedoraproject.org/updates/deja-dup-14.1-1.fc13

Before you update though, you might want to help debug the root cause of this problem.  Check the gconf settings.

Comment 4 Clyde E. Kunkel 2010-05-05 14:47:50 UTC
Back from visiting new twin gandkids!!  

I am not aware of any unusual settings in gconf, but then again, how do I know or even check?  Not seeing the error now, and haven't made any changes other than massive update catchup.

My home partition is shared with rawhide, F13, 12, 11, 10, and centos.

Comment 5 Michael Terry 2010-05-06 17:02:05 UTC
Congrats!  :)

Unfortunately, I don't really know how to investigate a gconf error either.  I'm not sure under what situations you would not be able to read your own gconf settings.

If you're not seeing the error now, I wouldn't worry about it.  Might have been some goofy transient thing...

Comment 6 Rahul Sundaram 2010-05-08 20:30:14 UTC
Without this being reproducible,  I have to close it.  Feel free to reopen if you this happens again.