Plugin hangs while reading an applet

Hi AIl,
I'm trying to read a wrl file in java3d and create a plugin for that,but the plugin hangs while reading the applet and the java console displays the following error message.
Please give some suggestions.
Java(TM) Plug-in: Version 1.3.1
Using JRE version 1.3.1 Java HotSpot(TM) Client VM
User home directory = C:\Documents and Settings\dk27
Proxy Configuration: no proxy
Warning: default mime table not found: D:\JDK13~1.1\lib\content-types.properties
security properties not found. using defaults.
c: clear console window
f: finalize objects on finalization queue
g: garbage collect
h: display this help message
l: dump classloader list
m: print memory usage
q: hide console
s: dump system properties
t: dump thread list
x: clear classloader cache
0-5: set trace level to <n>
java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied (java.lang.RuntimePermission modifyThreadGroup)
     at java.security.AccessControlContext.checkPermission(AccessControlContext.java:272)
     at java.security.AccessController.checkPermission(AccessController.java:399)
     at java.lang.SecurityManager.checkPermission(SecurityManager.java:545)
     at sun.applet.AppletSecurity.checkAccess(AppletSecurity.java:139)
     at java.lang.ThreadGroup.checkAccess(ThreadGroup.java:279)
     at java.lang.ThreadGroup.getParent(ThreadGroup.java:140)
     at javax.media.j3d.MasterControl$23.run(MasterControl.java:3077)
     at java.security.AccessController.doPrivileged(Native Method)
     at javax.media.j3d.MasterControl.<clinit>(MasterControl.java:3070)
     at javax.media.j3d.VirtualUniverse.<clinit>(VirtualUniverse.java:206)
     at Vrml2.init(Vrml2.java:116)
     at sun.applet.AppletPanel.run(AppletPanel.java:344)
     at java.lang.Thread.run(Thread.java:484)

Warning: default mime table not found: D:\JDK13~1.1\lib\content-types.properties
security properties not found. using defaults.This is just a warning message -- probably not the cause the problem.
java.lang.ExceptionInInitializerError: java.security.AccessControlException: access denied
(java.lang.RuntimePermission modifyThreadGroup)This is the problem....the way it looks ot me, you'll have to use something like policytool to add the following target names to the RunTime Permissions:
modifyThread
modifyThreadGroup
If you don't know how to do that, check out the Tutorial on Security or type policytool in the upper right corner of this page and click search.
Good Luck!
V.V.

Similar Messages

  • IE7 Browser hangs while displaying an applet of larger size

    Hi
    My IE7 Browser hangs while displaying an applet of larger size with jre version update 12. The java.exe utilization is 99%.
    Can somebody please help me out.
    Thanks
    Ann

    You haven't given much details. The problem is probably related to the applet and not the plug-in
    Kaj

  • LP9 upgrade hangs while reading XSKey

    I have Logic Pro 6 and I'm trying to upgrade to Logic Studio 2 (Logic Pro 9).
    I have my blue Emagic XSKey dongle which works fine to launch and run LP6. The XSKey shows up under USB in the System Profiler. All looks fine.
    However, when I run the upgrade, after I enter the new LS2 serial number, if the XSKey is not yet plugged in it goes to the screen asking for the old serial number or XSKey. When I plug it in and hit "OK" the installer hangs forever with a beach ball! (I once even waited for a very long time to see if anything happens) The Activity Monitor shows it as not responding.
    If I have the XSKey plugged in in advance, it hangs even before going to the next screen.
    *PLEASE HELP!!!*
    If I take the XSKey out while hanging, it wakes up from the dead and shows me the message: *+"Your Logic XSKey is not eligible for this upgrade. Please refer to the upgrade requirements for details."+*
    Again, this message did not show up while the XSKey was inserted, only when it was removed.
    Some more detils: I'm using a G5 (new Intel MBP 15" will come soon to replace it).
    Also, I bought Logic 6 with some University discount (still paid $700 for it!), but it doesn't seem like I got any Academic version - this looks like a regular release. I'm not even sure there was an Academic version at the time of Logic 6 (was there? And if yes, are Apple aware of the Emagic Academic XSKey serial numbers?)
    Finally, after I bought Logic 6 I didn't use it until 2 years later. At that time there was no way for me to register Logic 6 with Apple as they didn't have a way to register Logic 6 and Emagic's registration no longer existed. I was told this shouldn't be a problem.
    What troubles me is the fact that the installation completely hangs while the XSKey is plugged in. If I were really not legible for an upgrade I would expect to get this message right away with no hangs.
    Any help here would be strongly appreciated. What causes it to hang and what should I do to fix this?
    Thanks!

    rafisaar wrote:
    Thanks immo. Actually I failed to mention in my original post that I also already tried the XSKey updater and it didn't complain of any problem. It looked for an updated firmware online and returned saying there is no newer version. So that part looks fine as well.
    Thanks David as well.
    But does anybody know if there even was an Academic version at the time of Logic Pro 6?
    I will try this again next week on the new Intel MBP 15" I'm going to get and then I'll know if the issue is because of the G5 or the XSKey. For sure I would expect it not to hang.
    Thanks.
    Logic Pro 6 - yes on the academic version, and as far as I know the dongles looked the same (dark blue)
    Also, you do have the original serial number? You probably are better off using that instead of the XSKey.
    Please DO call Apple on this, they do have the Emagic database of original owners, so if you had yours registered with Emagic when you bought it, it should be in the Apple system. Mine was, and I've been in since 4.8.1
    Cheers

  • I am using a Mac Book Pro. Now I am trying to read a LaCie 1 TB external hard disk. The MacBook Pro hangs while reading the LaCie external hard disk.

    I am using a MacBook Pro. I have my movies stored on a Lacie 1 TB external USB harddrive. (42 Movies in HD - 538 Gb in use). When I try to read the LaCie external drive, my MacBook Pro is "hanging". Only a "hard reboot" helps to get my MacBook Pro up and running again. The MacBook Pro starts to read the drive, but half way he "stucks". I can read the LaCie drive without any problem om my windows machines, so the LaCie drive is O.K. Anyone familiar with this problem?

    The drive is formatted NFTS, otherwise the drive can not handle large files under Windows. And yes, I can see the drive in Disk Utility.
    I can even see the files (partly) untill my system is hanging.
    Hans

  • Weblogic 6.0 : Server hangs while reading a https request

    Hi,
    I'm running WLS6.0 on Win2000. The server hangs for some requests sent over https,
    unless it times out. It seems that the server is not able to read the complete request
    from the socket. It somehow thinks that there is more data available and keeps on
    waiting. Is this a bug?
    Also, it works fine if i change the url from a https to a http one. So, is this
    related to SSL implementation of weblogic?
    Has any of faced a similar problem? Thanks in advance for any ideas/thoughts on this
    problem,
    Thakur.
    The stacktrace is as follows :
    Full thread dump Classic VM (1.3.0-C, native threads):
    "tavant.bus.PurgeStaleDataTask" (TID:0x10ce268, sys_thread_t:0x9e73fc0, state:CW,
    native ID:0
    x728) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgHistTask" (TID:0x10cd3a0, sys_thread_t:0x9e73de8, state:CW, native
    ID:0x10c) p
    rio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgNotificationTask" (TID:0x10cd158, sys_thread_t:0x9fbda70, state:CW,
    native ID:
    0x514) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "SSLListenThread" (TID:0xc68510, sys_thread_t:0x9dc3b20, state:R, native ID:0x408)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:123)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:114)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "ListenThread" (TID:0xc65ce0, sys_thread_t:0x9dc3960, state:R, native ID:0x2d8)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "Application Manager Thread" (TID:0xfaf738, sys_thread_t:0x9dd07a8, state:CW,
    native ID:0x5a4
    ) prio=5
    at java.lang.Thread.sleep(Native Method)
    at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(Application
    Manager.java:643)
    "TimeEventGenerator" (TID:0xa68020, sys_thread_t:0x9070890, state:CW, native
    ID:0x4e0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "TimeEventGenerator" (TID:0xa3e480, sys_thread_t:0x9071c10, state:CW, native
    ID:0x138) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" (TID:0xa37340, sys_thread_t:0x9050ba0, state:CW, native
    ID:0x594) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread-14" (TID:0xa316e0, sys_thread_t:0x90502f0, state:CW, native ID:0x658)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-13" (TID:0xa317c0, sys_thread_t:0x9050180, state:CW, native ID:0x564)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-12" (TID:0xa315f0, sys_thread_t:0x9050010, state:R, native ID:0x52c)
    prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:42)
    at java.net.SocketInputStream.read(SocketInputStream.java:59)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:130)
    at weblogic.security.SSL.SSLSocket$WLPushbackInputStream.read(SSLSocket$WLPushbackInputStream.java:35)
    at weblogic.security.Utils.inputByte(Utils.java:131)
    at weblogic.security.SSL.ContentType.input(ContentType.java:50)
    at weblogic.security.SSL.SSLCiphertext.input(SSLCiphertext.java:61)
    at weblogic.security.SSL.SSLSocket.getRecord(SSLSocket.java:1002)
    at weblogic.security.SSL.RecordInputStream.getData(RecordInputStream.java:109)
    at weblogic.security.SSL.RecordInputStream.available(RecordInputStream.java:166)
    at weblogic.servlet.internal.PostInputStream.available(PostInputStream.java:146)
    at weblogic.servlet.internal.ServletInputStreamImpl.available(ServletInputStreamImpl.java:21)
    at java.io.InputStreamReader.inReady(InputStreamReader.java:199)
    at java.io.InputStreamReader.fill(InputStreamReader.java:171)
    at java.io.InputStreamReader.read(InputStreamReader.java:249)
    at java.io.BufferedReader.fill(BufferedReader.java:139)
    at java.io.BufferedReader.read1(BufferedReader.java:187)
    at java.io.BufferedReader.read(BufferedReader.java:261)
    at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:596)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:501)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:494)
    at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:649)
    at tavant.web.URLGen.<init>(URLGen.java:51)
    at tavant.web.MainServlet.processRequest(MainServlet.java:189)
    at tavant.web.MainServlet.doPost(MainServlet.java:172)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-11" (TID:0xa31520, sys_thread_t:0x9060b48, state:CW, native ID:0x718)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-10" (TID:0xa31500, sys_thread_t:0x90609d8, state:CW, native ID:0x768)
    prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:246)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-9" (TID:0xa31330, sys_thread_t:0x9060868, state:CW, native ID:0x460)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-8" (TID:0xa31170, sys_thread_t:0x90606f8, state:CW, native ID:0x3a8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-7" (TID:0xa31250, sys_thread_t:0x9060588, state:CW, native ID:0x754)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-6" (TID:0xa31080, sys_thread_t:0x90604a0, state:CW, native ID:0x600)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-5" (TID:0xa30eb0, sys_thread_t:0x8fd1638, state:CW, native ID:0x500)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-4" (TID:0xa30f98, sys_thread_t:0x8fd14c8, state:CW, native ID:0x5b8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-3" (TID:0xa30dc8, sys_thread_t:0x8fd1358, state:CW, native ID:0x4b4)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-2" (TID:0xa30c00, sys_thread_t:0x901f8c8, state:CW, native ID:0x798)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-1" (TID:0xa30ce0, sys_thread_t:0x901f758, state:CW, native ID:0x88)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-0" (TID:0xa308d0, sys_thread_t:0x901f670, state:CW, native ID:0x3a0)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" (TID:0x85a238, sys_thread_t:0x8fb5088, state:CW, native ID:0x744)
    prio=10
    at java.lang.Thread.sleep(Native Method)
    at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:737)
    at java.lang.Thread.run(Thread.java:484)
    "Finalizer" (TID:0x7b0528, sys_thread_t:0x89fa088, state:CW, native ID:0x5c4)
    prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
    "Reference Handler" (TID:0x7b0300, sys_thread_t:0x89f6148, state:CW, native ID:0x690)
    prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
    "Signal dispatcher" (TID:0x7b0330, sys_thread_t:0x89ef5f8, state:R, native ID:0x5ac)
    prio=5
    "main" (TID:0x7b01a0, sys_thread_t:0x235328, state:CW, native ID:0x788) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:498)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@A316E0/22C7E48: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x90502f0)
    weblogic.kernel.ExecuteThread@A30CE0/22C5268: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x901f758)
    weblogic.kernel.ExecuteThread@A308D0/22C4DD0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x901f670)
    weblogic.kernel.ExecuteThread@A30EB0/22C6028: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x8fd1638)
    weblogic.kernel.ExecuteThread@A31080/22C6398: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x90604a0)
    weblogic.kernel.ExecuteThread@A31250/22C6708: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x9060588)
    java.io.InputStreamReader@FEAB90/3DD57C8: owner "ExecuteThread-12" (0x9050010)
    1 entry
    weblogic.kernel.ExecuteThread@A30C00/22C55D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x901f8c8)
    java.net.PlainSocketImpl@FB1FE8/25A91C0: owner "SSLListenThread" (0x9dc3b20)
    1 entry
    weblogic.time.common.internal.TimeTable@A68270/22FF4B0: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9070890)
    weblogic.kernel.ExecuteThread@A317C0/22C7B38: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x9050180)
    weblogic.time.common.internal.TimeTable@A3E730/22CDA60: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9071c10)
    java.net.PlainSocketImpl@FB1DD0/25A9110: owner "ListenThread" (0x9dc3960) 1 entry
    weblogic.kernel.ExecuteThread@A30DC8/22C5948: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x8fd1358)
    weblogic.kernel.ExecuteThread@A30F98/22C5CB8: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x8fd14c8)
    weblogic.common.internal.DynaQueue@FB97F8/25AB878: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x90609d8)
    weblogic.kernel.ExecuteThread@A31170/22C6A78: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x90606f8)
    java.lang.ref.ReferenceQueue$Lock@7B0540/214CA40: <unowned>
    Waiting to be notified:
    "Finalizer" (0x89fa088)
    weblogic.t3.srvr.T3Srvr@7C4C08/2185000: <unowned>
    Waiting to be notified:
    "main" (0x235328)
    weblogic.kernel.ExecuteThread@A31520/22C74C8: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x9060b48)
    weblogic.security.SpinnerThread@A37340/22CAB60: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x9050ba0)
    weblogic.servlet.internal.ServletInputStreamImpl@FEB090/3DD28C8: owner "ExecuteThread-12"
    (0x9050010) 1 entry
    weblogic.kernel.ExecuteThread@A31330/22C6DE8: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x9060868)
    java.lang.ref.Reference$Lock@7B0310/214C560: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x89f6148)
    Registered Monitor Dump:
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x89ef5f8) 1 entry

    Hi,
    I'm running WLS6.0 on Win2000. The server hangs for some requests sent over https,
    unless it times out. It seems that the server is not able to read the complete request
    from the socket. It somehow thinks that there is more data available and keeps on
    waiting. Is this a bug?
    Also, it works fine if i change the url from a https to a http one. So, is this
    related to SSL implementation of weblogic?
    Has any of faced a similar problem? Thanks in advance for any ideas/thoughts on this
    problem,
    Thakur.
    The stacktrace is as follows :
    Full thread dump Classic VM (1.3.0-C, native threads):
    "tavant.bus.PurgeStaleDataTask" (TID:0x10ce268, sys_thread_t:0x9e73fc0, state:CW,
    native ID:0
    x728) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgHistTask" (TID:0x10cd3a0, sys_thread_t:0x9e73de8, state:CW, native
    ID:0x10c) p
    rio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "tavant.bus.MsgNotificationTask" (TID:0x10cd158, sys_thread_t:0x9fbda70, state:CW,
    native ID:
    0x514) prio=5
    at java.lang.Thread.sleep(Native Method)
    at tavant.bus.HouseKeepingTask.run(HouseKeepingTask.java:63)
    at java.lang.Thread.run(Thread.java:484)
    "SSLListenThread" (TID:0xc68510, sys_thread_t:0x9dc3b20, state:R, native ID:0x408)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.security.SSL.SSLServerSocket.acceptNoHandshake(SSLServerSocket.java:123)
    at weblogic.security.SSL.SSLServerSocket.accept(SSLServerSocket.java:114)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "ListenThread" (TID:0xc65ce0, sys_thread_t:0x9dc3960, state:R, native ID:0x2d8)
    prio=5
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:276)
    at java.net.ServerSocket.implAccept(ServerSocket.java:241)
    at java.net.ServerSocket.accept(ServerSocket.java:222)
    at weblogic.t3.srvr.ListenThread.run(ListenThread.java:244)
    "Application Manager Thread" (TID:0xfaf738, sys_thread_t:0x9dd07a8, state:CW,
    native ID:0x5a4
    ) prio=5
    at java.lang.Thread.sleep(Native Method)
    at weblogic.management.mbeans.custom.ApplicationManager$ApplicationPoller.run(Application
    Manager.java:643)
    "TimeEventGenerator" (TID:0xa68020, sys_thread_t:0x9070890, state:CW, native
    ID:0x4e0) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "TimeEventGenerator" (TID:0xa3e480, sys_thread_t:0x9071c10, state:CW, native
    ID:0x138) prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.time.common.internal.TimeTable.snooze(TimeTable.java:259)
    at weblogic.time.common.internal.TimeEventGenerator.run(TimeEventGenerator.java:138)
    at java.lang.Thread.run(Thread.java:484)
    "SpinnerRandomSource" (TID:0xa37340, sys_thread_t:0x9050ba0, state:CW, native
    ID:0x594) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.security.SpinnerThread.stopSpinning(SpinnerRandomBitsSource.java:92)
    at weblogic.security.SpinnerThread.run(SpinnerRandomBitsSource.java:109)
    "ExecuteThread-14" (TID:0xa316e0, sys_thread_t:0x90502f0, state:CW, native ID:0x658)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-13" (TID:0xa317c0, sys_thread_t:0x9050180, state:CW, native ID:0x564)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-12" (TID:0xa315f0, sys_thread_t:0x9050010, state:R, native ID:0x52c)
    prio=5
    at java.net.SocketInputStream.socketRead(Native Method)
    at java.net.SocketInputStream.read(SocketInputStream.java:42)
    at java.net.SocketInputStream.read(SocketInputStream.java:59)
    at weblogic.utils.io.ChunkedInputStream.read(ChunkedInputStream.java:130)
    at weblogic.security.SSL.SSLSocket$WLPushbackInputStream.read(SSLSocket$WLPushbackInputStream.java:35)
    at weblogic.security.Utils.inputByte(Utils.java:131)
    at weblogic.security.SSL.ContentType.input(ContentType.java:50)
    at weblogic.security.SSL.SSLCiphertext.input(SSLCiphertext.java:61)
    at weblogic.security.SSL.SSLSocket.getRecord(SSLSocket.java:1002)
    at weblogic.security.SSL.RecordInputStream.getData(RecordInputStream.java:109)
    at weblogic.security.SSL.RecordInputStream.available(RecordInputStream.java:166)
    at weblogic.servlet.internal.PostInputStream.available(PostInputStream.java:146)
    at weblogic.servlet.internal.ServletInputStreamImpl.available(ServletInputStreamImpl.java:21)
    at java.io.InputStreamReader.inReady(InputStreamReader.java:199)
    at java.io.InputStreamReader.fill(InputStreamReader.java:171)
    at java.io.InputStreamReader.read(InputStreamReader.java:249)
    at java.io.BufferedReader.fill(BufferedReader.java:139)
    at java.io.BufferedReader.read1(BufferedReader.java:187)
    at java.io.BufferedReader.read(BufferedReader.java:261)
    at weblogic.servlet.internal.ServletRequestImpl.mergePostParams(ServletRequestImpl.java:596)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:501)
    at weblogic.servlet.internal.ServletRequestImpl.parseQueryParams(ServletRequestImpl.java:494)
    at weblogic.servlet.internal.ServletRequestImpl.getParameterNames(ServletRequestImpl.java:649)
    at tavant.web.URLGen.<init>(URLGen.java:51)
    at tavant.web.MainServlet.processRequest(MainServlet.java:189)
    at tavant.web.MainServlet.doPost(MainServlet.java:172)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:760)
    at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
    at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:208)
    at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:1127)
    at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:1529)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-11" (TID:0xa31520, sys_thread_t:0x9060b48, state:CW, native ID:0x718)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-10" (TID:0xa31500, sys_thread_t:0x90609d8, state:CW, native ID:0x768)
    prio=5
    at java.lang.Object.wait(Native Method)
    at weblogic.common.internal.DynaQueue.getW(DynaQueue.java:228)
    at weblogic.socket.JavaSocketMuxer.processSockets(JavaSocketMuxer.java:246)
    at weblogic.socket.SocketReaderRequest.execute(SocketReaderRequest.java:23)
    at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:137)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)
    "ExecuteThread-9" (TID:0xa31330, sys_thread_t:0x9060868, state:CW, native ID:0x460)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-8" (TID:0xa31170, sys_thread_t:0x90606f8, state:CW, native ID:0x3a8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-7" (TID:0xa31250, sys_thread_t:0x9060588, state:CW, native ID:0x754)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-6" (TID:0xa31080, sys_thread_t:0x90604a0, state:CW, native ID:0x600)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-5" (TID:0xa30eb0, sys_thread_t:0x8fd1638, state:CW, native ID:0x500)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-4" (TID:0xa30f98, sys_thread_t:0x8fd14c8, state:CW, native ID:0x5b8)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-3" (TID:0xa30dc8, sys_thread_t:0x8fd1358, state:CW, native ID:0x4b4)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-2" (TID:0xa30c00, sys_thread_t:0x901f8c8, state:CW, native ID:0x798)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-1" (TID:0xa30ce0, sys_thread_t:0x901f758, state:CW, native ID:0x88)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "ExecuteThread-0" (TID:0xa308d0, sys_thread_t:0x901f670, state:CW, native ID:0x3a0)
    prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.kernel.ExecuteThread.waitForRequest(ExecuteThread.java:94)
    at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:118)
    "Thread-0" (TID:0x85a238, sys_thread_t:0x8fb5088, state:CW, native ID:0x744)
    prio=10
    at java.lang.Thread.sleep(Native Method)
    at weblogic.transaction.internal.TransactionManagerImpl$1.run(TransactionManagerImpl.java:737)
    at java.lang.Thread.run(Thread.java:484)
    "Finalizer" (TID:0x7b0528, sys_thread_t:0x89fa088, state:CW, native ID:0x5c4)
    prio=8
    at java.lang.Object.wait(Native Method)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:108)
    at java.lang.ref.ReferenceQueue.remove(ReferenceQueue.java:123)
    at java.lang.ref.Finalizer$FinalizerThread.run(Finalizer.java:162)
    "Reference Handler" (TID:0x7b0300, sys_thread_t:0x89f6148, state:CW, native ID:0x690)
    prio=10
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at java.lang.ref.Reference$ReferenceHandler.run(Reference.java:110)
    "Signal dispatcher" (TID:0x7b0330, sys_thread_t:0x89ef5f8, state:R, native ID:0x5ac)
    prio=5
    "main" (TID:0x7b01a0, sys_thread_t:0x235328, state:CW, native ID:0x788) prio=5
    at java.lang.Object.wait(Native Method)
    at java.lang.Object.wait(Object.java:420)
    at weblogic.t3.srvr.T3Srvr.waitForDeath(T3Srvr.java:498)
    at weblogic.t3.srvr.T3Srvr.run(T3Srvr.java:171)
    at weblogic.Server.main(Server.java:35)
    Monitor Cache Dump:
    weblogic.kernel.ExecuteThread@A316E0/22C7E48: <unowned>
    Waiting to be notified:
    "ExecuteThread-14" (0x90502f0)
    weblogic.kernel.ExecuteThread@A30CE0/22C5268: <unowned>
    Waiting to be notified:
    "ExecuteThread-1" (0x901f758)
    weblogic.kernel.ExecuteThread@A308D0/22C4DD0: <unowned>
    Waiting to be notified:
    "ExecuteThread-0" (0x901f670)
    weblogic.kernel.ExecuteThread@A30EB0/22C6028: <unowned>
    Waiting to be notified:
    "ExecuteThread-5" (0x8fd1638)
    weblogic.kernel.ExecuteThread@A31080/22C6398: <unowned>
    Waiting to be notified:
    "ExecuteThread-6" (0x90604a0)
    weblogic.kernel.ExecuteThread@A31250/22C6708: <unowned>
    Waiting to be notified:
    "ExecuteThread-7" (0x9060588)
    java.io.InputStreamReader@FEAB90/3DD57C8: owner "ExecuteThread-12" (0x9050010)
    1 entry
    weblogic.kernel.ExecuteThread@A30C00/22C55D8: <unowned>
    Waiting to be notified:
    "ExecuteThread-2" (0x901f8c8)
    java.net.PlainSocketImpl@FB1FE8/25A91C0: owner "SSLListenThread" (0x9dc3b20)
    1 entry
    weblogic.time.common.internal.TimeTable@A68270/22FF4B0: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9070890)
    weblogic.kernel.ExecuteThread@A317C0/22C7B38: <unowned>
    Waiting to be notified:
    "ExecuteThread-13" (0x9050180)
    weblogic.time.common.internal.TimeTable@A3E730/22CDA60: <unowned>
    Waiting to be notified:
    "TimeEventGenerator" (0x9071c10)
    java.net.PlainSocketImpl@FB1DD0/25A9110: owner "ListenThread" (0x9dc3960) 1 entry
    weblogic.kernel.ExecuteThread@A30DC8/22C5948: <unowned>
    Waiting to be notified:
    "ExecuteThread-3" (0x8fd1358)
    weblogic.kernel.ExecuteThread@A30F98/22C5CB8: <unowned>
    Waiting to be notified:
    "ExecuteThread-4" (0x8fd14c8)
    weblogic.common.internal.DynaQueue@FB97F8/25AB878: <unowned>
    Waiting to be notified:
    "ExecuteThread-10" (0x90609d8)
    weblogic.kernel.ExecuteThread@A31170/22C6A78: <unowned>
    Waiting to be notified:
    "ExecuteThread-8" (0x90606f8)
    java.lang.ref.ReferenceQueue$Lock@7B0540/214CA40: <unowned>
    Waiting to be notified:
    "Finalizer" (0x89fa088)
    weblogic.t3.srvr.T3Srvr@7C4C08/2185000: <unowned>
    Waiting to be notified:
    "main" (0x235328)
    weblogic.kernel.ExecuteThread@A31520/22C74C8: <unowned>
    Waiting to be notified:
    "ExecuteThread-11" (0x9060b48)
    weblogic.security.SpinnerThread@A37340/22CAB60: <unowned>
    Waiting to be notified:
    "SpinnerRandomSource" (0x9050ba0)
    weblogic.servlet.internal.ServletInputStreamImpl@FEB090/3DD28C8: owner "ExecuteThread-12"
    (0x9050010) 1 entry
    weblogic.kernel.ExecuteThread@A31330/22C6DE8: <unowned>
    Waiting to be notified:
    "ExecuteThread-9" (0x9060868)
    java.lang.ref.Reference$Lock@7B0310/214C560: <unowned>
    Waiting to be notified:
    "Reference Handler" (0x89f6148)
    Registered Monitor Dump:
    utf8 hash table: <unowned>
    JNI pinning lock: <unowned>
    JNI global reference lock: <unowned>
    BinClass lock: <unowned>
    Class linking lock: <unowned>
    System class loader lock: <unowned>
    Code rewrite lock: <unowned>
    Heap lock: <unowned>
    Monitor cache lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Thread queue lock: owner "Signal dispatcher" (0x89ef5f8) 1 entry
    Monitor registry: owner "Signal dispatcher" (0x89ef5f8) 1 entry

  • Workshop 10.1 plugin hangs while "Discovering Controls"

    When I open Eclipse I can't get past the "Discovering Controls" message. The javaw.exe process is running at 98% - 99%. Killing it and restarting just does the same thing.
    How do I get Workshop past this? It's completely unusable as it is.
    Thanks.

    It never really did work.
    I have three projects. Two are parallel to each other in the file system. The third is actually a project inside of the first project (the first, large project is a collection of sub-projects each of which produces a .war of a set of .jars). In order to use AppXray on this third project I created a third project by importing one of the sub-projects from the first project. This may have caused some kind of loop.
    I solvee this issue by opening the workspace using Europa and closing the first two projects. When I reopened it with Eclipse 3.2/Workshhop the problem was gone.
    Now I find that I can't do folder mappings to enable AppXRay, however. I'll open a seperate thread for that.

  • Illustrator CS6 (mac) crashes at startup while reading fonts! HELP PLEASE!!

    So I've had this problem for a while now. My illustrator crashes at startup while "reading fonts". BUT the strange thing is, illustrator opens fine in the other user accounts on my computer. I just want it to work on my main one but no luck getting it to work!! PLEASE HELP! ive tried so many solutions such as clearing my cache, disabling fonts, cleaning my fonts, deleting preferences and plugins, etc. everything listed already!
    Here is the problem report...it's pretty long:
    Date/Time:       2013-09-17 23:59:58 -0700
    OS Version:      10.7.5 (Build 11G63b)
    Architecture:    x86_64
    Report Version:  9
    Command:         Illustrator
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Version:         682 (16.0.0)
    Parent:          launchd [124]
    PID:             3609
    Event:           hang
    Duration:        1.25s
    Steps:           13 (100ms sampling interval)
    Pageins:         0
    Pageouts:        0
    Process:         Adobe Illustrator [3609]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
    Architecture:    x86_64
    UID:             501
      Thread 0x1088f      DispatchQueue 1
      User stack:
        13 ??? (in Adobe Illustrator) [0x1001635f8]
          13 ??? (in Adobe Illustrator) [0x1006ef5d4]
            13 ??? (in Adobe Illustrator) [0x1006ff280]
              13 ??? (in Adobe Illustrator) [0x10083cfde]
                13 ??? (in Adobe Illustrator) [0x10070044b]
                  13 ??? (in Adobe Illustrator) [0x100987bfe]
                    13 ??? (in Adobe Illustrator) [0x100985d49]
                      13 ??? (in Adobe Illustrator) [0x10083cfde]
                        13 ??? (in Adobe Illustrator) [0x10098812b]
                          13 ??? (in Adobe Illustrator) [0x1008f8ecd]
                            13 ??? (in Adobe Illustrator) [0x10083cfde]
                              13 ??? (in Adobe Illustrator) [0x1008ff32b]
                                13 ??? (in Adobe Illustrator) [0x100657858]
                                  13 ??? (in Adobe Illustrator) [0x100656985]
                                    13 ??? (in Adobe Illustrator) [0x10064a305]
                                      3 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366001 (in Adobe Illustrator) [0x100cec191]
                                        3 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 379770 (in Adobe Illustrator) [0x100cef75a]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279679 (in Adobe Illustrator) [0x100cd705f]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279455 (in Adobe Illustrator) [0x100cd6f7f]
                                            1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 276740 (in Adobe Illustrator) [0x100cd64e4]
                                          1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 279671 (in Adobe Illustrator) [0x100cd7057]
                                      2 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366677 (in Adobe Illustrator) [0x100cec435]
                                        1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 246844 (in Adobe Illustrator) [0x100ccf01c]
                                          1 memmove$VARIANT$sse42 + 33 (in libsystem_c.dylib) [0x7fff8efc9cde]
                                        1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 246628 (in Adobe Illustrator) [0x100ccef44]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366032 (in Adobe Illustrator) [0x100cec1b0]
                                      1 strcmp + 15 (in libsystem_c.dylib) [0x7fff8f04382f]
                                      1 ??? (in Adobe Illustrator) [0x100144d0c]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 364616 (in Adobe Illustrator) [0x100cebc28]
                                      1 strcmp + 150 (in libsystem_c.dylib) [0x7fff8f0438b6]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 364577 (in Adobe Illustrator) [0x100cebc01]
                                        1 ??? (in Adobe Illustrator) [0x100144cc7]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366336 (in Adobe Illustrator) [0x100cec2e0]
                                      1 std::vector<VMDirectory, std::allocator<VMDirectory> >::_M_insert_aux(__gnu_cxx::__normal_iterator<VMDirectory*, std::vector<VMDirectory, std::allocator<VMDirectory> > >, VMDirectory const&) + 366116 (in Adobe Illustrator) [0x100cec204]
                                        1 ??? (in Adobe Illustrator) [0x100144ad4]
      Kernel stack:
        13 hndl_allintrs + 290 (in mach_kernel) [0xffffff80002da712]
          13 interrupt + 192 (in mach_kernel) [0xffffff80002c48d0]
            13 lapic_interrupt + 121 (in mach_kernel) [0xffffff80002c9ab9]
              13 cpu_signal_handler + 172 (in mach_kernel) [0xffffff80002cb9ac]
                13 sync_iss_to_iks + 118 (in mach_kernel) [0xffffff80002c3c76]
      Thread 0x10894      DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x1089d    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x1089e    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x1089f    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a0    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a1    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a2    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108a3    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 PrivateMPEntryPoint + 58 (in CarbonCore) [0x7fff8a89fce6]
              13 ??? (in AdobeACE) [0x102a255da]
                13 ??? (in AdobeACE) [0x102a262c9]
                  13 MPWaitOnQueue + 181 (in CarbonCore) [0x7fff8a89ee81]
                    13 TSWaitOnConditionTimedRelative + 127 (in CarbonCore) [0x7fff8a859ea6]
                      13 TSWaitOnCondition + 106 (in CarbonCore) [0x7fff8a8c7a5e]
                        13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x108ab    
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 AGMInitialize + 3288383 (in AdobeAGM) [0x102edcdeb]
              13 AGMInitialize + 3259056 (in AdobeAGM) [0x102ed5b5c]
                13 AGMInitialize + 3255471 (in AdobeAGM) [0x102ed4d5b]
                  13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
             0x100000000 -        0x10186cfe7  com.adobe.illustrator 682 (16.0.0) <8F6F07B7-9649-7267-D555-D35E1326F0C0> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/MacOS/Adobe Illustrator
             0x1029ed000 -        0x102b66fff  com.adobe.ACE AdobeACE 2.19.18.19822 (2.19.18.19822) <01A168B2-A4AA-71B3-D8F1-2F4A367485BB> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
             0x102b79000 -        0x103181fff  com.adobe.AGM AdobeAGM 4.26.20.19822 (4.26.20.19822) <4AB2E56F-811A-C769-4F3C-CBE1530C8A56> /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a816000 -     0x7fff8ab32fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AdobeCrashDaemon [3612]
    Path:            /Applications/Adobe Illustrator CS6/Adobe Illustrator.app/Contents/Frameworks/AdobeCrashReporter.framework/Required/AdobeCrashDaemo n.app/Contents/MacOS/AdobeCrashDaemon
    Architecture:    x86_64
    UID:             501
    Process:         AirPort Base Station Agent [160]
    Path:            /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
    Architecture:    x86_64
    UID:             501
      Thread 0x527        DispatchQueue 1
      User stack:
        13 ??? (in AirPort Base Station Agent) [0x10c923654]
          13 ??? (in AirPort Base Station Agent) [0x10c934353]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x537        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x55e      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x561      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in AirPort Base Station Agent) [0x10c9346a0]
              13 ??? (in AirPort Base Station Agent) [0x10c92557f]
                13 ??? (in AirPort Base Station Agent) [0x10c93474d]
                  13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Binary Images:
             0x10c922000 -        0x10c939fff  com.apple.AirPortBaseStationAgent 1.5.5 (155.7) <4B2DADB0-223B-32AA-9438-30FBEA0A8FE6> /System/Library/CoreServices/AirPort Base Station Agent.app/Contents/MacOS/AirPort Base Station Agent
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         aosnotifyd [1655]
    Path:            /usr/sbin/aosnotifyd
    Architecture:    x86_64
    UID:             0
      Thread 0x6a65       DispatchQueue 1
      User stack:
        13 start + 52 (in aosnotifyd) [0x10c4860b4]
          13 main + 74 (in aosnotifyd) [0x10c48d9ec]
            13 -[AOSNotificationDaemon startup] + 1294 (in aosnotifyd) [0x10c48d7b3]
              13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85356f7b]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x6a72       DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10c484000 -        0x10c4c5fff  aosnotifyd ??? (???) <5287944C-EDF3-3175-81A3-CC1BEF4E43F7> /usr/sbin/aosnotifyd
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         applepushserviced [50]
    Path:            /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
    Architecture:    x86_64
    UID:             0
      Thread 0x156        DispatchQueue 1
      User stack:
        13 ??? (in applepushserviced) [0x10c2168d4]
          13 ??? (in applepushserviced) [0x10c2169b8]
            13 -[NSRunLoop(NSRunLoop) run] + 62 (in Foundation) [0x7fff85356e67]
              13 -[NSRunLoop(NSRunLoop) runMode:beforeDate:] + 267 (in Foundation) [0x7fff85356f7b]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x177        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x5b8      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10c215000 -        0x10c283ff7  applepushserviced ??? (???) <95759366-ACD2-358F-B4C3-A276E2B287C1> /System/Library/PrivateFrameworks/ApplePushService.framework/applepushserviced
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         AppleSpell [195]
    Path:            /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
    Architecture:    x86_64
    UID:             501
      Thread 0x612        DispatchQueue 1
      User stack:
        13 ??? (in AppleSpell) [0x108163a7c]
          13 ??? (in AppleSpell) [0x108163d2e]
            13 -[NSSpellServer run] + 74 (in Foundation) [0x7fff854a7c76]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x614        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x108162000 -        0x10821eff7  com.apple.AppleSpell 1.7.1 (131.1) <A994D9F1-C4D8-3361-B0F4-112A7BAED8BD> /System/Library/Services/AppleSpell.service/Contents/MacOS/AppleSpell
          0x7fff8534b000 -     0x7fff85664fff  com.apple.Foundation 6.7.2 (833.25) <22AAC369-B63C-3C55-8AC6-C3ECBA44DA7B> /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         autofsd [49]
    Path:            /usr/libexec/autofsd
    Architecture:    x86_64
    UID:             0
      Thread 0x16a        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x23e        DispatchQueue 6
      User stack:
        13 _dispatch_sig_thread + 45 (in libdispatch.dylib) [0x7fff8db78b1c]
          13 __sigsuspend_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a136022]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Binary Images:
             0x10d20b000 -        0x10d20cfff  autofsd ??? (???) <A02D5E70-1BB1-30ED-A699-375CB0CCE901> /usr/libexec/autofsd
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         com.apple.dock.extra [147]
    Path:            /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Conte nts/MacOS/com.apple.dock.extra
    Architecture:    x86_64
    UID:             501
      Thread 0x506        DispatchQueue 1
      User stack:
        13 ??? (in com.apple.dock.extra) [0x10979e474]
          13 xpc_service_main + 448 (in XPCService) [0x7fff8ade65ed]
            13 NSApplicationMain + 867 (in AppKit) [0x7fff90593eac]
              13 -[NSApplication run] + 470 (in AppKit) [0x7fff903179b9]
                13 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 135 (in AppKit) [0x7fff9031b07d]
                  13 _DPSNextEvent + 659 (in AppKit) [0x7fff9031b779]
                    13 BlockUntilNextEventMatchingListInMode + 62 (in HIToolbox) [0x7fff866763fa]
                      13 ReceiveNextEventCommon + 355 (in HIToolbox) [0x7fff8667656d]
                        13 RunCurrentEventLoopInMode + 277 (in HIToolbox) [0x7fff8666f2bf]
                          13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                            13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                              13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                                13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x50b        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10979d000 -        0x1097a1ff7  com.apple.dock.extra 1.0 (1) <13C8211B-0B1D-302A-8EF9-740BA3BD69C0> /System/Library/CoreServices/Dock.app/Contents/XPCServices/com.apple.dock.extra.xpc/Conte nts/MacOS/com.apple.dock.extra
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8666d000 -     0x7fff86999fff  com.apple.HIToolbox 1.9 (???) <CCB32DEA-D0CA-35D1-8019-E599C8007AB6> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8ade4000 -     0x7fff8adebff7  com.apple.XPCService 1.3 (1) <68C4DBC9-18C3-3053-96D5-1858B905EAE0> /System/Library/PrivateFrameworks/XPCService.framework/Versions/A/XPCService
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff90313000 -     0x7fff90f19fff  com.apple.AppKit 6.7.5 (1138.51) <44417D02-6123-3FC3-A119-CE51BB4C3006> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    Process:         configd [14]
    Path:            /usr/libexec/configd
    Architecture:    x86_64
    UID:             0
      Thread 0x121        DispatchQueue 1
      User stack:
        13 ??? (in configd) [0x101538d64]
          13 ??? (in configd) [0x10153951b]
            13 ??? (in configd) [0x101539e20]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x128        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 __select_nocancel + 10 (in libsystem_kernel.dylib) [0x7fff8a135e06]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x12a      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in configd) [0x10153a7fe]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x183      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in configd) [0x101545165]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x1eb      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 __select + 10 (in libsystem_kernel.dylib) [0x7fff8a135df2]
      Kernel stack:
        13 wakeup + 992 (in mach_kernel) [0xffffff8000555e90]
      Thread 0x1ec      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 pppcntl_run_thread + 2194 (in PPPController) [0x101978142]
              13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
                13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                  13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                    13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                      13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x10bc8    
      User stack:
        13 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8eff3b85]
          13 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a136192]
      Kernel stack:
        13 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x101538000 -        0x101561fff  configd ??? (???) <68DC2451-9DFB-389B-B728-C6A200559980> /usr/libexec/configd
             0x10196a000 -        0x1019a9fff  com.apple.SystemConfiguration.PPPController 1.7 (1.7) <B7E747DA-0A96-3020-9C48-BAF6870700F3> /System/Library/SystemConfiguration/PPPController.bundle/Contents/MacOS/PPPController
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         cookied [3450]
    Path:            /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/Support/cookied
    Architecture:    x86_64
    UID:             501
      Thread 0xe2aa       DispatchQueue 1
      User stack:
        13 ??? (in cookied) [0x10fb93eec]
          13 _cookied_main + 852 (in CFNetwork) [0x7fff87fe6d5d]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0xe2ab       DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Binary Images:
             0x10fb93000 -        0x10fb93fff  cookied ??? (???) <F73832E8-1FCC-3BA8-804C-EED7102F0348> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/Support/cookied
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff87ef7000 -     0x7fff8805efff  com.apple.CFNetwork 520.5.1 (520.5.1) <08F70E26-5456-3BFB-8192-00D3CE40D3C9> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CFNetwork.framewo rk/Versions/A/CFNetwork
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
    Process:         coreaudiod [139]
    Path:            /usr/sbin/coreaudiod
    Architecture:    x86_64
    UID:             202
      Thread 0x43f        DispatchQueue 1
      User stack:
        13 ??? (in coreaudiod) [0x10a8ff314]
          13 ??? (in coreaudiod) [0x10a967bcc]
            13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
              13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                  13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x449        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x474      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in coreaudiod) [0x10a971d52]
              13 ??? (in coreaudiod) [0x10a96b85e]
                13 ??? (in coreaudiod) [0x10a96b8ee]
                  13 ??? (in coreaudiod) [0x10a96b732]
                    13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                      13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                        13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                          13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0xc2dc     
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 ??? (in coreaudiod) [0x10a905468]
              13 ??? (in coreaudiod) [0x10a92fcf8]
                13 ??? (in coreaudiod) [0x10a92fcc2]
                  12 ??? (in coreaudiod) [0x10a92f922]
                    12 ??? (in coreaudiod) [0x10a90a219]
                      12 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
                  1 ??? (in coreaudiod) [0x10a92fbd1]
                    1 ??? (in coreaudiod) [0x10a92e8df]
                      1 ??? (in coreaudiod) [0x10a91a7dd]
                        1 iokit_user_client_trap + 10 (in IOKit) [0x7fff8a0ba106]
      Kernel stack:
        12 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
        1 hndl_mach_scall64 + 19 (in mach_kernel) [0xffffff80002daec3]
          1 thread_set_child + 336 (in mach_kernel) [0xffffff80002aef10]
            1 iokit_user_client_trap + 159 (in mach_kernel) [0xffffff800065469f]
              1 IOAudioEngineUserClient::performClientIO(unsigned int, unsigned int, bool, unsigned int, unsigned int, unsigned int) + 211 (in IOAudioFamily) [0xffffff7f81273ac5]
                1 IOAudioEngineUserClient::performClientOutput(unsigned int, unsigned int, IOAudioClientBufferSet*, unsigned int, unsigned int) + 538 (in IOAudioFamily) [0xffffff7f8127581a]
                  1 IOAudioStream::processOutputSamples(IOAudioClientBuffer*, unsigned int, unsigned int, bool) + 1491 (in IOAudioFamily) [0xffffff7f81278a45]
                    1 IOAudioStream::clipIfNecessary() + 414 (in IOAudioFamily) [0xffffff7f81278362]
                      1 IOAudioStream::clipOutputSamples(unsigned int, unsigned int) + 230 (in IOAudioFamily) [0xffffff7f81278188]
                        1 AppleHDAEngine::clipOutputSamples(void const*, void*, unsigned int, unsigned int, _IOAudioStreamFormat const*, IOAudioStream*) + 788 (in AppleHDA) [0xffffff7f81ecbe10]
                          1 AppleHDAEngine::dspOrCopyAudio(void*, unsigned int, void*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) + 193 (in AppleHDA) [0xffffff7f81ee740f]
                            1 DspFuncManager::process(void const*, unsigned int, void const*, unsigned int, unsigned int, unsigned int, unsigned int, unsigned int) + 518 (in DspFuncLib) [0xffffff7f81e1d88c]
                              1 DspFuncLoudness::process(unsigned int, unsigned int) + 1250 (in DspFuncLib) [0xffffff7f81e4117a]
                                1 DspFuncVolume::process(unsigned int, unsigned int) + 545 (in DspFuncLib) [0xffffff7f81e3386d]
      Thread 0x10bca    
      User stack:
        13 start_wqthread + 13 (in libsystem_c.dylib) [0x7fff8eff3b85]
          13 __workq_kernreturn + 10 (in libsystem_kernel.dylib) [0x7fff8a136192]
      Kernel stack:
        13 workqueue_mark_exiting + 1408 (in mach_kernel) [0xffffff80005a50b0]
      Binary Images:
             0x10a8fe000 -        0x10a9befff  coreaudiod ??? (???) <B845F1F7-2856-3C7B-B471-04FCAB1F9158> /usr/sbin/coreaudiod
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a0b3000 -     0x7fff8a11eff7  com.apple.framework.IOKit 2.0 (???) <FE838BB6-D42E-3291-A1A0-6F53FC970261> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         coreservicesd [52]
    Path:            /System/Library/CoreServices/coreservicesd
    Architecture:    x86_64
    UID:             0
      Thread 0x164        DispatchQueue 1
      User stack:
        13 ??? (in coreservicesd) [0x10e166e98]
          13 _CoreServicesServerMain + 747 (in CarbonCore) [0x7fff8a8b2999]
            13 CFRunLoopRun + 95 (in CoreFoundation) [0x7fff8581419f]
              13 CFRunLoopRunSpecific + 230 (in CoreFoundation) [0x7fff85804486]
                13 __CFRunLoopRun + 1204 (in CoreFoundation) [0x7fff85804c74]
                  13 __CFRunLoopServiceMachPort + 188 (in CoreFoundation) [0x7fff857fc50c]
                    13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Thread 0x181        DispatchQueue 2
      User stack:
        13 _dispatch_mgr_thread + 54 (in libdispatch.dylib) [0x7fff8db76316]
          13 kevent + 10 (in libsystem_kernel.dylib) [0x7fff8a1367e6]
      Kernel stack:
        13 kqueue_scan + 416 (in mach_kernel) [0xffffff800053b4d0]
      Thread 0x208      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 fmodWatchConsumer + 332 (in CarbonCore) [0x7fff8a823870]
              13 __psynch_cvwait + 10 (in libsystem_kernel.dylib) [0x7fff8a135bca]
      Kernel stack:
        13 psynch_cvcontinue + 0 (in mach_kernel) [0xffffff800059e920]
      Thread 0x209      
      User stack:
        13 thread_start + 13 (in libsystem_c.dylib) [0x7fff8eff3b75]
          13 _pthread_start + 335 (in libsystem_c.dylib) [0x7fff8eff08bf]
            13 read + 10 (in libsystem_kernel.dylib) [0x7fff8a136af2]
      Kernel stack:
        13 hndl_unix_scall64 + 19 (in mach_kernel) [0xffffff80002daea3]
          13 unix_syscall64 + 507 (in mach_kernel) [0xffffff80005ce4cb]
            13 read_nocancel + 120 (in mach_kernel) [0xffffff80005655c8]
              13 write + 209 (in mach_kernel) [0xffffff8000564ec1]
                13 get_pathbuff + 3895 (in mach_kernel) [0xffffff8000326827]
                  13 tsleep + 91 (in mach_kernel) [0xffffff800055610b]
                    13 wakeup + 632 (in mach_kernel) [0xffffff8000555d28]
                      13 thread_block_reason + 299 (in mach_kernel) [0xffffff800022f42b]
                        13 thread_continue + 1661 (in mach_kernel) [0xffffff800022f1ad]
                          13 machine_switch_context + 361 (in mach_kernel) [0xffffff80002c2939]
      Binary Images:
             0x10e166000 -        0x10e166fff  coreservicesd ??? (???) <91E520FB-2E13-33C6-ABBC-473AD59A2286> /System/Library/CoreServices/coreservicesd
          0x7fff857cc000 -     0x7fff859a0ff7  com.apple.CoreFoundation 6.7.2 (635.21) <62A3402E-A4E7-391F-AD20-1EF20236CE1B> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
          0x7fff8a816000 -     0x7fff8ab32fff  com.apple.CoreServices.CarbonCore 960.25 (960.25) <4FC1AB30-022C-3C67-AC46-FDCBFCB7EEDE> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
          0x7fff8db74000 -     0x7fff8db82fff  libdispatch.dylib ??? (???) <8E03C652-922A-3399-93DE-9EA0CBFA0039> /usr/lib/system/libdispatch.dylib
          0x7fff8efa2000 -     0x7fff8f07ffef  libsystem_c.dylib ??? (???) <41B43515-2806-3FBC-ACF1-A16F35B7E290> /usr/lib/system/libsystem_c.dylib
    Process:         CVMServer [95]
    Path:            /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
    Architecture:    x86_64
    UID:             0
      Thread 0x345        DispatchQueue 1
      User stack:
        13 ??? (in CVMServer) [0x10320228c]
          13 ??? (in CVMServer) [0x1032078e8]
            13 mach_msg_server + 473 (in libsystem_kernel.dylib) [0x7fff8a134274]
              13 mach_msg_trap + 10 (in libsystem_kernel.dylib) [0x7fff8a13467a]
      Kernel stack:
        13 ipc_mqueue_receive_continue + 0 (in mach_kernel) [0xffffff8000215930]
      Binary Images:
             0x103201000 -        0x10320afff  CVMServer ??? (???) <B88C9F5B-FA09-32CF-AA24-F628146BD93A> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/CVMServer
          0x7fff8a11f000 -     0x7fff8a13ffff  libsystem_kernel.dylib ??? (???) <66C9F9BD-C7B3-30D4-B1A0-03C8A6392351> /usr/lib/system/libsystem_kernel.dylib
    Process:         dbfseventsd [1912]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             0
    Process:         dbfseventsd [1911]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             0
    Process:         dbfseventsd [1913]
    Path:            /Library/DropboxHelperTools/*/dbfseventsd
    Architecture:    i386
    UID:             501
    Process:         diskarbitrationd [13]
    Path:            /usr/sbin/diskarbitrationd
    Architecture:    x86_64
    UID:             0
     

    - Boot the Mac with the shift key held down, then try launching. (Safe Mode). Does it launch?
    If yes, you've got some third party software causing a conflict. Safe Mode ensures only Apple System files are launched at startup. You'll have to track down what third party startup item may be the issue.
    Addendum.. if you use Font Book and also downloaded FontExplorer, that may be your issue entirely - two apps BOTH trying to control the same font files.
    - Switch to a different user account. Does it launch?
    If yes, your user account is broken. Often the best thing to do here is to create a new user account, migrate everything from the old user account to it, then remove the old user. Or you could simply do a clean install of the OS. With Mac OS10.6 or later, a clean install is actually pretty painless and doesn't require a great deal of reinstalling other applications or reconfiguring.
    If neither of the above work....
    - Boot from the Recovery Partition by holding the Option key down when the Mac Boots up. Run disk utilities and repair permissions and Verify the Hard drive. Then retry. If it still won't launch, you may have issues witht he OS installation itself, in which case a clean install is also reccomended.

  • Plugin hangs when prompting for network password

    Hi all,
    Here is a summary of what happens :
    The plugin hangs after displaying the dialog box for the
    username / password for the firewall connection.
    No exception is shown.
    The applet is signed.
    This occurs with Plugin 131 and 1.4
    Code sample here :
    URL url = null;
    InputStream is = null;
    URLConnection conn = null;
    //Connect to the URL.
    if (!_httpsFlag) {
    try {
         // Open it up.
         is = new URL(request).openStream();
    _httpsFlag = false;
    catch (Exception e) {
    try {
    url = new URL(reqHttps);
    conn = url.openConnection();
    is = conn.getInputStream();
    _httpsFlag = true;
    catch (Exception e2) {
    e2.printStackTrace();
         showMsg(noWebServerMessage);
    return null;
    else {
    try {
    url = new URL(reqHttps);
    conn = url.openConnection();
    is = conn.getInputStream();
    catch (Exception e) {
    e.printStackTrace();
    showMsg(noWebServerMessage);
    return null;
    If someone has an idea of a solution to this, please help !!

    Just for the record :
    I sorted this one by creating a dummy connection before instanciating the graphical components of the applet.
    The network prompt behaves properly if I do that.

  • My MacPro is extremely slow after upgrading to Yosemite 10.10, even while reading my newspaper on PDF

    Problem description:
    My Mac Pro is extremely slow after upgrading to Yosemite 10.10, even while reading my newspaper on PDF
    This is my EtreCheck print
    EtreCheck version: 2.0.11 (98)
    Report generated 17. november 2014 kl. 10.49.28 CET
    Hardware Information: ℹ️
      MacBook Pro (13-inch, Mid 2012) (Verified)
      MacBook Pro - model: MacBookPro9,2
      1 2.5 GHz Intel Core i5 CPU: 2-core
      4 GB RAM Upgradeable
      BANK 0/DIMM0
      2 GB DDR3 1600 MHz ok
      BANK 1/DIMM0
      2 GB DDR3 1600 MHz ok
      Bluetooth: Good - Handoff/Airdrop2 supported
      Wireless:  en1: 802.11 a/b/g/n
    Video Information: ℹ️
      Intel HD Graphics 4000 -
      Color LCD 1280 x 800
    System Software: ℹ️
      OS X 10.10 (14A389) - Uptime: one day 15:45:13
    Disk Information: ℹ️
      TOSHIBA MK5065GSXF disk0 : (500,11 GB)
      S.M.A.R.T. Status: Verified
      EFI (disk0s1) <not mounted> : 210 MB
      Recovery HD (disk0s3) <not mounted>  [Recovery]: 650 MB
      Macintosh HD (disk1) /  [Startup]: 498.88 GB (290.89 GB free)
      Encrypted AES-XTS UnlockedConverting
      Core Storage: disk0s2 499.25 GB Online
      MATSHITADVD-R   UJ-8A8 
    USB Information: ℹ️
      Apple Inc. FaceTime HD Camera (Built-in)
      Apple Inc. Apple Internal Keyboard / Trackpad
      Apple Inc. BRCM20702 Hub
      Apple Inc. Bluetooth USB Host Controller
      Apple Computer, Inc. IR Receiver
    Thunderbolt Information: ℹ️
      Apple Inc. thunderbolt_bus
    Gatekeeper: ℹ️
      Mac App Store and identified developers
    Kernel Extensions: ℹ️
      /Library/Extensions
      [loaded] net.telestream.driver.TelestreamAudio (1.1.1 - SDK 10.8) Support
      /System/Library/Extensions
      [not loaded] com.devguru.driver.SamsungComposite (1.4.20 - SDK 10.6) Support
      /System/Library/Extensions/ssuddrv.kext/Contents/PlugIns
      [not loaded] com.devguru.driver.SamsungACMControl (1.4.20 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungACMData (1.4.20 - SDK 10.6) Support
      [not loaded] com.devguru.driver.SamsungMTP (1.4.20 - SDK 10.5) Support
      [not loaded] com.devguru.driver.SamsungSerial (1.4.20 - SDK 10.6) Support
    Launch Agents: ℹ️
      [loaded] com.divx.dms.agent.plist Support
      [loaded] com.divx.update.agent.plist Support
      [loaded] com.oracle.java.Java-Updater.plist Support
    Launch Daemons: ℹ️
      [failed] com.adobe.fpsaud.plist Support
      [loaded] com.microsoft.office.licensing.helper.plist Support
      [loaded] com.oracle.java.Helper-Tool.plist Support
      [loaded] com.oracle.java.JavaUpdateHelper.plist Support
      [invalid?] com.torch.update.agent.plist Support
    User Launch Agents: ℹ️
      [loaded] com.genieo.completer.download.plist Support
      [loaded] com.genieo.completer.ltvbit.plist Support
      [loaded] com.genieo.completer.update.plist Support
      [loaded] com.google.keystone.agent.plist Support
    User Login Items: ℹ️
      None
    Internet Plug-ins: ℹ️
      FlashPlayer-10.6: Version: 15.0.0.223 - SDK 10.6 Support
      QuickTime Plugin: Version: 7.7.3
      DivX Web Player: Version: 3.2.3.1164 - SDK 10.6 Support
      Flash Player: Version: 15.0.0.223 - SDK 10.6 Support
      OVSHelper: Version: 1.1 Support
      Default Browser: Version: 600 - SDK 10.10
      SharePointBrowserPlugin: Version: 14.4.4 - SDK 10.6 Support
      Unity Web Player: Version: UnityPlayer version 4.5.5f1 - SDK 10.6 Support
      Silverlight: Version: 5.1.20913.0 - SDK 10.6 Support
      JavaAppletPlugin: Version: Java 8 Update 25 Check version
    User Internet Plug-ins: ℹ️
      NPRoblox: Version: 1, 2, 8, 25 - SDK 10.10 Support
      Google Earth Web Plug-in: Version: 7.1 Support
    Safari Extensions: ℹ️
      Omnibar
    3rd Party Preference Panes: ℹ️
      Flash Player  Support
      Java  Support
      Perian  Support
    Time Machine: ℹ️
      Skip System Files: NO
      Auto backup: YES
      Volumes being backed up:
      Macintosh HD: Disk size: 498.88 GB Disk used: 207.99 GB
      Destinations:
      Elements [Local]
      Total size: 1.00 TB
      Total number of backups: 0
      Oldest backup: -
      Last backup: -
      Size of backup disk: Adequate
      Backup size 1.00 TB > (Disk used 207.99 GB X 3)
    Top Processes by CPU: ℹ️
          89% lsregister
          3% WindowServer
          1% mds
          1% sysmond
          0% mtmd
    Top Processes by Memory: ℹ️
      142 MB Preview
      125 MB com.apple.WebKit.WebContent
      125 MB Finder
      86 MB ocspd
      77 MB com.apple.WebKit.Plugin.64
    Virtual Memory Information: ℹ️
      335 MB Free RAM
      1.63 GB Active RAM
      1.32 GB Inactive RAM
      776 MB Wired RAM
      17.27 GB Page-ins
      345 MB Page-outs

    Check out this thread:  https://discussions.apple.com/thread/6466590?start=0&tstart=0.
    For many users, the Folder Action Dispatcher is the culprit that eats almost all available memory if it is enabled on ~/Library/LaunchAgents.

  • Application hangs while trying to create a socket

    Hello,
    We have a third party application that makes HTTP connections using a old version of HTTPClient. Recently we have run into problems where the application hangs as one thread seems to hang while trying to create a socket (thread dumps show the hang occurs in native code) and other threads end up waiting for this thread as they need to obtain a lock on HTTPClient.HTTPConnection. We found out that HTTPClient was not setting a timeout on the underlying socket (SO_TIMEOUT) and the relevant patch has been implemented in the hope that if the condition arises again the offending thread will be timed out and allow other threads to try and continue.
    We will not be able to see if the patch works until Monday and I would like to understand the problem a little better if it fails. My question at what point will the socket timeout starting ticking? As our offending thread is waiting in native code is there a chance that the timeout will not be "active".
    Also can anyone provide reasons for an application hanging while trying to create a socket and any suggestions for monitoring or mitigating this problem?
    Thanks a lot.
    Sun Solaris 5.8
    JDK 1.4.1 b02

    It looks like our version of the JDK offer a connect method with a timeout value, I think this will do the trick.

  • JVM hangs while executing  a sql query

    My JVM hangs while I try to execute an update query. I am using JDBC thin client and Oracle 9i as database. Can someone please suggest what could be wrong.

    I have a serious problem regarding the usage of Prepared Statement.
    I am working on J2EE based application with the application server as Oracle 9ias.We have mostly used Prepared in 0ur queries.But one our application got implemented we are facing some strange problems.The first instance was a web page was getting hanged and does not give any results.But this had worked fine in all our testing environment.We analysed the table which it uses and still no result.Finally we changed prepared statement to statement and the result page came within seconds.
    The second instance is the main issue.Again a query is getting hanged when we try to process it through the web page.We again tested it by converting from prepared statement to statement and its coming within seconds.
    Can someone give me some input.Is there any databse parameter that is controlling this prepared statement or statement.

  • Timeout error while reading and updating in batches in a single transaction

    Problem:-
    In a transaction I do read and update to the database in batches. First batch it runs fine and for second batch it get hanged at
    sqlCommand.ExecuteReader(). The following is not my complete code but required bits of it which will give more information about the problem. At the end of this post please find the error log. Please help me.
    My guess:-
    The problem i see here is with the locks acquired while reading and update still remain when it comes for the second batch which is blocking the next read. But could not find a way to solve it.
    Get connection and open it.
    Begin Transaction.
    sqlUpdateTransaction = sqlUpdateConnection.BeginTransaction(String.Format("UpdateUsageDetailTransaction{0}", storageClassId))
    Get application lock.
    GetApplock
    const String sqlText = @"DECLARE @result int EXEC @result = sp_getapplock Resource=@resourceName,@LockMode='Exclusive',@LockOwner='Transaction',@LockTimeout=@timeout select @result";
    using (SqlCommand sqlCommand = sqlTransaction.Connection.CreateCommand())
    sqlCommand.CommandText = sqlText;
    sqlCommand.Parameters.AddWithValue("@resourceName", resourceName);
    sqlCommand.Parameters.AddWithValue("@timeout", milliSecondsTimeout);
    sqlCommand.CommandTimeout = secondsTimeout;
    sqlCommand.Transaction = sqlTransaction;
    Int32 lockResult = (Int32) sqlCommand.ExecuteScalar();
    Seek and read the range of records.
    using (var sqlReadConnection = new SqlConnection(_connectionString))
    sqlReadConnection.Open();
    SqlTransaction sqlTransaction = _sqlUpdateTransaction;
    _cdrList = CdrOps.FetchByrecordsIdRange(_yearMonth, firstSkid, firstSkid + count - 1, sqlReadConnection);
    sqlReadConnection.Close();
    return _cdrList.Count > 0;
    static public Dictionary FetchByrecordsIdRange(Int32 yearMonth, Int64 startCdrId, Int64 endCdrId, SqlConnection sqlConnection)
    Dictionary cdrList = new Dictionary();
    using (SqlCommand sqlCommand = sqlConnection.CreateCommand())
    sqlCommand.CommandText = "EXEC P_GetCDRData @yearMonth, @startCdrId, @endCdrID";
    sqlCommand.Parameters.AddWithValue("@yearMonth", yearMonth);
    sqlCommand.Parameters.AddWithValue("@startCdrId", startCdrId);
    sqlCommand.Parameters.AddWithValue("@endCdrID", endCdrId);
    sqlCommand.CommandTimeout = DbOps.TwoHourTimeoutValue;
    using (SqlDataReader sqlDataReader = sqlCommand.ExecuteReader())
    FetchrecordPieces(sqlDataReader, cdrList);
    return cdrList;
    Update the records to the list by using a loop Go and check if the number of records read is equal to the batch size then write and flush.
    update()
    _tollUpdatedList.Add((Toll) record);
    _legacyUpdateCount++;
    Dispose.
    Dipose()
    if (_sqlUpdateTransaction != null && _sqlUpdateTransaction.Connection != null)
    sqlUpdateTransaction.Rollback(String.Format("UpdateUsageDetailTransaction{0}", _storageClassId));
    _sqlUpdateTransaction.Dispose();
    _sqlUpdateTransaction = null;
    Commit.
    commit()
    if(_sqlUpdateTransaction != null)
    _sqlUpdateTransaction.Commit();
    _sqlUpdateTransaction.Dispose();
    _sqlUpdateTransaction = null;
    Error log.
    Error: [0x80004005] MonthlyFileDb::Seek - Timeout expired. The timeout period elapsed prior to completion of the operation or the server is not responding.

    Thank you, I used beta_lockinfo and observed the following
    spid=59/0/2
    command = SELECT  
    appl=.Net SqlClient Data Provider
    hostprc= 3640
    dbname = DEV_ECAP_P_CAP_ENT_CMN
    prcstatus= SUSPENDED
    spid_ =
    59/0/2
    blklvl = 1
    blkby = 55
    rsctype = 
    locktype =
    lstatus =
    ownertype =
    rscsubtype =
    waittime = 785.139
    waittype = LCK_M_IS
    spid__ = 59/0/2
    nstlvl = 3
    inputbuffer = (@yearMonth int,@startCdrId bigint,@endCdrID bigint)EXEC P_GetCDRData @yearMonth, @startCdrId, @endCdrID
    current_sp = DEV_ECAP_P_CAP_ENT_CMN.dbo.P_GetCDRData
    spid=55
    command = NULL
    appl=.Net SqlClient Data Provider
    hostprc= 3640
    dbname = DEV_ECAP_P_CAP_ENT_CMN
    prcstatus= sleeping
    spid_ =  55
    blklvl = !!
    blkby = 
    rsctype = APPLICATION
    locktype = X
    lstatus = grant
    ownertype = transaction
    rscsubtype = 
    waittime = 
    waittype = 
    spid__ = 55
    nstlvl = 
    inputbuffer =UPDATE UsgDetailCommon SET RunId = t2.RunId FROM UsgDetailCommon t1 INNER JOIN #UsgDetailCommon_Update t2 ON t1.YearMonth = t2.YearMonth AND t1.CdrId = t2.CdrId ;DROP TABLE #UsgDetailCommon_Update
    current_sp = 
    But what is the solution for this...? I am googling and I found similar post but with no solution, here it is not allowing me to post html link 

  • Java VM Error - Crashes while reading mjpeg

    While reading a mjpeg I once and a while get the following exception which crashes the VM:
    Please note this only happens after I reconnect to the mjpeg source and does not happen often.
    # An unexpected error has been detected by Java Runtime Environment:
    # Internal Error (0xc0000029), pid=5560, tid=936
    # Java VM: Java HotSpot(TM) Client VM (11.3-b02 mixed mode windows-x86)
    # Problematic frame:
    # C [ntdll.dll+0x501cc]
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x15ccf800): JavaThread "Thread-15" [_thread_in_native, id=936, stack(0x20200000,0x20250000)]
    siginfo: ExceptionCode=0xc0000029
    Registers:
    EAX=0x2024f1f4, EBX=0x2024fa64, ECX=0x2024f24c, EDX=0x0ab04c90
    ESP=0x2024f198, EBP=0x2024f520, ESI=0x2024f1a4, EDI=0x00000001
    EIP=0x7c9501cc, EFLAGS=0x00000246
    Top of Stack: (sp=0x2024f198)
    0x2024f198: 0ab04d14 00000000 200ffde4 c0000027
    0x2024f1a8: 00000002 00000000 7c342526 00000000
    0x2024f1b8: 15ccf800 0ab04868 0aaf15c0 0aaf160c
    0x2024f1c8: 0aaf19b4 2024f368 7c9101db 0ab04868
    0x2024f1d8: 0b0b2a00 00000001 00010a94 00000000
    0x2024f1e8: 157dfa64 0aaf1610 6d9daa61 c0000029
    0x2024f1f8: 00000001 2024f1a4 7c9501cc 00000000
    0x2024f208: 00000000 15ccf800 0aaf15f4 0aaf15f0
    Instructions: (pc=0x7c9501cc)
    0x7c9501bc: bd d8 fc ff ff 89 b5 dc fc ff ff e8 5c e3 fb ff
    0x7c9501cc: e9 ab aa fd ff 48 48 74 2e 83 a5 e4 fc ff ff 00
    Stack: [0x20200000,0x20250000], sp=0x2024f198, free space=316k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C [ntdll.dll+0x501cc]
    C [msvcr71.dll+0x2526]
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.readImageHeader(JZZ)Z+0
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.readNativeHeader(Z)Z+12
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.checkTablesOnly()V+92
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.gotoImage(I)V+41
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.readHeader(IZ)V+2
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.readInternal(ILjavax/imageio/ImageReadParam;Z)Ljava/awt/image/Raster;+3
    j com.sun.imageio.plugins.jpeg.JPEGImageReader.read(ILjavax/imageio/ImageReadParam;)Ljava/awt/image/BufferedImage;+4
    j javax.imageio.ImageReader.read(I)Ljava/awt/image/BufferedImage;+3
    ..... and this traces back to my code where I call:
    // imageDecoder is a ImageReader
            public void readJPG() { // read the embedded jpeg image
                if (!connected) {
                    return;
                if (iis == null) {
                    try {
                        iis = ImageIO.createImageInputStream(dis);
                    } catch (Exception e) {
                        e.printStackTrace();
                        return;
                imageDecoder.setInput(iis, true);
                try {
                    boolean jpegFound = false;
                    boolean contentTypeFound = false;
                    String line;
                    do {
                        line = iis.readLine();
                        if (line.indexOf("Content-") > -1) {
                            contentTypeFound = true;
                        } else if ((contentTypeFound) && (line.length() == 0)) {
                            jpegFound = true;
                    } while (!jpegFound);
    // ****** This is where the call stack traces back to and its crashing here.
                    image = imageDecoder.read(0);
                } catch (Exception e) {
                    disconnect();
            }Edited by: avalanche333 on Jul 6, 2009 8:54 AM

    unfortunately, this is a native crash, meaning the crash happens in a native library, not in java code. This makes it hard to nearly impossible to help you track the problem. The best you can do now is the following:
    - search for your bug in the java bugs database
    http://bugs.sun.com/
    - if you cannot find it, gather as much information as you can and create a new bug report. Things to lookout for are your system specs, the JVM used, conditions under which the exception seems to occur (for example, does it always happen for the same source, or for different ones?). Be sure to post the crash output.
    Of course that will not fix your immediate needs, so in the mean time you might want to try running on a different system to see if that changes anything.

  • Hang while installing OS X Mavericks

    Hi, my MacBook Air is currently hanging while installing OS X Mavericks. I got stuck after the installer asked me about my iCloud account, which I forgot, so I clicked 'Forgot Password'. It's been showing a gray loading screen ever since. I tried to restart it a couple of times but it won't, and my laptop won't even shut down. I close my computer and then the startup comes up again, I put in password, but it's the same gray loading screen.
    I'd like to reload the installation, or at least get to access my computer files. What do I do? Any help is appreciated. Thanks.

    Nevermind! It managed to shut down after a while. Whew!

  • My ipad2 hanged while lock, i can't reset or turn it off. What will i do!

    My ipad2 hanged while lock, i can't reset or turn it off. What will i do?

    First, try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

Maybe you are looking for

  • Need Help regarding Printing the report in Bi Publisher

    Hi, I have configured the printer successfully. But the problem is when i give the print in PDF format it coming in some symbols and for single page it is printing nearly 10 pages. When i gave print in HTML format then it is printing in Html tags. Pl

  • How to modify an existing xml file from java code.

    Hi I have worked on creating a new xml file from java code using xmlbeans.But if i try to modify an already existing file using java code I am unable to get errorfree xmlfile. For example if xml file(studlist.xml) is as below: <?xml version="1.0" enc

  • What are various data speeds supposed to be?

    I am doing my research now on the iPhone while awaiting the end of my Sprint contract. I currently on the slow Sprint data network using a Treo 650. All my bookmarks are to text based mobile sites: BBC, NYT, etc. I was playing with an iPhone here in

  • Call the Function against a select query in 500 procedures...

    Hello Gurus, I have a scenario, where i had made one function(UDF Function) to calculate something and in every procedure i call that function and calculate my requirement. Yesterday, i made a select query using reg exp for the same calculation.. So

  • Play multiple movies in same window area

    Hello, I'm sure this question has come up before, but couldn't find it. On my html page I want to have a number of links to my Captivate movies down column on left, and then one movie container on the right, so each time a movie link is clicked, the