[OGo-Bugs][Bug 1937] crash of ogo-webui after click on edit icon of an appointment note
bugs@opengroupware.org
bugs@opengroupware.org
Tue, 27 May 2008 10:52:56 +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=1937
------- Additional Comments From sebastia@l00-bugdead-prods.de 2008-04-03 15:40 -------
Created an attachment (id=612)
--> (http://bugzilla.opengroupware.org/bugzilla/attachment.cgi?id=612&action=view)
ogo output with some debugging added
I think I figured out, how to make it reproducible:
1. create an appointment that creates a conflict
2. open that appointment, and create a note
3. try to edit that note -> ogo crashes
other possibility:
1. create an appointment without conflicts
2. open the appointment, and create a note
3. try to edit that note again -> works
4. restart ogo webui
5. login again, open the same appointment
6. try again to edit the previously created note -> ogo crashes
because of the crashing OGo, I added this to the
sope-appserver/NGObjWeb/Associations/WOKeyPathAssociation.m:
info->object = object;
NSLog(@"[object class]: %@ [object description]: %@, object: %@", [object
class], [object description], object);
info->isa = [object class];
info->isFault = [object isFault];
The first output in that file is when it crashed, the second, when it is
working
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.