View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0001250 | ardour | bugs | public | 2006-07-22 23:27 | 2008-11-20 23:58 |
| Reporter | dgatwood | Assigned To | paul | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | closed | Resolution | fixed | ||
| Summary | 0001250: Crash on launch: invalid CPU subtype | ||||
| Description | For some reason, the PowerPC side of the ardour universal binary is compiled with CPU subtype set to PPC7450. This incorrect compiiler setting prevents it from launching on my G3 hardware. Since AFAIK Ardour isn't G4-optimized (and certainly shouldn't crash on G3 CPUs), this is entirely the wrong CPU subtype. If you merely want performance tuning for the 7450, please build this with "-mcpu=G3 -mtune=7450". If you are using auto-vectorization, please build a second time with "-mcpu=G3" and -no- mtune flag, then use lipo to glue the G3-compatible version to the G4/Intel binary. That way, the 7450 version will execute on G4 and G5 hardware, but will still be compatible with G3 systems. | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2006-07-22 23:27 | dgatwood | New Issue | |
| 2006-10-26 18:10 | paul | Note Added: 0002529 | |
| 2006-10-26 18:10 | paul | Status | new => acknowledged |
| 2007-02-13 17:52 | paul | Status | acknowledged => resolved |
| 2007-02-13 17:52 | paul | Resolution | open => fixed |
| 2007-02-13 17:52 | paul | Assigned To | => paul |
| 2007-02-13 17:52 | paul | Note Added: 0003236 | |
| 2008-11-20 23:58 | seablade | Status | resolved => closed |