Opened 15 years ago

Closed 15 years ago

#20801 closed defect (fixed)

Pallet crashes on launch

Reported by: ryandesign (Ryan Carsten Schmidt) Owned by: juanger@…
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: Cc:
Port:

Description

I just tried Pallet for the first time in a long time using this dmg:

https://trac.macports.org/export/56163/users/juanger/Pallet.dmg

It crashed immediately after double-clicking. The crash log is attached. This is what the crash reporter dialog said:

2009-08-24 18:50:40 -0500

EXC_BAD_ACCESS (0x0001)
KERN_PROTECTION_FAILURE (0x0002) at 0x00000000

Thread 0 Crashed:
0    _malloc_initialize + 992
1    malloc + 29
2    _NSAPDataCreate + 26
3    NSPushAutoreleasePool + 37
4    NSApplicationMain + 62
5    start + 54

I'm on Mac OS X 10.4.11 Intel. MacPorts 1.7.1 is installed in /mp.

Attachments (1)

Pallet.crash.log (11.1 KB) - added by ryandesign (Ryan Carsten Schmidt) 15 years ago.

Download all attachments as: .zip

Change History (3)

Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Attachment: Pallet.crash.log added

comment:1 Changed 15 years ago by blb@…

Juan, the app is supposed to be 10.5-only right? If so, we should probably set LSMinimumSystemVersion to 10.5.0 so the OS says 10.5 is needed, instead of crashing.

comment:2 Changed 15 years ago by ryandesign (Ryan Carsten Schmidt)

Resolution: fixed
Status: newclosed

He fixed it in r56173 so it no longer tries to launch. Thanks.

Note: See TracTickets for help on using tickets.