---- "Andreas Köhler" <[EMAIL PROTECTED]> wrote: 
> Hi,
> 
> On Do, 2008-07-31 at 20:15 -0400, [EMAIL PROTECTED] wrote:
> > I've recently downloaded 2.2.6 for windows and are running it on W2K.
> > When trying to open the 1.8 data file from my dying Suse machine
> > gnucash crashes. I located a trace file that coincides with when it
> > crashed.
> > 
> > *   WARN <qof.engine> [guid_init()] only got 1922 bytes.
> > The identifiers might not be very random.
> > *   WARN <gnc.app-util> Could not spawn perl: Failed to execute child
> > process (No such file or directory)
> > 
> > Does gnucash require perl? 
> 
> No, not at all.
> 
> At least two things would be interesting for me:
> 
> (1) If you still use Linux, does it crash on Linux and GnuCash 2.2.x as
> well?
> (2) May you try to provide us with a backtrace, as described on
> http://wiki.gnucash.org/wiki/Windows#Debugging_with_gdb ?  You may also
> want to make gnucash-bin.exe a console application
> (http://wiki.gnucash.org/wiki/Windows#Console_output_and_exetype) and
> start it from gnucash.bat with --debug append (after %*).
> 
> Ciao,
> -- andi5
> 

andi5

Here's the backtrace from gdb:

gdb: kernel event for pid=520 tid=1420 code=LOAD_DLL_DEBUG_EVENT)
gdb: child_resume.SetThreadContext: thread 520.0x58c
ContinueDebugEvent (cpid=520, ctid=1420, DBG_CONTINUE);
gdb: kernel event for pid=520 tid=1420 code=EXCEPTION_DEBUG_EVENT)
gdb: Target exception EXCEPTION_ACCESS_VIOLATION at 0x6862bcc2

Program received signal SIGSEGV, Segmentation fault.
0x6862bcc2 in iconv_close ()
   from C:\Program Files\gnucash\bin\libglib-2.0-0.dll
(gdb) bt
#0  0x6862bcc2 in iconv_close ()
   from C:\Program Files\gnucash\bin\libglib-2.0-0.dll
#1  0x63c246c5 in gxi_check_file (data=0x2d34160)
    at ../../../repos/src/gnome-utils/druid-gnc-xml-import.c:591
#2  0x63c23acb in gnc_xml_convert_single_file (
    filename=0x2cf6ea8 "E:\\homeBudget")
    at ../../../repos/src/gnome-utils/druid-gnc-xml-import.c:271
#3  0x63c37f4a in gnc_post_file_open (filename=0x2d31080 "E:\\homeBudget")
    at ../../../repos/src/gnome-utils/gnc-file.c:767
#4  0x63c38146 in gnc_file_open ()
    at ../../../repos/src/gnome-utils/gnc-file.c:858
#5  0x6d066e24 in gnc_main_window_cmd_file_open (action=0x2b1cef0,
    data=0x2c4e488) at ../../../repos/src/gnome/gnc-plugin-basic-commands.c:331
#6  0x63a43945 in g_closure_invoke ()
   from C:\Program Files\gnucash\bin\libgobject-2.0-0.dll
#7  0x63a57125 in signal_emit_unlocked_R ()
   from C:\Program Files\gnucash\bin\libgobject-2.0-0.dll
#8  0x00000000 in ?? () from
#9  0x00000001 in ?? ()
#10 0x0022f1d0 in ?? ()
#11 0x0022f0b8 in ?? ()
#12 0x02c5d9c0 in ?? ()
#13 0x63a4f990 in class_closures_cmp ()
---Type <return> to continue, or q <return> to quit---
   from C:\Program Files\gnucash\bin\libgobject-2.0-0.dll
#14 0x619ed390 in g_cclosure_marshal_VOID__STRING ()
   from C:\Program Files\gnucash\bin\libgtk-win32-2.0-0.dll
#15 0x02c4e488 in ?? ()
#16 0x02c5adf0 in ?? ()
#17 0x6d066dca in gnc_main_window_cmd_file_new (action=Cannot access memory at a
ddress 0x4002000a
)
    at ../../../repos/src/gnome/gnc-plugin-basic-commands.c:320
Cannot access memory at address 0x40020002
(gdb)

Thanx for your help
Tim
_______________________________________________
gnucash-devel mailing list
gnucash-devel@gnucash.org
https://lists.gnucash.org/mailman/listinfo/gnucash-devel

Reply via email to