[OGo-Bugs][Bug 1937] crash of ogo-webui after click on edit icon of an appointment note

bugs@opengroupware.org bugs@opengroupware.org
Tue, 5 Feb 2008 10:34:52 +0100 (CET)


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


sebastia@l00-bugdead-prods.de changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
OtherBugsDependingO|                            |1939
              nThis|                            |




------- Additional Comments From sebastia@l00-bugdead-prods.de  2008-02-04 12:13 -------
one message in the logs short before segfault:
Feb 04 10:47:04 ogo-webui-1.1 [1668]: SkyNoteEditor WARNING: appointment is 
still a fault!

the code in the file of the frame #1 and #2 where the segfault happened:



460        }
461      }
462    }
463    info->object  = object;
464    info->isa     = [object class];
465    info->isFault = [object isFault];
    


507   WOReturnValueHolder retValue;
508   
509 #if DEBUG
510   NSCAssert1(info, @"%s: missing info !", __PRETTY_FUNCTION__);
511 #endif
512  
513   _fillInfo(self, object, info);
514   
515   // execute
516  if (info->type == WOKeyType_method) {


After some more tests, with appointments created by oneself, this segfault is 
not happen, but with appointments where the user has no write access, but is 
participating, so that the user can create notes, the segfault happens.



------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.