On Wednesday 17 September 2008 17:29:02 Bernd Volkmann wrote:
> Thomas Baumgart schrieb:
> > On Wednesday 17 September 2008 15:58:21 Bernd Volkmann wrote:
> >> Hallo,
> >>
> >> mein nächstes Problem ist, daß mir KMM beim Ausdruck des INI-Briefes der
> >> Bank abschmiert.
> >
> > Kannst Du uns dazu vielleicht noch ein paar Details liefern?
>
> Im Fenster 'überprüfe Bankschlüssel' gibt's den Button 'Drucken'. Egal
> ob ich erst mit 'Ja' bestätige oder erst drucke schmiert KMM ab.
>
> >> Ich bin mir nicht sicher ob das noch ein aqbanking Problem oder ein KMM
> >> Problem ist.
> >
> > Ich halte es mal für ein Gerücht, dass dies ein KMM Problem ist, da
> > KMyMoney das Konzept der INI Briefe garnicht kennt ;)
> >
> > Ein backtrace des Crashes würde aber auch hier Gewissheit schaffen.
>
> Keine Ahnung wie ich den trace erstellen kann.

Normalerweise sollte eigentlich der KDE Crash Handler (KCrash) aktiv werden, 
wenn KMyMoney abstürzt. Vielleicht ist das auf Deinem System etwas anders 
konfiguriert.

Du kannst mal KMyMoney im Debugger starten. Das geht so:

[EMAIL PROTECTED]:~> gdb `which kmymoney`
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-unknown-linux-gnu"...
(gdb) run
Starting program: /opt/kde3/bin/kmymoney
[Thread debugging using libthread_db enabled]
[New Thread 0x7f38ae454700 (LWP 10775)]
7:2008/09/17 17-37-20:aqbanking(10775):started
3:2008/09/17 17-37-20:aqbanking(10775):qbanking.cpp:  420: No Qt translation 
found for your language en
kmymoney2: Loaded 'KBanking' plugin
kmymoney2: It's an online banking plugin and supports '(OFX,HBCI)'
kmymoney2: Loaded 'KMyMoney OFX' plugin
kmymoney2: It's an online banking plugin and supports '(OFX)'
reading file
start parsing file
startDocument
reading accounts
reading transactions
reading securities
reading prices
reading reports
endDocument

Wenn das Programm crashed gibt es wieder eine Ausgabe und der GDB prompt 
erscheint. Da ich keinen Crash zur Hand habe ;) habe ich mal ein Signal 
geschickt, um den Output zu bekommen:

Program received signal SIGTSTP, Stopped (user).
[Switching to Thread 0x7f38ae454700 (LWP 10775)]
0x00007f38a51f0613 in select () from /lib64/libc.so.6
(gdb) bt
#0  0x00007f38a51f0613 in select () from /lib64/libc.so.6
#1  0x00007f38a87abacd in QEventLoop::processEvents ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#2  0x00007f38a8811f69 in QEventLoop::enterLoop ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#3  0x00007f38a8811df2 in QEventLoop::exec ()
   from /usr/lib/qt3/lib64/libqt-mt.so.3
#4  0x00000000005f27af in main (argc=1, argv=0x7fffb6498428)
    at ../../kmymoney2/main.cpp:285

Also, einfach 'bt' eingeben und den Output an die Liste posten.


-- 

Regards

Thomas Baumgart

GPG-FP: E55E D592 F45F 116B 8429   4F99 9C59 DB40 B75D D3BA
-------------------------------------------------------------
The Unix Guru's View of Sex:
============================
# unzip; strip; touch; finger; mount; fsck; more; yes; umount; sleep
-------------------------------------------------------------

Attachment: signature.asc
Description: This is a digitally signed message part.

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to