Opened 3 months ago

Closed 3 weeks ago

#69360 closed defect (fixed)

nano @7.2: on 10.4.11 "Bus error"

Reported by: garoffoli (garoffoli) Owned by: aeiouaeiouaeiouaeiouaeiouaeiou
Priority: Normal Milestone:
Component: ports Version: 2.9.1
Keywords: tiger ppc Cc:
Port: nano

Description

Machine: PowerBook G4 "15 on Mac OS X Tiger 10.4.11

Compiling works fine, but trying to start nano complains about a "Bus error"

Attachments (1)

nano.crash.log (4.8 KB) - added by garoffoli (garoffoli) 3 months ago.

Download all attachments as: .zip

Change History (6)

comment:1 Changed 3 months ago by ryandesign (Ryan Carsten Schmidt)

Summary: nano@7.2 on 10.4.11 "Bus error"nano @7.2: on 10.4.11 "Bus error"

A bus error is a crash. Did Mac OS X generate a crash log file? In Tiger crash logs would be stored in ~/Library/Logs/CrashReporter. If there is a log for nano's crash there, please attach it. Maybe it helps pinpoint the problem.

Changed 3 months ago by garoffoli (garoffoli)

Attachment: nano.crash.log added

comment:2 in reply to:  1 Changed 3 months ago by garoffoli (garoffoli)

Replying to ryandesign:

A bus error is a crash. Did Mac OS X generate a crash log file? In Tiger crash logs would be stored in ~/Library/Logs/CrashReporter. If there is a log for nano's crash there, please attach it. Maybe it helps pinpoint the problem.

Just uploaded it!

comment:3 Changed 3 months ago by jmroot (Joshua Root)

It's relying on the newer realpath behaviour of allocating memory for you when passed a NULL resolved_name pointer.

comment:4 in reply to:  3 Changed 3 months ago by garoffoli (garoffoli)

Replying to jmroot:

It's relying on the newer realpath behaviour of allocating memory for you when passed a NULL resolved_name pointer.

This comment helped me on how to fix it and make it run, by adding

PortGroup       legacysupport   1.1

to the nano Portfile and recompiling it.

comment:5 Changed 3 weeks ago by aeiouaeiouaeiouaeiouaeiouaeiou

Owner: set to aeiouaeiouaeiouaeiouaeiouaeiou
Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.