-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbugs.1.txt
40 lines (40 loc) · 3.02 KB
/
bugs.1.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
java.lang.AssertionError: Accessing attribute of a deleted page: 644500:java.lang.AssertionError: Accessing attribute of a deleted page: 644500:
java.lang.RuntimeException: java.lang.AssertionError: Accessing attribute of a deleted page: 644500:
at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.b(FSRecords.java:532)
at com.intellij.openapi.vfs.newvfs.persistent.FSRecords$DbConnection.access$000(FSRecords.java:136)
at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.readContent(FSRecords.java:1244)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.b(PersistentFSImpl.java:236)
at com.intellij.openapi.vfs.newvfs.persistent.PersistentFSImpl.getInputStream(PersistentFSImpl.java:547)
at com.intellij.openapi.vfs.newvfs.impl.VirtualFileImpl.getInputStream(VirtualFileImpl.java:108)
at com.hashmem.idea.domain.Note.<init>(Note.java:26)
at com.hashmem.idea.domain.Note.<init>(Note.java:21)
at com.hashmem.idea.service.NotesService.getNote(NotesService.java:47)
at com.hashmem.idea.remote.SyncService.saveNoteFromServer(SyncService.java:187)
at com.hashmem.idea.remote.SyncService.access$600(SyncService.java:41)
at com.hashmem.idea.remote.SyncService$7$1.compute(SyncService.java:157)
at com.hashmem.idea.remote.SyncService$7$1.compute(SyncService.java:146)
at com.intellij.openapi.application.impl.ApplicationImpl.runWriteAction(ApplicationImpl.java:995)
at com.hashmem.idea.remote.SyncService$7.doRun(SyncService.java:146)
at com.hashmem.idea.tracked.TrackedRunnable.run(TrackedRunnable.java:14)
at com.intellij.openapi.application.impl.LaterInvocator$FlushQueue.run(LaterInvocator.java:319)
at java.awt.event.InvocationEvent.dispatch(InvocationEvent.java:251)
at java.awt.EventQueue.dispatchEventImpl(EventQueue.java:733)
at java.awt.EventQueue.access$200(EventQueue.java:103)
at java.awt.EventQueue$3.run(EventQueue.java:694)
at java.awt.EventQueue$3.run(EventQueue.java:692)
at java.security.AccessController.doPrivileged(Native Method)
at java.security.ProtectionDomain$1.doIntersectionPrivilege(ProtectionDomain.java:76)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:703)
at com.intellij.ide.IdeEventQueue.e(IdeEventQueue.java:697)
at com.intellij.ide.IdeEventQueue._dispatchEvent(IdeEventQueue.java:524)
at com.intellij.ide.IdeEventQueue.dispatchEvent(IdeEventQueue.java:335)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:242)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:161)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:150)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:146)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:138)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:91)
Caused by: java.lang.AssertionError: Accessing attribute of a deleted page: 644500:
at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.h(FSRecords.java:1333)
at com.intellij.openapi.vfs.newvfs.persistent.FSRecords.readContent(FSRecords.java:1233)
... 31 more