Anyone from Inverse?

* Patrick Ben Koetter <users@sogo.nu>:
> Anyone?
> 
> * Patrick Ben Koetter <users@sogo.nu>:
> > Ludovic,
> > 
> > * Ludovic Marcotte <users@sogo.nu>:
> > > On 07/02/12 06:12, Patrick Ben Koetter wrote:
> > > >Happened again today and people can't login on the Webinterface:
> > > >
> > > >Feb 07 11:47:48 sogod [14423]: [WARN]<0x0x128e6848[WOWatchDogChild]>  
> > > >pid 24369 has been hanging in the same request for 6 minutes
> > > >Feb 07 11:48:30 sogod [14423]: [WARN]<0x0x128e6608[WOWatchDogChild]>  
> > > >pid 16354 has been hanging in the same request for 2 minutes
> > > >Feb 07 11:48:31 sogod [14423]: [WARN]<0x0x128e75a8[WOWatchDogChild]>  
> > > >pid 17308 has been hanging in the same request for 2 minutes ...
> > > >Feb 07 11:51:53 sogod [14423]: [WARN]<0x0x128e6848[WOWatchDogChild]>  
> > > >pid 24369 has been hanging in the same request for 2 minutes
> > > >Feb 07 11:52:35 sogod [14423]: [WARN]<0x0x128e6608[WOWatchDogChild]>  
> > > >pid 16354 has been hanging in the same request for 2 minutes
> > > Make sure you have the debug symbols installed for SOGo, SOPE and
> > > GNUstep and when that happens, attach to a pid using gdb (for
> > > example, pid 24369) and produce a stack trace. It'll show you where
> > > the process has been hanging - thus the real cause of your issue.
> > 
> > here's a series of backtraces. All of them were made by the customer on 
> > site.
> > I did not have direct access. Can you tell what's "the real cause of my
> > issue":
> > 
> > 
> > (gdb) b
> > Breakpoint 1 at 0x334a6cba7f
> > (gdb) bt
> > #0  0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > #1  0x000000335443caf6 in NGDescriptorRecv (_fd=20, _buf=0x1284d890 "", 
> > _len=512, _flags=0, _timeout=120000)
> >     at NGDescriptorFunctions.m:215
> > #2  0x0000003354441e3a in -[NGActiveSocket readBytes:count:] 
> > (self=0x128bc9d8, _cmd=0x33546631b0, _buf=0x1284d890,
> >     _len=512) at NGActiveSocket.m:731
> > #3  0x00000033544312de in -[NGBufferedStream readBytes:count:] 
> > (self=0x129e5808, _cmd=0x33546631b0,
> >     _buf=0x7fffd8e825d7, _len=1) at NGBufferedStream.m:289
> > #4  0x0000003354439712 in NGReadByteFromStream (_stream=0x129e5808) at 
> > NGStream.m:160
> > #5  0x0000003354439161 in -[NGStream readByte] (self=0x129e5808, 
> > _cmd=0x335465b380) at NGStream.m:90
> > #6  0x0000003354431693 in -[NGBufferedStream readByte] (self=0x129e5808, 
> > _cmd=0x335466a070) at NGBufferedStream.m:336
> > #7  0x000000335443e38f in -[NGByteBuffer la:] (self=0x12867d08, 
> > _cmd=0x335466a090, _la=0) at NGByteBuffer.m:215
> > #8  0x000000335443de29 in -[NGByteBuffer readByte] (self=0x12867d08, 
> > _cmd=0x3352abbc70) at NGByteBuffer.m:130
> > #9  0x0000003352781a9d in _readByte (self=0x12b5f4b8) at 
> > NGHttpMessageParser.m:78
> > #10 0x000000335278138a in -[NGHttpMessageParser parseRequestLine] 
> > (self=0x12b5f4b8, _cmd=0x3352abbd50)
> >     at NGHttpMessageParser.m:168
> > #11 0x0000003352781fd9 in -[NGHttpMessageParser parseStartLine] 
> > (self=0x12b5f4b8, _cmd=0x3352abbd80)
> >     at NGHttpMessageParser.m:499
> > #12 0x000000335278208a in -[NGHttpMessageParser parsePrefix] 
> > (self=0x12b5f4b8, _cmd=0x3354f2aa80)
> >     at NGHttpMessageParser.m:506
> > #13 0x0000003354c8c456 in -[NGMimePartParser parsePart] (self=0x12b5f4b8, 
> > _cmd=0x3354f2ab00) at NGMimePartParser.m:1236
> > #14 0x0000003354c8c6dd in -[NGMimePartParser parsePartFromStream:] 
> > (self=0x12b5f4b8, _cmd=0x3352abbeb0,
> >     _stream=0x129e5808) at NGMimePartParser.m:1269
> > #15 0x0000003352782bbf in -[NGHttpMessageParser parseRequestFromStream:] 
> > (self=0x12b5f4b8, _cmd=0x3352b0c580,
> >     _stream=0x129e5808) at NGHttpMessageParser.m:697
> > #16 0x00000033527d75cc in -[WOHttpTransaction parseRequestFromStream:] 
> > (self=0x126e0338, _cmd=0x3352b0c2f0,
> >     _in=0x129e5808) at WOHttpTransaction.m:658
> > #17 0x00000033527d5a7f in -[WOHttpTransaction _readRequest] 
> > (self=0x126e0338, _cmd=0x3352b0c510)
> >     at WOHttpTransaction.m:400
> > #18 0x00000033527d6f61 in -[WOHttpTransaction _run] (self=0x126e0338, 
> > _cmd=0x3352b0c550) at WOHttpTransaction.m:575
> > #19 0x00000033527d73ea in -[WOHttpTransaction run] (self=0x126e0338, 
> > _cmd=0x3352b0a300) at WOHttpTransaction.m:634
> > #20 0x00000033527d2716 in -[WOHttpAdaptor runConnection:] (self=0x12664c48, 
> > _cmd=0x3352b0a3a0, _socket=0x128bc9d8)
> >     at WOHttpAdaptor.m:384
> > #21 0x00000033527d2a08 in -[WOHttpAdaptor _handleAcceptedConnection:] 
> > (self=0x12664c48, _cmd=0x3352b0a3b0,
> >     _connection=0x128bc9d8) at WOHttpAdaptor.m:418
> > #22 0x00000033527d2f4b in -[WOHttpAdaptor _handleConnection:] 
> > (self=0x12664c48, _cmd=0x3352b0a460,
> >     connection=0x128bc9d8) at WOHttpAdaptor.m:477
> > #23 0x00000033527d32a0 in -[WOHttpAdaptor acceptControlMessage:] 
> > (self=0x12664c48, _cmd=0x3352b0a1c0,
> >     aNotification=0x12801c98) at WOHttpAdaptor.m:516
> > #24 0x0000003350c53eb8 in -[NSNotificationCenter _postAndRelease:] 
> > (self=0x121e07d8, _cmd=0x3351113690,
> >     notification=0x12801c98) at NSNotificationCenter.m:1223
> > #25 0x0000003350c54866 in -[NSNotificationCenter 
> > postNotificationName:object:userInfo:] (self=0x121e07d8,
> >     _cmd=0x33511136a0, name=0x33542ae100, object=0x1243e708, info=0x0) at 
> > NSNotificationCenter.m:1282
> > #26 0x0000003350c546d9 in -[NSNotificationCenter 
> > postNotificationName:object:] (self=0x121e07d8, _cmd=0x33542ae2f0,
> >     name=0x33542ae100, object=0x1243e708) at NSNotificationCenter.m:1262
> > ---Type <return> to continue, or q <return> to quit---
> > 
> > #27 0x000000335406395f in -[NSObject(FileObjectWatcher) 
> > receivedEvent:type:extra:forMode:] (self=0x1243e708,
> >     _cmd=0x335119a8d0, _fdData=0x12, _type=ET_RDESC, _extra=0x12, 
> > _mode=0x3351135dc0) at NSRunLoop+FileObjects.m:57
> > #28 0x0000003350d7d177 in -[GSRunLoopCtxt pollUntil:within:] 
> > (self=0x124e1be8, _cmd=0x3351136f80, milliseconds=2268,
> >     contexts=0x123d4d98) at GSRunLoopCtxt.m:632
> > #29 0x0000003350ca4ec7 in -[NSRunLoop acceptInputForMode:beforeDate:] 
> > (self=0x123e41f8, _cmd=0x3351136fc0,
> >     mode=0x3351135dc0, limit_date=0x1277f2e8) at NSRunLoop.m:1198
> > #30 0x0000003350ca5310 in -[NSRunLoop runMode:beforeDate:] 
> > (self=0x123e41f8, _cmd=0x3352a71680, mode=0x3351135dc0,
> >     date=0x12ae8f78) at NSRunLoop.m:1266
> > #31 0x00000033527201ba in -[WOCoreApplication run] (self=0x12419eb8, 
> > _cmd=0x609f50) at WOCoreApplication.m:576
> > #32 0x00000000004027fa in -[SOGo run] (self=0x12419eb8, _cmd=0x3352ab1460) 
> > at SOGo.m:275
> > #33 0x0000003352775aff in -[WOWatchDog _runChildWithControlSocket:] 
> > (self=0x1243e118, _cmd=0x3352ab1530,
> >     controlSocket=0x1243e708) at WOWatchDogApplicationMain.m:499
> > #34 0x0000003352775fd6 in -[WOWatchDog _spawnChild:] (self=0x1243e118, 
> > _cmd=0x3352ab1600, child=0x12400848)
> >     at WOWatchDogApplicationMain.m:563
> > #35 0x00000033527767f1 in -[WOWatchDog _ensureChildren] (self=0x1243e118, 
> > _cmd=0x3352ab1810)
> >     at WOWatchDogApplicationMain.m:653
> > #36 0x0000003352777d72 in -[WOWatchDog run:argc:argv:] (self=0x1243e118, 
> > _cmd=0x3352ab1920, newAppName=0x608480,
> >     newArgC=7, newArgV=0x7fffd8e84148) at WOWatchDogApplicationMain.m:927
> > #37 0x00000033527785e4 in WOWatchDogApplicationMain (appName=0x608480, 
> > argc=7, argv=0x7fffd8e84148)
> >     at WOWatchDogApplicationMain.m:1036
> > #38 0x0000000000401907 in main (argc=7, argv=0x7fffd8e84148, 
> > env=0x7fffd8e84188) at sogod.m:53
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > 
> > warning: no loadable sections found in added symbol-file system-supplied 
> > DSO at 0x7fffd8ffd000
> > 0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > (gdb) b
> > Breakpoint 1 at 0x334a6cba7f
> > (gdb) bt
> > #0  0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > #1  0x000000335443caf6 in NGDescriptorRecv (_fd=20, _buf=0x1494ce80 "", 
> > _len=512, _flags=0, _timeout=120000)
> >     at NGDescriptorFunctions.m:215
> > #2  0x0000003354441e3a in -[NGActiveSocket readBytes:count:] 
> > (self=0x14912128, _cmd=0x33546631b0, _buf=0x1494ce80,
> >     _len=512) at NGActiveSocket.m:731
> > #3  0x00000033544312de in -[NGBufferedStream readBytes:count:] 
> > (self=0x14917b68, _cmd=0x33546631b0,
> >     _buf=0x7fffd8e825d7, _len=1) at NGBufferedStream.m:289
> > #4  0x0000003354439712 in NGReadByteFromStream (_stream=0x14917b68) at 
> > NGStream.m:160
> > #5  0x0000003354439161 in -[NGStream readByte] (self=0x14917b68, 
> > _cmd=0x335465b380) at NGStream.m:90
> > #6  0x0000003354431693 in -[NGBufferedStream readByte] (self=0x14917b68, 
> > _cmd=0x335466a070) at NGBufferedStream.m:336
> > #7  0x000000335443e38f in -[NGByteBuffer la:] (self=0x129288a8, 
> > _cmd=0x335466a090, _la=0) at NGByteBuffer.m:215
> > #8  0x000000335443de29 in -[NGByteBuffer readByte] (self=0x129288a8, 
> > _cmd=0x3352abbc70) at NGByteBuffer.m:130
> > #9  0x0000003352781a9d in _readByte (self=0x12b76218) at 
> > NGHttpMessageParser.m:78
> > #10 0x000000335278138a in -[NGHttpMessageParser parseRequestLine] 
> > (self=0x12b76218, _cmd=0x3352abbd50)
> >     at NGHttpMessageParser.m:168
> > #11 0x0000003352781fd9 in -[NGHttpMessageParser parseStartLine] 
> > (self=0x12b76218, _cmd=0x3352abbd80)
> >     at NGHttpMessageParser.m:499
> > #12 0x000000335278208a in -[NGHttpMessageParser parsePrefix] 
> > (self=0x12b76218, _cmd=0x3354f2aa80)
> >     at NGHttpMessageParser.m:506
> > #13 0x0000003354c8c456 in -[NGMimePartParser parsePart] (self=0x12b76218, 
> > _cmd=0x3354f2ab00) at NGMimePartParser.m:1236
> > #14 0x0000003354c8c6dd in -[NGMimePartParser parsePartFromStream:] 
> > (self=0x12b76218, _cmd=0x3352abbeb0,
> >     _stream=0x14917b68) at NGMimePartParser.m:1269
> > #15 0x0000003352782bbf in -[NGHttpMessageParser parseRequestFromStream:] 
> > (self=0x12b76218, _cmd=0x3352b0c580,
> >     _stream=0x14917b68) at NGHttpMessageParser.m:697
> > #16 0x00000033527d75cc in -[WOHttpTransaction parseRequestFromStream:] 
> > (self=0x1498a678, _cmd=0x3352b0c2f0,
> >     _in=0x14917b68) at WOHttpTransaction.m:658
> > #17 0x00000033527d5a7f in -[WOHttpTransaction _readRequest] 
> > (self=0x1498a678, _cmd=0x3352b0c510)
> >     at WOHttpTransaction.m:400
> > #18 0x00000033527d6f61 in -[WOHttpTransaction _run] (self=0x1498a678, 
> > _cmd=0x3352b0c550) at WOHttpTransaction.m:575
> > #19 0x00000033527d73ea in -[WOHttpTransaction run] (self=0x1498a678, 
> > _cmd=0x3352b0a300) at WOHttpTransaction.m:634
> > #20 0x00000033527d2716 in -[WOHttpAdaptor runConnection:] (self=0x12664c48, 
> > _cmd=0x3352b0a3a0, _socket=0x14912128)
> >     at WOHttpAdaptor.m:384
> > #21 0x00000033527d2a08 in -[WOHttpAdaptor _handleAcceptedConnection:] 
> > (self=0x12664c48, _cmd=0x3352b0a3b0,
> >     _connection=0x14912128) at WOHttpAdaptor.m:418
> > #22 0x00000033527d2f4b in -[WOHttpAdaptor _handleConnection:] 
> > (self=0x12664c48, _cmd=0x3352b0a460,
> >     connection=0x14912128) at WOHttpAdaptor.m:477
> > #23 0x00000033527d32a0 in -[WOHttpAdaptor acceptControlMessage:] 
> > (self=0x12664c48, _cmd=0x3352b0a1c0,
> >     aNotification=0x1288f7c8) at WOHttpAdaptor.m:516
> > #24 0x0000003350c53eb8 in -[NSNotificationCenter _postAndRelease:] 
> > (self=0x121e07d8, _cmd=0x3351113690,
> >     notification=0x1288f7c8) at NSNotificationCenter.m:1223
> > #25 0x0000003350c54866 in -[NSNotificationCenter 
> > postNotificationName:object:userInfo:] (self=0x121e07d8,
> >     _cmd=0x33511136a0, name=0x33542ae100, object=0x1243e708, info=0x0) at 
> > NSNotificationCenter.m:1282
> > #26 0x0000003350c546d9 in -[NSNotificationCenter 
> > postNotificationName:object:] (self=0x121e07d8, _cmd=0x33542ae2f0,
> >     name=0x33542ae100, object=0x1243e708) at NSNotificationCenter.m:1262
> > ---Type <return> to continue, or q <return> to quit---
> > 
> > 
> > 
> > (gdb) quit
> > A debugging session is active.
> > 
> >         Inferior 1 [process 8735] will be detached.
> > 
> > Quit anyway? (y or n) y
> > Detaching from program: /usr/sbin/sogod, process 8735
> > root@kv1lsmp1:~$
> > root@kv1lsmp1:~$
> > root@kv1lsmp1:~$
> > root@kv1lsmp1:~$
> > root@kv1lsmp1:~$ service sogod restart
> > Restarting SOGo:
> >   sogo                                                     [  OK  ]
> > root@kv1lsmp1:~$ service sogod status
> > sogod (PID  14635) wird ausgeführt...
> > 
> > 
> > 
> > backtrace 1
> > 
> > warning: no loadable sections found in added symbol-file system-supplied 
> > DSO at 0x7fff4c3d7000
> > 0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > (gdb) b
> > Breakpoint 1 at 0x334a6cba7f
> > (gdb) bt
> > #0  0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > #1  0x000000380063ccac in NGDescriptorSend (_fd=20,
> >     _buf=0x624eba0 
> > "\"?b▒t▒@A[▒H\0259\207ԣ8\231Q▒\207^▒\200LtD_\f▒▒▒▒▒{▒I\032\207<2▒i▒\206D\216▒▒▒\fTk▒\230^▒\"▒\021~X\222▒▒P5\220▒▒\037^\020▒p▒\213▒▒[\a▒\223▒\221▒\231▒i▒▒▒▒▒O▒Q\036+▒\202▒\027.\032▒~δ9▒▒S▒▒sحj5▒▒̤▒\020▒▒k▒f▒B(▒zB1▒3h▒▒C\226=J▒▒>\0016Z▒▒ƫ▒\230O▒\225!f\001jk$i▒▒\213\217\227▒\006Q\225▒+\232▒SS>n9\205P▒▒X▒▒-\026|▒"...,
> >  _len=512,
> >     _flags=16384, _timeout=120000) at NGDescriptorFunctions.m:312
> > #2  0x0000003800642219 in -[NGActiveSocket _unixWriteBytes:count:] 
> > (self=0x64b8468, _cmd=0x380086d3d0, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:850
> > #3  0x0000003800642730 in -[NGActiveSocket writeBytes:count:] 
> > (self=0x64b8468, _cmd=0x380086d430, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:955
> > #4  0x0000003800642b61 in -[NGActiveSocket safeWriteBytes:count:] 
> > (self=0x64b8468, _cmd=0x380085b390, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:1043
> > #5  0x00000038006317b2 in -[NGBufferedStream writeBytes:count:] 
> > (self=0x6205eb8, _cmd=0x3800863220, _buf=0x6a1a930,
> >     _len=4613591) at NGBufferedStream.m:364
> > #6  0x0000003800639c45 in NGSafeWriteBytesToStream (_o=0x6205eb8, 
> > _b=0x6a1a930, _l=4613591) at NGStream.m:244
> > #7  0x00000038006390af in -[NGStream safeWriteBytes:count:] 
> > (self=0x6205eb8, _cmd=0x3801f0c5e0, _buf=0x6a1a930,
> >     _len=4613591) at NGStream.m:70
> > #8  0x0000003801bd885e in -[WOHttpTransaction 
> > deliverResponse:toRequest:onStream:] (self=0x61a0098, _cmd=0x3801f0c390,
> >     _response=0x7b76cf8, _request=0x61dd8d8, _out=0x6205eb8) at 
> > WOHttpTransaction.m:896
> > #9  0x0000003801bd609d in -[WOHttpTransaction _sendResponse] 
> > (self=0x61a0098, _cmd=0x3801f0c460)
> >     at WOHttpTransaction.m:446
> > #10 0x0000003801bd70e5 in -[WOHttpTransaction _run] (self=0x61a0098, 
> > _cmd=0x3801f0c550) at WOHttpTransaction.m:599
> > #11 0x0000003801bd73ea in -[WOHttpTransaction run] (self=0x61a0098, 
> > _cmd=0x3801f0a300) at WOHttpTransaction.m:634
> > #12 0x0000003801bd2716 in -[WOHttpAdaptor runConnection:] (self=0x5974628, 
> > _cmd=0x3801f0a3a0, _socket=0x64b8468)
> >     at WOHttpAdaptor.m:384
> > #13 0x0000003801bd2a08 in -[WOHttpAdaptor _handleAcceptedConnection:] 
> > (self=0x5974628, _cmd=0x3801f0a3b0,
> >     _connection=0x64b8468) at WOHttpAdaptor.m:418
> > #14 0x0000003801bd2f4b in -[WOHttpAdaptor _handleConnection:] 
> > (self=0x5974628, _cmd=0x3801f0a460, connection=0x64b8468)
> >     at WOHttpAdaptor.m:477
> > #15 0x0000003801bd32a0 in -[WOHttpAdaptor acceptControlMessage:] 
> > (self=0x5974628, _cmd=0x3801f0a1c0,
> >     aNotification=0x6292a08) at WOHttpAdaptor.m:516
> > #16 0x00000037ff453eb8 in -[NSNotificationCenter _postAndRelease:] 
> > (self=0x54e97d8, _cmd=0x37ff913690,
> >     notification=0x6292a08) at NSNotificationCenter.m:1223
> > #17 0x00000037ff454866 in -[NSNotificationCenter 
> > postNotificationName:object:userInfo:] (self=0x54e97d8,
> >     _cmd=0x37ff9136a0, name=0x38004ae100, object=0x5706698, info=0x0) at 
> > NSNotificationCenter.m:1282
> > #18 0x00000037ff4546d9 in -[NSNotificationCenter 
> > postNotificationName:object:] (self=0x54e97d8, _cmd=0x38004ae2f0,
> >     name=0x38004ae100, object=0x5706698) at NSNotificationCenter.m:1262
> > #19 0x000000380026395f in -[NSObject(FileObjectWatcher) 
> > receivedEvent:type:extra:forMode:] (self=0x5706698,
> >     _cmd=0x37ff99a8d0, _fdData=0x12, _type=ET_RDESC, _extra=0x12, 
> > _mode=0x37ff935dc0) at NSRunLoop+FileObjects.m:57
> > #20 0x00000037ff57d177 in -[GSRunLoopCtxt pollUntil:within:] 
> > (self=0x57eabe8, _cmd=0x37ff936f80, milliseconds=25083,
> >     contexts=0x56ddd98) at GSRunLoopCtxt.m:632
> > #21 0x00000037ff4a4ec7 in -[NSRunLoop acceptInputForMode:beforeDate:] 
> > (self=0x56ed1f8, _cmd=0x37ff936fc0,
> >     mode=0x37ff935dc0, limit_date=0x624cc18) at NSRunLoop.m:1198
> > #22 0x00000037ff4a5310 in -[NSRunLoop runMode:beforeDate:] (self=0x56ed1f8, 
> > _cmd=0x3801e71680, mode=0x37ff935dc0,
> >     date=0x59e2ce8) at NSRunLoop.m:1266
> > #23 0x0000003801b201ba in -[WOCoreApplication run] (self=0x56d7de8, 
> > _cmd=0x609f50) at WOCoreApplication.m:576
> > #24 0x00000000004027fa in -[SOGo run] (self=0x56d7de8, _cmd=0x3801eb1460) 
> > at SOGo.m:275
> > #25 0x0000003801b75aff in -[WOWatchDog _runChildWithControlSocket:] 
> > (self=0x5747118, _cmd=0x3801eb1530,
> >     controlSocket=0x5706698) at WOWatchDogApplicationMain.m:499
> > ---Type <return> to continue, or q <return> to quit---q
> > 
> > 
> > 
> > backtrace 2
> > 
> > warning: no loadable sections found in added symbol-file system-supplied 
> > DSO at 0x7fff4c3d7000
> > 0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > (gdb) b
> > Breakpoint 1 at 0x334a6cba7f
> > (gdb) bt
> > #0  0x000000334a6cba7f in poll () from /lib64/libc.so.6
> > #1  0x000000380063ccac in NGDescriptorSend (_fd=20, _buf=0x624eba0 
> > "\232▒▒\021.▒0\232▒M▒@.\223\006▒\232▒4\201▒l",
> >     _len=512, _flags=16384, _timeout=120000) at NGDescriptorFunctions.m:312
> > #2  0x0000003800642219 in -[NGActiveSocket _unixWriteBytes:count:] 
> > (self=0x64b8468, _cmd=0x380086d3d0, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:850
> > #3  0x0000003800642730 in -[NGActiveSocket writeBytes:count:] 
> > (self=0x64b8468, _cmd=0x380086d430, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:955
> > #4  0x0000003800642b61 in -[NGActiveSocket safeWriteBytes:count:] 
> > (self=0x64b8468, _cmd=0x380085b390, _buf=0x624eba0,
> >     _len=512) at NGActiveSocket.m:1043
> > #5  0x00000038006317b2 in -[NGBufferedStream writeBytes:count:] 
> > (self=0x6205eb8, _cmd=0x3800863220, _buf=0x6a1a930,
> >     _len=4613591) at NGBufferedStream.m:364
> > #6  0x0000003800639c45 in NGSafeWriteBytesToStream (_o=0x6205eb8, 
> > _b=0x6a1a930, _l=4613591) at NGStream.m:244
> > #7  0x00000038006390af in -[NGStream safeWriteBytes:count:] 
> > (self=0x6205eb8, _cmd=0x3801f0c5e0, _buf=0x6a1a930,
> >     _len=4613591) at NGStream.m:70
> > #8  0x0000003801bd885e in -[WOHttpTransaction 
> > deliverResponse:toRequest:onStream:] (self=0x61a0098, _cmd=0x3801f0c390,
> >     _response=0x7b76cf8, _request=0x61dd8d8, _out=0x6205eb8) at 
> > WOHttpTransaction.m:896
> > #9  0x0000003801bd609d in -[WOHttpTransaction _sendResponse] 
> > (self=0x61a0098, _cmd=0x3801f0c460)
> >     at WOHttpTransaction.m:446
> > #10 0x0000003801bd70e5 in -[WOHttpTransaction _run] (self=0x61a0098, 
> > _cmd=0x3801f0c550) at WOHttpTransaction.m:599
> > #11 0x0000003801bd73ea in -[WOHttpTransaction run] (self=0x61a0098, 
> > _cmd=0x3801f0a300) at WOHttpTransaction.m:634
> > #12 0x0000003801bd2716 in -[WOHttpAdaptor runConnection:] (self=0x5974628, 
> > _cmd=0x3801f0a3a0, _socket=0x64b8468)
> >     at WOHttpAdaptor.m:384
> > #13 0x0000003801bd2a08 in -[WOHttpAdaptor _handleAcceptedConnection:] 
> > (self=0x5974628, _cmd=0x3801f0a3b0,
> >     _connection=0x64b8468) at WOHttpAdaptor.m:418
> > #14 0x0000003801bd2f4b in -[WOHttpAdaptor _handleConnection:] 
> > (self=0x5974628, _cmd=0x3801f0a460, connection=0x64b8468)
> >     at WOHttpAdaptor.m:477
> > #15 0x0000003801bd32a0 in -[WOHttpAdaptor acceptControlMessage:] 
> > (self=0x5974628, _cmd=0x3801f0a1c0,
> >     aNotification=0x6292a08) at WOHttpAdaptor.m:516
> > #16 0x00000037ff453eb8 in -[NSNotificationCenter _postAndRelease:] 
> > (self=0x54e97d8, _cmd=0x37ff913690,
> >     notification=0x6292a08) at NSNotificationCenter.m:1223
> > #17 0x00000037ff454866 in -[NSNotificationCenter 
> > postNotificationName:object:userInfo:] (self=0x54e97d8,
> >     _cmd=0x37ff9136a0, name=0x38004ae100, object=0x5706698, info=0x0) at 
> > NSNotificationCenter.m:1282
> > #18 0x00000037ff4546d9 in -[NSNotificationCenter 
> > postNotificationName:object:] (self=0x54e97d8, _cmd=0x38004ae2f0,
> >     name=0x38004ae100, object=0x5706698) at NSNotificationCenter.m:1262
> > #19 0x000000380026395f in -[NSObject(FileObjectWatcher) 
> > receivedEvent:type:extra:forMode:] (self=0x5706698,
> >     _cmd=0x37ff99a8d0, _fdData=0x12, _type=ET_RDESC, _extra=0x12, 
> > _mode=0x37ff935dc0) at NSRunLoop+FileObjects.m:57
> > #20 0x00000037ff57d177 in -[GSRunLoopCtxt pollUntil:within:] 
> > (self=0x57eabe8, _cmd=0x37ff936f80, milliseconds=25083,
> >     contexts=0x56ddd98) at GSRunLoopCtxt.m:632
> > #21 0x00000037ff4a4ec7 in -[NSRunLoop acceptInputForMode:beforeDate:] 
> > (self=0x56ed1f8, _cmd=0x37ff936fc0,
> >     mode=0x37ff935dc0, limit_date=0x624cc18) at NSRunLoop.m:1198
> > #22 0x00000037ff4a5310 in -[NSRunLoop runMode:beforeDate:] (self=0x56ed1f8, 
> > _cmd=0x3801e71680, mode=0x37ff935dc0,
> >     date=0x59e2ce8) at NSRunLoop.m:1266
> > #23 0x0000003801b201ba in -[WOCoreApplication run] (self=0x56d7de8, 
> > _cmd=0x609f50) at WOCoreApplication.m:576
> > #24 0x00000000004027fa in -[SOGo run] (self=0x56d7de8, _cmd=0x3801eb1460) 
> > at SOGo.m:275
> > #25 0x0000003801b75aff in -[WOWatchDog _runChildWithControlSocket:] 
> > (self=0x5747118, _cmd=0x3801eb1530,
> >     controlSocket=0x5706698) at WOWatchDogApplicationMain.m:499
> > #26 0x0000003801b75fd6 in -[WOWatchDog _spawnChild:] (self=0x5747118, 
> > _cmd=0x3801eb1600, child=0x5709848)
> >     at WOWatchDogApplicationMain.m:563
> > #27 0x0000003801b767f1 in -[WOWatchDog _ensureChildren] (self=0x5747118, 
> > _cmd=0x3801eb1810)
> > ---Type <return> to continue, or q <return> to quit---q
> > 
> > 
> > 
> > -- 
> > state of mind ()
> > Digitale Kommunikation
> > 
> > http://www.state-of-mind.de
> > 
> > Franziskanerstraße 15      Telefon +49 89 3090 4664
> > 81669 München              Telefax +49 89 3090 4666
> > 
> > Amtsgericht München        Partnerschaftsregister PR 563
> > 
> > -- 
> > users@sogo.nu
> > https://inverse.ca/sogo/lists
> 
> -- 
> state of mind ()
> 
> http://www.state-of-mind.de
> 
> Franziskanerstraße 15      Telefon +49 89 3090 4664
> 81669 München              Telefax +49 89 3090 4666
> 
> Amtsgericht München        Partnerschaftsregister PR 563
> 
> -- 
> users@sogo.nu
> https://inverse.ca/sogo/lists

-- 
state of mind ()
Digitale Kommunikation

http://www.state-of-mind.de

Franziskanerstraße 15      Telefon +49 89 3090 4664
81669 München              Telefax +49 89 3090 4666

Amtsgericht München        Partnerschaftsregister PR 563

-- 
users@sogo.nu
https://inverse.ca/sogo/lists

Reply via email to