Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 28521
Status: open
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: woodworthjames [...] yahoo.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: problem in the "update" method when running "make test"
Date: Fri, 27 Jul 2007 15:41:48 -0700 (PDT)
To: bug-Tk [...] rt.cpan.org
From: James Woodworth <woodworthjames [...] yahoo.com>
on hp-ux 11, using the ansi C compiler, "make test" fails about 80% of the tests. i have tried combinations of 804.027 vs. 804.027_500 and 32-bit vs. 64-bit. in hacking some of the test scripts i have narrowed it down to the "update" method core dumping and halting further testing in that script; might be a similar problem in the "raise" method. with the "update" method, i noticed that the actual object does not seem to matter. i am very curious if this is limited to my hpux box, or if others running hpux pa-risc 2.0 with the ansi compiler have experienced similar test failures. thanks, james woodworth --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
On Fri Jul 27 18:42:13 2007, woodworthjames@yahoo.com wrote: Show quoted text
> on hp-ux 11, using the ansi C compiler, "make test" fails about 80% of > the tests. i have tried combinations of 804.027 vs. 804.027_500 > and 32-bit vs. 64-bit. in hacking some of the test scripts i have > narrowed it down to the "update" method core dumping and halting > further testing in that script; might be a similar problem in the > "raise" method. with the "update" method, i noticed that the > actual object does not seem to matter. > > i am very curious if this is limited to my hpux box, or if others > running hpux pa-risc 2.0 with the ansi compiler have experienced > similar test failures. > > thanks, james woodworth >
Can you send me a backtrace of a coredump? Regards, Slaven
Subject: Re: [rt.cpan.org #28521] problem in the "update" method when running "make test"
Date: Wed, 1 Aug 2007 10:48:03 -0700 (PDT)
To: bug-Tk [...] rt.cpan.org
From: James Woodworth <woodworthjames [...] yahoo.com>
Download core
application/octet-stream 4.2m

Message body not shown because it is not plain text.

attached is a core file from 804.027_500, perl 5.8.8, 32-bit. --------------------------------- Pinpoint customers who are looking for what you sell.
From: SREZIC [...] cpan.org
On Wed Aug 01 13:52:25 2007, woodworthjames@yahoo.com wrote: Show quoted text
> attached is a core file from 804.027_500, perl 5.8.8, 32-bit.
Can you do a backtrace yourself? I cannot do anything with the core file: $ gdb perl core GNU gdb 6.1.1 [FreeBSD] Copyright 2004 Free Software Foundation, Inc. GDB is free software, covered by the GNU General Public License, and you are welcome to change it and/or distribute copies of it under certain conditions. Type "show copying" to see the conditions. There is absolutely no warranty for GDB. Type "show warranty" for details. This GDB was configured as "amd64-marcel-freebsd"...(no debugging symbols found)... "/mnt/i386/usr/home/e/eserte/Desktop/core" is not a core dump: File format not recognized (gdb)
Subject: Re: [rt.cpan.org #28521] problem in the "update" method when running "make test"
Date: Wed, 1 Aug 2007 16:25:45 -0700 (PDT)
To: bug-Tk [...] rt.cpan.org
From: James Woodworth <woodworthjames [...] yahoo.com>
help this helps. let me know if i should retry with perl debugging turned on. (gdb) backtrace #0 0x9fde0 in S_method_common+0x88 () #1 0x9fc9c in Perl_pp_method+0x38 () #2 0x97024 in Perl_runops_standard+0x24 () #3 0x2d3d8 in S_call_body+0x60 () #4 0x2d040 in Perl_call_sv+0x42c () #5 0x2cc08 in Perl_call_method+0x2c () #6 0xc8f5d4ec in Tcl_UtfToExternalDString+0x264 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #7 0xc8fc5e1c in TkWmSetClass+0x3c () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #8 0xc8fc5600 in TkWmMapWindow+0x40 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #9 0xc8fd0e88 in Tk_MapWindow+0x48 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #10 0xc8f99fec in MapFrame+0x74 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #11 0xc4734394 in TclServiceIdle+0x84 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Event/Event.sl #12 0xc4732004 in Tcl_DoOneEvent+0x9c () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Event/Event.sl #13 0xc8f8f138 in Tk_UpdateObjCmd+0x68 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #14 0xc8f67278 in Call_Tk+0x2a8 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #15 0xc8f69eb0 in XSTkCommand+0x170 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #16 0xc8f69f64 in XStoTclCmd+0x7c () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #17 0xc8f70b2c in XS_Tk_update+0x34 () from /rs3/jaw2/Tk-804.027_500/blib/arch/auto/Tk/Tk.sl #18 0x9f6b0 in Perl_pp_entersub+0x9f4 () #19 0x97058 in Perl_runops_standard+0x58 () #20 0x2c878 in S_run_body+0xf8 () #21 0x2c5c0 in perl_run+0x178 () #22 0x28c68 in main+0xa0 () (gdb) --------------------------------- Be a better Heartthrob. Get better relationship answers from someone who knows. Yahoo! Answers - Check it out.
Subject: Re: [rt.cpan.org #28521] problem in the "update" method when running "make test"
Date: Thu, 2 Aug 2007 09:38:57 -0700 (PDT)
To: bug-Tk [...] rt.cpan.org
From: James Woodworth <woodworthjames [...] yahoo.com>
i decided to go ahead and do a debug build. not certain if the core files came from the same spot or not. (gdb) backtrace #0 0xfa194 in S_method_common (meth=0x402915cc, hashp=0x0) at pp_hot.c:3134 #1 0xf9fec in Perl_pp_method () at pp_hot.c:3104 #2 0xe5374 in Perl_runops_debug () at dump.c:1457 #3 0x325d0 in S_call_body (myop=0x7a0013bc, is_eval=0 '\000') at perl.c:2731 #4 0x31c18 in Perl_call_sv (sv=0x402915cc, flags=64) at perl.c:2607 #5 0x31884 in Perl_call_method (methname=0xc754a160 "encode", flags=0) at perl.c:2540 #6 0xc756a934 in Tcl_UtfToExternalDString (encoding=0x4034a9e8, src=0x40293158 "zzTixGrid", srcLen=9, dsPtr=0x7a001284) at encGlue.c:855 #7 0xc7623bb4 in TkWmSetClass (winPtr=0x40284920) at tkUnixWm.c:1086 #8 0xc7622e0c in TkWmMapWindow (winPtr=0x40284920) at tkUnixWm.c:776 #9 0xc7636830 in Tk_MapWindow (tkwin=0x40284920) at tkWindow.c:1684 #10 0xc75d9e40 in MapFrame (clientData=0x40294d60) at tkFrame.c:1808 #11 0xc43aef9c in TclServiceIdle () at ../pTk/tclTimer.c:723 #12 0xc43ab404 in Tcl_DoOneEvent (flags=-1) at ../pTk/tclNotify.c:948 #13 0xc75c6e4c in Tk_UpdateObjCmd (clientData=0x40284920, interp=0x4027a314, objc=1, objv=0x4014169c) at tkCmds.c:1077 #14 0xc757d2b8 in Call_Tk (info=0x7a000e4c, items=1, args=0x4014169c) at tkGlue.c:2283 #15 0xc75827c8 in XSTkCommand (cv=0x400dee80, mwcd=1, proc=0x79f9af36, items=1, args=0x4014169c) at tkGlue.c:3060 #16 0xc75828d4 in XStoTclCmd (cv=0x400dee80) at tkGlue.c:3067 #17 0xc758f504 in XS_Tk_update (cv=0x400dee80) at TkXSUB.def:56 #18 0xf8d60 in Perl_pp_entersub () at pp_hot.c:2877 #19 0xe5374 in Perl_runops_debug () at dump.c:1457 #20 0x31368 in S_run_body (oldscope=1) at perl.c:2361 #21 0x30d60 in perl_run (my_perl=0x40019f50) at perl.c:2283 #22 0x2afa8 in main (argc=3, argv=0x7a000924, env=0x7a000934) at perlmain.c:99 (gdb) --------------------------------- Choose the right car based on your needs. Check out Yahoo! Autos new Car Finder tool.