Ticket #1905 (closed bug: invalid)

Opened 11 years ago

Last modified 10 years ago

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

Changed 10 years ago by jkeenan

  • cc whiteknight, cotto added

Is this problem fixable? Or is it the kind of problem we can't fix until we get a "real" threading implementation (whatever that might be)?

Thank you very much.

kid51

Changed 10 years ago by whiteknight

  • status changed from new to closed
  • resolution set to invalid

threading is gone. This ticket is invalid.

Note: See TracTickets for help on using tickets.