Opened 15 years ago

Closed 15 years ago

#20303 closed defect (fixed)

poedit - crash on launch

Reported by: asbjorn@… Owned by: raimue (Rainer Müller)
Priority: Normal Milestone:
Component: ports Version: 1.7.1
Keywords: crash Cc: dbevans (David B. Evans)
Port: poedit

Description

When I launch poEdit, it crashes with the attached crash log.

Attachments (1)

Poedit_2009-07-14-204319_quark-mac-pro.crash (718 bytes) - added by asbjorn@… 15 years ago.
Crash Log

Download all attachments as: .zip

Change History (7)

Changed 15 years ago by asbjorn@…

Crash Log

comment:1 Changed 15 years ago by mf2k (Frank Schima)

Cc: raimue@… removed
Keywords: poedit removed
Owner: changed from macports-tickets@… to raimue@…

comment:2 Changed 15 years ago by asbjorn@…

I'd like to mention that the latest version of poEdit for Mac OS X, seems to work just fine.

comment:3 Changed 15 years ago by dbevans (David B. Evans)

Cc: devans@… added

The salient information from the crash dump is this

Dyld Error Message:
18	  Symbol not found: __ZN10wxListCtrl19GetBackgroundColourEv
19	  Referenced from: /Applications/MacPorts/poEdit.app/Contents/MacOS/Poedit
20	  Expected in: /opt/local/lib/libwx_macu-2.8.0.dylib

which seems to indicate that symbol __ZN10wxListCtrl19GetBackgroundColourEv found in earlier versions of /opt/local/lib/libwx_macu-2.8.0.dylib is no longer there in the current version.

Forcing a rebuild of poedit with the command

sudo port -fn upgrade poedit

fixed the problem for me. The revision number for poedit probably should be incremented to force a rebuild for everyone to ensure that the port is built against the current library versions.

comment:4 Changed 15 years ago by raimue (Rainer Müller)

asbjorn, did that fix the problem for you?

comment:5 Changed 15 years ago by asbjorn@…

Yep, that fixed it! :)

comment:6 Changed 15 years ago by mf2k (Frank Schima)

Resolution: fixed
Status: newclosed
Note: See TracTickets for help on using tickets.