This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import java.util.HashSet; | |
import java.util.Set; | |
import org.eclipse.core.databinding.observable.Realm; | |
import org.eclipse.core.databinding.observable.set.ComputedSet; | |
import org.eclipse.core.databinding.observable.set.IObservableSet; | |
import org.eclipse.core.databinding.observable.set.ISetChangeListener; | |
import org.eclipse.core.databinding.observable.set.SetChangeEvent; | |
import org.eclipse.core.databinding.observable.set.UnionSet; | |
import org.eclipse.core.databinding.observable.set.WritableSet; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
!ENTRY org.eclipse.emf.common 2 0 2013-11-05 09:34:11.905 | |
!MESSAGE An exception was ignored during command execution | |
!STACK 0 | |
org.eclipse.emf.common.util.WrappedException: An exception was ignored during command execution | |
at org.eclipse.emf.common.command.BasicCommandStack.handleError(BasicCommandStack.java:281) | |
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.handleError(AbstractTransactionalCommandStack.java:125) | |
at org.eclipse.emf.common.command.BasicCommandStack.execute(BasicCommandStack.java:112) | |
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.basicExecute(AbstractTransactionalCommandStack.java:241) | |
at org.eclipse.emf.transaction.impl.TransactionalCommandStackImpl.doExecute(TransactionalCommandStackImpl.java:63) | |
at org.eclipse.emf.transaction.impl.AbstractTransactionalCommandStack.execute(AbstractTransactionalCommandStack.java:165) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ strace ssh-agent -d | |
2 2 [main] ssh-agent (5952) ********************************************** | |
145 147 [main] ssh-agent (5952) Program name: C:\Program Files\Git\usr\bin\ssh-agent.exe (windows pid 5952) | |
90 237 [main] ssh-agent (5952) OS version: Windows NT-6.3 | |
89 326 [main] ssh-agent (5952) ********************************************** | |
173 499 [main] ssh-agent (5952) sigprocmask: 0 = sigprocmask (0, 0x0, 0x1802DF0A8) | |
253 752 [main] ssh-agent 5952 open_shared: name shared.5, n 5, shared 0x180030000 (wanted 0x180030000), h 0x64, *m 6 | |
108 860 [main] ssh-agent 5952 user_heap_info::init: heap base 0x600000000, heap top 0x600000000, heap size 0x20000000 (536870912) | |
121 981 [main] ssh-agent 5952 open_shared: name S-1-5-21-3261782737-4049003655-1400219572-1001.1, n 1, shared 0x180020000 (wanted 0x180020000), h 0x68, *m 6 | |
91 1072 [main] ssh-agent 5952 user_info::create: opening user shared for 'S-1-5-21-3261782737-4049003655-1400219572-1001' at 0x1800200 |
OlderNewer