On Nov 28, 2005, at 2:53 PM, Christian Stimming wrote:

Hi David,

...
gdb for backtrace would definitely be good. We've got instructions in German on http://linuxwiki.de/gdb . Some quite verbose english instructions are on http://live.gnome.org/GettingTraces although only the section "Obtaining a stack trace using just GDB" is the only one that is of interest to you. This
way we would know a bit more about the place of that crash...

Christian

(gdb) run
Starting program: /opt/lib/aqbanking/plugins/0/wizards/aqofxconnect/ aqofxconnect
-qt3-wizard
Reading symbols for shared libraries .++.+..+....+ +.............................
......................................++++++ done
4:2005/11/28 23-39-42:(null)(23889):qt3_wizard.cpp: 54: Internationalisation i
s not available for your language
3:2005/11/28 23-39-42:(null)(23889):qbanking.cpp: 815: PKGDATADIR=/ opt/share/aq
banking
6:2005/11/28 23-39-42:(null)(23889):qbanking.cpp: 822: Internationalisation is
not available for your language
Reading symbols for shared libraries . done
4:2005/11/28 23-39-42:gwen(23889):inherit.c: 169: Type "00000000" not derived f
rom this base type
provider.c:1796: failed assertion `dp'

Program received signal SIGABRT, Aborted.
0x9004716c in kill ()
(gdb) thread apply all bt

Thread 1 (process 23889 local thread 0xf03):
#0  0x9004716c in kill ()
#1  0x90128b98 in abort ()
#2  0x0075e8fc in __eprintf ()
#3 0x0075719c in AO_Provider_GetBanks (pro=0x46311a0) at provider.c: 1796
#4  0x00006474 in UserView::update (this=0x4661ef0) at userview.cpp:72
#5  0x00006720 in UserView::init (this=0x4661ef0) at userview.cpp:121
#6  0x00003e6c in OfxSettings::init (this=0x4631280) at settings.cpp:63
#7  0x00003744 in main (argc=1, argv=0xbffff3f4) at qt3_wizard.cpp:70


This was from aqbanking 1.8.0.2cvs, a clean tree checked out tonight.
--
David Reiser
[EMAIL PROTECTED]



-------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc. Do you grep through log files
for problems?  Stop!  Download the new AJAX search engine that makes
searching your log files as easy as surfing the  web.  DOWNLOAD SPLUNK!
http://ads.osdn.com/?ad_id=7637&alloc_id=16865&op=click
_______________________________________________
Aqbanking-devel mailing list
Aqbanking-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/aqbanking-devel

Reply via email to