Ticket #1905 (closed bug: invalid)
t/pmc/thread.t segfaults with --leak-test
Reported by: | nwellnhof | Owned by: | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | GC | Version: | 2.10.0 |
Severity: | medium | Keywords: | |
Cc: | whiteknight, cotto | Language: | |
Patch status: | Platform: |
Description
Subtests 3 and 5 of t/pmc/thread.t segfault when run with --leak-test (global destruction).
$ ./parrot --leak-test t/pmc/threads_3.pir thread main 10 thread main 10 Segmentation fault $ ./parrot --leak-test t/pmc/threads_5.pir start -1 in thread done Segmentation fault
I think it's GC related.
Change History
Note: See
TracTickets for help on using
tickets.