Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Brian Amos
On Sun, Sep 27, 2009 at 7:12 PM, jra...@raehls.org wrote:

 Gnucash disappears in Windows when selecting Account Transaction Report, as 
 well as Account Report just above it in the menu.  This is with a copy that 
 I compiled with install.sh and distribution executable built with dist.sh, 
 installed to c:\Program Files\Gnucash in the usual way.  I have a fairly 
 sizeable 2 Mb XML database.

 Unfortunately, I do not have time to learn the debugger, but wanted to report 
 that the bug also appears in Windows.

 Jim Raehl

I experienced the same problem and found bug 593906 in bugzilla that
appears to be the same issue and offers a patch.  Not having tried the
patch I cannot say whether it works or not, but it's worth  a try.

Brian Amos
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Sebastian Held
Am Montag, 28. September 2009 14:23:47 schrieb Brian Amos:
 On Sun, Sep 27, 2009 at 7:12 PM, jra...@raehls.org wrote:
  Gnucash disappears in Windows when selecting Account Transaction
  Report, as well as Account Report just above it in the menu.  This is
  with a copy that I compiled with install.sh and distribution executable
  built with dist.sh, installed to c:\Program Files\Gnucash in the usual
  way.  I have a fairly sizeable 2 Mb XML database.
 
  Unfortunately, I do not have time to learn the debugger, but wanted to
  report that the bug also appears in Windows.
 
  Jim Raehl
 
 I experienced the same problem and found bug 593906 in bugzilla that
 appears to be the same issue and offers a patch.  Not having tried the
 patch I cannot say whether it works or not, but it's worth  a try.
 
 Brian Amos
 

Thanks, Brian. The patch works.
Derek, can you please commit it (it's 9 days old...)?

Sebastian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-28 Thread Christian Stimming
Am Montag, 28. September 2009 14:23 schrieb Brian Amos:
 On Sun, Sep 27, 2009 at 7:12 PM, jra...@raehls.org wrote:
  Gnucash disappears in Windows when selecting Account Transaction
  Report, as well as Account Report just above it in the menu.  This is
  with a copy that I compiled with install.sh and distribution executable
  built with dist.sh, installed to c:\Program Files\Gnucash in the usual
  way.  I have a fairly sizeable 2 Mb XML database.
 
  Unfortunately, I do not have time to learn the debugger, but wanted to
  report that the bug also appears in Windows.
 
  Jim Raehl

 I experienced the same problem and found bug 593906 in bugzilla that
 appears to be the same issue and offers a patch.  Not having tried the
 patch I cannot say whether it works or not, but it's worth  a try.

Thanks for pointing out this patch. Somehow the bug remained in NEEDINFO, 
which means we would have got to it eventually but it doesn't show up in some 
of the more frequently checked search lists, like Recent Patches. Anyway, 
I've committed this now.

Christian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
gnucash crashes, if the menu command Reports/Account Transaction Report is 
invoked.
svn rev. 18350

This was tested with a new user (empty home dir), empty gnucash-file and 
therefore empty checking account.

Sebastian



LANG=C ./gnucash-gdb
  
GNU gdb 6.8 

   
Copyright (C) 2008 Free Software Foundation, Inc.   

   
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html   

   
This is free software: you are free to change and redistribute it.  

   
There is NO WARRANTY, to the extent permitted by law.  Type show copying  

   
and show warranty for details.

   
This GDB was configured as x86_64-pc-linux-gnu... 

   
(gdb) run   

   
Starting program: /home/test/src/gnucash.trunk/BIN/bin/gnucash-bin  

   
warning: Lowest section in /usr/lib64/libicudata.so.42 is .hash at 
003cdda00190

[Thread debugging using libthread_db enabled]   

   


This is a development version. It may or may not work.
Report bugs and other problems to gnucash-de...@gnucash.org.
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 2.2.9
The next stable version will be GnuCash 2.4  

[New Thread 0x7f6df1a3c770 (LWP 17368)]
[New Thread 0x7f6dea0e2910 (LWP 17379)]
Found Finance::Quote version 1.16  
[New Thread 0x7f6de98e1910 (LWP 17380)]
   [...]
[New Thread 0x7f6de88df910 (LWP 17395)]   
Backtrace:
In unknown file:  
   ?: 0* [gnc:register-report-create # # # ...]
In 
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:
 165: 1* (let* (# #) (gnc:debug create-fcn:  create-fcn) (if create-fcn # #)) 

 168: 2  (if create-fcn (create-fcn account split ...) ...) 

 171: 3  (gnc:register-report-create-internal #f query ...) 


/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:171:9:
 In expression (gnc:register-report-create-internal #f query ...):
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:171:9:
 Unbound variable: gnc:register-report-create-internal

Program received signal SIGSEGV, Segmentation fault.
[Switching to Thread 0x7f6df1a3c770 (LWP 17368)]
0x0038f38233f4 in g_signal_emit_valist () from /usr/lib/libgobject-2.0.so.0
(gdb) bt   
#0  0x0038f38233f4 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#1  0x0038f3823cc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
   
#2  0x0038f3811288 in g_object_dispatch_properties_changed () from 
/usr/lib/libgobject-2.0.so.0
#3  0x0038f3814360 in g_object_thaw_notify () from 
/usr/lib/libgobject-2.0.so.0
#4  0x0038f8042027 in gtk_widget_unparent () from 
/usr/lib/libgtk-x11-2.0.so.0 
#5  0x0038f7ef0bfd in gtk_fixed_remove () from /usr/lib/libgtk-x11-2.0.so.0 
   
#6  0x0038f380d3ae in g_closure_invoke () from /usr/lib/libgobject-2.0.so.0 
   
#7  0x0038f3821d79 in signal_emit_unlocked_R () from 
/usr/lib/libgobject-2.0.so.0  
#8  0x0038f38237e6 in g_signal_emit_valist () from 
/usr/lib/libgobject-2.0.so.0
#9  0x0038f3823cc3 in g_signal_emit () from /usr/lib/libgobject-2.0.so.0
#10 

Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins

hi,

Quoting Sebastian Held sebastian.h...@gmx.de:

gnucash crashes, if the menu command Reports/Account Transaction 
Report is invoked.

svn rev. 18350

This was tested with a new user (empty home dir), empty gnucash-file 
and therefore empty checking account.


Sebastian



LANG=C ./gnucash-gdb
GNU gdb 6.8
Copyright (C) 2008 Free Software Foundation, Inc.
License GPLv3+: GNU GPL version 3 or later http://gnu.org/licenses/gpl.html
This is free software: you are free to change and redistribute it.
There is NO WARRANTY, to the extent permitted by law.  Type show copying
and show warranty for details.
This GDB was configured as x86_64-pc-linux-gnu...
(gdb) run
Starting program: /home/test/src/gnucash.trunk/BIN/bin/gnucash-bin
warning: Lowest section in /usr/lib64/libicudata.so.42 is .hash at 
003cdda00190

[Thread debugging using libthread_db enabled]


This is a development version. It may or may not work.
Report bugs and other problems to gnucash-de...@gnucash.org.
You can also lookup and file bug reports at http://bugzilla.gnome.org
The last stable version was GnuCash 2.2.9
The next stable version will be GnuCash 2.4

[New Thread 0x7f6df1a3c770 (LWP 17368)]
[New Thread 0x7f6dea0e2910 (LWP 17379)]
Found Finance::Quote version 1.16
[New Thread 0x7f6de98e1910 (LWP 17380)]
  [...]
[New Thread 0x7f6de88df910 (LWP 17395)]
Backtrace:
In unknown file:
  ?: 0* [gnc:register-report-create # # # ...]
In 
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:
165: 1* (let* (# #) (gnc:debug create-fcn:  create-fcn) (if 
create-fcn # #))

168: 2  (if create-fcn (create-fcn account split ...) ...)
171: 3  (gnc:register-report-create-internal #f query ...)

/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:171:9: In expression (gnc:register-report-create-internal #f query 
...):
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/standard-reports.scm:171:9: Unbound variable: 
gnc:register-report-create-internal

[snip]

This implies that this procedure wasn't found..  Which is very odd.
Do you have mixed versions of GnuCash installed?  Is this a clean
build?  If not, can you try a clean build?

-derek

--
  Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
  Member, MIT Student Information Processing Board  (SIPB)
  URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
  warl...@mit.eduPGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 19:14:07 schrieb Derek Atkins:
 hi,
 
 Quoting Sebastian Held sebastian.h...@gmx.de:
  gnucash crashes, if the menu command Reports/Account Transaction
  Report is invoked.
  svn rev. 18350
 
  This was tested with a new user (empty home dir), empty gnucash-file
  and therefore empty checking account.
 
  Sebastian
 
 
 
  LANG=C ./gnucash-gdb
  GNU gdb 6.8
  Copyright (C) 2008 Free Software Foundation, Inc.
  License GPLv3+: GNU GPL version 3 or later
  http://gnu.org/licenses/gpl.html This is free software: you are free to
  change and redistribute it. There is NO WARRANTY, to the extent permitted
  by law.  Type show copying and show warranty for details.
  This GDB was configured as x86_64-pc-linux-gnu...
  (gdb) run
  Starting program: /home/test/src/gnucash.trunk/BIN/bin/gnucash-bin
  warning: Lowest section in /usr/lib64/libicudata.so.42 is .hash at
  003cdda00190
  [Thread debugging using libthread_db enabled]
 
 
  This is a development version. It may or may not work.
  Report bugs and other problems to gnucash-de...@gnucash.org.
  You can also lookup and file bug reports at http://bugzilla.gnome.org
  The last stable version was GnuCash 2.2.9
  The next stable version will be GnuCash 2.4
 
  [New Thread 0x7f6df1a3c770 (LWP 17368)]
  [New Thread 0x7f6dea0e2910 (LWP 17379)]
  Found Finance::Quote version 1.16
  [New Thread 0x7f6de98e1910 (LWP 17380)]
[...]
  [New Thread 0x7f6de88df910 (LWP 17395)]
  Backtrace:
  In unknown file:
?: 0* [gnc:register-report-create # # # ...]
  In
  /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo
 rt/standard-reports.scm: 165: 1* (let* (# #) (gnc:debug create-fcn: 
  create-fcn) (if
  create-fcn # #))
  168: 2  (if create-fcn (create-fcn account split ...) ...)
  171: 3  (gnc:register-report-create-internal #f query ...)
 
  /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo
 rt/standard-reports.scm:171:9: In expression
  (gnc:register-report-create-internal #f query ...):
  /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo
 rt/standard-reports.scm:171:9: Unbound variable:
  gnc:register-report-create-internal
 
 [snip]
 
 This implies that this procedure wasn't found..  Which is very odd.
 Do you have mixed versions of GnuCash installed?  Is this a clean
 build?  If not, can you try a clean build?
 
 -derek
 

This is already a clean build (new user account, with empty home dir).
The configure command is:

./configure --enable-ofx --enable-aqbanking --enable-debug --
prefix=/home/test/src/gnucash.trunk/BIN --with-html-engine=webkit

I'm currently rebuilding on my laptop (no gnucash installation present). I'll 
get back to you, soon.

Sebastian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins

Hi,

Quoting Sebastian Held sebastian.h...@gmx.de:

[snip]

 /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo
rt/standard-reports.scm:171:9: In expression
 (gnc:register-report-create-internal #f query ...):
 /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/repo
rt/standard-reports.scm:171:9: Unbound variable:
 gnc:register-report-create-internal

[snip]

This implies that this procedure wasn't found..  Which is very odd.
Do you have mixed versions of GnuCash installed?  Is this a clean
build?  If not, can you try a clean build?

-derek



This is already a clean build (new user account, with empty home dir).
The configure command is:

./configure --enable-ofx --enable-aqbanking --enable-debug --
prefix=/home/test/src/gnucash.trunk/BIN --with-html-engine=webkit

I'm currently rebuilding on my laptop (no gnucash installation present). I'll
get back to you, soon.

Sebastian


This API is defined in register.scm:

./src/report/standard-reports/register.scm:(define
(gnc:register-report-create-internal invoice? query journal? double?
./src/report/standard-reports/register.scm:(export
gnc:register-report-create-internal)

Check your installation?
And make sure this file gets loaded?

-derek

--
  Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
  Member, MIT Student Information Processing Board  (SIPB)
  URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
  warl...@mit.eduPGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 20:23:54 schrieb Sebastian Held:
 Am Sonntag, 27. September 2009 19:14:07 schrieb Derek Atkins:
  hi,
 
  Quoting Sebastian Held sebastian.h...@gmx.de:
   gnucash crashes, if the menu command Reports/Account Transaction
   Report is invoked.
   svn rev. 18350
  
   This was tested with a new user (empty home dir), empty gnucash-file
   and therefore empty checking account.
  
   Sebastian
  
  
  
   LANG=C ./gnucash-gdb
   GNU gdb 6.8
   Copyright (C) 2008 Free Software Foundation, Inc.
   License GPLv3+: GNU GPL version 3 or later
   http://gnu.org/licenses/gpl.html This is free software: you are free
   to change and redistribute it. There is NO WARRANTY, to the extent
   permitted by law.  Type show copying and show warranty for details.
   This GDB was configured as x86_64-pc-linux-gnu...
   (gdb) run
   Starting program: /home/test/src/gnucash.trunk/BIN/bin/gnucash-bin
   warning: Lowest section in /usr/lib64/libicudata.so.42 is .hash at
   003cdda00190
   [Thread debugging using libthread_db enabled]
  
  
   This is a development version. It may or may not work.
   Report bugs and other problems to gnucash-de...@gnucash.org.
   You can also lookup and file bug reports at http://bugzilla.gnome.org
   The last stable version was GnuCash 2.2.9
   The next stable version will be GnuCash 2.4
  
   [New Thread 0x7f6df1a3c770 (LWP 17368)]
   [New Thread 0x7f6dea0e2910 (LWP 17379)]
   Found Finance::Quote version 1.16
   [New Thread 0x7f6de98e1910 (LWP 17380)]
 [...]
   [New Thread 0x7f6de88df910 (LWP 17395)]
   Backtrace:
   In unknown file:
 ?: 0* [gnc:register-report-create # # # ...]
   In
   /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/re
  po rt/standard-reports.scm: 165: 1* (let* (# #) (gnc:debug create-fcn:
create-fcn) (if
   create-fcn # #))
   168: 2  (if create-fcn (create-fcn account split ...) ...)
   171: 3  (gnc:register-report-create-internal #f query ...)
  
   /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/re
  po rt/standard-reports.scm:171:9: In expression
   (gnc:register-report-create-internal #f query ...):
   /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/re
  po rt/standard-reports.scm:171:9: Unbound variable:
   gnc:register-report-create-internal
 
  [snip]
 
  This implies that this procedure wasn't found..  Which is very odd.
  Do you have mixed versions of GnuCash installed?  Is this a clean
  build?  If not, can you try a clean build?
 
  -derek
 
 This is already a clean build (new user account, with empty home dir).
 The configure command is:
 
 ./configure --enable-ofx --enable-aqbanking --enable-debug --
 prefix=/home/test/src/gnucash.trunk/BIN --with-html-engine=webkit
 
 I'm currently rebuilding on my laptop (no gnucash installation present).
  I'll get back to you, soon.
 
 Sebastian


I cannot compile gnucash trunk on ubuntu Karmic:

checking for guile-config... yes
checking whether guile-config works... yes
checking for sin in -lm... yes
checking for guile libraries... -lguile -lguile-ltdl -Wl,-Bsymbolic-functions 
-lqthreads -lpthread -lcrypt -lm
checking for guile headers...
checking whether guile works... yes
checking for guile... /usr/bin/guile
checking for guile - 1.6.0 = version  99.99.99... yes: 1.6.8
checking for guile - 1.8.0 = version  99.99.99... no: 1.6.8
checking for SLIB support... yes
checking if guile long_long is at least as big as gint64... yes
checking for scm_long_long2num in -lguile... yes
checking if unsigned long is at least as big as guint32... yes
checking if guile needs our copy of srfi-1... no
checking if guile needs our copy of srfi-11... no
checking if guile needs our copy of srfi-19... no
checking if guile needs our copy of srfi-2... no
checking if guile needs our copy of srfi-8... no
checking if guile needs our copy of srfi-9... no
checking if guile needs our copy of (guile www)... ./configure: line 15762: 
syntax error near unexpected token `gnc_have_guile_www,'
./configure: line 15762: `GUILE_MODULE_AVAILABLE(gnc_have_guile_www,(www 
main))'
sebast...@laptop:~/src/gnucash.trunk$ svn up
Revision 18350.

Sebastian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Derek Atkins

Quoting Sebastian Held sebastian.h...@gmx.de:

[snip]

checking if guile needs our copy of (guile www)... ./configure: line 15762:
syntax error near unexpected token `gnc_have_guile_www,'
./configure: line 15762: `GUILE_MODULE_AVAILABLE(gnc_have_guile_www,(www
main))'
sebast...@laptop:~/src/gnucash.trunk$ svn up
Revision 18350.


Did you run:   apt-get build-dep gnucash
This is an autogen error; it cannot find the guile.m4 file where
GUILE_MODULE_AVAILABLE is defined.


Sebastian


-derek

--
  Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
  Member, MIT Student Information Processing Board  (SIPB)
  URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
  warl...@mit.eduPGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread Sebastian Held
Am Sonntag, 27. September 2009 20:44:25 schrieb Derek Atkins:
 Hi,
 
 Quoting Sebastian Held sebastian.h...@gmx.de:
 
 [snip]
 
   /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/r
  epo rt/standard-reports.scm:171:9: In expression
   (gnc:register-report-create-internal #f query ...):
   /home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/r
  epo rt/standard-reports.scm:171:9: Unbound variable:
   gnc:register-report-create-internal
 
  [snip]
 
  This implies that this procedure wasn't found..  Which is very odd.
  Do you have mixed versions of GnuCash installed?  Is this a clean
  build?  If not, can you try a clean build?
 
  -derek
 
  This is already a clean build (new user account, with empty home dir).
  The configure command is:
 
  ./configure --enable-ofx --enable-aqbanking --enable-debug --
  prefix=/home/test/src/gnucash.trunk/BIN --with-html-engine=webkit
 
  I'm currently rebuilding on my laptop (no gnucash installation present).
  I'll get back to you, soon.
 
  Sebastian
 
 This API is defined in register.scm:
 
 ./src/report/standard-reports/register.scm:(define
 (gnc:register-report-create-internal invoice? query journal? double?
 ./src/report/standard-reports/register.scm:(export
 gnc:register-report-create-internal)
 
 Check your installation?
 And make sure this file gets loaded?
 
 -derek
 

Hi Derek,

I managed to get gnucash to compile on my ubuntu laptop: It crashes in the 
very same way as my gentoo box does.

The file you mentioned is installed.

Sebastian
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel


Re: crash at Reports/Account Transaction Report

2009-09-27 Thread jraehl
Gnucash disappears in Windows when selecting Account Transaction Report, as 
well as Account Report just above it in the menu.  This is with a copy that I 
compiled with install.sh and distribution executable built with dist.sh, 
installed to c:\Program Files\Gnucash in the usual way.  I have a fairly 
sizeable 2 Mb XML database.

Unfortunately, I do not have time to learn the debugger, but wanted to report 
that the bug also appears in Windows.

Jim Raehl

*

hi,

Quoting Sebastian Held sebastian.h...@gmx.de:

 gnucash crashes, if the menu command Reports/Account Transaction 
 Report is invoked.
 svn rev. 18350

 This was tested with a new user (empty home dir), empty gnucash-file 
 and therefore empty checking account.

 Sebastian



 LANG=C ./gnucash-gdb
 GNU gdb 6.8
 Copyright (C) 2008 Free Software Foundation, Inc.
 License GPLv3+: GNU GPL version 3 or later 
http://gnu.org/licenses/gpl.html
 This is free software: you are free to change and redistribute it.
 There is NO WARRANTY, to the extent permitted by law.  Type show copying
 and show warranty for details.
 This GDB was configured as x86_64-pc-linux-gnu...
 (gdb) run
 Starting program: /home/test/src/gnucash.trunk/BIN/bin/gnucash-bin
 warning: Lowest section in /usr/lib64/libicudata.so.42 is .hash at 
 003cdda00190
 [Thread debugging using libthread_db enabled]


 This is a development version. It may or may not work.
 Report bugs and other problems to gnucash-de...@gnucash.org.
 You can also lookup and file bug reports at http://bugzilla.gnome.org
 The last stable version was GnuCash 2.2.9
 The next stable version will be GnuCash 2.4

 [New Thread 0x7f6df1a3c770 (LWP 17368)]
 [New Thread 0x7f6dea0e2910 (LWP 17379)]
 Found Finance::Quote version 1.16
 [New Thread 0x7f6de98e1910 (LWP 17380)]
   [...]
 [New Thread 0x7f6de88df910 (LWP 17395)]
 Backtrace:
 In unknown file:
   ?: 0* [gnc:register-report-create # # # ...]
 In 
 
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/stan
dard-reports.scm:
 165: 1* (let* (# #) (gnc:debug create-fcn:  create-fcn) (if 
 create-fcn # #))
 168: 2  (if create-fcn (create-fcn account split ...) ...)
 171: 3  (gnc:register-report-create-internal #f query ...)

 
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/stan
dard-reports.scm:171:9: In expression (gnc:register-report-create-internal #f 
query 
 ...):
 
/home/test/src/gnucash.trunk/BIN/share/gnucash/guile-modules/gnucash/report/stan
dard-reports.scm:171:9: Unbound variable: 
 gnc:register-report-create-internal
[snip]

This implies that this procedure wasn't found..  Which is very odd.
Do you have mixed versions of GnuCash installed?  Is this a clean
build?  If not, can you try a clean build?

-derek

-- 
   Derek Atkins, SB '93 MIT EE, SM '95 MIT Media Laboratory
   Member, MIT Student Information Processing Board  (SIPB)
   URL: http://web.mit.edu/warlord/PP-ASEL-IA N1NWH
   warl...@mit.eduPGP key available

___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel
___
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel