Skip Menu |

This queue is for tickets about the Tk CPAN distribution.

Report information
The Basics
Id: 50299
Status: stalled
Priority: 0/
Queue: Tk

People
Owner: Nobody in particular
Requestors: toddr [...] null.net
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: 804.028_501
Fixed in: (no value)



Subject: Tk fails "make test" in Mac Snow Leopard 64bit (segmentation fault)
$>make test cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" OPTIMIZE="-O3" PREFIX="/usr/local/perl/510" PASTHRU_DEFINE="" PASTHRU_INC="" cd zlib && make libz.a "CC=cc " RANLIB="ranlib" make[2]: `libz.a' is up to date. make all-am make[3]: Nothing to be done for `all-am'. make[2]: Nothing to be done for `all'. cd jpeg && make libjpeg.a make[2]: `libjpeg.a' is up to date. make[2]: Nothing to be done for `all'. /usr/local/perl/510/bin/perl "-It" "-MTkTest" "-MExtUtils::Command::MM" "-e" "check_display_harness; test_harness(0, 'blib/lib', 'blib/arch')" t/00wmcheck.t t/JP.t t/KR.t t/Require.t t/Tkxs.t t/Trace.t t/X.t t/adjuster.t t/after.t t/autoload.t t/balloon.t t/browseentry-grabtest.t t/browseentry-subclassing.t t/browseentry.t t/browseentry2.t t/button-tcl.t t/button.t t/canvas.t t/canvas2.t t/coloreditor.t t/create.t t/cursor.t t/dash.t t/dialogbox.t t/dirtree.t t/entry.t t/exefiles.t t/fbox.t t/fileevent.t t/fileselect.t t/font.t t/fork.t t/geomgr.t t/iso8859-1.t t/leak.t t/list.t t/listbox.t t/listvar.t t/magic.t t/mega.t t/msgbox.t t/mwm.t t/optmenu.t t/photo.t t/pixmap.t t/progbar.t t/property.t t/regexp.t t/slaves.t t/table.t t/text.t t/trace1.t t/unicode.t t/widget.t t/wm-tcl.t t/wm-time.t t/wm.t t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t t/zzTixGrid.t make: *** [test_dynamic] Segmentation fault
On Wed Oct 07 11:28:49 2009, todd_rinaldo wrote: Show quoted text
> $>make test > cd pTk && make DEFINE="" LIBPERL_A="libperl.a" LINKTYPE="dynamic" > OPTIMIZE="-O3" PREFIX="/usr/local/perl/510" PASTHRU_DEFINE=""
PASTHRU_INC="" Show quoted text
> cd zlib && make libz.a "CC=cc " RANLIB="ranlib" > make[2]: `libz.a' is up to date. > make all-am > make[3]: Nothing to be done for `all-am'. > make[2]: Nothing to be done for `all'. > cd jpeg && make libjpeg.a > make[2]: `libjpeg.a' is up to date. > make[2]: Nothing to be done for `all'. > /usr/local/perl/510/bin/perl "-It" "-MTkTest" "-MExtUtils::Command::MM" > "-e" "check_display_harness; test_harness(0, 'blib/lib', 'blib/arch')" > t/00wmcheck.t t/JP.t t/KR.t t/Require.t t/Tkxs.t t/Trace.t t/X.t > t/adjuster.t t/after.t t/autoload.t t/balloon.t t/browseentry-grabtest.t > t/browseentry-subclassing.t t/browseentry.t t/browseentry2.t > t/button-tcl.t t/button.t t/canvas.t t/canvas2.t t/coloreditor.t > t/create.t t/cursor.t t/dash.t t/dialogbox.t t/dirtree.t t/entry.t > t/exefiles.t t/fbox.t t/fileevent.t t/fileselect.t t/font.t t/fork.t > t/geomgr.t t/iso8859-1.t t/leak.t t/list.t t/listbox.t t/listvar.t > t/magic.t t/mega.t t/msgbox.t t/mwm.t t/optmenu.t t/photo.t t/pixmap.t > t/progbar.t t/property.t t/regexp.t t/slaves.t t/table.t t/text.t > t/trace1.t t/unicode.t t/widget.t t/wm-tcl.t t/wm-time.t t/wm.t > t/zzHList.t t/zzPhoto.t t/zzScrolled.t t/zzText.t t/zzTixGrid.t > make: *** [test_dynamic] Segmentation fault
Can you run the line mentioning "test_harness" manually, but first remove the check_display_harness call? And is it possible to re-compile with debugging turned on (with the -g flag) and increase the coredumpsize, so a core dump is written, so we can inspect the backtrace?