Re: segfaults when running graphical reports

2014-04-14 Thread Thomas Klausner
On Mon, Apr 14, 2014 at 12:37:52AM +0200, Thomas Klausner wrote: > Ok, so if I remove that, I can start "gnucash &". I've played around a > bit and found that if I deinstall the python readline module, it also > starts in the background. I'll assume for now it's a problem with > NetBSD's readline l

Re: segfaults when running graphical reports

2014-04-14 Thread Thomas Klausner
On Sun, Apr 13, 2014 at 01:16:38PM -0700, John Ralls wrote: > I don’t *think* there are any places that either of them would spawn a worker > thread, but something is, and that’s a problem. Maybe it *is* the python > module. Try renaming lib/gnucash/libgncmod-python.*.so to something and see > i

Re: segfaults when running graphical reports

2014-04-14 Thread Thomas Klausner
On Sun, Apr 13, 2014 at 11:44:38AM -0700, John Ralls wrote: > How it’s getting there is still to be determined, but the fact that it’s > running the main loop in 3 threads is a major problem. That isn’t GnuCash’s > doing: It’s single threaded. About that, see below. > But there should be GnuCas

Re: Translation problems with planned transactions schedule

2014-04-14 Thread Dmitry Pavlov
If I get you right, you'd like to know what is the difference between using this context (or disambiguation prefixes) and plural functions. The main difference is dynamic UI updates. With plurals you need to update labels around the inputs on every change of spinbox or combobox. Even if that update

Re: segfaults when running graphical reports

2014-04-14 Thread John Ralls
On Apr 13, 2014, at 12:06 PM, Thomas Klausner wrote: > On Sun, Apr 13, 2014 at 11:44:38AM -0700, John Ralls wrote: >> How it’s getting there is still to be determined, but the fact that it’s >> running the main loop in 3 threads is a major problem. That isn’t GnuCash’s >> doing: It’s single th