[Bug target/32344] crash with EH on multiprocessor machines

2024-01-09 Thread ebotcazou at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=32344 Eric Botcazou changed: What|Removed |Added Assignee|ebotcazou at gcc dot gnu.org |unassigned at gcc dot gnu.org

[Bug target/32344] crash with EH on multiprocessor machines

2009-11-16 Thread ebotcazou at gcc dot gnu dot org
--- Comment #3 from ebotcazou at gcc dot gnu dot org 2009-11-16 17:51 --- I can reproduce with mainline on a bi-processor machine (Sun-Fire-V240) running Solaris 10 but neither on a bi-processor machine (Sun-Fire-V240) runnning Solaris 9 nor on a quadri-processor machine (Sun-Fire-V440)

[Bug target/32344] crash with EH on multiprocessor machines

2008-11-30 Thread pinskia at gcc dot gnu dot org
--- Comment #2 from pinskia at gcc dot gnu dot org 2008-12-01 00:10 --- Hmm, shouldn't the unwinder using pthreads mutex's already? What is the output of "gcc -v" is the thread model set to single? -- pinskia at gcc dot gnu dot org changed: What|Removed