Finance::quote still shows properly installed. But an attempt to get quotes now causes a system error message, and this crash log entry. Any suggestions? Host Name: Richard-Nelsons-Computer Date/Time: 2006-09-29 08:44:55.619 -0400 OS Version: 10.4.7 (Build 8J135) Report Version: 4 Command: perl Path: /opt/local/bin/perl Parent: gnucash-bin [6644] Version: ??? (???) PID: 13996 Thread: 0 Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000a4 Thread 0 Crashed: 0 libssl.0.9.8.dylib 0x0016c278 SSL_CTX_ctrl + 392 1 SSLeay.bundle 0x00146d40 XS_Crypt__SSLeay__CTX_new + 368 2 perl 0x0005e9bc Perl_pp_entersub + 1788 3 perl 0x000bb9f4 Perl_runops_standard + 84 4 perl 0x0001c444 perl_run + 564 5 perl 0x00003000 main + 224 6 perl 0x00002b3c _start + 760 7 perl 0x00002840 start + 48 Thread 0 crashed with PPC Thread State 64: srr0: 0x000000000016c278 srr1: 0x000000000000f030 vrsave: 0x0000000000000000 cr: 0x42000228 xer: 0x0000000000000004 lr: 0x0000000000146d40 ctr: 0x000000000016c278 r0: 0x000000000016c278 r1: 0x00000000bfffefc0 r2: 0x000000000016c128 r3: 0x0000000000000000 r4: 0x0000000000000020 r5: 0x0000000000000fff r6: 0x0000000000000000 r7: 0x000000000000015a r8: 0x0000000000000001 r9: 0x0000000000000040 r10: 0x000000000016c0fc r11: 0x0000000022000222 r12: 0x000000000016c0f0 r13: 0x0000000000000000 r14: 0x0000000000000000 r15: 0x0000000000000000 r16: 0x0000000000000000 r17: 0x0000000000000000 r18: 0x0000000000000000 r19: 0x0000000000000000 r20: 0x0000000000000000 r21: 0x000000000010e2cc r22: 0x0000000000000000 r23: 0x0000000000000000 r24: 0x00000000019db20c r25: 0x0000000000000001 r26: 0x0000000000146bdc r27: 0x0000000000000008 r28: 0x0000000000146bdc r29: 0x0000000000146bdc r30: 0x0000000000000000 r31: 0x0000000000146bdc Binary Images Description: 0x1000 - 0x10dfff perl /opt/local/bin/perl 0x12c000 - 0x12efff IO.bundle /opt/local/lib/perl5/5.8.8/ darwin-2level/auto/IO/IO.bundle 0x131000 - 0x133fff Fcntl.bundle /opt/local/lib/perl5/5.8.8/ darwin-2level/auto/Fcntl/Fcntl.bundle 0x13b000 - 0x142fff Parser.bundle /opt/local/lib/perl5/ vendor_perl/5.8.8/darwin-2level/auto/HTML/Parser/Parser.bundle 0x146000 - 0x14afff SSLeay.bundle /opt/local/lib/perl5/ site_perl/5.8.8/darwin-2level/auto/Crypt/SSLeay/SSLeay.bundle 0x14e000 - 0x188fff libssl.0.9.8.dylib /opt/local/lib/libssl. 0.9.8.dylib 0x19e000 - 0x1b0fff libz.1.dylib /opt/local/lib/libz.1.dylib 0x1c7000 - 0x1cbfff Dumper.bundle /opt/local/lib/perl5/5.8.8/ darwin-2level/auto/Data/Dumper/Dumper.bundle 0x1ce000 - 0x1d2fff Socket.bundle /opt/local/lib/perl5/5.8.8/ darwin-2level/auto/Socket/Socket.bundle 0x1d5000 - 0x1eefff Zlib.bundle /opt/local/lib/perl5/ vendor_perl/5.8.8/darwin-2level/auto/Compress/Zlib/Zlib.bundle 0x1fa000 - 0x1fbfff Base64.bundle /opt/local/lib/perl5/5.8.8/ darwin-2level/auto/MIME/Base64/Base64.bundle 0x1405000 - 0x1506fff libcrypto.0.9.8.dylib /opt/local/lib/ libcrypto.0.9.8.dylib 0x8fe00000 - 0x8fe52fff dyld 45.1 /usr/lib/dyld 0x90000000 - 0x901bbfff libSystem.B.dylib /usr/lib/libSystem.B.dylib 0x90213000 - 0x90218fff libmathCommon.A.dylib /usr/lib/system/ libmathCommon.A.dylib 0x9c46d000 - 0x9c48dfff libmx.A.dylib /usr/lib/libmx.A.dylib
On 29.09.2006, at 14:50, Richard Nelson wrote:
Finance::quote still shows properly installed. But an attempt to get quotes now causes a system error message, and this crash log entry. Any suggestions? [...] Command: perl Path: /opt/local/bin/perl Parent: gnucash-bin [6644] [...] Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000a4
Works here -- although Finance::Quote seems a bit shaky, to be euphemistic, and the GnuCash interface to perl is not very tolerant of failure. What sources are you using? You might try to disable some of them, to find out what part of Finance::Quote is responsible. Regards, Marc
My assumption was that I had a perl problem, but your suggestion of looking at sources did the trick! I have been fooling around trying to figure out how to get prices of US Treasury Bonds, and that was the problem. Once I disabled that source for quotes everything was back to normal. Thanks! On Sep 29, 2006, at 12:19 PM, Marc André Selig wrote:
On 29.09.2006, at 14:50, Richard Nelson wrote:
Finance::quote still shows properly installed. But an attempt to get quotes now causes a system error message, and this crash log entry. Any suggestions? [...] Command: perl Path: /opt/local/bin/perl Parent: gnucash-bin [6644] [...] Exception: EXC_BAD_ACCESS (0x0001) Codes: KERN_PROTECTION_FAILURE (0x0002) at 0x000000a4
Works here -- although Finance::Quote seems a bit shaky, to be euphemistic, and the GnuCash interface to perl is not very tolerant of failure.
What sources are you using? You might try to disable some of them, to find out what part of Finance::Quote is responsible.
Regards, Marc
participants (2)
-
Marc André Selig
-
Richard Nelson