[OGo-Bugs][Bug 1922] "LSPerson does not recognize mutableCopyWithZone" message
bugs@opengroupware.org
bugs@opengroupware.org
Fri, 5 Oct 2007 18:55:22 +0200 (CEST)
Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug
report.
http://bugzilla.opengroupware.org/bugzilla/show_bug.cgi?id=1922
------- Additional Comments From awilliam@whitemice.org 2007-10-05 17:56 -------
Configured with -
./configure --prefix=/usr/local \
--enable-debug \
--gsmake=/usr/local/OGo-GNUstep \
--without-pisock
then "make", "make install".
Does something else need to be done to preserve debugging information?
---
(gdb) break mutableCopy
[0] cancel
[1] all
[2] -[NSData mutableCopy] at NSData.m:180
[3] -[NSObject mutableCopy] at NSObject.m:936
> 3
Breakpoint 1 at 0xb771bfbd: file NSObject.m, line 936.
(gdb) c
Continuing.
[Switching to Thread -1221486912 (LWP 4419)]
Breakpoint 1, -[NSObject mutableCopy] (self=0xb6f78e98, _cmd=0xb6f7a638) at
NSObject.m:936
936 return [(id<NSMutableCopying>)self mutableCopyWithZone:NULL];
Current language: auto; currently objective-c
(gdb) bt
#0 -[NSObject mutableCopy] (self=0xb6f78e98, _cmd=0xb6f7a638) at NSObject.m:936
#1 0xb6f6cf4a in __link_PostgreSQL72Context () from
/usr/local/lib/sope-4.7/dbadaptors/PostgreSQL.gdladaptor/PostgreSQL
#2 0xb6f6a621 in __linkPostgreSQL72Adaptor () from
/usr/local/lib/sope-4.7/dbadaptors/PostgreSQL.gdladaptor/PostgreSQL
#3 0xb7d81f3b in ?? () from /usr/local/lib/libGDLAccess.so.4.7
#4 0x0833263c in ?? ()
#5 0xb7dc86c8 in ?? () from /usr/local/lib/libGDLAccess.so.4.7
#6 0x082ff95c in ?? ()
#7 0x08331d94 in ?? ()
#8 0x00001fe0 in ?? ()
#9 0xb77eedd4 in _OBJC_METH_VAR_NAME_12 () from /usr/local/lib/libFoundation.so.1.1
#10 0xb776fe9b in -[NSNotificationCenter postNotificationName:object:]
(self=0x833263c, _cmd=0xb7dcf460, notificationName=0xb7dcecc0,
object=0x8331d94) at NSNotificationCenter.m:584
#11 0xb7d8fd41 in EOAccess_EOCustomValues_link () from
/usr/local/lib/libGDLAccess.so.4.7
#12 0x0833263c in ?? ()
#13 0xb7dcf460 in EODatabaseContextDidCommitTransactionName () from
/usr/local/lib/libGDLAccess.so.4.7
#14 0xb7dcecc0 in EODatabaseContextDidBeginTransactionName () from
/usr/local/lib/libGDLAccess.so.4.7
#15 0x08331d94 in ?? ()
#16 0xb7e4eff4 in ?? () from /usr/local/lib/libLSFoundation.so.5.3
#17 0x08332b1c in ?? ()
#18 0xbf90af08 in ?? ()
#19 0xb76b94d4 in objc_msg_lookup (receiver=0x8331d94, op=0xb7e521a8) at
/usr/src/debug/gcc-4.1.2-20061115/libobjc/sendmsg.c:209
#20 0xb7e039e7 in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3
#21 0xb7e046ad in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3
#22 0xb7e02ac9 in LSCommandRunV () from /usr/local/lib/libLSFoundation.so.5.3
#23 0xb7f289dc in ?? () from /usr/local/lib/libOGoContacts.so.5.3
#24 0x08323f04 in ?? ()
#25 0xb7f43128 in ?? () from /usr/local/lib/libOGoContacts.so.5.3
#26 0xb7f429fc in ?? () from /usr/local/lib/libOGoContacts.so.5.3
#27 0xb7f42a08 in ?? () from /usr/local/lib/libOGoContacts.so.5.3
#28 0xb7f49fbc in ?? () from /usr/local/lib/libOGoContacts.so.5.3
#29 0x00000000 in ?? ()
------- Additional Comments From awilliam@whitemice.org 2007-10-05 18:55 -------
Created an attachment (id=578)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=578&action=view)
Full backtrace with symbols
SOPE & OGo build defaults to stripping symbols; build with -
./configure --prefix=/usr/local \
--enable-debug --disable-strip \
--gsmake=/usr/local/OGo-GNUstep \
--without-pisock
- to get all the symbols.
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.