Dave Peticolas wrote:
> 
> Matthew Vanecek writes:
> > I've been over this, but I cannot figure out what's going on.  Whenever
> > I open the transaction report, it crashes with the pictured trace, and
> > an "Error executing scheme report".  The error is "Function,
> > wrong-type-arg".  The function call is (according to the trace):
> > [localtime -4294992496.0].  I can take a screen shot of the error if
> > you'd like, but I didn't want to waste the bandwidth...  It seems to
> > happen most often when there are large numbers of transactions.
> 
> If you run gnucash from the command line, the trace should also be
> dumped to standard error. Could you send that?
> 
> thanks,
> dave

Sorry it took so long--had some problems with a new bad memory DIMM that
toasted a couple of partitions (long story).  Finally got everything
restored--thank God for ext2!  This boy really needs an 8G tape drive.
:( Anyhow, attached is a typescript file.  Hope it helps.


-- 
Matthew Vanecek
Visit my Website at http://mysite.directlink.net/linuxguy
For answers type: perl -e 'print
$i=pack(c5,(41*2),sqrt(7056),(unpack(c,H)-2),oct(115),10);'
*****************************************************************
For 93 million miles, there is nothing between the sun and my shadow
except me. I'm always getting in the way of something...
Script started on Sun Jun 25 23:17:57 2000
me2v@reliant me2v $ gnucash
Error: gnc_report_error_dialog: gnc_report_error_dialog: error running report.
Function: localtime, wrong-type-arg

/usr/share/gnucash/scm/date-utilities.scm:228:14: In procedure localtime in expression 
(localtime (car tp)):
/usr/share/gnucash/scm/date-utilities.scm:228:14: Wrong type argument in position 1: 
-4294992496
Backtrace:
 4  [gnc:report-window "Report: Transaction Report" #<procedure ()> ...]
 5* [#<procedure ()>]
 6* [gnc:run-report "Transaction Report" #<procedure dispatch (key)>]
 7  (let ((report #)) (if report (let* # output) ...))
    ...
 8  (let* ((renderer #) (lines #) (output #)) output)
 9* [gnc:trep-renderer #<procedure dispatch (key)>]
10  (let* ((begindate #) (enddate #) (tr-report-account-op #) ...) (list 
(html-start-document-title # #f) (html-start-table) ...))
11* [apply #<primitive-procedure append> ...
12* [map #<procedure (account)> (#<pt-Account*:0x81C3500>)]
13* [#<procedure (account)> #<pt-Account*:0x81C3500>]
14* [make-split-list #<pt-Account*:0x81C3500> #<procedure (split)>]
15  (let ((num-splits #)) (letrec (#) (loop 0 # ...)))
    ...
16  [#<procedure (index split slist)> 1 #<pt-Split*:0x81C4C38> ...
17* (if (split-filter-pred split) (cons split slist) ...)
18* [#<procedure (split)> #<pt-Split*:0x81C4DC8>]
19  (let ((date #)) (and (>= date begin-date-secs) (<= date end-date-secs)))
20* [car ...
21* [gnc:timepair-canonical-day-time (-4294992496 . 0)]
22  (let ((bdt #)) (set-tm:sec bdt 0) ...)
23* [localtime -4294992496]

Error: gnc_run_report: Report output was not a string.
me2v@reliant me2v $ exit
Script done on Sun Jun 25 23:18:44 2000

--
Gnucash Developer's List
To unsubscribe send empty email to: [EMAIL PROTECTED]

Reply via email to