Re: Obsolete function yahoo-get-historical-quotes

2014-04-24 Thread Geert Janssens
Thanks for all the feedback - done. Geert On Thursday 24 April 2014 07:27:00 Christian Stimming wrote: > +1 from me. Just go ahead and delete it. > > Christian > > On 24. April 2014 04:52:07 MESZ, John Ralls wrote: > >On Apr 23, 2014, at 9:31 AM, Frank H. Ellenberger > > > > wrote: > >> Hi Ge

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
On Sunday 13 April 2014 13:16:38 John Ralls wrote: > 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

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
Thank you for digging deeper into this issue. I hadn't been following this thread in detail but the attached patch caught my (maintainer's) attention. Personally I'm not too fond of adding this workaround into gnucash. Your conversation with the readline upstream indicates this is not an issue

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 13:24:11 Geert Janssens wrote: > On Sunday 13 April 2014 13:16:38 John Ralls wrote: > > 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

Re: segfaults when running graphical reports

2014-04-24 Thread Thomas Klausner
On Thu, Apr 24, 2014 at 02:14:23PM +0200, Geert Janssens wrote: > The way I understand your message is that GnuCash receives a SIGTTOU > signal and halts. It receives this signal because it wants to write to > standard output while being backgrounded. > > Some googling got me to this page: > htt

Re: segfaults when running graphical reports

2014-04-24 Thread Mike Alexander
--On April 24, 2014 2:14:23 PM +0200 Geert Janssens wrote: Thank you for digging deeper into this issue. I hadn't been following this thread in detail but the attached patch caught my (maintainer's) attention. Personally I'm not too fond of adding this workaround into gnucash. Your conversa

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 19:05:04 Thomas Klausner wrote: > On Thu, Apr 24, 2014 at 02:14:23PM +0200, Geert Janssens wrote: > > The way I understand your message is that GnuCash receives a SIGTTOU > > signal and halts. It receives this signal because it wants to write > > to standard output while b

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 14:16:18 Mike Alexander wrote: > > I've seen this behavior for months, ever since the Python support was > added, I think. tostop isn't set in my terminal session. I looked at > a backtrace when it was stopped and I suspect the problem is this > (from > the page you lin

Re: segfaults when running graphical reports

2014-04-24 Thread Thomas Klausner
On Thu, Apr 24, 2014 at 09:07:00PM +0200, Geert Janssens wrote: > What version of python are you using by the way ? python-2.7.6. Thomas ___ gnucash-devel mailing list gnucash-devel@gnucash.org https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Re: segfaults when running graphical reports

2014-04-24 Thread Mike Alexander
--On April 24, 2014 9:07:49 PM +0200 Geert Janssens wrote: What versions of python and readline do you have on your system ? I've upgraded both of these several times since this started happening. I'm currently using Python 2.7.6 and version 6.2.0 of readline. Mike _

GnuCash Segfaults on start

2014-04-24 Thread Herbert Mühlburger
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Hi, GnuCash segfaults when I try to run it on Ubuntu 14.04 64bit. My latest revision is: e6c36983d49b578a89395d1719016670e8d0fbb2 I did not change any source code I just wanted to compile the latest version and run it. Any suggestions? The consol

Re: GnuCash Segfaults on start

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 22:26:29 Herbert Mühlburger wrote: > Hi, > > GnuCash segfaults when I try to run it on Ubuntu 14.04 64bit. My > latest revision is: e6c36983d49b578a89395d1719016670e8d0fbb2 > > I did not change any source code I just wanted to compile the latest > version and run it. >

Re: segfaults when running graphical reports

2014-04-24 Thread Geert Janssens
On Thursday 24 April 2014 21:08:30 Thomas Klausner wrote: > On Thu, Apr 24, 2014 at 09:07:00PM +0200, Geert Janssens wrote: > > What version of python are you using by the way ? > > python-2.7.6. > Thomas Thomas, I don't know what python and readline are doing together to create this situation

Re: segfaults when running graphical reports

2014-04-24 Thread Mike Alexander
--On April 24, 2014 10:36:59 PM +0200 Geert Janssens wrote: Can you remove the this line { "gnucash/python", 0, TRUE }, from src/bin/gnucash-bin.c (line 465 in my current working directory) and build gnucash with that change ? And please report back if this fixes the issue. This avo

Re: segfaults when running graphical reports

2014-04-24 Thread John Ralls
On Apr 24, 2014, at 1:54 PM, Mike Alexander wrote: > --On April 24, 2014 10:36:59 PM +0200 Geert Janssens > wrote: > >> Can you remove the this line >>{ "gnucash/python", 0, TRUE }, >> from src/bin/gnucash-bin.c (line 465 in my current working directory) >> and build gnucash with that

Re: segfaults when running graphical reports

2014-04-24 Thread Thomas Klausner
On Thu, Apr 24, 2014 at 10:36:59PM +0200, Geert Janssens wrote: > I don't know what python and readline are doing together to create this > situation, but I'm thinking of another way to work around it: > > Can you remove the this line > { "gnucash/python", 0, TRUE }, > from src/bin/gnucas

Re: segfaults when running graphical reports

2014-04-24 Thread Mike Alexander
--On April 24, 2014 2:48:29 PM -0700 John Ralls wrote: It disables calling python from inside of GnuCash, but I don’t think we actually do that anywhere. It shouldn’t affect using the GnuCash API from a python program. I guess that's ok for now, but we might want to call it from inside GnuC

Re: segfaults when running graphical reports

2014-04-24 Thread John Ralls
On Apr 24, 2014, at 3:05 PM, Mike Alexander wrote: > --On April 24, 2014 2:48:29 PM -0700 John Ralls wrote: > >> It disables calling python from inside of GnuCash, but I don’t >> think we actually do that anywhere. It shouldn’t affect using the >> GnuCash API from a python program. > > I gues