Field

{5} Assigned, Active Tickets by Owner (Full Description) (23 matches)

List tickets assigned, group by ticket owner. This report demonstrates the use of full-row display.

Ticket Summary Component Milestone Type Created
Description
#32 Provide better feedback that autoexecution is ocurring 02/12/08

Autoexecution to resolve globals happens almost silently. The least we could do is highlight the exectuted elements (on the fast context) and perhaps list what they were defined as. Ultimately there should be some more UI to delete the registration of globals.


#145 Add export to double-clickable script 02/15/09

We are in a position where we could have an "export this sheet to a double-clickable command line and automatically run the selected elements" button.


#149 Some libraries use reflection to obtain new methods on PApplet 03/01/09

Some libraries (for example http://www.sojamo.de/libraries/oscP5/) use reflection to find new methods on the PApplet instance. This doesn't really work inside Field, since you are not writing a PApplet subclass. In the above case you can pass something else instead of the PApplet, but this might not work in all cases. We need to investigate if reflection from the Java side sees new methods added from the Python side.


#150 apple-[ seems brittle 03/01/09

Indentation via apple-[ seems a little brittle --- try doing it repeatedly...


#155 Add option to make palletts and text editor not disappear on focus loss 03/11/09

For people copying examples from web-pages having the text editor vanish on focus loss is perverse.


#198 Make sure the nurbs context ends up inside the BaseGraphicsSystem as well 04/30/09

Make sure that canvas << PLine() can handle nurbs. This might necessitate a little architecture, since the advanced geometry is a plugin.


#202 Freehand draw tool has appeared again 05/06/09

The freehand tool needs to disappear or get documented.


#203 Save as doesn't let you replace existing files 05/14/09

#18 Port the execution unrolling code to the new Field enhancement 01/21/08

The Execution Ruler is working well; its execution bread-crumbs should be "unrollable" — that is, you should be able to reorganize a new property, or a new cluster of visual elements, based on the execution history of a property. This is also connected to exposing more of the data in the Logging window.


#120 need obvious way of updating a PLine and causing it to redraw enhancement 12/17/08

While CachedLines? are supposed to be immutable after they are added to _self.lines nothing is enforcing this and many people are not using them that way. Worse, things like += make a new line, so _self.lines.remove doesn't work and readding the line gets you a copy.


#193 a keyboard shortcut / menu / call for framing everything in a 3d spline drawer enhancement 04/30/09

Maya uses 'f'


#194 a fast way of moving PLines between the sheet and the fullscreen renderer enhancement 04/30/09

Perhaps we need _self.window = canvas?


#169 Crash on first element draw 03/27/09
Process:         JavaApplicationStub [405]
Path:            /Applications/field.app/Contents/MacOS/JavaApplicationStub
Identifier:      com.openendedgroup.Field
Version:         ??? (1.0)
Code Type:       X86-64 (Native)
Parent Process:  launchd [1]

Date/Time:       2009-03-27 17:00:06.655 -0700
OS Version:      Mac OS X 10.5.6 (9G55)
Report Version:  6

Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000130
Crashed Thread:  12

Application Specific Information:

Java information:
 Exception type: Bus Error (0xa) at pc=0x000000017c770848

 Java VM: Java HotSpot(TM) 64-Bit Server VM (1.6.0_07-b06-57 mixed mode macosx-amd64)

Current thread (0x0000000102088000):  JavaThread "MainThread" [_thread_in_native, id=1951154176, stack(0x0000000174444000,0x00000001744c4000)]
Stack: [0x0000000174444000,0x00000001744c4000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sun.opengl.impl.GLImpl.glDrawElements0(IIIJ)V+0
j  com.sun.opengl.impl.GLImpl.glDrawElements(IIIJ)V+10
j  field.graphics.core.BasicGeometry$TriangleMesh.doPerformPass()V+349
j  field.graphics.core.BasicGeometry$BasicMesh.performPass()V+61
j  field.graphics.core.BasicUtilities$OnePassListElement.performPass(Lfield/graphics/core/Base$iPass;)V+92
j  field.core.windowing.components.DraggableComponent.paint(Lfield/core/windowing/GLComponentWindow$ComponentContainer;Lfield/math/linalg/iCoordinateFrame;Z)V+1005
j  field.core.windowing.GLComponentWindow$ComponentContainer.paint(Lfield/core/windowing/GLComponentWindow$ComponentContainer;Lfield/math/linalg/iCoordinateFrame;Z)V+373
j  field.core.windowing.GLComponentWindow.display(Ljavax/media/opengl/GLAutoDrawable;)V+427
j  field.core.windowing.GLComponentWindow$3.display(Ljavax/media/opengl/GLAutoDrawable;)V+5
j  com.sun.opengl.impl.GLDrawableHelper.display(Ljavax/media/opengl/GLAutoDrawable;)V+29
j  javax.media.opengl.GLCanvas$DisplayAction.run()V+80
j  com.sun.opengl.impl.GLDrawableHelper.invokeGL(Ljavax/media/opengl/GLDrawable;Ljavax/media/opengl/GLContext;Ljava/lang/Runnable;Ljava/lang/Runnable;)V+456
j  javax.media.opengl.GLCanvas.maybeDoSingleThreadedWorkaround(Ljava/lang/Runnable;Ljava/lang/Runnable;)V+36
j  javax.media.opengl.GLCanvas.display()V+9
j  field.core.windowing.GLComponentWindow.update()V+48
J  field.launch.Launcher$6.actionPerformed(Ljava/awt/event/ActionEvent;)V
j  javax.swing.Timer.fireActionPerformed(Ljava/awt/event/ActionEvent;)V+35
j  javax.swing.Timer$DoPostEvent.run()V+71
j  java.awt.event.InvocationEvent.dispatch()V+47
j  java.awt.EventQueue.dispatchEvent(Ljava/awt/AWTEvent;)V+26
j  java.awt.EventDispatchThread.pumpOneEventForFilters(I)Z+156
j  java.awt.EventDispatchThread.pumpEventsForFilter(ILjava/awt/Conditional;Ljava/awt/EventFilter;)V+30
j  java.awt.EventDispatchThread.pumpEventsForHierarchy(ILjava/awt/Conditional;Ljava/awt/Component;)V+11
j  java.awt.EventDispatchThread.pumpEvents(ILjava/awt/Conditional;)V+4
j  java.awt.EventDispatchThread.pumpEvents(Ljava/awt/Conditional;)V+3
j  java.awt.EventDispatchThread.run()V+9
v  ~BufferBlob::StubRoutines (1)

Java Threads: ( => current thread )
  0x0000000102001000 JavaThread "DestroyJavaVM" [_thread_blocked, id=25169920, stack(0x0000000101001000,0x0000000101801000)]
  0x0000000102505000 JavaThread "Timer-0" daemon [_thread_blocked, id=2106802176, stack(0x000000017d8b4000,0x000000017d934000)]
  0x0000000102168000 JavaThread "TimerQueue" daemon [_thread_blocked, id=2074320896, stack(0x000000017b9ba000,0x000000017ba3a000)]
  0x000000010241f800 JavaThread "weakref reaper" daemon [_thread_blocked, id=2077749248, stack(0x000000017bcff000,0x000000017bd7f000)]
  0x0000000102215000 JavaThread "Thread-11" [_thread_blocked, id=2051584000, stack(0x000000017a40b000,0x000000017a48b000)]
  0x00000001021fa800 JavaThread "Thread-10" [_thread_blocked, id=2056609792, stack(0x000000017a8d6000,0x000000017a956000)]
  0x00000001020f1000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1976233984, stack(0x0000000175c2f000,0x0000000175caf000)]
=>0x0000000102088000 JavaThread "MainThread" [_thread_in_native, id=1951154176, stack(0x0000000174444000,0x00000001744c4000)]
  0x0000000102079800 JavaThread "AWT-Shutdown" [_thread_blocked, id=1937928192, stack(0x00000001737a7000,0x0000000173827000)]
  0x0000000102079000 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1881171744, stack(0x00007fff5f400000,0x00007fff5fc00000)]
  0x0000000102045800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=1659760640, stack(0x0000000162e5f000,0x0000000162edf000)]
  0x0000000102044800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=1659224064, stack(0x0000000162ddc000,0x0000000162e5c000)]
  0x0000000102042800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=1658687488, stack(0x0000000162d59000,0x0000000162dd9000)]
  0x0000000102042000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=1658150912, stack(0x0000000162cd6000,0x0000000162d56000)]
  0x000000010202a800 JavaThread "Finalizer" daemon [_thread_blocked, id=1657614336, stack(0x0000000162c53000,0x0000000162cd3000)]
  0x0000000102029800 JavaThread "Reference Handler" daemon [_thread_blocked, id=1657077760, stack(0x0000000162bd0000,0x0000000162c50000)]
Other Threads:
  0x0000000102021800 VMThread [stack: 0x0000000162acd000,0x0000000162bcd000] [id=1656541184]
  0x0000000102047000 WatcherThread [stack: 0x0000000162ee2000,0x0000000162f62000] [id=1660297216]

VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None

Heap
 def new generation   total 149440K, used 129367K [0x0000000105a00000, 0x00000001100c0000, 0x0000000122ca0000)
  eden space 128128K,  98% used [0x0000000105a00000, 0x000000010d53ace8, 0x000000010d720000)
  from space 21312K,  14% used [0x000000010d720000, 0x000000010da3b1a8, 0x000000010ebf0000)
  to   space 21312K,   0% used [0x000000010ebf0000, 0x000000010ebf0000, 0x00000001100c0000)
 tenured generation   total 341376K, used 45676K [0x0000000122ca0000, 0x0000000137a00000, 0x000000015d200000)
   the space 341376K,  13% used [0x0000000122ca0000, 0x000000012593b290, 0x000000012593b400, 0x0000000137a00000)
 compacting perm gen  total 56768K, used 56715K [0x000000015d200000, 0x0000000160970000, 0x0000000162600000)
   the space 56768K,  99% used [0x000000015d200000, 0x0000000160962d28, 0x0000000160962e00, 0x0000000160970000)
No shared spaces configured.

Virtual Machine Arguments:
JVM Args: -Xbootclasspath/a:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources/LauncherSupport.jar -Xms500m -Xmx1400m -server -XX:ReservedCodeCacheSize=50m -Xss512K -Dapple.awt.antialiasing=on -DdebugCommandLine=-Xdebug -Xrunjdwp:transport=dt_socket,address=8001,suspend=y,server=y  -Dpython.cachedir=/tmp/ -Doptions.includeJavaStackInExceptions=false -Djogl.GLContext.optimize=1 -Dpython.options.internalTablesImpl=weak -Dapple.awt.draggableWindowBackground=false -Dapple.awt.graphics.EnableDeferredUpdates=false -Dapple.awt.fullscreencapturealldisplays=false -Dapple.awt.AlwaysUseCoreText=true -Dapple.awt.graphics.EnableQ2DX=0 -Dapple.awt.graphics.LazyFlushingFPS=10 -Dapple.awt.textantialiasing=on -Djava.source.paths=/Applications/field.app/Contents/Resources/Java/../../../../../../development/java:/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home/src.jar -Dtrampoline.class=field.bytecode.protect.StandardTrampoline -DXversioning.dir=/Applications/field.app/Contents/Resources/Java/../../../../../../../workspace/ -Dpython.security.respectJavaAccessibility=false -Dpython.verbose=error -Dmain.class=field.Blank2 -Doptions.showJavaExceptions=false -Dapple.laf.useScreenMenuBa=true -Djava.library.path=/Applications/field.app/Contents/Resources/Java:/Applications/field.app/Contents/Resources/Java/../../extensions/:/System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Resources -Dpython.path=./python:/Applications/field.app/Contents/Resources/Java/../../extensions/:/Applications/field.app/Contents/Resources/Java/../../../../../../development/depends/jython2.5b3/Lib -Dapple.awt.graphics.UseQuartz=true -DQuaqua.sizeStyle=small  
Java Command: <unknown>
Launcher Type: generic
Physical Memory: Page Size = 4k, Total = 2048M, Free = 2366M


Thread 0:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   com.apple.CoreFoundation      	0x00007fff831bfc4f CFRunLoopRunSpecific + 1631
3   com.apple.HIToolbox           	0x00007fff80602da2 RunCurrentEventLoopInMode + 278
4   com.apple.HIToolbox           	0x00007fff80602bd8 ReceiveNextEventCommon + 322
5   com.apple.HIToolbox           	0x00007fff80602a83 BlockUntilNextEventMatchingListInMode + 79
6   com.apple.AppKit              	0x00007fff832cd3b0 _DPSNextEvent + 603
7   com.apple.AppKit              	0x00007fff832cccf1 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 136
8   com.apple.AppKit              	0x00007fff832c6a84 -[NSApplication run] + 455
9   libawt.jnilib                 	0x00000001634e5257 +[AWTStarter startAWT:] + 1343
10  libawt.jnilib                 	0x00000001634e4c46 -[CPerformer perform] + 112
11  com.apple.Foundation          	0x00007fff8034e2b4 __NSThreadPerformPerform + 148
12  com.apple.CoreFoundation      	0x00007fff831c00e8 CFRunLoopRunSpecific + 2808
13  ...ple.JavaApplicationLauncher	0x0000000100005165 startupJava(LauncherArgsStruct*) + 235
14  ...ple.JavaApplicationLauncher	0x000000010000579c launchJavaApplication + 1224
15  JavaApplicationStub           	0x0000000100000b9c 0x100000000 + 2972

Thread 1:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x0000000101810bce JNI_CreateJavaVM_Impl + 50302
4   libserver.dylib               	0x0000000101a93b61 JVM_GetCPFieldModifiers + 128961
5   libserver.dylib               	0x0000000101a93a36 JVM_GetCPFieldModifiers + 128662
6   ...ple.JavaApplicationLauncher	0x000000010000c0ce startJavaApplication + 2886
7   ...ple.JavaApplicationLauncher	0x000000010000506d java_main_stub(void*) + 9
8   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
9   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 2:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libSystem.B.dylib             	0x00007fff80b1d0b0 mach_msg_server + 436
3   libserver.dylib               	0x000000010181176d JNI_CreateJavaVM_Impl + 53277
4   libserver.dylib               	0x0000000101811375 JNI_CreateJavaVM_Impl + 52261
5   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
6   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
7   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 3:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101810ef6 JNI_CreateJavaVM_Impl + 51110
3   libserver.dylib               	0x0000000101810cef JNI_CreateJavaVM_Impl + 50591
4   libserver.dylib               	0x00000001018e452f JVM_Lseek + 235727
5   libserver.dylib               	0x00000001018e42df JVM_Lseek + 235135
6   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
7   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
8   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 4:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102802f3a 0 + 4336922426
10  ???                           	0x00000001028003ea 0 + 4336911338
11  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
12  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
13  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
14  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
15  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
16  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
17  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
18  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
19  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
20  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 5:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102803093 0 + 4336922771
10  ???                           	0x0000000102803093 0 + 4336922771
11  ???                           	0x00000001028003ea 0 + 4336911338
12  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
13  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
14  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
15  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
16  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
17  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
18  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
19  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
20  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
21  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 6:
0   libSystem.B.dylib             	0x00007fff80aafd72 semaphore_wait_trap + 10
1   libserver.dylib               	0x0000000101915bdb JVM_IsPrimitiveClass + 12139
2   libserver.dylib               	0x00000001019155b5 JVM_IsPrimitiveClass + 10565
3   libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
4   libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
5   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
6   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
7   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 7:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x0000000101810bce JNI_CreateJavaVM_Impl + 50302
4   libserver.dylib               	0x000000010191c470 JVM_FindLoadedClass + 2928
5   libserver.dylib               	0x0000000101916af5 JVM_IsPrimitiveClass + 16005
6   libserver.dylib               	0x0000000101916819 JVM_IsPrimitiveClass + 15273
7   libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
8   libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
9   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
10  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
11  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 8:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x0000000101810bce JNI_CreateJavaVM_Impl + 50302
4   libserver.dylib               	0x000000010191c470 JVM_FindLoadedClass + 2928
5   libserver.dylib               	0x0000000101916af5 JVM_IsPrimitiveClass + 16005
6   libserver.dylib               	0x0000000101916819 JVM_IsPrimitiveClass + 15273
7   libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
8   libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
9   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
10  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
11  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 9:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x0000000101810cef JNI_CreateJavaVM_Impl + 50591
4   libserver.dylib               	0x0000000101918ec8 JVM_IsPrimitiveClass + 25176
5   libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
6   libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
7   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
8   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
9   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 10:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101810ef6 JNI_CreateJavaVM_Impl + 51110
3   libserver.dylib               	0x000000010191abb5 JVM_IsPrimitiveClass + 32581
4   libserver.dylib               	0x000000010191a70a JVM_IsPrimitiveClass + 31386
5   libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
6   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
7   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 11:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102802f3a 0 + 4336922426
10  ???                           	0x0000000102803414 0 + 4336923668
11  ???                           	0x00000001028003ea 0 + 4336911338
12  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
13  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
14  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
15  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
16  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
17  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
18  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
19  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
20  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
21  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 12 Crashed:
0   ....AppleIntelGMAX3100GLDriver	0x000000017c770848 glrUpdateHardwareState + 4456
1   ....AppleIntelGMAX3100GLDriver	0x000000017c772ab4 gldUpdateDispatch + 1124
2   GLEngine                      	0x00000001777729d4 gleDrawArraysOrElements_VBO_Exec + 1828
3   libjogl.jnilib                	0x000000017a5d59a8 Java_com_sun_opengl_impl_GLImpl_glDrawElements0__IIIJ + 48
4   ???                           	0x000000010280e878 0 + 4336969848
5   ???                           	0x0000000102802f3a 0 + 4336922426
6   ???                           	0x0000000102803414 0 + 4336923668
7   ???                           	0x0000000102802f3a 0 + 4336922426
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102802f3a 0 + 4336922426
10  ???                           	0x0000000102803414 0 + 4336923668
11  ???                           	0x0000000102802f3a 0 + 4336922426
12  ???                           	0x0000000102802f3a 0 + 4336922426
13  ???                           	0x0000000102803414 0 + 4336923668
14  ???                           	0x0000000102802f3a 0 + 4336922426
15  ???                           	0x0000000102803414 0 + 4336923668
16  ???                           	0x0000000102802f3a 0 + 4336922426
17  ???                           	0x0000000102802f3a 0 + 4336922426
18  ???                           	0x0000000102802f3a 0 + 4336922426

Thread 13:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102803093 0 + 4336922771
10  ???                           	0x0000000102803093 0 + 4336922771
11  ???                           	0x0000000102803414 0 + 4336923668
12  ???                           	0x00000001028003ea 0 + 4336911338
13  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
14  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
15  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
16  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
17  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
18  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
19  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
20  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
21  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
22  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 14:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101810ef6 JNI_CreateJavaVM_Impl + 51110
3   libserver.dylib               	0x000000010191aa9e JVM_IsPrimitiveClass + 32302
4   libserver.dylib               	0x0000000101a62b12 JVM_Sleep + 754
5   ???                           	0x000000010280e878 0 + 4336969848
6   ???                           	0x0000000102802f3a 0 + 4336922426
7   ???                           	0x0000000102803414 0 + 4336923668
8   ???                           	0x00000001028003ea 0 + 4336911338
9   libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
10  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
11  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
12  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
13  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
14  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
15  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
16  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
17  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
18  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 15:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101810ef6 JNI_CreateJavaVM_Impl + 51110
3   libserver.dylib               	0x000000010191aa9e JVM_IsPrimitiveClass + 32302
4   libserver.dylib               	0x0000000101a62b12 JVM_Sleep + 754
5   ???                           	0x000000010280e878 0 + 4336969848
6   ???                           	0x0000000102802f3a 0 + 4336922426
7   ???                           	0x0000000102803414 0 + 4336923668
8   ???                           	0x00000001028003ea 0 + 4336911338
9   libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
10  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
11  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
12  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
13  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
14  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
15  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
16  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
17  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
18  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 16:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102803093 0 + 4336922771
10  ???                           	0x0000000102803093 0 + 4336922771
11  ???                           	0x0000000102802f3a 0 + 4336922426
12  ???                           	0x00000001028003ea 0 + 4336911338
13  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
14  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
15  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
16  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
17  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
18  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
19  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
20  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
21  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
22  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 17:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101810ef6 JNI_CreateJavaVM_Impl + 51110
3   libserver.dylib               	0x0000000101a1b183 JVM_GetLastErrorString + 14979
4   libserver.dylib               	0x00000001018fdeec JVM_MonitorWait + 5948
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102803414 0 + 4336923668
10  ???                           	0x00000001028003ea 0 + 4336911338
11  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
12  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
13  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
14  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
15  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
16  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
17  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
18  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
19  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
20  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 18:
0   libSystem.B.dylib             	0x00007fff80aafd36 mach_msg_trap + 10
1   libSystem.B.dylib             	0x00007fff80ab7373 mach_msg + 59
2   libserver.dylib               	0x0000000101811002 JNI_CreateJavaVM_Impl + 51378
3   libserver.dylib               	0x00000001018ff05b JVM_MonitorWait + 10411
4   libserver.dylib               	0x00000001018fe1ff JVM_MonitorWait + 6735
5   libserver.dylib               	0x00000001018fcc3b JVM_MonitorWait + 1163
6   libserver.dylib               	0x00000001018fc93f JVM_MonitorWait + 399
7   ???                           	0x000000010280e878 0 + 4336969848
8   ???                           	0x0000000102802f3a 0 + 4336922426
9   ???                           	0x0000000102802f3a 0 + 4336922426
10  ???                           	0x0000000102802f3a 0 + 4336922426
11  ???                           	0x00000001028003ea 0 + 4336911338
12  libserver.dylib               	0x00000001018e5fa2 JVM_Lseek + 242498
13  libserver.dylib               	0x00000001018e5c09 JVM_Lseek + 241577
14  libserver.dylib               	0x00000001018fc066 JVM_InternString + 2166
15  libserver.dylib               	0x00000001018fbf2b JVM_InternString + 1851
16  libserver.dylib               	0x00000001018fbe7a JVM_InternString + 1674
17  libserver.dylib               	0x00000001018fbda0 JVM_InternString + 1456
18  libserver.dylib               	0x00000001018fb79e JVM_StartThread + 1726
19  libserver.dylib               	0x0000000101810e1c JNI_CreateJavaVM_Impl + 50892
20  libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
21  libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 19:
0   libSystem.B.dylib             	0x00007fff80ab6d02 __semwait_signal + 10
1   libGLProgrammability.dylib    	0x00007fff81b6a67b glvmDoWork + 155
2   libSystem.B.dylib             	0x00007fff80adddcb _pthread_start + 316
3   libSystem.B.dylib             	0x00007fff80addc8d thread_start + 13

Thread 12 crashed with X86 Thread State (64-bit):
  rax: 0x0000000000000000  rbx: 0x0000000100f3bce0  rcx: 0x0000000002000001  rdx: 0x0000000000000012
  rdi: 0x0000000100f3ba00  rsi: 0x0000000000000007  rbp: 0x00000001744c2cb0  rsp: 0x00000001744c2690
   r8: 0x0000000100f3bce0   r9: 0x0000000100f3da00  r10: 0x000000017e7a3690  r11: 0x0000000000000000
  r12: 0x0000000100f3da00  r13: 0x00000001768f6900  r14: 0x0000000100f3ba00  r15: 0x00000001768f6728
  rip: 0x000000017c770848  rfl: 0x0000000000010202  cr2: 0x0000000000000130

Binary Images:
       0x100000000 -        0x100000fff  JavaApplicationStub ??? (???) <cb724372d4595130777105516f8720b4> /System/Library/Frameworks/JavaVM.framework/Resources/MacOS/JavaApplicationStub
       0x100004000 -        0x100011fff  com.apple.JavaApplicationLauncher 12.2.0 (12.2.0) <f6269bfac63623f57f22d1ea09fe2ff5> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/JavaApplicationLauncher
       0x10001a000 -        0x100022ffd  com.apple.JavaVM 12.2.2 (12.2.2) <2b178e8d4bbcc0aa427c2f3f71bb2fcb> /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
       0x1000d8000 -        0x1000e0ff0  libverify.dylib ??? (???) <56eac95084cb86cd1339a721b1353182> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libverify.dylib
       0x1000e6000 -        0x1000efffb  JavaNativeFoundation ??? (???) <68ca6409dc49542301edda1e0744ac69> /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
       0x100430000 -        0x10044ffef  libjava.jnilib ??? (???) <f79709f13f7ec4714da3523c186d3559> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjava.jnilib
       0x100460000 -        0x10046dffb  libzip.jnilib ??? (???) <5b6dce7c9a1f25aa5dff1a633c9dc342> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libzip.jnilib
       0x101803000 -        0x101eafff3  libserver.dylib ??? (???) <b4e589b92bb0e0a97b6dde1bf5bffd24> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bundle/Libraries/libserver.dylib
       0x101fd8000 -        0x101fd9fff  liblauncher.jnilib ??? (???) <567fa54a222b965b2c4aefea21d9800a> /System/Library/PrivateFrameworks/JavaApplicationLauncher.framework/Versions/A/Resources/liblauncher.jnilib
       0x16315f000 -        0x163163fff  libnio.jnilib ??? (???) <c540e5e3c72dc64ad7ec17a77e817bc8> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libnio.jnilib
       0x1634e3000 -        0x163696fff  libawt.jnilib ??? (???) <cc87773178ce8b65bdd64c37d03259cf> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libawt.jnilib
       0x17433b000 -        0x17433bfff  libcmm.jnilib ??? (???) <114e1a620a6920d77bf09bd57a7f7d52> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libcmm.jnilib
       0x17433f000 -        0x17438dfff  libsuncmm.jnilib ??? (???) <47330f1f17822de3a5cf921e07615cf7> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libsuncmm.jnilib
       0x17439d000 -        0x1743ccff7  libjpeg.jnilib ??? (???) <f9c6d354d1aeed5c17d3770d1f2f1651> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libjpeg.jnilib
       0x1744dc000 -        0x1744e0fff +libmiscNative2.jnilib ??? (???) <57622497edf2d38030f74bfb64ad29bc> /Applications/field.app/Contents/Resources/Java/libmiscNative2.jnilib
       0x17454f000 -        0x174550fff  ATSHI.dylib ??? (???) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/ATSHI.dylib
       0x1757c0000 -        0x1757ccfff  libj2pkcs11.jnilib ??? (???) <efda46c2f992b80dfc7eb55b94f3a847> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libj2pkcs11.jnilib
       0x17587e000 -        0x17587ffff  libjawt.dylib ??? (???) <d57c8cd796a77395d2944ef5121bfefe> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Home/bundle/Libraries/libjawt.dylib
       0x1758ae000 -        0x1758aeff9 +libjogl_awt.jnilib ??? (???) /Applications/field.app/Contents/Resources/Java/libjogl_awt.jnilib
       0x175b8e000 -        0x175c0fff7  libfontmanager.jnilib ??? (???) <e8d5f0d41aab2f7065d222c46c3f8934> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libfontmanager.jnilib
       0x1761ff000 -        0x176200fff  libjawt.dylib ??? (???) <bce623f9ab12f24dfae48da3932bd84d> /System/Library/Frameworks/JavaVM.framework/Libraries/libjawt.dylib
       0x17674d000 -        0x176751ff7 +libFieldCoreImage.dylib ??? (???) <68bcd2cef897f22639293ec35b69158d> /Applications/field.app/Contents/Resources/Java/libFieldCoreImage.dylib
       0x1768d2000 -        0x1768f1ff7  GLRendererFloat ??? (???) <e54e90cac8142fd76e95d718c903b3c3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Resources/GLRendererFloat.bundle/GLRendererFloat
       0x176a01000 -        0x176a0dffb  libnet.jnilib ??? (???) <b3668d73679b1cdcf70252d0d44a4d0a> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/libnet.jnilib
       0x176a4f000 -        0x176a5efff  liblaf.jnilib ??? (???) <7503f220b468b57921a07da4e4d7fd66> /System/Library/Frameworks/JavaVM.framework/Versions/1.6.0/Libraries/liblaf.jnilib
       0x177059000 -        0x177070fef  libJapaneseConverter.dylib ??? (???) <5e7347207d6703b00522e4c32f1bef55> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
       0x1776cb000 -        0x177869fe3  GLEngine ??? (???) <0f7b025065739cf6fb9070833a9c8670> /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
       0x179d00000 -        0x179eeffff  com.apple.RawCamera.bundle 2.0.12 (421) <eb0cf704dcb732da9f7c19a8fca6a4ea> /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
       0x17a328000 -        0x17a333ff7 +jna18016.tmp ??? (???) <45f7521b9dfcfe4fe6ab3f8fa41e87b9> /tmp/jna18016.tmp
       0x17a5c8000 -        0x17a665fff +libjogl.jnilib ??? (???) /Applications/field.app/Contents/Resources/Java/libjogl.jnilib
       0x17c746000 -        0x17cba7fff  com.apple.driver.AppleIntelGMAX3100GLDriver 1.5.36 (5.3.6) <009b82167d9805591e693fee4d59f94c> /System/Library/Extensions/AppleIntelGMAX3100GLDriver.bundle/Contents/MacOS/AppleIntelGMAX3100GLDriver
       0x17cfcb000 -        0x17d2adfe3  libmlib_jai.jnilib ??? (???) /System/Library/Java/Extensions/libmlib_jai.jnilib
    0x7fff5fc00000 -     0x7fff5fc2e643  dyld 97.1 (???) <b40847f1ce1ba2ed13837aeccbf19284> /usr/lib/dyld
    0x7fff80003000 -     0x7fff80066fef  libGLU.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x7fff80067000 -     0x7fff800a2fff  com.apple.AE 402.3 (402.3) <9a0dd05f928c9fadd533c7081ab9dcd9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x7fff800a3000 -     0x7fff800b1ff9  com.apple.helpdata 1.0.1 (14.2) /System/Library/PrivateFrameworks/HelpData.framework/Versions/A/HelpData
    0x7fff800b2000 -     0x7fff800d9fff  libxslt.1.dylib ??? (???) <d22e666fc41249d9a0a2fe4a8f46437d> /usr/lib/libxslt.1.dylib
    0x7fff800da000 -     0x7fff800f4fff  com.apple.openscripting 1.2.8 (???) <0674c4e3353c677c9f58df3297ae559b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x7fff800f5000 -     0x7fff80106ffd  libz.1.dylib ??? (???) <2022cc8950afdf485ba1df76364ba725> /usr/lib/libz.1.dylib
    0x7fff80107000 -     0x7fff80125fff  com.apple.CoreVideo 1.6.0 (20.0) <fc8183afd9875a1e6b5cc7fcc640bd17> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x7fff80126000 -     0x7fff80126ffd  com.apple.Accelerate.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff80127000 -     0x7fff80208fff  libcrypto.0.9.7.dylib ??? (???) <66f1f8773bd9fdfdcfd09e2b4b010636> /usr/lib/libcrypto.0.9.7.dylib
    0x7fff80209000 -     0x7fff8020bff9  libRadiance.dylib ??? (???) <6d9f2235e8f70a7aedfc59383a7548d8> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x7fff8020c000 -     0x7fff8030ffeb  com.apple.CoreData 100.1 (186) <074abc7f43f81f7885e4d0674a8be4bc> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff80310000 -     0x7fff80342ff7  libauto.dylib ??? (???) <cc8eece8c0097b254c758bd4e8df9537> /usr/lib/libauto.dylib
    0x7fff80343000 -     0x7fff805defe3  com.apple.Foundation 6.5.7 (677.22) <8134977fcc57198a53dc494b60592980> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x7fff805df000 -     0x7fff805dfffa  com.apple.CoreServices 32 (32) <f1ae7e34fb008524b502ed0185b32794> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff805e0000 -     0x7fff808c7feb  com.apple.HIToolbox 1.5.4 (???) <ab04555ca43169811a68efdc6dc02e6b> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x7fff808c8000 -     0x7fff80959fff  com.apple.SearchKit 1.2.1 (1.2.1) <e2a25e04f281fe8ff7088a08a549020f> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x7fff8095a000 -     0x7fff809e2fe7  libsqlite3.0.dylib ??? (???) <3c7ab3523b816dbd3e039ee7e6e2c580> /usr/lib/libsqlite3.0.dylib
    0x7fff809e3000 -     0x7fff80aaefef  com.apple.ColorSync 4.5.1 (4.5.1) /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x7fff80aaf000 -     0x7fff80c3affb  libSystem.B.dylib ??? (???) <cc365f568976948c6aeae0a0a931cb93> /usr/lib/libSystem.B.dylib
    0x7fff80c3b000 -     0x7fff80ff3fff  libLAPACK.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x7fff80ff4000 -     0x7fff817b1fef  libBLAS.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x7fff817b2000 -     0x7fff817f7fef  libRIP.A.dylib ??? (???) <8c818d7fd3dc57839ac48caf107ff4c0> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x7fff817f8000 -     0x7fff8186cfe7  libstdc++.6.dylib ??? (???) <379a6a2dc6e21ba77310b3d2d9ea30ac> /usr/lib/libstdc++.6.dylib
    0x7fff8186d000 -     0x7fff81961fff  libobjc.A.dylib ??? (???) <118dc1ae05e685ad64290352fc94f1f0> /usr/lib/libobjc.A.dylib
    0x7fff81962000 -     0x7fff819f7ffb  com.apple.LaunchServices 290.3 (290.3) <56544e16c5192d2ce72df772901fcaef> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x7fff819f8000 -     0x7fff81a06fff  libCSync.A.dylib ??? (???) <61f6cc104b3e9b77cd583635a3a9a5cf> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x7fff81a07000 -     0x7fff81b43fe9  com.apple.ImageIO.framework 2.0.4 (2.0.4) <47dcdc0b5986b2c157e0b6dae48ce464> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff81b44000 -     0x7fff82064fc6  libGLProgrammability.dylib ??? (???) <c0b0ce17b94ac62ab466731a54d5856b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x7fff82065000 -     0x7fff82118fef  com.apple.DesktopServices 1.4.7 (1.4.7) <35809f40c6816ec755461a3a134d32f7> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x7fff82119000 -     0x7fff82119fff  com.apple.Carbon 136 (136) <03d8b56572c45d8e6de756bc2fb86187> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff8211a000 -     0x7fff82126ff1  libgcc_s.1.dylib ??? (???) <6fc905606335f261db4da9529c7e2711> /usr/lib/libgcc_s.1.dylib
    0x7fff82127000 -     0x7fff82151fff  libcups.2.dylib ??? (???) <b3f33c729d09b9d8ded503f57d2246ce> /usr/lib/libcups.2.dylib
    0x7fff82152000 -     0x7fff821a2fe7  com.apple.Metadata 10.5.2 (398.25) <f6820e35383510a4998973b43b529bf5> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x7fff821a3000 -     0x7fff823a9ff3  com.apple.security 5.0.4 (34102) <47c559b17c1f51998e7a981d0fbec4c8> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff823aa000 -     0x7fff8243dfff  com.apple.QTKit 7.6 (1290) /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x7fff8243e000 -     0x7fff825acfff  libicucore.A.dylib ??? (???) <374ddaf141bf88dba00ab9058f2dbad6> /usr/lib/libicucore.A.dylib
    0x7fff825ad000 -     0x7fff825befff  com.apple.speech.synthesis.framework 3.7.1 (3.7.1) <7b000af113e7f602b9e0b1fd383005fc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x7fff825bf000 -     0x7fff825bfffb  com.apple.installserver.framework 1.0 (8) /System/Library/PrivateFrameworks/InstallServer.framework/Versions/A/InstallServer
    0x7fff825c0000 -     0x7fff825fcff7  libGLImage.dylib ??? (???) <02258bcdbe8defdb254acc077a81dd9b> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff825fd000 -     0x7fff82602fff  com.apple.CommonPanels 1.2.4 (85) <8f5631ff238ad1bad2e031fe5e7442d2> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x7fff82603000 -     0x7fff82605fff  com.apple.print.framework.Print 218.0.2 (220.1) <2b847a0a1cd885f596a4d10409d50ba3> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x7fff82606000 -     0x7fff826b6fef  com.apple.CoreServices.OSServices 226.5 (226.5) <4461ef69cec249de2315c88e83d4c904> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x7fff826b7000 -     0x7fff82a97fef  com.apple.QuartzCore 1.5.7 (1.5.7) <cbcec87916a52fa48a46437b93e366c5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x7fff82a98000 -     0x7fff82b07ff9  com.apple.print.framework.PrintCore 5.5.3 (245.3) <bffd62913cdf70462983c58b27be7a07> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x7fff82b08000 -     0x7fff82b83ff3  com.apple.CoreText 2.0.4 (???) <63ac544118adbf16b6f1566131b2c20e> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreText.framework/Versions/A/CoreText
    0x7fff82b84000 -     0x7fff83150fff  com.apple.CoreGraphics 1.407.2 (???) <436dbc70f8c9b29b3beb1d2de220acf2> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x7fff83151000 -     0x7fff83155fff  libmathCommon.A.dylib ??? (???) /usr/lib/system/libmathCommon.A.dylib
    0x7fff83156000 -     0x7fff8328dfff  com.apple.CoreFoundation 6.5.5 (476.17) <51930d43c7c2d8fb24148cbfc05bba0f> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x7fff8328e000 -     0x7fff83bb6fff  com.apple.AppKit 6.5.6 (949.43) <a411fba218896f0fc2ed390efa87cd6a> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff83bb7000 -     0x7fff83bf4ff7  com.apple.SystemConfiguration 1.9.2 (1.9.2) <3e058b95c78dc2f54ec3f9781bd86e1c> /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x7fff83bf5000 -     0x7fff83bf7fff  com.apple.NavigationServices 3.5.2 (163) <3e58cfe6d1bdcc4a4a64b6f79421291f> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/Versions/A/NavigationServices
    0x7fff83bf8000 -     0x7fff83bf9ff3  com.apple.audio.units.AudioUnit 1.5 (1.5) /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x7fff83bfa000 -     0x7fff83c3dfef  libTIFF.dylib ??? (???) <86be7909f46cc044a887cbb60ab7826d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff83c3e000 -     0x7fff83c7efef  com.apple.framework.IOKit 1.5.1 (???) <17e6707127a60c5e2d7a9bd2b7bf2db0> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff83c7f000 -     0x7fff83c7fff8  com.apple.Cocoa 6.5 (???) <d53437c1faeb42624f1d71202caa9cad> /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x7fff83c80000 -     0x7fff83d47ff4  com.apple.CFNetwork 422.15.2 (422.15.2) <5cb239a2dfd8d98baefb5d068ca04280> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x7fff83d48000 -     0x7fff83dcffef  com.apple.audio.CoreAudio 3.1.1 (3.1.1) <9c1714647fd7515c900362ad2ac76874> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x7fff83dd0000 -     0x7fff83f13ffb  com.apple.audio.toolbox.AudioToolbox 1.5.2 (1.5.2) /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff83f14000 -     0x7fff83f51fe7  com.apple.coreui 1.2 (62) /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x7fff83f52000 -     0x7fff83f6afff  com.apple.DictionaryServices 1.0.0 (1.0.0) <ce7135044e951deaa2b687bc8537809a> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x7fff83f6b000 -     0x7fff83f6ffff  libGIF.dylib ??? (???) <66436b84211fe0e723051eab15af0aca> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x7fff83f70000 -     0x7fff83f86ff9  com.apple.ImageCapture 5.0.1 (5.0.1) /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x7fff83f87000 -     0x7fff83fb7fff  com.apple.shortcut 1 (1.0) <01a5e9a7c5f269cbba2cbd61ccdf1b2f> /System/Library/PrivateFrameworks/Shortcut.framework/Versions/A/Shortcut
    0x7fff83fb8000 -     0x7fff83fc7fe7  com.apple.opengl 1.5.9 (1.5.9) <bc7427f25ccba6ff7cca8c0b09dd059c> /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x7fff83fc8000 -     0x7fff83fc8ffd  com.apple.vecLib 3.4.2 (vecLib 3.4.2) /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x7fff83fc9000 -     0x7fff83feafff  libresolv.9.dylib ??? (???) <104bc36bc6cf4dd8988693cd52a7f26d> /usr/lib/libresolv.9.dylib
    0x7fff83feb000 -     0x7fff83feefff  com.apple.securityhi 3.0 (30817) <1112cafa6d76e27196cd0579b589d8df> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x7fff83fef000 -     0x7fff83ff1ff7  libffi.dylib ??? (???) <5ccd57a3de7db7f7bffa1b6ef2217b0c> /usr/lib/libffi.dylib
    0x7fff83ff2000 -     0x7fff84047fe3  com.apple.HIServices 1.7.0 (???) <6bef766448d67adb91901b432629ea0f> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x7fff84048000 -     0x7fff84052fff  com.apple.speech.recognition.framework 3.7.24 (3.7.24) <a49d89814bff9aff6d477c00e426e158> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x7fff84053000 -     0x7fff8405bffa  libbsm.dylib ??? (???) <a870a8e515e1a6407c81ddeebba21793> /usr/lib/libbsm.dylib
    0x7fff8405c000 -     0x7fff8405cffd  com.apple.Accelerate 1.4.2 (Accelerate 1.4.2) /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x7fff8405d000 -     0x7fff8407bfff  libPng.dylib ??? (???) <4017eab74319a648dfd73b7d503e557d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x7fff8407c000 -     0x7fff8407cff8  com.apple.ApplicationServices 34 (34) <29a6f07deb1ef821735e2c18ef1e9fa5> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff8407d000 -     0x7fff84097fff  libvDSP.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x7fff84098000 -     0x7fff840dbfef  com.apple.QD 3.11.54 (???) <cac2d6ee11c5db967bdf180747256122> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x7fff840dc000 -     0x7fff8417cfe3  com.apple.ApplicationServices.ATS 3.4 (???) <47cf09bf78935889f17f1b6b09badf0d> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x7fff8417d000 -     0x7fff8419ffff  libJPEG.dylib ??? (???) <4257ab268996bbeb93b47946df181cdc> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x7fff841a0000 -     0x7fff841a6fff  com.apple.DiskArbitration 2.2.1 (2.2.1) <e75fe224700767869227cc903bef8ed9> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff841a7000 -     0x7fff841aaffb  com.apple.help 1.1 (36) <625c2d6bb29ee822f9dce6322d08df47> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x7fff841ab000 -     0x7fff8426ffe2  com.apple.vImage 3.0 (3.0) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x7fff84270000 -     0x7fff8432efff  edu.mit.Kerberos 6.0.12 (6.0.12) <c151ff3077083648f3cd3e727c1ac7aa> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff8432f000 -     0x7fff843cafe7  com.apple.ink.framework 101.3 (86) <03096cd083a6e70bc7a18ad1b81feb15> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x7fff843cb000 -     0x7fff843dfff7  libGL.dylib ??? (???) /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x7fff843e0000 -     0x7fff843e9fff  libCGATS.A.dylib ??? (???) <722a0bbd58740d46739008e881010631> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGATS.A.dylib
    0x7fff843ea000 -     0x7fff84460fef  libvMisc.dylib ??? (???) /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x7fff84461000 -     0x7fff8475cfe3  com.apple.CoreServices.CarbonCore 786.11 (786.11) <2c53d84e5db9390e1083080902483971> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x7fff8475d000 -     0x7fff84852fff  libxml2.2.dylib ??? (???) <8226d1180354f493954c5fa1fc0e1154> /usr/lib/libxml2.2.dylib
    0x7fffffe00000 -     0x7fffffe01780  libSystem.B.dylib ??? (???) /usr/lib/libSystem.B.dylib
0xfffffffffffec000 - 0xfffffffffffeffff  libobjc.A.dylib ??? (???) /usr/lib/libobjc.A.dylib

marc

Ticket Summary Component Milestone Type Created
Description
#33 Improve Globals resolution algorithm documentation 02/13/08

The resolution algorithm used for the auto executing Globals trick could be improved slightly. Specifically:

  • Global variables that are written twice should not be a candidate for linkage.
  • Global variables that are missing after execution should be removed from the autoexec text.


#34 Embedding GUI elements into other properties doesn't work 02/13/08

It would be useful to have elements elsewhere (in scratch and autoexec)


#71 Templating.performCopy needs to make deep, version tracked copies. 07/30/08

Templating.performCopy makes shallow copies, and doesn't tell the versioning system that it's doing it. Use FluidPersistance? to deep copy properties, and the VersioningSystem? to deep copy versioned properties.


#112 Should be able to put MinimalCombo and MinimalTree on sheet 10/26/08

need the equivalent of a printButton for these UI elements


#38 Export to Java Web Start / Application core defect 03/13/08

Can Field package itself up as a self starting (Mac OS X) application or a Java Web Start that Auto Executes some elements on (non-visual) load?


#7 Finalize _self.history pseudo-property value documentation beta 01/16/08

_self.history still returns a list, pending the results of mercurial bug 931.

This fits in with the general theme of completing the exposure of the history tracking functionality.


#12 Package and release IntraLineConstraints linear defect 01/19/08

IntraLineConstraints? exists outside the Field codebase. Perhaps this and a few more methods could form the basis of an AdvancedDrawing? plugin?


#14 Expose workspace-wide Mercurial tools core release defect 01/20/08

There's probably some benefit from having some UI to revert, push, pull and manipulate queues from within Field itself.


#206 Plugin manager cannot parse .mf files missing a trailing newline core defect 05/29/09

Without a trailing newline (at the end of a Field-RedirectionPath?: line) the plugin manager doesn't see the items.


#8 Investigate placing main graphics renderer into a new, non-event thread core enhancement 01/17/08

This would require:

  • updateables &c in Launcher being pseudo-ThreadLocal? (we'd need to be be able to search for them by thread)
  • for python to take a critical section in its interpreter, so that any code that it executes could touch the rendering thread.

But, we'd have to make sure that any iUpdatebles that got registered get registered in the correct thread (this could be problematic for things like animations). Perhaps begin/endExecutes could be driven from the main renderer, with the main renderer thread being blocked, waiting for the Field thread to complete one update (but not it's repaint).

It's also possible this is needed / would help with interfacing to Processing's direct drive threading model.


Note: See TracReports for help on using and creating reports.