abrt 1.1.1 detected a crash. architecture: i686 Attached file: backtrace cmdline: gnucash bin comment: Viewing Price Editor and switching to open office spreadsheet. component: gnucash crash_function: __tzfile_compute executable: /usr/bin/gnucash-bin global_uuid: ab899af84e95b6fc18a93a265a4f285b06aa0c8f kernel: 2.6.32.16-141.fc12.i686.PAE package: gnucash-2.2.9-4.fc12 rating: 4 reason: Process /usr/bin/gnucash-bin was killed by signal 11 (SIGSEGV) release: Fedora release 12 (Constantine)
Created attachment 436066 [details] File: backtrace
ize_t qof_print_date_buff (char * buff, size_t len, time_t t) { struct tm theTime; if (!buff) return 0 ; localtime_r(&t, &theTime); ... That shouldn't segfault, unless I'm missing something. Moving to libc.
Most likely a memory corruption bug.
Can you run su -c 'setenforce 0; debuginfo-install gnucash', and then retest? Thank you for taking the time to report this bug report. Unfortunately, that stack trace is not very useful in determining the cause of the crash, because there are no debugging symbols loaded (probably abrt failed to load them). Unfortunately, we cannot use this backtrace. Closing as INSUFFICIENT_DATA. -- Fedora Bugzappers volunteer triage team https://fedoraproject.org/wiki/BugZappers