sogo@sogo:~$ gdb --args /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 20000 -WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid GNU gdb (GDB) 7.3-debian Copyright (C) 2011 Free Software Foundation, Inc. License GPLv3+: GNU GPL version 3 or later This is free software: you are free to change and redistribute it. There is NO WARRANTY, to the extent permitted by law. Type "show copying" and "show warranty" for details. This GDB was configured as "x86_64-linux-gnu". For bug reporting instructions, please see: ... Reading symbols from /usr/sbin/sogod...Reading symbols from /usr/lib/debug/usr/sbin/sogod...done. done. (gdb) r Starting program: /usr/sbin/sogod -WOUseWatchDog NO -WONoDetach YES -WOPort 20000 -WOWorkersCount 1 -WOLogFile - -WOPidFile /tmp/sogo.pid [Thread debugging using libthread_db enabled] Feb 21 20:01:06 sogod [15007]: version 2.0.4b (build @shiva 201302041438) -- starting Feb 21 20:01:06 sogod [15007]: vmem size check enabled: shutting down app when vmem > 384 MB Feb 21 20:01:06 sogod [15007]: <0x0x7ffff84c1060[SOGoProductLoader]> SOGo products loaded from '/usr/lib/GNUstep/SOGo': Feb 21 20:01:06 sogod [15007]: <0x0x7ffff84c1060[SOGoProductLoader]> MailPartViewers.SOGo, SchedulerUI.SOGo, AdministrationUI.SOGo, Mailer.SOGo, MainUI.SOGo, Contacts.SOGo, PreferencesUI.SOGo, CommonUI.SOGo, Appointments.SOGo, ContactsUI.SOGo, MailerUI.SOGo Feb 21 20:01:06 sogod [15007]: |SOGo| WOHttpAdaptor listening on address *:20000 ^C Program received signal SIGINT, Interrupt. 0x00007ffff45f6bd8 in poll () from /lib/libc.so.6 (gdb) b raise Breakpoint 1 at 0x7ffff534e8d0: file NSException.m, line 945. (gdb) c Continuing. Feb 21 20:01:25 sogod [15007]: <0x0x7ffff861bce0[SOGoCache]> Cache cleanup interval set every 300.000000 seconds Feb 21 20:01:25 sogod [15007]: <0x0x7ffff861bce0[SOGoCache]> Using host(s) '127.0.0.1' as server(s) Feb 21 20:01:25 sogod [15007]: [ERROR] <0x0x7ffff863cc60[SOGoUserManager]> addressbook source 'SOGo' has no displayname Feb 21 20:01:25 sogod [15007]: [ERROR] <0x0x7ffff863cc60[SOGoUserManager]> addressbook source 'FhG' has no displayname Feb 21 20:01:25 sogod [15007]: [WARN] <0x0x7ffff88a58c0[SOGoWebDAVAclManager]> entry '{DAV:}write' already exists in DAV permissions table Feb 21 20:01:25 sogod [15007]: [WARN] <0x0x7ffff88a58c0[SOGoWebDAVAclManager]> entry '{DAV:}write-properties' already exists in DAV permissions table Feb 21 20:01:25 sogod [15007]: [WARN] <0x0x7ffff88a58c0[SOGoWebDAVAclManager]> entry '{DAV:}write-content' already exists in DAV permissions table 127.0.0.1 - - [21/Feb/2013:20:01:25 GMT] "REPORT /SOGo/dav/christian.reischl/Calendar/personal/ HTTP/1.1" 207 125/162 0.075 - - 1M 2013-02-21 20:01:28.005 sogod[15007] Note: Using UTF-8 as URL encoding in NGExtensions. 2013-02-21 20:01:28.007 sogod[15007] Note(SoObject): SoDebugKeyLookup is enabled! 2013-02-21 20:01:28.007 sogod[15007] Note(SoObject): SoDebugBaseURL is enabled! 2013-02-21 20:01:28.007 sogod[15007] Note(SoObject): relative base URLs are enabled. 2013-02-21 20:01:28.014 sogod[15007] Note(NGImap4Connection): using '/' as the IMAP4 folder separator. 127.0.0.1 - - [21/Feb/2013:20:01:28 GMT] "POST /SOGo/so/dominic.wimmer/Mail//0/folderTemplates/unseenCount HTTP/1.1" 200 13/0 0.402 - - 148K 2013-02-21 20:01:28.539 sogod[15007] _parseBodyParameterList: got unexpected string ------------000602020401060702000608 Breakpoint 1, -[NSException raise] (self=0x7ffff8928d60, _cmd=0x7ffff6938bb0) at NSException.m:945 945 NSException.m: Datei oder Verzeichnis nicht gefunden. in NSException.m (gdb) bt #0 -[NSException raise] (self=0x7ffff8928d60, _cmd=0x7ffff6938bb0) at NSException.m:945 #1 0x00007ffff66a9a1b in _consumeIfMatch (_match=, self=) at NGImap4ResponseParser.m:2681 #2 _parseSingleBody (isBodyStructure=, self=) at NGImap4ResponseParser.m:2157 #3 _parseBody (self=0x7ffff8868cc0, isBodyStructure=1 '\001') at NGImap4ResponseParser.m:2312 #4 0x00007ffff66aa2d9 in _parseSingleBody (isBodyStructure=, self=) at NGImap4ResponseParser.m:2222 #5 _parseBody (self=0x7ffff8868cc0, isBodyStructure=176 '¦') at NGImap4ResponseParser.m:2312 #6 0x00007ffff66aa571 in _parseMultipartBody (self=0x7ffff8868cc0, isBodyStructure=1 '\001') at NGImap4ResponseParser.m:2268 #7 0x00007ffff66a9f84 in _parseBody (self=0x7ffff8868cc0, isBodyStructure=176 '¦') at NGImap4ResponseParser.m:2309 #8 0x00007ffff66abeea in -[NGImap4ResponseParser _parseNumberUntaggedResponse:] (self=0x7ffff8868cc0, _cmd=, result_=) at NGImap4ResponseParser.m:1760 #9 0x00007ffff66a6575 in _parseUntaggedResponse (result_=, self=) at NGImap4ResponseParser.m:704 #10 -[NGImap4ResponseParser parseResponseForTagId:exception:] ( self=0x7ffff8868cc0, _cmd=, _tag=8, ex_=0x7fffffffd9f8) ---Type to continue, or q to quit--- at NGImap4ResponseParser.m:276 #11 0x00007ffff66b329d in -[NGImap4Client processCommand:withTag:withNotification:logText:] (self=0x7ffff88fb090, _cmd=, _command=0x7ffff88ee090, _tag=, _notification=, _txt=0x7ffff88ee090) at NGImap4Client.m:1650 #12 0x00007ffff66ae141 in -[NGImap4Client fetchUids:parts:] ( self=0x7ffff88fb090, _cmd=, _uids=, _parts=) at NGImap4Client.m:1000 #13 0x00007ffff66d7780 in -[NGImap4Connection fetchUIDs:inURL:parts:] ( self=0x7ffff86d2ce0, _cmd=, _uids=0x7ffff8347f50, _url=0x7ffff8939ca0, _parts=0x8) at NGImap4Connection.m:682 #14 0x00007fffeec05869 in -[SOGoMailFolder fetchUIDs:parts:] ( self=0x7ffff88f2130, _cmd=0x7fffedd1c420, _uids=0x7ffff8347f50, _parts=0x7ffff88ed2c0) at SOGoMailFolder.m:742 #15 0x00007fffedb0137e in -[UIxMailListActions getHeadersForUIDs:inFolder:] ( self=0x7ffff88fd240, _cmd=0x7fffedd1c350, uids=0x7ffff8347f50, mailFolder=0x7ffff88f2130) at UIxMailListActions.m:719 #16 0x00007fffedb00edb in -[UIxMailListActions getUIDsInFolder:withHeaders:] ( self=0x7ffff88fd240, _cmd=0x7fffedd1c3c0, folder=0x7ffff88f2130, includeHeaders=1 '\001') at UIxMailListActions.m:652 #17 0x00007fffedb011f6 in -[UIxMailListActions getUIDsAction] ( self=0x7ffff88fd240, _cmd=0x7ffff83730c0) at UIxMailListActions.m:697 #18 0x00007ffff6b18439 in -[SoActionInvocation callOnObject:withPositionalParame---Type to continue, or q to quit--- tersWhenNotNil:inContext:] () from /usr/lib/libNGObjWeb.so.4.9 #19 0x00007ffff6b13900 in -[SoObjectMethodDispatcher dispatchInContext:] () from /usr/lib/libNGObjWeb.so.4.9 #20 0x00007ffff6b15e18 in -[SoObjectRequestHandler handleRequest:inContext:session:application:] () from /usr/lib/libNGObjWeb.so.4.9 #21 0x00007ffff6aa91bb in -[WORequestHandler handleRequest:] ( self=0x7ffff8593990, _cmd=, _request=0x7ffff88a4530) at WORequestHandler.m:237 #22 0x00007ffff6a7098c in -[WOCoreApplication dispatchRequest:usingHandler:] ( self=0x7ffff8373630, _cmd=, _request=0x7ffff88a4530, handler=0x7ffff8593990) at WOCoreApplication.m:712 #23 0x00007ffff7ff9a89 in -[SOGo dispatchRequest:] (self=0x7ffff8373630, _cmd=0x7ffff6e216c0, _request=0x7ffff88a4530) at SOGo.m:453 #24 0x00007ffff6b055a5 in -[WOHttpTransaction _run] (self=0x7ffff835bd10, _cmd=) at WOHttpTransaction.m:581 #25 0x00007ffff6b05798 in -[WOHttpTransaction run] (self=0x7ffff835bd10, _cmd=) at WOHttpTransaction.m:634 #26 0x00007ffff6b01b39 in -[WOHttpAdaptor runConnection:] ( self=0x7ffff8623f20, _cmd=, _socket=0x7ffff8348760) at WOHttpAdaptor.m:367 #27 0x00007ffff6b01d46 in -[WOHttpAdaptor _handleAcceptedConnection:] ( self=0x7ffff8623f20, _cmd=, _connection=0x7ffff8348760) at WOHttpAdaptor.m:401 ---Type to continue, or q to quit--- #28 0x00007ffff6b021c2 in -[WOHttpAdaptor _handleConnection:] ( self=0x7ffff8623f20, _cmd=, connection=0x7ffff8348760) at WOHttpAdaptor.m:460 #29 0x00007ffff6b02fed in -[WOHttpAdaptor acceptConnection:] ( self=0x7ffff8623f20, _cmd=, _notification=) at WOHttpAdaptor.m:521 #30 0x00007ffff5387c32 in -[NSNotificationCenter _postAndRelease:] ( self=, _cmd=, notification=) at NSNotificationCenter.m:1161 #31 0x00007ffff54746a1 in -[GSRunLoopCtxt pollUntil:within:] ( self=0x7ffff852c5b0, _cmd=, milliseconds=, contexts=0x7ffff836d2b0) at GSRunLoopCtxt.m:636 #32 0x00007ffff53c7c01 in -[NSRunLoop acceptInputForMode:beforeDate:] ( self=0x7ffff86e8520, _cmd=, mode=0x7ffff576d600, limit_date=) at NSRunLoop.m:1197 #33 0x00007ffff53c6ba0 in -[NSRunLoop runMode:beforeDate:] ( self=0x7ffff86e8520, _cmd=, mode=0x7ffff576d600, date=0x7ffff8586da0) at NSRunLoop.m:1265 #34 0x00007ffff6a702ce in -[WOCoreApplication run] (self=0x7ffff8373630, _cmd=) at WOCoreApplication.m:584 #35 0x00007ffff7ff90fd in -[SOGo run] (self=0x7ffff8373630, _cmd=0x7ffff6dad0c0) at SOGo.m:277 #36 0x00007ffff6a96b17 in WOApplicationMain (_appClassName=, ---Type to continue, or q to quit--- argc=, argv=) at WOApplicationMain.m:42 #37 0x00007ffff6ab3427 in WOWatchDogApplicationMain (appName=0x7ffff81ff4c0, argc=, argv=) at WOWatchDogApplicationMain.m:1031 #38 0x00007ffff7ff82cd in main (argc=13, argv=0x7fffffffe758, env=0x7fffffffe7c8) at sogod.m:53 (gdb) quit