New issue 105 by mike.hind: Segfaults in make test after merge of
pluggable_runcore branch at parrot r41081
http://code.google.com/p/partcl/issues/detail?id=105
make test PASSed at partcl r697 on parrot r41080
after the merge of the pluggable_runcore branch at r41081 multiple
Segmentation faults occured in make test.
I ran this at r41081, r41083, r41085 and three times at r41086 - in all
cases partcl was at r697.
the following test had Segmentation faults (Non-zero wait status: 11) in a
least one of the test runs - however none of the tests failed in all six
test runs.
test segfault failures
t/cmd_append.t 1
t/cmd_apply.t 1
t/cmd_array.t 1
t/cmd_binary.t 1
t/cmd_catch.t 3
t/cmd_concat.t 1
t/cmd_continue.t 4
t/cmd_eof.t 1
t/cmd_eval.t 3
t/cmd_expr.t 1
t/cmd_fileevent.t 2
t/cmd_flush.t 1
t/cmd_foreach.t 3
t/cmd_format.t 3
t/cmd_gets.t 2
t/cmd_global.t 3
t/cmd_if.t 4
t/cmd_info.t 2
t/cmd_incr.t 2
t/cmd_join.t 1
t/cmd_lappend.t 1
t/cmd_lassign.t 2
t/cmd_linsert.t 2
t/cmd_list.t 2
t/cmd_lreplace.t 1
t/cmd_lreverse.t 3
t/cmd_lset.t 2
t/cmd_lsort.t 3
t/cmd_namespace.t 1
t/cmd_parray.t 5
t/cmd_proc.t 1
t/cmd_regexp.t 3
t/cmd_rename.t 1
t/cmd_return.t 1
t/cmd_set.t 1
t/cmd_socket.t 3
t/cmd_split.t 2
t/cmd_string.t 2
t/cmd_subst.t 2
t/cmd_time.t 1
t/cmd_trace.t 2
t/cmd_uplevel.t 2
t/cmd_upvar.t 1
t/cmd_while.t 2
t/tcl_backslash.t 3
t/tcl_command_subst.t 3
t/tcl_conversion.t 2
t/tcl_glob.t 1
t/tcl_misc.t 2
t/tcl_namespace.t 1
mikehh
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
I have been unable to duplicate these segfaults on feather.perl6.nl
(linux/gcc)
mikehh -
Did the fixes that went in before parrot 1.6.0 resolve these issues for
you, or are you
still experiencing them?
Comment #3 on issue 105 by wcoleda: Segfaults in make test after merge of
pluggable_runcore branch at parrot r41081
http://code.google.com/p/partcl/issues/detail?id=105
mikehh reports these are resolved.