|
Web dev and programming discussions forums
|
| |||||
| Apr 7, 2010 | |||||
|
Julian Moritz |
|
||||
| Tags: | , , | ||||
Similar threads
xmlReadFile(...) crashing on 2nd time around
This is my code to read an XML file, which works fine the 1st time around,
but crashes the 2nd time around. I must be not calling a required library
function to tidy up and would appreciate if someone could advise on what I
should do.
If I debug, the 1st time around xmlReadFile takes hardly any time, then the
2nd time around it doesn't return! The destructor had been called after the
1st call.
In my class constructor:
OpenSSL_add_all_algorithms();
ERR_load_crypto_strings();
m_pXmlDoc = xmlReadFile(m_szFilepath, NULL, XML_PARSE_DTDLOAD |
XML_PARSE_DTDATTR |
XML_PARSE_NOENT |
XML_PARSE_HUGE);
In my class destructor:
if (m_pXmlDoc)
{
xmlFreeDoc(m_pXmlDoc);
}
if (m_pXPathCtx)
{
xmlXPathFreeContext(m_pXPathCtx);
}
xmlCleanupParser();
Gears is crashing Maxthon
After installing Gears because of AdWords prompt, Maxthon crashes every 15 minutes (2.5.11.3390 Unicode on Win7 Ultimate x64). Detailed Win dump indicates the culprit is the Gears DLL. Have had to uninstall. To unsubscribe from this group, send email to gears-users+unsubscribegooglegroups.com or reply to this email with the words "REMOVE ME" as the subject.
Problems with http response, crashing
I get a http response, and the status text is ok, when I try to call response.getext this crashes, I have filed a bug report in eclipse : https://bugs.eclipse.org/bugs/show_bug.cgi?id=314423 please advise, mike
GWT hosted mode crashing after update
Hi, I was running along last week just perfectly with the GWT Eclipse plugin v1.7.1 and Eclipse 3.5.1 on an Mac running Snow Leopard. This morning I installed an update bring Safari to v4.0.4 and the OS to 10.6.2. Now hosted mode crashes with the error: Invalid memory access of location 00000010 eip=92a2477b. Since it all worked fine last week, I'm sure this is related to the update. I'm not exactly sure what the message is telling me other than I'm trying to use memory I shouldn't. Does anyone know of a work- around? -- Rob
gwt code server + javaw.exe crashing
Hi, I am developing a GWT project. It was running fine, then suddenly since yesterday the GWT code server is crashing by itself. The process "javaw.exe" is eating most of the CPU resources, and might be causing GWT server to crash. I am not getting any errors in the console window. Could any one tell the reason for this issue and how it could be resolved. I was using JDK 6 Update 17, and tried installing Update 20, but the issue still remains. Thanks and Regards, Harsh Yadav
GWT Hosted Mode crashing after Snow Leopard 10.6.2 Update
After I installed the OSX update 10.6.2 I can start the hosted mode
anymore. I get a Invalid memory access:
Im suspecting the safari update from 4.0.3 to 4.0.4 to be responsible.
Anyone any hints?
Invalid memory access of location 00000010 eip=969cf77b
Process: java [524]
Path: /System/Library/Frameworks/JavaVM.framework/Versions/
1.6.0/Home/bin/java
Identifier: java
Version: ??? (???)
Code Type: X86 (Native)
Parent Process: idea [485]
PlugIn Path: /Users/danielkurka/.m2/repository/com/google/gwt/
gwt-dev/1.7.1/libgwt-ll.jnilib
PlugIn Identifier: libgwt-ll.jnilib
PlugIn Version: ??? (???)
Date/Time: 2009-11-12 09:54:18.141 +0100
OS Version: Mac OS X 10.6.2 (10C540)
Report Version: 6
Interval Since Last Report: 5237 sec
Crashes Since Last Report: 4
Per-App Crashes Since Last Report: 4
Anonymous UUID: 6C95C9C4-48BF-48FE-B53E-
C90E1BF89E54
Exception Type: EXC_BAD_ACCESS (SIGBUS)
Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000010
Crashed Thread: 0 Dispatch queue: com.apple.main-thread
Application Specific Information:
Java information:
Exception type: Bus Error (0xa) at pc=0x969cf77b
Java VM: Java HotSpot(TM) Client VM (14.1-b02-90 mixed mode macosx-
x86)
Current thread (0x038b6000): JavaThread "Thread-0" daemon
[_thread_in_native, id=-1610181376, stack(0xbf800000,0xc0000000)]
Stack: [0xbf800000,0xc0000000]
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
J com.google.gwt.dev.shell.mac.LowLevelSaf.gcUnprotect(II)V
J com.google.gwt.dev.shell.JsValue.mainThreadCleanup()V
j com.google.gwt.dev.shell.ModuleSpace.invokeNative(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Lcom/
google/gwt/dev/shell/JsValue;+0
j com.google.gwt.dev.shell.ModuleSpace.invokeNativeObject(Ljava/lang/
String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)Ljava/
lang/Object;+6
j com.google.gwt.dev.shell.JavaScriptHost.invokeNativeObject(Ljava/
lang/String;Ljava/lang/Object;[Ljava/lang/Class;[Ljava/lang/Object;)
Ljava/lang/Object;+7
j com.google.gwt.dom.client.DOMImpl.eventGetType(Lcom/google/gwt/dom/
client/NativeEvent;)Ljava/lang/String;+20
j com.google.gwt.dom.client.NativeEvent$.getType$(Lcom/google/gwt/dom/
client/NativeEvent;)Ljava/lang/String;+4
j com.google.gwt.user.client.impl.DOMImpl.eventGetTypeInt(Lcom/google/
gwt/user/client/Event;)I+2
j com.google.gwt.user.client.DOM.eventGetType(Lcom/google/gwt/user/
client/Event;)I+4
j com.google.gwt.user.client.ui.Widget.onBrowserEvent(Lcom/google/gwt/
user/client/Event;)V+1
j com.google.gwt.user.client.DOM.dispatchEventImpl(Lcom/google/gwt/
user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/
user/client/EventListener;)V+31
j com.google.gwt.user.client.DOM.dispatchEventAndCatch(Lcom/google/
gwt/user/client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/
gwt/user/client/EventListener;Lcom/google/gwt/core/client/GWT
$UncaughtExceptionHandler;)V+3
j com.google.gwt.user.client.DOM.dispatchEvent(Lcom/google/gwt/user/
client/Event;Lcom/google/gwt/user/client/Element;Lcom/google/gwt/user/
client/EventListener;)V+12
v ~StubRoutines::call_stub
j sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/
Method;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+87
J sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;
J java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/
Object;)Ljava/lang/Object;
j com.google.gwt.dev.shell.MethodAdaptor.invoke(Ljava/lang/Object;
[Ljava/lang/Object;)Ljava/lang/Object;+13
J com.google.gwt.dev.shell.mac.MethodDispatch.invoke(II[I[I)I
v ~StubRoutines::call_stub
j org.eclipse.swt.internal.carbon.OS.ReceiveNextEvent(I[IDZ[I)I+0
j org.eclipse.swt.widgets.Display.readAndDispatch()Z+50
j com.google.gwt.dev.SwtHostedModeBase.processEvents()V+4
j com.google.gwt.dev.HostedModeBase.pumpEventLoop()V+13
j com.google.gwt.dev.HostedModeBase.run()V+19
j com.google.gwt.dev.GWTShell.main([Ljava/lang/String;)V+40
v ~StubRoutines::call_stub
Java Threads: ( => current thread )
0x038af400 JavaThread "http-8888-Processor8" daemon
[_thread_in_Java, id=-1308504064, stack(0xb1f1d000,0xb201d000)]
0x038aec00 JavaThread "http-8888-Processor7" daemon
[_thread_blocked, id=-1309560832, stack(0xb1e1b000,0xb1f1b000)]
0x038ae400 JavaThread "http-8888-Processor6" daemon
[_thread_blocked, id=-1310617600, stack(0xb1d19000,0xb1e19000)]
0x03ac7800 JavaThread "http-8888-Processor5" daemon
[_thread_blocked, id=-1311674368, stack(0xb1c17000,0xb1d17000)]
0x03aa8c00 JavaThread "AWT-EventQueue-0" [_thread_blocked,
id=-1313263616, stack(0xb1a93000,0xb1b93000)]
0x03a93400 JavaThread "Java2D Disposer" daemon [_thread_blocked,
id=-1314320384, stack(0xb1991000,0xb1a91000)]
0x03a9ac00 JavaThread "AWT-Shutdown" [_thread_blocked,
id=-1315377152, stack(0xb188f000,0xb198f000)]
0x03a8a800 JavaThread "http-8888-Monitor" [_thread_blocked,
id=-1316433920, stack(0xb178d000,0xb188d000)]
0x03a89800 JavaThread "http-8888-Processor4" daemon
[_thread_in_native, id=-1317490688, stack(0xb168b000,0xb178b000)]
0x03a88c00 JavaThread "http-8888-Processor3" daemon
[_thread_in_native, id=-1318547456, stack(0xb1589000,0xb1689000)]
0x03a87c00 JavaThread "http-8888-Processor2" daemon
[_thread_in_native, id=-1319604224, stack(0xb1487000,0xb1587000)]
0x01881000 JavaThread "http-8888-Processor1" daemon
[_thread_in_native, id=-1320660992, stack(0xb1385000,0xb1485000)]
0x03a7b400 JavaThread "ContainerBackgroundProcessor[StandardEngine
[gwt]]" daemon [_thread_blocked, id=-1325752320, stack
(0xb0eaa000,0xb0faa000)]
0x01844000 JavaThread "Timer-0" daemon [_thread_blocked,
id=-1322774528, stack(0xb1181000,0xb1281000)]
=>0x038b6000 JavaThread "Thread-0" daemon [_thread_in_native,
id=-1610181376, stack(0xbf800000,0xc0000000)]
0x038ac400 JavaThread "Low Memory Detector" daemon [_thread_blocked,
id=-1328435200, stack(0xb0c1b000,0xb0d1b000)]
0x038ab800 JavaThread "CompilerThread0" daemon [_thread_blocked,
id=-1329491968, stack(0xb0b19000,0xb0c19000)]
0x038aa800 JavaThread "Signal Dispatcher" daemon [_thread_blocked,
id=-1330548736, stack(0xb0a17000,0xb0b17000)]
0x038a9800 JavaThread "Surrogate Locker Thread (CMS)" daemon
[_thread_blocked, id=-1331605504, stack(0xb0915000,0xb0a15000)]
0x038a8c00 JavaThread "Finalizer" daemon [_thread_blocked,
id=-1333727232, stack(0xb070f000,0xb080f000)]
0x038a7c00 JavaThread "Reference Handler" daemon [_thread_blocked,
id=-1334784000, stack(0xb060d000,0xb070d000)]
0x01800c00 JavaThread "main" [_thread_in_native, id=-1341124608,
stack(0xb0001000,0xb0101000)]
Other Threads:
0x038a5400 VMThread [stack: 0xb050b000,0xb060b000] [id=-1335840768]
0x038b5400 WatcherThread [stack: 0xb0d1d000,0xb0e1d000]
[id=-1327378432]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None
Heap
par new generation total 14336K, used 8986K [0x06010000,
0x07010000, 0x08010000)
eden space 12288K, 56% used [0x06010000, 0x066d6888, 0x06c10000)
from space 2048K, 100% used [0x06c10000, 0x06e10000, 0x06e10000)
to space 2048K, 0% used [0x06e10000, 0x06e10000, 0x07010000)
concurrent mark-sweep generation total 298712K, used 227106K
[0x08010000, 0x1a3c6000, 0x26010000)
concurrent-mark-sweep perm gen total 32120K, used 24556K [0x26010000,
0x27f6e000, 0x2a010000)
Virtual Machine Arguments:
JVM Args: -Xmx512m -DIS.REMOTE=true -DIS.PATH.LOCAL=/Volumes/istemp -
DIS.PATH.REMOTE=C:\\istemp -DIS.HOSTNAME=wdkur02.d-velop.de -
Dfile.encoding=MacRoman
Java Command: com.google.gwt.dev.GWTShell -style DETAILED -out /Users/
danielkurka/Library/Caches/IntelliJIDEA8x/gwt/toolkit-webapps.toolkit-
webappscdda22e6/d3-flow-connector.8132063c/run/www -gen /Users/
danielkurka/Library/Caches/IntelliJIDEA8x/gwt/toolkit-webapps.toolkit-
webappscdda22e6/d3-flow-connector.8132063c/run/gen
http://localhost:8888/com.dvelop.flow.connector.FlowConnector/index.jsp?e:encoded=Vs3cQ7lB68Z0VpagATlLGkGC8jmbLH2kIeUw6dfdZMweNWFzEcF1%2F5YQl8B88O6fTyBRNFNTKG8VpV4Bp6thijw%2FGkFB%2BW4xevFlNB5E92KagW8EYlaAIjoxIKvZPiHWTVgc8t4UgXqhk6WXBJzU%2BA%3D%3D&docId=P000000030&showCatalog=true&showMenu=true&showStructure=true&bulkprocessing=true&logLevel=DEBUG
Launcher Type: SUN_STANDARD
Physical Memory: Page Size = 4k, Total = 3840M, Free = 748M
Thread 0 Crashed: Dispatch queue: com.apple.main-thread
0 com.apple.JavaScriptCore 0x969cf77b JSValueUnprotect + 75
1 libgwt-ll.jnilib 0x2b1e5610
Java_com_google_gwt_dev_shell_mac_LowLevelSaf_gcUnprotect + 64
2 ??? 0x0471b64f 0 + 74561103
3 ??? 0x0472c114 0 + 74629396
4 ??? 0x04003db1 0 + 67124657
5 ??? 0x04003f17 0 + 67125015
6 ??? 0x040043f3 0 + 67126259
7 ??? 0x04003f17 0 + 67125015
8 ??? 0x04003f17 0 + 67125015
9 ??? 0x04003f17 0 + 67125015
10 ??? 0x04003ed5 0 + 67124949
11 ??? 0x04003ed5 0 + 67124949
12 ??? 0x0400428d 0 + 67125901
13 ??? 0x04003db1 0 + 67124657
14 ??? 0x04003db1 0 + 67124657
15 ??? 0x040012d3 0 + 67113683
16 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
17 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
18 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
19 libclient.dylib 0x010c8788
JVM_NewInstanceFromConstructor + 3896
20 libclient.dylib 0x010ca37e JVM_InvokeMethod + 1342
21 libclient.dylib 0x010ca032 JVM_InvokeMethod + 498
22 libjava.jnilib 0x00715186
Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
23 ??? 0x0400b839 0 + 67156025
24 ??? 0x04003f17 0 + 67125015
25 ??? 0x04189a14 0 + 68721172
26 ??? 0x041895e4 0 + 68720100
27 ??? 0x04003f17 0 + 67125015
28 ??? 0x0472edac 0 + 74640812
29 ??? 0x040012d3 0 + 67113683
30 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
31 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
32 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
33 libclient.dylib 0x010bb9d0 JVM_MonitorWait + 15088
34 libclient.dylib 0x0110f57d JVM_Socket + 5757
35 libgwt-ll.jnilib 0x2b1e6a5a JNIEnv_::CallIntMethod
(_jobject*, _jmethodID*, ...) + 52
36 libgwt-ll.jnilib 0x2b1e4bdf
gwt::DispatchMethodCallAsFunction(OpaqueJSContext const*,
OpaqueJSValue*, OpaqueJSValue*, unsigned long, OpaqueJSValue const*
const*, OpaqueJSValue const**) + 437
37 com.apple.JavaScriptCore 0x969c8e66
JSC::JSCallbackObject<JSC::JSObject>::call(JSC::ExecState*,
JSC::JSObject*, JSC::JSValue, JSC::ArgList const&) + 502
38 com.apple.JavaScriptCore 0x969b7d44
cti_op_call_NotJSFunction + 612
39 ??? 0x41cdf2c0 0 + 1104016064
40 com.apple.JavaScriptCore 0x969a7f47 JSC::Interpreter::execute
(JSC::FunctionBodyNode*, JSC::ExecState*, JSC::JSFunction*,
JSC::JSObject*, JSC::ArgList const&, JSC::ScopeChainNode*,
JSC::JSValue*) + 807
Thread 1:
0 libSystem.B.dylib 0x9041c806 __semwait_signal + 10
1 libSystem.B.dylib 0x9041c4c2 _pthread_cond_wait +
1191
2 libSystem.B.dylib 0x9041e158 pthread_cond_wait
$UNIX2003 + 73
3 com.apple.Foundation 0x91c2aaef -[NSCondition wait] +
316
4 com.apple.Foundation 0x91c184a5 -[NSObject
(NSThreadPerformAdditions)
performSelector:onThread:withObject:waitUntilDone:modes:] + 1111
5 com.apple.Foundation 0x91c2ac4b -[NSObject
(NSThreadPerformAdditions)
performSelectorOnMainThread:withObject:waitUntilDone:] + 184
6 java 0x000057f7 0x1000 + 18423
7 java 0x00004ec7 0x1000 + 16071
8 java 0x0000373e 0x1000 + 10046
9 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
10 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 2: Java: Exception Handler Thread
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libSystem.B.dylib 0x9045a5d8 mach_msg_server + 520
3 libclient.dylib 0x01010595 JNI_CreateJavaVM_Impl +
60869
4 libclient.dylib 0x0101053a JNI_CreateJavaVM_Impl +
60778
5 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
6 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
7 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 3: Java: Gang worker#0 (Parallel GC Threads)
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x0100f098 JNI_CreateJavaVM_Impl +
55496
5 libclient.dylib 0x0100ecf8 JNI_CreateJavaVM_Impl +
54568
6 libclient.dylib 0x010250e1 jio_vsnprintf + 321
7 libclient.dylib 0x0102501a jio_vsnprintf + 122
8 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
9 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
10 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 4: Java: Gang worker#1 (Parallel GC Threads)
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x0100f098 JNI_CreateJavaVM_Impl +
55496
5 libclient.dylib 0x0100ecf8 JNI_CreateJavaVM_Impl +
54568
6 libclient.dylib 0x010250e1 jio_vsnprintf + 321
7 libclient.dylib 0x0102501a jio_vsnprintf + 122
8 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
9 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
10 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 5: Java: Concurrent Mark-Sweep GC Thread
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x0102c360 jio_vsnprintf + 29632
4 libclient.dylib 0x0100f127 JNI_CreateJavaVM_Impl +
55639
5 libclient.dylib 0x0100ecf8 JNI_CreateJavaVM_Impl +
54568
6 libclient.dylib 0x010e92cc JVM_Available + 29852
7 libclient.dylib 0x0102c142 jio_vsnprintf + 29090
8 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
9 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
10 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 6: Java: VM Thread
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x0102c360 jio_vsnprintf + 29632
4 libclient.dylib 0x0100f127 JNI_CreateJavaVM_Impl +
55639
5 libclient.dylib 0x0100ecf8 JNI_CreateJavaVM_Impl +
54568
6 libclient.dylib 0x010a46fb JVM_Lseek + 142747
7 libclient.dylib 0x010a443a JVM_Lseek + 142042
8 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
9 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
10 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 7: Java: Reference Handler
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x040012d3 0 + 67113683
11 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
12 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
13 libclient.dylib 0x010b78bb JVM_InternString + 2123
14 libclient.dylib 0x010b772a JVM_InternString + 1722
15 libclient.dylib 0x010b7514 JVM_InternString + 1188
16 libclient.dylib 0x010b6faf JVM_StartThread + 2175
17 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
18 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
19 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 8: Java: Finalizer
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x041d8024 0 + 69042212
9 ??? 0x041d7cd4 0 + 69041364
10 ??? 0x04003f17 0 + 67125015
11 ??? 0x040012d3 0 + 67113683
12 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
13 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
14 libclient.dylib 0x010b78bb JVM_InternString + 2123
15 libclient.dylib 0x010b772a JVM_InternString + 1722
16 libclient.dylib 0x010b7514 JVM_InternString + 1188
17 libclient.dylib 0x010b6faf JVM_StartThread + 2175
18 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
19 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
20 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 9: Dispatch queue: com.apple.libdispatch-manager
0 libSystem.B.dylib 0x904150ea kevent + 10
1 libSystem.B.dylib 0x90415804 _dispatch_mgr_invoke +
215
2 libSystem.B.dylib 0x90414cc3 _dispatch_queue_invoke +
163
3 libSystem.B.dylib 0x90414a68 _dispatch_worker_thread2
+ 234
4 libSystem.B.dylib 0x904144f1 _pthread_wqthread + 390
5 libSystem.B.dylib 0x90414336 start_wqthread + 30
Thread 10: Java: Surrogate Locker Thread (CMS)
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x0100f098 JNI_CreateJavaVM_Impl +
55496
5 libclient.dylib 0x0100ec19 JNI_CreateJavaVM_Impl +
54345
6 libclient.dylib 0x010ce817 JVM_IsPrimitiveClass +
7639
7 libclient.dylib 0x010ce391 JVM_IsPrimitiveClass +
6481
8 libclient.dylib 0x010b7514 JVM_InternString + 1188
9 libclient.dylib 0x010b6faf JVM_StartThread + 2175
10 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
11 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
12 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 11: Java: Signal Dispatcher
0 libSystem.B.dylib 0x903ee916 semaphore_wait_trap + 10
1 libclient.dylib 0x010cf2de JVM_IsPrimitiveClass +
10398
2 libclient.dylib 0x010cf0ae JVM_IsPrimitiveClass +
9838
3 libclient.dylib 0x010b7514 JVM_InternString + 1188
4 libclient.dylib 0x010b6faf JVM_StartThread + 2175
5 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
6 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
7 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 12: Java: CompilerThread0
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x0100f098 JNI_CreateJavaVM_Impl +
55496
5 libclient.dylib 0x0100ec19 JNI_CreateJavaVM_Impl +
54345
6 libclient.dylib 0x010d0642 JVM_IsPrimitiveClass +
15362
7 libclient.dylib 0x010d041b JVM_IsPrimitiveClass +
14811
8 libclient.dylib 0x010b7514 JVM_InternString + 1188
9 libclient.dylib 0x010b6faf JVM_StartThread + 2175
10 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
11 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
12 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 13: Java: Low Memory Detector
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x0100f098 JNI_CreateJavaVM_Impl +
55496
5 libclient.dylib 0x0100ecf8 JNI_CreateJavaVM_Impl +
54568
6 libclient.dylib 0x010d45b2 JVM_IsPrimitiveClass +
31602
7 libclient.dylib 0x010b7514 JVM_InternString + 1188
8 libclient.dylib 0x010b6faf JVM_StartThread + 2175
9 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
10 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
11 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 14: Java: VM Periodic Task Thread
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x010d588d JVM_IsPrimitiveClass +
36429
4 libclient.dylib 0x010d54dd JVM_IsPrimitiveClass +
35485
5 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
6 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
7 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 15: JavaScriptCore: FastMalloc scavenger
0 libSystem.B.dylib 0x9041c806 __semwait_signal + 10
1 libSystem.B.dylib 0x9041c4c2 _pthread_cond_wait +
1191
2 libSystem.B.dylib 0x9041e158 pthread_cond_wait
$UNIX2003 + 73
3 com.apple.JavaScriptCore 0x9698c276
WTF::TCMalloc_PageHeap::scavengerThread() + 614
4 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 16: Java: Timer-0
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x0102c360 jio_vsnprintf + 29632
4 libclient.dylib 0x010b9048 JVM_MonitorWait + 4456
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x040012d3 0 + 67113683
11 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
12 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
13 libclient.dylib 0x010b78bb JVM_InternString + 2123
14 libclient.dylib 0x010b772a JVM_InternString + 1722
15 libclient.dylib 0x010b7514 JVM_InternString + 1188
16 libclient.dylib 0x010b6faf JVM_StartThread + 2175
17 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
18 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
19 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 17: Java: ContainerBackgroundProcessor[StandardEngine[gwt]]
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x010d574e JVM_IsPrimitiveClass +
36110
4 libclient.dylib 0x0111a893 JVM_Sleep + 403
5 ??? 0x0400b839 0 + 67156025
6 ??? 0x04003db1 0 + 67124657
7 ??? 0x0400428d 0 + 67125901
8 ??? 0x040012d3 0 + 67113683
9 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
10 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
11 libclient.dylib 0x010b78bb JVM_InternString + 2123
12 libclient.dylib 0x010b772a JVM_InternString + 1722
13 libclient.dylib 0x010b7514 JVM_InternString + 1188
14 libclient.dylib 0x010b6faf JVM_StartThread + 2175
15 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
16 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
17 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 18: Java: http-8888-Processor1
0 libSystem.B.dylib 0x9040d856 select$DARWIN_EXTSN + 10
1 libclient.dylib 0x012d6f0f JVM_Exit + 767
2 libclient.dylib 0x012cf3c0 JVM_Timeout + 48
3 libnet.jnilib 0x3fbb9994
Java_java_net_SocketInputStream_socketRead0 + 238
4 ??? 0x0400b839 0 + 67156025
5 ??? 0x04003ed5 0 + 67124949
6 ??? 0x04003ed5 0 + 67124949
7 ??? 0x0473ec1c 0 + 74705948
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x0400428d 0 + 67125901
12 ??? 0x0400428d 0 + 67125901
13 ??? 0x040012d3 0 + 67113683
14 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
15 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
16 libclient.dylib 0x010b78bb JVM_InternString + 2123
17 libclient.dylib 0x010b772a JVM_InternString + 1722
18 libclient.dylib 0x010b7514 JVM_InternString + 1188
19 libclient.dylib 0x010b6faf JVM_StartThread + 2175
20 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
21 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
22 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 19: Java: http-8888-Processor2
0 libSystem.B.dylib 0x9040d856 select$DARWIN_EXTSN + 10
1 libclient.dylib 0x012d6f0f JVM_Exit + 767
2 libclient.dylib 0x012cf3c0 JVM_Timeout + 48
3 libnet.jnilib 0x3fbb9994
Java_java_net_SocketInputStream_socketRead0 + 238
4 ??? 0x0400b839 0 + 67156025
5 ??? 0x04003ed5 0 + 67124949
6 ??? 0x04003ed5 0 + 67124949
7 ??? 0x0473ec1c 0 + 74705948
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x0400428d 0 + 67125901
12 ??? 0x0400428d 0 + 67125901
13 ??? 0x040012d3 0 + 67113683
14 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
15 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
16 libclient.dylib 0x010b78bb JVM_InternString + 2123
17 libclient.dylib 0x010b772a JVM_InternString + 1722
18 libclient.dylib 0x010b7514 JVM_InternString + 1188
19 libclient.dylib 0x010b6faf JVM_StartThread + 2175
20 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
21 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
22 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 20: Java: http-8888-Processor3
0 libSystem.B.dylib 0x9040d856 select$DARWIN_EXTSN + 10
1 libclient.dylib 0x012d6f0f JVM_Exit + 767
2 libclient.dylib 0x012cf3c0 JVM_Timeout + 48
3 libnet.jnilib 0x3fbb9994
Java_java_net_SocketInputStream_socketRead0 + 238
4 ??? 0x0400b839 0 + 67156025
5 ??? 0x04003ed5 0 + 67124949
6 ??? 0x04003ed5 0 + 67124949
7 ??? 0x0473ec1c 0 + 74705948
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x0400428d 0 + 67125901
12 ??? 0x0400428d 0 + 67125901
13 ??? 0x040012d3 0 + 67113683
14 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
15 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
16 libclient.dylib 0x010b78bb JVM_InternString + 2123
17 libclient.dylib 0x010b772a JVM_InternString + 1722
18 libclient.dylib 0x010b7514 JVM_InternString + 1188
19 libclient.dylib 0x010b6faf JVM_StartThread + 2175
20 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
21 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
22 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 21: Java: http-8888-Processor4
0 libSystem.B.dylib 0x9046779e accept$UNIX2003 + 10
1 libclient.dylib 0x012cf2c8 JVM_Accept + 56
2 libnet.jnilib 0x3fbc0cdf
Java_java_net_PlainSocketImpl_socketAccept + 803
3 ??? 0x0400b839 0 + 67156025
4 ??? 0x04003db1 0 + 67124657
5 ??? 0x04003db1 0 + 67124657
6 ??? 0x04003db1 0 + 67124657
7 ??? 0x04003f17 0 + 67125015
8 ??? 0x04003f17 0 + 67125015
9 ??? 0x04003f17 0 + 67125015
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x0400428d 0 + 67125901
12 ??? 0x040012d3 0 + 67113683
13 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
14 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
15 libclient.dylib 0x010b78bb JVM_InternString + 2123
16 libclient.dylib 0x010b772a JVM_InternString + 1722
17 libclient.dylib 0x010b7514 JVM_InternString + 1188
18 libclient.dylib 0x010b6faf JVM_StartThread + 2175
19 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
20 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
21 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 22: Java: http-8888-Monitor
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f7a7 JNI_CreateJavaVM_Impl +
57303
3 libclient.dylib 0x0102c360 jio_vsnprintf + 29632
4 libclient.dylib 0x010b9048 JVM_MonitorWait + 4456
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x0400428d 0 + 67125901
10 ??? 0x040012d3 0 + 67113683
11 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
12 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
13 libclient.dylib 0x010b78bb JVM_InternString + 2123
14 libclient.dylib 0x010b772a JVM_InternString + 1722
15 libclient.dylib 0x010b7514 JVM_InternString + 1188
16 libclient.dylib 0x010b6faf JVM_StartThread + 2175
17 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
18 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
19 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 23: Java: AWT-Shutdown
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x040012d3 0 + 67113683
12 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
13 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
14 libclient.dylib 0x010b78bb JVM_InternString + 2123
15 libclient.dylib 0x010b772a JVM_InternString + 1722
16 libclient.dylib 0x010b7514 JVM_InternString + 1188
17 libclient.dylib 0x010b6faf JVM_StartThread + 2175
18 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
19 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
20 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 24: Java: Java2D Disposer
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x041d8024 0 + 69042212
9 ??? 0x041d7cd4 0 + 69041364
10 ??? 0x04003f17 0 + 67125015
11 ??? 0x0400428d 0 + 67125901
12 ??? 0x040012d3 0 + 67113683
13 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
14 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
15 libclient.dylib 0x010b78bb JVM_InternString + 2123
16 libclient.dylib 0x010b772a JVM_InternString + 1722
17 libclient.dylib 0x010b7514 JVM_InternString + 1188
18 libclient.dylib 0x010b6faf JVM_StartThread + 2175
19 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
20 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
21 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 25:
0 libSystem.B.dylib 0x90414182 __workq_kernreturn + 10
1 libSystem.B.dylib 0x90414718 _pthread_wqthread + 941
2 libSystem.B.dylib 0x90414336 start_wqthread + 30
Thread 26: Java: AWT-EventQueue-0
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x04003f17 0 + 67125015
11 ??? 0x04003fdd 0 + 67125213
12 ??? 0x04003db1 0 + 67124657
13 ??? 0x04003db1 0 + 67124657
14 ??? 0x04003db1 0 + 67124657
15 ??? 0x04003db1 0 + 67124657
16 ??? 0x040012d3 0 + 67113683
17 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
18 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
19 libclient.dylib 0x010b78bb JVM_InternString + 2123
20 libclient.dylib 0x010b772a JVM_InternString + 1722
21 libclient.dylib 0x010b7514 JVM_InternString + 1188
22 libclient.dylib 0x010b6faf JVM_StartThread + 2175
23 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
24 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
25 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 27:
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 com.apple.CoreFoundation 0x91ed677f __CFRunLoopRun + 2079
3 com.apple.CoreFoundation 0x91ed5864 CFRunLoopRunSpecific +
452
4 com.apple.CoreFoundation 0x91ed5691 CFRunLoopRunInMode + 97
5 com.apple.Foundation 0x91c3b430 +[NSURLConnection
(NSURLConnectionReallyInternal) _resourceLoadLoop:] + 329
6 com.apple.Foundation 0x91c028d8 -[NSThread main] + 45
7 com.apple.Foundation 0x91c02888 __NSThread__main__ +
1499
8 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
9 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 28:
0 libSystem.B.dylib 0x9040d856 select$DARWIN_EXTSN + 10
1 com.apple.CoreFoundation 0x91f15ddd __CFSocketManager + 1085
2 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
3 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 29: Java: http-8888-Processor5
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x040012d3 0 + 67113683
12 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
13 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
14 libclient.dylib 0x010b78bb JVM_InternString + 2123
15 libclient.dylib 0x010b772a JVM_InternString + 1722
16 libclient.dylib 0x010b7514 JVM_InternString + 1188
17 libclient.dylib 0x010b6faf JVM_StartThread + 2175
18 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
19 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
20 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 30: Java: http-8888-Processor6
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x040012d3 0 + 67113683
12 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
13 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
14 libclient.dylib 0x010b78bb JVM_InternString + 2123
15 libclient.dylib 0x010b772a JVM_InternString + 1722
16 libclient.dylib 0x010b7514 JVM_InternString + 1188
17 libclient.dylib 0x010b6faf JVM_StartThread + 2175
18 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
19 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
20 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 31: Java: http-8888-Processor7
0 libSystem.B.dylib 0x903ee8da mach_msg_trap + 10
1 libSystem.B.dylib 0x903ef047 mach_msg + 68
2 libclient.dylib 0x0100f693 JNI_CreateJavaVM_Impl +
57027
3 libclient.dylib 0x0100f51b JNI_CreateJavaVM_Impl +
56651
4 libclient.dylib 0x010b9435 JVM_MonitorWait + 5461
5 libclient.dylib 0x010b839e JVM_MonitorWait + 1214
6 libclient.dylib 0x010b801a JVM_MonitorWait + 314
7 ??? 0x0400b839 0 + 67156025
8 ??? 0x04003db1 0 + 67124657
9 ??? 0x04003db1 0 + 67124657
10 ??? 0x0400428d 0 + 67125901
11 ??? 0x040012d3 0 + 67113683
12 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
13 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
14 libclient.dylib 0x010b78bb JVM_InternString + 2123
15 libclient.dylib 0x010b772a JVM_InternString + 1722
16 libclient.dylib 0x010b7514 JVM_InternString + 1188
17 libclient.dylib 0x010b6faf JVM_StartThread + 2175
18 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
19 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
20 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 32: Java: http-8888-Processor8
0 libSystem.B.dylib 0x903f50f8 pthread_getspecific + 4
1 ??? 0x04090fc5 0 + 67702725
2 ??? 0x047450f0 0 + 74731760
3 ??? 0x04743a18 0 + 74725912
4 ??? 0x047418b4 0 + 74717364
5 ??? 0x04003db1 0 + 67124657
6 ??? 0x04003f17 0 + 67125015
7 ??? 0x04003f17 0 + 67125015
8 ??? 0x04003f17 0 + 67125015
9 ??? 0x04003f17 0 + 67125015
10 ??? 0x04003f17 0 + 67125015
11 ??? 0x04003db1 0 + 67124657
12 ??? 0x04003db1 0 + 67124657
13 ??? 0x041fa590 0 + 69182864
14 ??? 0x04003f17 0 + 67125015
15 ??? 0x04003db1 0 + 67124657
16 ??? 0x04003db1 0 + 67124657
17 ??? 0x04003db1 0 + 67124657
18 ??? 0x040012d3 0 + 67113683
19 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
20 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
21 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
22 libclient.dylib 0x010b404d JVM_DoPrivileged + 733
23 libjava.jnilib 0x0071327d
Java_java_security_AccessController_doPrivileged__Ljava_security_PrivilegedExceptionAction_2
+ 47
24 ??? 0x045a1a9e 0 + 73013918
25 ??? 0x04003f17 0 + 67125015
26 ??? 0x040012d3 0 + 67113683
27 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
28 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
29 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
30 libclient.dylib 0x010a5c73 JVM_Lseek + 148243
31 libclient.dylib 0x010a544c JVM_Lseek + 146156
32 libclient.dylib 0x010a4ed6 JVM_Lseek + 144758
33 libclient.dylib 0x010a82b0 JVM_Lseek + 158032
34 libclient.dylib 0x010a6f0a JVM_Lseek + 153002
35 libclient.dylib 0x010a6820 JVM_Lseek + 151232
36 ??? 0x04011ea8 0 + 67182248
37 ??? 0x04003f17 0 + 67125015
38 ??? 0x04003db1 0 + 67124657
39 ??? 0x04003db1 0 + 67124657
40 ??? 0x04003db1 0 + 67124657
41 ??? 0x04003db1 0 + 67124657
42 ??? 0x04003db1 0 + 67124657
43 ??? 0x04003f17 0 + 67125015
44 ??? 0x040012d3 0 + 67113683
45 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
46 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
47 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
48 libclient.dylib 0x010a5c73 JVM_Lseek + 148243
49 libclient.dylib 0x010a544c JVM_Lseek + 146156
50 libclient.dylib 0x010a4ed6 JVM_Lseek + 144758
51 libclient.dylib 0x010a82b0 JVM_Lseek + 158032
52 libclient.dylib 0x010a6f0a JVM_Lseek + 153002
53 libclient.dylib 0x010a6820 JVM_Lseek + 151232
54 ??? 0x04011ea8 0 + 67182248
55 ??? 0x04003f17 0 + 67125015
56 ??? 0x04003f17 0 + 67125015
57 ??? 0x04003f17 0 + 67125015
58 ??? 0x040012d3 0 + 67113683
59 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
60 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
61 libclient.dylib 0x010a5ce6 JVM_Lseek + 148358
62 libclient.dylib 0x010c8788
JVM_NewInstanceFromConstructor + 3896
63 libclient.dylib 0x010ca37e JVM_InvokeMethod + 1342
64 libclient.dylib 0x010ca032 JVM_InvokeMethod + 498
65 libjava.jnilib 0x00715186
Java_sun_reflect_NativeMethodAccessorImpl_invoke0 + 38
66 ??? 0x0400b839 0 + 67156025
67 ??? 0x04003f17 0 + 67125015
68 ??? 0x04189a14 0 + 68721172
69 ??? 0x041895e4 0 + 68720100
70 ??? 0x04003f17 0 + 67125015
71 ??? 0x04003f17 0 + 67125015
72 ??? 0x04003f17 0 + 67125015
73 ??? 0x04003db1 0 + 67124657
74 ??? 0x04003db1 0 + 67124657
75 ??? 0x04003db1 0 + 67124657
76 ??? 0x04003db1 0 + 67124657
77 ??? 0x0400428d 0 + 67125901
78 ??? 0x04003db1 0 + 67124657
79 ??? 0x04003db1 0 + 67124657
80 ??? 0x0400428d 0 + 67125901
81 ??? 0x04003db1 0 + 67124657
82 ??? 0x0400428d 0 + 67125901
83 ??? 0x04003db1 0 + 67124657
84 ??? 0x0400428d 0 + 67125901
85 ??? 0x04003db1 0 + 67124657
86 ??? 0x0400428d 0 + 67125901
87 ??? 0x0400428d 0 + 67125901
88 ??? 0x0400428d 0 + 67125901
89 ??? 0x0400428d 0 + 67125901
90 ??? 0x04003db1 0 + 67124657
91 ??? 0x0400428d 0 + 67125901
92 ??? 0x0400428d 0 + 67125901
93 ??? 0x04003db1 0 + 67124657
94 ??? 0x0400428d 0 + 67125901
95 ??? 0x0400428d 0 + 67125901
96 ??? 0x0400428d 0 + 67125901
97 ??? 0x04003db1 0 + 67124657
98 ??? 0x0400428d 0 + 67125901
99 ??? 0x0400428d 0 + 67125901
100 ??? 0x0400428d 0 + 67125901
101 ??? 0x040012d3 0 + 67113683
102 libclient.dylib 0x010a5f70 JVM_Lseek + 149008
103 libclient.dylib 0x010a5d16 JVM_Lseek + 148406
104 libclient.dylib 0x010b78bb JVM_InternString + 2123
105 libclient.dylib 0x010b772a JVM_InternString + 1722
106 libclient.dylib 0x010b7514 JVM_InternString + 1188
107 libclient.dylib 0x010b6faf JVM_StartThread + 2175
108 libclient.dylib 0x0100eaa3 JNI_CreateJavaVM_Impl +
53971
109 libSystem.B.dylib 0x9041bfbd _pthread_start + 345
110 libSystem.B.dylib 0x9041be42 thread_start + 34
Thread 0 crashed with X86 Thread State (32-bit):
eax: 0x00000000 ebx: 0x0809fe08 ecx: 0x40ffc0d0 edx: 0xbfff77df
edi: 0x41bafe80 esi: 0x40ffc0d0 ebp: 0xbfff7818 esp: 0xbfff77c0
ss: 0x0000001f efl: 0x00010202 eip: 0x969cf77b cs: 0x00000017
ds: 0x0000001f es: 0x0000001f fs: 0x00000000 gs: 0x00000037
cr2: 0x00000010
Binary Images:
0x1000 - 0x7ff7 java ??? (???) <4002FCDF-9A51-B375-EBF3-
A841442222B3> /System/Library/Frameworks/JavaVM.framework/Versions/
1.6.0/Home/bin/java
0xd000 - 0x12ff7 libjli.jnilib ??? (???) <0DB2387D-
FA70-66F2-1510-CD8A77C5304B> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libjli.jnilib
0x17000 - 0x1eff7 com.apple.JavaVM 13.0.0 (13.0.0)
<73B4CB4C-7C91-D148-E6DD-CFD578055BF7> /System/Library/Frameworks/
JavaVM.framework/Versions/A/JavaVM
0x26000 - 0x345fe7 com.apple.CoreServices.CarbonCore 861.2
(861.2) <A9077470-3786-09F2-E0C7-F082B7F97838> /System/Library/
Frameworks/CoreServices.framework/Versions/A/Frameworks/
CarbonCore.framework/Versions/A/CarbonCore
0x3f3000 - 0x3fbff7 libverify.dylib ??? (???) <0B49EBEC-
AC21-9771-4616-D7507CDA7B4D> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libverify.dylib
0x700000 - 0x707ff7 JavaNativeFoundation ??? (???) <41C861E0-
F76F-9EEE-9BB4-F924CDF763DD> /System/Library/Frameworks/
JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/
Versions/A/JavaNativeFoundation
0x70f000 - 0x72cff7 libjava.jnilib ??? (???) <C134666B-0870-1793-
EF20-0A4510394309> /System/Library/Frameworks/JavaVM.framework/
Versions/1.6.0/Libraries/libjava.jnilib
0x74a000 - 0x756ff7 libzip.jnilib ??? (???)
<34AB8700-84F9-168C-0B27-BFA9607D2C7E> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libzip.jnilib
0x1000000 - 0x13f6ff7 libclient.dylib ??? (???) <84358FE1-
AD10-6876-1539-4B09901E17E1> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libclient.dylib
0x2000000 - 0x27e34b7 com.apple.CoreGraphics 1.536.12 (???)
<263EB5FC-DEAD-7C5B-C486-EC86C173F952> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/CoreGraphics
0x2b1e3000 - 0x2b1e7ffe +libgwt-ll.jnilib ??? (???) <506B66DC-
EF08-41A8-923C-EB0BA6CF7175> /Users/danielkurka/.m2/repository/com/
google/gwt/gwt-dev/1.7.1/libgwt-ll.jnilib
0x2b5ab000 - 0x2b5dafff +libswt-pi-carbon-3235.jnilib ??? (???) /Users/
danielkurka/.m2/repository/com/google/gwt/gwt-dev/1.7.1/libswt-pi-
carbon-3235.jnilib
0x2b66b000 - 0x2b66cffe +libswt-webkit-carbon-3235.jnilib ??? (???)
<07537EB8-AA07-5EB4-25C4-FF89D76A0F6C> /Users/danielkurka/.m2/
repository/com/google/gwt/gwt-dev/1.7.1/libswt-webkit-
carbon-3235.jnilib
0x2b6a6000 - 0x2b6c0ffd +libswt-carbon-3235.jnilib ??? (???) /Users/
danielkurka/.m2/repository/com/google/gwt/gwt-dev/1.7.1/libswt-
carbon-3235.jnilib
0x3fbb6000 - 0x3fbc3ff7 libnet.jnilib ??? (???)
<76E2B523-714E-2B3C-4E3A-01DE076CE13E> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libnet.jnilib
0x3fbc9000 - 0x3fd8aff7 libawt.jnilib ??? (???)
<F1575A83-8C89-8B8D-6774-B482125F65DC> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libawt.jnilib
0x3fe11000 - 0x3fe16fe7 com.apple.java.JavaRuntimeSupport 13.0.0
(13.0.0) <C368B733-2F26-82CB-9E44-4F03637BDDFC> /System/Library/
Frameworks/JavaVM.framework/Versions/A/Frameworks/
JavaRuntimeSupport.framework/Versions/A/JavaRuntimeSupport
0x40d97000 - 0x40dfaff7 libfontmanager.jnilib ??? (???) <EDDCFC45-
D0D4-AFC2-07E8-2654E6FF2005> /System/Library/Frameworks/
JavaVM.framework/Versions/1.6.0/Libraries/libfontmanager.jnilib
0x8fe00000 - 0x8fe4162b dyld 132.1 (???) <211AF0DD-42D9-79C8-
BB6A-1F4BEEF4B4AB> /usr/lib/dyld
0x90159000 - 0x9024bff7 libcrypto.0.9.8.dylib ??? (???)
<792B8722-3091-5E9F-E25F-67499CFE0599> /usr/lib/libcrypto.0.9.8.dylib
0x902cb000 - 0x902d6ff7 libCSync.A.dylib ??? (???)
<9292E6E3-70C1-1DD7-4213-1044F0FA8381> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
0x90373000 - 0x903edfef com.apple.audio.CoreAudio 3.2.2 (3.2.2)
<1F97B48A-327B-89CC-7C01-3865179716E0> /System/Library/Frameworks/
CoreAudio.framework/Versions/A/CoreAudio
0x903ee000 - 0x90592feb libSystem.B.dylib ??? (???) <D45B91B2-2B4C-
AAC0-8096-1FC48B7E9672> /usr/lib/libSystem.B.dylib
0x905e1000 - 0x90601fe7 com.apple.opencl 12 (12)
<2DB56F60-577B-6724-5708-7B082F62CC0F> /System/Library/Frameworks/
OpenCL.framework/Versions/A/OpenCL
0x906b0000 - 0x90714ffb com.apple.htmlrendering 72 (1.1.4) <4D451A35-
FAB6-1288-71F6-F24A4B6E2371> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework/
Versions/A/HTMLRendering
0x9073e000 - 0x90818ff3 com.apple.DesktopServices 1.5.3 (1.5.3)
<DA02AC94-7B0C-BD75-2305-C46A307A5FB0> /System/Library/
PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/
DesktopServicesPriv
0x9099b000 - 0x90dd0ff7 libLAPACK.dylib ??? (???)
<5E2D2283-57DE-9A49-1DB0-CD027FEFA6C2> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libLAPACK.dylib
0x90ddc000 - 0x916baff7 com.apple.AppKit 6.6.3 (1038.25)
<72A9AA47-8DCB-DB07-64F5-F837E98C62D8> /System/Library/Frameworks/
AppKit.framework/Versions/C/AppKit
0x91714000 - 0x917bcffb com.apple.QD 3.33 (???) <196CDBA6-5B87-2767-
DD57-082D71B0A5C7> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/QD.framework/
Versions/A/QD
0x917ca000 - 0x91834fe7 libstdc++.6.dylib ??? (???) <411D87F4-
B7E1-44EB-F201-F8B4F9227213> /usr/lib/libstdc++.6.dylib
0x9186f000 - 0x918deff7 libvMisc.dylib ??? (???)
<59243A8C-2B98-3E71-8032-884D4853E79F> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvMisc.dylib
0x91b84000 - 0x91b98fe7 libbsm.0.dylib ??? (???) <14CB053A-7C47-96DA-
E415-0906BA1B78C9> /usr/lib/libbsm.0.dylib
0x91be9000 - 0x91be9ff7 liblangid.dylib ??? (???)
<B99607FC-5646-32C8-2C16-AFB5EA9097C2> /usr/lib/liblangid.dylib
0x91bea000 - 0x91bebff7 com.apple.audio.units.AudioUnit 1.6.1 (1.6.1)
<3A08510C-07F7-1A09-D6ED-1A488203ACCC> /System/Library/Frameworks/
AudioUnit.framework/Versions/A/AudioUnit
0x91bec000 - 0x91e5cffb com.apple.Foundation 6.6.1 (751.14) <CD815A50-
BB33-5AA1-DD73-A5B07D394DDA> /System/Library/Frameworks/
Foundation.framework/Versions/C/Foundation
0x91e68000 - 0x91e99ff3 libTrueTypeScaler.dylib ??? (???)
<6C8916A2-8F85-98E0-AAD5-0020C39C0FC9> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libTrueTypeScaler.dylib
0x91e9a000 - 0x92011fef com.apple.CoreFoundation 6.6.1 (550.13)
<AE9FC6F7-F0B2-DE58-759E-7DB89C021A46> /System/Library/Frameworks/
CoreFoundation.framework/Versions/A/CoreFoundation
0x9203d000 - 0x92049ff7 libkxld.dylib ??? (???) <3D2C5BA3-6A8D-C861-
B346-0E19942D9AF1> /usr/lib/system/libkxld.dylib
0x92819000 - 0x9281ffff com.apple.CommonPanels 1.2.4 (91)
<2438AF5D-067B-B9FD-1248-2C9987F360BA> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/
A/CommonPanels
0x92820000 - 0x9282afe7 com.apple.audio.SoundManager 3.9.3 (3.9.3)
<5F494955-7290-2D91-DA94-44B590191771> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/Versions/
A/CarbonSound
0x937e8000 - 0x937f5ff7 com.apple.NetFS 3.2.1 (3.2.1) <5E61A00B-
FA16-9D99-A064-47BDC5BC9A2B> /System/Library/Frameworks/
NetFS.framework/Versions/A/NetFS
0x93828000 - 0x938d5fe7 libobjc.A.dylib ??? (???)
<DF8E4CFA-3719-3415-0BF1-E8C5E561C3B1> /usr/lib/libobjc.A.dylib
0x938d6000 - 0x938d6ff7 com.apple.vecLib 3.5 (vecLib 3.5) <17BEEF92-
DF30-CD52-FD65-0B7B43B93617> /System/Library/Frameworks/
vecLib.framework/Versions/A/vecLib
0x938f9000 - 0x93946feb
com.apple.DirectoryService.PasswordServerFramework 6.0 (6.0) <BF66BA5D-
BBC8-78A5-DBE2-F9DE3DD1D775> /System/Library/PrivateFrameworks/
PasswordServer.framework/Versions/A/PasswordServer
0x93947000 - 0x93984ff7 com.apple.SystemConfiguration 1.10.1 (1.10.1)
<BA676C76-6AAD-F630-626D-B9248535294D> /System/Library/Frameworks/
SystemConfiguration.framework/Versions/A/SystemConfiguration
0x93985000 - 0x9398eff7 com.apple.DiskArbitration 2.3 (2.3) <E9C40767-
DA6A-6CCB-8B00-2D5706753000> /System/Library/Frameworks/
DiskArbitration.framework/Versions/A/DiskArbitration
0x9398f000 - 0x939adff7 com.apple.CoreVideo 1.6.0 (43.1) <1FB01BE0-
B013-AE86-A063-481BB547D2F5> /System/Library/Frameworks/
CoreVideo.framework/Versions/A/CoreVideo
0x939ae000 - 0x93aaffe7 libxml2.2.dylib ??? (???)
<B4C5CD68-405D-0F1B-59CA-5193D463D0EF> /usr/lib/libxml2.2.dylib
0x93b22000 - 0x93b72ff7 com.apple.framework.familycontrols 2.0 (2.0)
<E6CAB425-3E40-65A3-0C23-150C26E9CBBF> /System/Library/
PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
0x93cb5000 - 0x93cddff7 libxslt.1.dylib ??? (???) <769EF4B2-C1AD-73D5-
AAAD-1564DAEA77AF> /usr/lib/libxslt.1.dylib
0x93cde000 - 0x93cf3fff com.apple.ImageCapture 6.0 (6.0)
<3F31833A-38A9-444E-02B7-17619CA6F2A0> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/
A/ImageCapture
0x93d48000 - 0x93d8afe7 libvDSP.dylib ??? (???)
<8F8FFFB3-81E3-2969-5688-D5B0979182E6> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
libvDSP.dylib
0x93f8c000 - 0x93fcfff7 com.apple.NavigationServices 3.5.3 (181)
<28CDD978-030E-7D4A-5334-874A8EBE6C29> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/NavigationServices.framework/
Versions/A/NavigationServices
0x93fd0000 - 0x93ff2fef com.apple.DirectoryService.Framework 3.6
(621.1) <3ED4949F-9604-C109-6586-5CE5F421182B> /System/Library/
Frameworks/DirectoryService.framework/Versions/A/DirectoryService
0x94015000 - 0x94143fe7 com.apple.CoreData 102.1 (250) <F33FF4A1-
D7F9-4F6D-3153-E5F2588479EB> /System/Library/Frameworks/
CoreData.framework/Versions/A/CoreData
0x941c3000 - 0x9421dff7 com.apple.framework.IOKit 2.0 (???)
<1BE07087-27D5-0E62-F06B-007C2BED4073> /System/Library/Frameworks/
IOKit.framework/Versions/A/IOKit
0x9421e000 - 0x942cdff3 com.apple.ColorSync 4.6.2 (4.6.2) <F3F097AC-
FDB7-3357-C64F-E28BECF4C15F> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
ColorSync.framework/Versions/A/ColorSync
0x942ce000 - 0x942d1ff7 libCGXType.A.dylib ??? (???) <483FCF1C-066B-
D210-7355-ABC48CA9DB2F> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
0x9430a000 - 0x94344ffb libFontRegistry.dylib ??? (???) <72342297-
E8D6-B071-A752-014134129282> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/
Versions/A/Resources/libFontRegistry.dylib
0x94345000 - 0x94422ff7 com.apple.vImage 4.0 (4.0) <64597E4B-F144-
DBB3-F428-0EC3D9A1219E> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/
vImage
0x9445c000 - 0x9445fff7 libCoreVMClient.dylib ??? (???)
<A89D7A78-8FB0-2BDF-30DB-A35E04A6186B> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
0x94460000 - 0x944e2ffb SecurityFoundation ??? (???) <29C27E0E-B2B3-
BF6B-B1F8-5783B8B01535> /System/Library/Frameworks/
SecurityFoundation.framework/Versions/A/SecurityFoundation
0x944e3000 - 0x944f4ff7 com.apple.LangAnalysis 1.6.6 (1.6.6)
<7A3862F7-3730-8F6E-A5DE-8E2CCEA979EF> /System/Library/Frameworks/
ApplicationServices.framework/Versions/A/Frameworks/
LangAnalysis.framework/Versions/A/LangAnalysis
0x946d8000 - 0x94775fe3 com.apple.LaunchServices 362 (362) <8BE1C1A1-
BF71-CE07-F3FB-6057D47AF461> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/
Versions/A/LaunchServices
0x94776000 - 0x94779ffb com.apple.help 1.3.1 (41) <67F1F424-3983-7A2A-
EC21-867BE838E90B> /System/Library/Frameworks/Carbon.framework/
Versions/A/Frameworks/Help.framework/Versions/A/Help
0x9477a000 - 0x94a9dfef com.apple.HIToolbox 1.6.2 (???)
<E02640B9-7BC3-A4B4-6202-9E4127DDFDD6> /System/Library/Frameworks/
Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/
HIToolbox
0x94a9e000 - 0x94b36fe7 edu.mit.Kerberos 6.5.9 (6.5.9) <73EC847F-FF44-
D542-2AD5-97F6C8D48F0B> /System/Library/Frameworks/Kerberos.framework/
Versions/A/Kerberos
0x94b37000 - 0x94b37ff7 com.apple.Accelerate.vecLib 3.5 (vecLib 3.5)
<3E039E14-2A15-56CC-0074-EE59F9FBB913> /System/Library/Frameworks/
Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/
vecLib
0x94b38000 - 0x94bb8feb com.apple.SearchKit 1.3.0 (1.3.0) <9E18AEA5-
F4B4-8BE5-EEA9-818FC4F46FD9> /System/Library/Frameworks/
CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/
Versions/A/SearchKit
0x94bb9000 - 0x94bb9ff7 com.apple.Carbon 150 (152) <608A04AB-F35D-
D2EB-6629-16B88FB32074> /System/Library/Frameworks/Carbon.framework/
Versions/A/Carbon
0x94bba000 - 0x94dccfff com.apple.RawCamera.bundle 2.2.1 (477)
<10937A0D-0856-1B69-AE27-43BC15B7DD21> /System/Library/CoreServices/
RawCamera.bundle/Contents/MacOS/RawCamera
0x94dcd000 - 0x94dd2ff7 com.apple.OpenDirectory 10.6 (10.6) <92582807-
E8F3-3DD9-EB42-4195CFB754A1> /System/Library/Frameworks/
OpenDirectory.framework/Versions/A/OpenDirectory
0x94dd3000 - 0x94ec9ff7 libGLProgrammability.dylib ??? (???)
<82D03736-D30C-C013-BBB1-20ED9687D47F> /System/Library/Frameworks/
OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
0x94eca000 - 0x94eeafe7 lib
Our Flex application is crashing when loading in youtube videos
In our application we have a view of recently posted Youtube videos. There may be 1 or more embedded youtube videos in a day. When we load in the embedded youtube player it hangs after a few seconds with the spinning beach ball showing. Then the browser is unusable and has to be force closed. Here is the output from the console: Calling setup utoob. last call time - 403563 [SWF] /v/vUDC15IHOBs - 5,958 bytes after decompression Warning: Domain s.ytimg.com does not specify a meta-policy. Applying default meta-policy 'master-only'. This configuration is deprecated. See http://www.adobe.com/go/strict_policy_files to fix this problem. [SWF] /[[IMPORT]]/s.ytimg.com/yt/swf/watch_as3-vfl175074.swf - 265,538 bytes after decompression [SWF] /[[IMPORT]]/s.ytimg.com/yt/swf/watch_as3-vfl175074.swf/ [[DYNAMIC]]/9 - 219 bytes after decompression [SWF] /[[IMPORT]]/s.ytimg.com/yt/swf/watch_as3-vfl175074.swf/ [[DYNAMIC]]/10 - 279 bytes after decompression [SWF] /[[IMPORT]]/s.ytimg.com/yt/swf/watch_as3-vfl175074.swf/ [[DYNAMIC]]/11 - 1,927 bytes after decompression [Event type="onStateChange" bubbles=false cancelable=false eventPhase=2] player state = -1 [SWF] /[[IMPORT]]/s.ytimg.com/yt/swf/watch_as3-vfl175074.swf/ [[DYNAMIC]]/12 - 1,784 bytes after decompression At this point the browser hangs.
PHP.JS on NodeJS
Hey guys. I haven't had a chance to play with this, I'm mobile right now. Anybody hear of a JS library called PHP.JS? Just caught it on SmashingMag @ http://phpjs.org/ I'm interested as hell, what about you?
Is NodeJS 64-bit?
Can NodeJS be compiled with 64-bit support? (As in: can it support "large" amounts of memory in the same process?) I assumed it could, but the nodejs.org page says "V8, on which Node is built, supports only IA-32 and ARM processors". However, there's definitely 64-bit versions of Chrome available, and a chromium.org page talks about how to compile the "64-bit version of the V8 JavaScript engine". Can a binary technically be 64-bit, but only use the IA-32 instruction set? Michael
NodeJS Job Offers
As node gets more popular, some startups and other crazy folks are
deciding to use it for "real" things.
Like, jobs, with funding, and business plans, and employees and stuff.
There are also real companies using Node for things behind the
scenes. I hear rumors of Yahoo doing stuff with it, and Joyent
employs Ryan and Orlandov, so I know they've got some node stuff under
the hood.
How would you guys feel about seeing job offers on this list? I worry
about it being an annoying spammy type thing, especially since a lot
of recruiters tend to be overly aggressive. ("Oh, there are
javascripters there? Come work on this rails+jquery job!")
But what if it was strictly a job working with NodeJS? Would that be
something you'd want to see here? Should we create a separate list
for that so that it doesn't clutter the extremely focused and super
strictly serious seriousness of this list? ;)
I ask because I know a guy who's trying to hire node people, and he
doesn't want to be a jerk and inadvertently ostracize the very people
he's trying to recruit.
--i
Nodejs Speed
Hi, everyone! I am novice in the nodejs development and I have question about the speed comparing with another frameworks such rails. I wanna to create flash game, one task connecting with direct socket connections. But I can write it using ruby sockets. But for gathering new knowledges I wanna to play with nodejs. Question: Is it right decision to use nodejs for application that will have direct connect sockets connections and have a lot of threads for updating database information and sending responses to the flahs clients? Thanks.
nodeJS at XING
Hello, I noticed that there wasn't a group for node.JS on XING yet, so I created one. Feel free to join and show that you are interested or working with node. https://www.xing.com/net/node-js Regards, Jan
Re: [nodejs] CommonJS
[+commonjs] On Fri, Jan 22, 2010 at 5:20 AM, Alexander Teinum <ate### @gmail.com> wrote: There's a discussion on this mailing list about what a variable should be named in node.js that contains the directory name of a module. If there's a goal for node.js to be CommonJS compliant, then it would be a good choice to stick to what's in the CommonJS spec. As I understand it, the spec is still being discussed, and if someone doesn't like some of it, such as the directory name variable -- then one could discuss that in the CommonJS mailing list. On Fri, Jan 22, 2010 at 10:05 AM, Ryan Dahl <coldre### @gmail.com> wrote: As for the directory name of a module - the reason for debate is that I'd like to remove the global "module" variable. It's too common a name, and I think we're already polluting the global namespace enough. __filename, __dirname actually actually quite functional and nice - I think the two underscores are a bit much though - one would be enough. I'm favoring the approach of keeping "module" for the name space of such things as "module.id" and "module.uri". I propose that we add "module.path" and "module.directory" as optional properties in the next minor revision of the modules specification. * module.id // required * module.uri // optional * module.path // optional * module.directory // optional Alternately, we would have to break backward compatibility, probably by advancing the semantic version to "2.0", removing the "module" object and providing alternate facilities for: * what is presently module.id (_id?, ID?) * module.uri (_uri?, URI?) * what could be module.path (_file?, __FILE__?) * what might be module.directory (_directory, _dirname? __DIR__?) * the (require.main == module) idiom we fought long and hard about. In any case, I think that Modules/1.1 has played out well in the Narwhal implementation at least and the "module" variable has not been onerous. The objective advantage to keeping the "module" object around is that we can feature test properties with simple property getters instead of the typeof expression. Kris Kowal
Re: nodeJS at XING
Isn't that what this google group already is? On May 18, 2010 3:58 PM, "Jan Schütze" <Jan### @dracoblue.de> wrote: Hello, I noticed that there wasn't a group for node.JS on XING yet, so I created one. Feel free to join and show that you are interested or working with node. https://www.xing.com/net/node-js Regards, Jan
Re: [nodejs] CommonJS
This is a multi-part message in MIME format.Ryan Dahl wrote: I generally support the CommonJS idea, but let's be clear: it's hardly a specification handed down by the gods (like ES5); it's just some people discussing ideas on a mailing list. Most of these ideas are without actual implementations. ES5 also comes from somewhere and CommonJS folks are making proposals to solidify work in ECMAScript [1]. If we agree that *interoperability is a good thing* then we need a forum for implementers to discuss ideas. CommonJS is such a place where server-js implementers from various backgrounds and experience discuss ideas to arrive at the best possible solution for everyone involved. With sufficient discussion the fundamental elements of a given solution can be flushed out and consensus reached. This may look like a slow and tedious process, and at times can be, however the resulting consensus creates value well beyond the effort put in by participants. I understand that NodeJS (Ryan et al.) has only recently started participating in CommonJS (not discounting the CommonJS folks who are participating in NodeJS). I am also a relative newcomer to the process. It has been a steep learning curve for me but my efforts are paying off big time now. I chose to build on top of narwhal to build firefox extensions. Many modules I use in the extension I also use on the server. At this time on rhino, but looking forward to moving to NodeJS once we have an engine for narwhal. Oh and some of the same modules can also deploy to the browser without modification. Together with a toolchain automation system I am building the CommonJS standards have allowed me to rapidly build a complex system without loosing oversight. I have found CommonJS to be a well organized group of people with high standards and drive to get things right. Most questions get answered and backed up with posts from prior discussions if applicable in a timely fashion. New ideas that make sense spawn new discussions that compare and contrast to existing specs/proposals. An example of this is the "async all the way" case that NodeJS is making (correct me if I am wrong). If we can do something better, then we should. So, I'll take CommonJS's ideas, and adopt them if it seems like the best idea, but they're hardly time-tested or well thought-out. Implementations must drive specifications - not the other way. Ideas may not be as time tested as desired but we have to start somewhere. Labeling them as not well thought-out is a generalization that I do not think is justified. Flushing ideas out is a people process and bound by limitations imposed by participants. I found the discussions in the realm of packaging modules for use in programs (not on a system level) lacking insight from the point of view of application developers. I picked this area to have my voice heard because it is narrow enough for me to be able to spend the kind of time required to rationalize my desires with others and because it is an area that is important to me. In the process I have improved my ideas, gained trust in the rational debating process of CommonJS and found a platform to build my applications on for the foreseeable future. I have designed many frameworks in the past and made many good and not so good decisions in the details. What I have learned is that it is better to have a few things important to you your way (assuming you can justify them) in a platform that is used by many people vs having many things your way in a platform you need to maintain yourself with a limited userbase. Compromises are inevitable but they also shift the burden of responsibility which allows you to focus. May I urge that the same criteria, insight, diligence and effort used to judge internal solutions be used to evaluate/judge CommonJS accomplishments. A lack of understanding of the rationale behind solutions is no excuse for dismissing pillars of consensus arrived at in the past. You will find CommonJS solutions are justified and where they are not in light of new information they are open for a new round of discussions. That is the entire point of CommonJS. As for the directory name of a module - the reason for debate is that I'd like to remove the global "module" variable. It's too common a name, and I think we're already polluting the global namespace enough. __filename, __dirname actually actually quite functional and nice - I think the two underscores are a bit much though - one would be enough. I completely agree that "module" is a very common name but we need to look at why. Assuming the variable name "module" was well-chosen to represent a conceptual or physical module, such use is expected and makes perfect sense in a body of code lacking a CommonJS module system. The objective of the CommonJS module system is to provide *the only* module system a program will require (at the lowest level) and *replace* existing inferior module systems should they exist in legacy code. In exchange CommonJS sets high standards for modular development well beyond what any individual or small group of people could ever accomplish (speaking of interoperability and securability across implementations alone). Strictly speaking, multiple free variables pollute more than a single one. If the objective is minimal pollution then the least possible number of variables should be used. Also going from one variable to several by adding sugar (module.file -> __filename) makes for a cleaner design than the other way around. If an implementation such as NodeJS wants to pride itself by having useful variables available in the global scope I think the only responsible way to go about it is to offer it on top of a CommonJS base to allow developers to run NodeJS modules on other CommonJS platforms where the same sugar can be applied. My 0.02 cents. Christoph [1] - https://mail.mozilla.org/pipermail/es...nuary/010551.html
Use reCAPTCHA with nodejs
Hello, Is it possible to use reCAPTCHA with nodejs? If yes could you please point me in the right direction. Thank you.
Nodejs Backgammon
Hi, I've completed a backgammon game with nodejs and I really want to thank everyone contrubuting to this project. The server loads are lower than 1 on 1000 concurrent users and memory consuption is like zero. Nodejs really rocks my world. You can test the game at: http://www.backgammonservice.com/test.php http://www.backgammonservice.com/test2.php http://www.backgammonservice.com/test3.php Each one is a single account and if someone else will enter the same one you will be automatically logged out. Also try making a refresh during the game :) Have a nice day, Cumhur
Re: NodeJS with SOAP
I'm guessing no solution on this one yet :-) On Apr 2, 11:14 am, wavded <wav### @gmail.com> wrote: I'm considering porting someSOAP/ WSDL stuff over to NodeJS. Is it possible? Anyone know of any good resources?
OpenID with nodejs
Is there a library to help with OpenID client implementation with nodejs? Thank you. Multi-Core HTTP Server with NodeJSJul 19, 2010Crashing bugsJul 27, 2009Crashing bugsJul 27, 2009The 'me, too' crashing strategyJan 8, 2010The 'me, too' crashing strategyJan 7, 2010Cinco de NodeJS — May’s BayJax Celebrates Server-Side JavaScript with Ryan Dahl, Elijah Insua, and Dav GlassApr 27, 2010Script kiddiesAug 9, 2008Transparent Object ScriptOct 5, 2009
Script crashing browser...
Jun 8, 2010 Feedback on nodejs API implementation Jul 23, 2010 IE6 crashing Feb 23, 2010 Re: crashing in IE(8?) Jul 28, 2010 Re: crashing in IE(8?) Jul 21, 2010 Re: crashing in IE(8?) [solved] Jul 28, 2010 FTP and Aptana crashing Jan 2, 2010 php crashing apache Jan 13, 2010 Using YUI 3.x Components :: Migrated from 2.3 to 2.7.0 is crashing IE 6, 7 May 6, 2010 timethief on "crashing blog" Feb 11, 2010 | |||||
(25 lines) Apr 7, 2010 09:22
(24 lines) Apr 7, 2010 09:49
(34 lines) Apr 7, 2010 10:06
(55 lines) Apr 8, 2010 02:41
(40 lines) Apr 8, 2010 02:51
(13 lines) Apr 8, 2010 12:06
(24 lines) Apr 8, 2010 12:40
(20 lines) Apr 8, 2010 13:02
(48 lines) Apr 9, 2010 02:33