Wiki Roadmap Timeline Tickets New Ticket Source Search Help / Guide About Trac Login

Ticket #245 (closed defect: fixed)

Opened 3 years ago

Last modified 3 years ago

LDC crashes buliding Tango runtime on PPC (segfault)

Reported by: revcompgeek Assigned to: ChristianK
Priority: critical Milestone:
Component: unspecified Version: hg tip
Keywords: powerpc Cc:

Description

When building the runtime for Tango, ldc crashes on tango/core/Thread.d Normally it would die because of a static assert near the top, but the crash happens if the assert is commented out, and appears to be unrelated. Verbose and very verbose output from ldc is attached.

Attachments

ldc_v_err.txt (155 bytes) - added by revcompgeek on 03/28/09 13:30:42.
LDC verbose output from Thread.d
ldc_v.txt (2.7 kB) - added by revcompgeek on 03/28/09 13:31:15.
LDC verbose output from Thread.d
ldc_vv.txt (117.4 kB) - added by revcompgeek on 03/28/09 13:32:18.
LDC very verbose output from Thread.d

Change History

03/28/09 13:30:42 changed by revcompgeek

  • attachment ldc_v_err.txt added.

LDC verbose output from Thread.d

03/28/09 13:31:15 changed by revcompgeek

  • attachment ldc_v.txt added.

LDC verbose output from Thread.d

03/28/09 13:31:51 changed by revcompgeek

Please ignore ldc_v_err.txt

03/28/09 13:32:18 changed by revcompgeek

  • attachment ldc_vv.txt added.

LDC very verbose output from Thread.d

03/28/09 20:18:29 changed by revcompgeek

I found that this can be worked around by switching to that directory and issuing the ldc command from that directory and then copying the .bc and .o files into the respective CMakeFiles directory.

03/28/09 22:31:37 changed by revcompgeek

  • status changed from new to closed.
  • resolution set to fixed.

Fixed in r1166

Copyright © 2008, LDC Development Team.