GnuCash 2.4.7 segv on Mac OS 10.6.8

John Ralls jralls at ceridwen.us
Sun Jul 3 13:48:52 EDT 2011


On Jul 3, 2011, at 7:12 AM, David Bergum wrote:

> 
> On Jul 3, 2011, at 8:20, John Ralls wrote:
> 
>> Are there any messages in the Console log
> 
> Oh, I see this in the log, don't know if it is relevant:
> 
> 7/3/11 9:07:41	[0x0-0x415415].Gnucash-bin[54371]	* 09:07:41  WARN <gnc.bin> Error parsing command line arguments: [Unknown option -psn_0_4281365]; try `gnucash --help` for available options.

Hmm. That's supposed to be removed by 
# Strip out the argument added by the OS.
if [ x`echo "x$1" | sed -e "s/^x-psn_.*//"` == x ]; then
    shift 1
fi
in the launcher script -- and is, on my system. That's very odd.

I'd expect to see something like

7/3/11 10:18:58 AM	[0x0-0x1642641].org.gnucash.Gnucash[83558]	No GDK Window
7/3/11 10:18:58 AM	[0x0-0x1642641].org.gnucash.Gnucash[83558]	No NSWindow
7/3/11 10:19:49 AM	[0x0-0x1642641].org.gnucash.Gnucash[83558]	Found Finance::Quote version 1.17


But your task says "Gnucash-bin" instead of "org.gnucash.Gnucash". How are you starting Gncuash?

On Jul 3, 2011, at 7:32 AM, David Bergum wrote:

> 
> On Jul 3, 2011, at 8:20, John Ralls wrote:
> 
>> gnucash.trace
> 
> Incase there is something interesting to you, here is the trace file:
> 
> <gnucash.trace>
> 

No, unfortunately I don't see any clues there either.

Regards,
John Ralls




More information about the gnucash-user mailing list