Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 21294 - openhbci crashes with segmentation fault
Summary: openhbci crashes with segmentation fault
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: [OLD] Library (show other bugs)
Hardware: x86 Linux
: High normal (vote)
Assignee: Gentoo Linux Gnome Desktop Team
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-05-19 17:35 UTC by Andreas Grüner
Modified: 2003-06-03 16:23 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
openhbci patch created from the openhbci CVS-Tree (openhbci-0.9.9-segfault.patch,1.02 KB, patch)
2003-05-19 18:06 UTC, Andreas Grüner
Details | Diff
ebuild, that includes the patch for openhbci (openhbci-0.9.9-r1.ebuild,801 bytes, text/plain)
2003-05-19 18:08 UTC, Andreas Grüner
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Grüner 2003-05-19 17:35:56 UTC
gnucash 1.8.2 crashes with segmentation fault, when trying to do anything with
HBCI-Banking.


Reproducible: Always
Steps to Reproduce:
1.Start gnucash
2.Open an account
3.Select Action->Online Action->HBCI Get Transactions
4.Enter Password for your Key
Actual Results:  
The Application crashes witch segmentation fault

Expected Results:  
It should get the transactions from the bank

This is a bug in the OpenHBCI library, that apears in combination with newer
versions of openssl >= 0.9.6h
Comment 1 Andreas Grüner 2003-05-19 18:06:33 UTC
Created attachment 12176 [details, diff]
openhbci patch created from the openhbci CVS-Tree
Comment 2 Andreas Grüner 2003-05-19 18:08:27 UTC
Created attachment 12177 [details]
ebuild, that includes the patch for openhbci
Comment 3 Alastair Tse (RETIRED) gentoo-dev 2003-06-01 19:35:08 UTC
may i ask where this patch is from? is it your own or something from openhbci development?
Comment 4 Andreas Grüner 2003-06-03 14:41:31 UTC
This patch is my own patch.
It is created from the CVS Tree from openhbci CVS tree, bevor they released the new Version.
in the actuall Version this fix is included.

The bug itself is descibed on http://www.linuxwiki.de/OpenHBCI. Sorry but this page is only in German, and I found no other pages, that belong to this problem.

Here is the CHANGE-LOG from the patched file from http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/openhbci/openhbci/ChangeLog

Revision 1.309 / (view) - annotate - [select for diffs] , Sun Apr 13 11:13:29 2003 UTC (7 weeks, 2 days ago) by derzach
Branch: MAIN
Changes since 1.308: +8 -0 lines
Diff to previous 1.308

	* src/openhbci/core/rsakey.cpp: Fix for the new openssl version
	(0.9.6j and 0.9.7b):
	'e' is now also set in private keys, since openssl calculates some
	random data where it needs 'e' (blinding).
Comment 5 Alastair Tse (RETIRED) gentoo-dev 2003-06-03 16:23:18 UTC
thanks for that. my overlord, foser, told me you clearly stated it was from CVS. i was just being blind as usual. 

committed the patch to the tree now. thanks again.