[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
error while opening AddressManager
From: |
Riccardo Mottola |
Subject: |
error while opening AddressManager |
Date: |
Fri, 27 Jan 2012 13:11:03 +0100 |
User-agent: |
Mozilla/5.0 (X11; Linux i686; rv:8.0) Gecko/20120104 Icedove/8.0 |
Hi,
AddressManager of Addresses stopped working with current release:
On linux, gcc 4.6.2, I get:
2012-01-27 13:08:22.424 AddressManager[4922] Exception occured while
loading model: aString object passed to -[GSAttributedString
initWithString:attributes:] is nil
2012-01-27 13:08:22.424 AddressManager[4922] Failed to load Gorm
2012-01-27 13:08:22.424 AddressManager[4922] Cannot load the main model
file 'AddressManager'
Program received signal SIGSEGV, Segmentation fault.
0xb767392e in objc_msg_lookup () from /usr/lib/i386-linux-gnu/libobjc.so.3
(gdb) bt
#0 0xb767392e in objc_msg_lookup () from
/usr/lib/i386-linux-gnu/libobjc.so.3
#1 0xb7be1d9c in -[NSApplication finishLaunching] (self=0x8177054,
_cmd=0xb7e9c110) at NSApplication.m:1156
#2 0xb7be45e1 in -[NSApplication run] (self=0x8177054, _cmd=0xb7e92628)
at NSApplication.m:1540
#3 0xb7bc273f in NSApplicationMain (argc=1, argv=0xbffff144) at
Functions.m:91
#4 0x08049347 in main (argc=1, argv=0xbffff144) at main.m:16
I can however load the gorm file in Gorm fine.
On my FreeBSD computer, AddressManager instead starts up, but the
editing view does not display and it is unusable (but no Crash here...)
Riccardo