Crash when running out of locks

I am using Berkeley DB XML 2.4.16 with Berkeley DB 4.7.25 on 64 bit Linux with all the latest patches applied, through the Java API. I am running a query that seems to cause this message in the BDB error file:
Lock table is out of available object entries
and the entire process crashes with a Java HotSpot stack trace.
Has anyone ever experienced behaviour like that? Shouldn't BDBXML just throw an exception?
Let me know if you want me to email you the HotSpot error, the top of which (can not include the entire message since its too big) looks as follows:
# An unexpected error has been detected by HotSpot Virtual Machine:
#  SIGSEGV (0xb) at pc=0x0000002b23f33f07, pid=17527, tid=1094080864
# Java VM: Java HotSpot(TM) 64-Bit Server VM (1.5.0_10-b03 mixed mode)
# Problematic frame:
# C  [libdbxml_java-2.4.so+0x187f07]  _ZN5DbXml12NsDomElementC1EPNS_6NsNodeEPNS_
5NsDocE+0xb7
---------------  T H R E A D  ---------------
Current thread (0x0000002ae5b492e0):  JavaThread "com.company.MyClass.main()" [_thread_in_native, id=17555]
siginfo:si_signo=11, si_errno=0, si_code=1, si_addr=0x0000000000000011
Registers:
RAX=0x0000000000000000, RBX=0x0000002b2da1afc0, RCX=0x0000002ae5200188, RDX=0x00
00002b2da1ac00
RSP=0x0000000041363800, RBP=0x0000002b2da1afc0, RSI=0x0000000000000000, RDI=0x00
00002b2da1afd8
R8 =0x0000002b2d933e70, R9 =0x0000000000000020, R10=0x0000003efff31640, R11=0x00
00002ae5200188
R12=0x0000002b2da1afd8, R13=0x0000002b2da1b028, R14=0x0000002b2da1afe0, R15=0x00
00002b2da1b018
RIP=0x0000002b23f33f07, EFL=0x0000000000010246, CSGSFS=0x000000000000a4e0, ERR=0
x0000000000000004
  TRAPNO=0x000000000000000e
Top of Stack: (sp=0x0000000041363800)
0x0000000041363800:   00000000413638f0 0000002b2da1aff0
0x0000000041363810:   0000002b2da1b008 0000000000000000
0x0000000041363820:   0000002b2da1afc0 0000002b2da19ea0
0x0000000041363830:   00000000413638f0 0000000041363880
0x0000000041363840:   00000000413638f0 0000002b23f34a62
0x0000000041363850:   0000002b2da1bfc8 0000002b2da1c100
0x0000000041363860:   0000002b2da15b20 0000000000000000
0x0000000041363870:   0000002b2da15b68 0000002b23f7baa7
0x0000000041363880:   00000000413639c0 0000002b23f77c93
0x0000000041363890:   0000002b2da15b20 0000002b2d928578
0x00000000413638a0:   0000002b2d946250 00000000413639c0
0x00000000413638b0:   0000000000000000 0000002b23f7d671
0x00000000413638c0:   0000002b2da14e10 0000000041363900
0x00000000413638d0:   0000000041363980 0000002b2da1b620
0x00000000413638e0:   0000002b2da19ea0 0000000000000002
0x00000000413638f0:   0000002b2da19ea0 0000000041363950
0x0000000041363900:   0000002b2da19ea0 0000002b2da1ab80
0x0000000041363910:   0000002b2d928578 0000002b2d928578
0x0000000041363920:   00000000413639c0 0000002b2d928578
0x0000000041363930:   0000002b2d928578 0000002b2d949b68
0x0000000041363940:   0000002b2da0f310 0000002b23f733dd
0x0000000041363950:   0000002b2da1af30 0000002b2d928578
0x0000000041363960:   0000002b2da0f300 0000002b24006ba0
0x0000000041363970:   00000000413639d0 00000000413639c0
0x0000000041363980:   0000002b2d949b70 0000002b2d949b68
0x0000000041363990:   0000000041363c00 0000002ae5200020
0x00000000413639a0:   0000002b2da1b040 0000002b2d928578
0x00000000413639b0:   0000002b2d949b70 0000002b2d949b68
0x00000000413639c0:   0000000041363c00 0000002ae5200020
0x00000000413639d0:   0000002b2da1b040 0000002b2d928578
0x00000000413639e0:   0000002b2d949b70 0000002b2d928578
0x00000000413639f0:   0000002b2da1b040 0000002b2d928578
Instructions: (pc=0x0000002b23f33f07)
0x0000002b23f33ef7:   00 41 c6 45 08 00 48 89 44 24 10 e8 81 d8 f5 ff
0x0000002b23f33f07:   f6 40 11 08 0f 85 c4 00 00 00 48 8b 5c 24 18 48
Stack: [0x0000000041265000,0x0000000041366000),  sp=0x0000000041363800,  free sp
ace=1018k
Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
C  [libdbxml_java-2.4.so+0x187f07]  _ZN5DbXml12NsDomElementC1EPNS_6NsNodeEPNS_5N
sDocE+0xb7
Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
j  com.sleepycat.dbxml.dbxml_javaJNI.XmlManager_query__SWIG_3(JLcom/sleepycat/db
xml/XmlManager;JLcom/sleepycat/dbxml/XmlTransaction;Ljava/lang/String;Lcom/sleep
ycat/dbxml/XmlQueryContext;)J+0
j  com.sleepycat.dbxml.XmlManager.query(Lcom/sleepycat/dbxml/XmlTransaction;Ljav
a/lang/String;Lcom/sleepycat/dbxml/XmlQueryContext;)Lcom/sleepycat/dbxml/XmlResu
lts;+12
j  com.company.MyClass.main([Ljava/lang/String;)V
+88
v  ~StubRoutines::call_stub
j  sun.reflect.NativeMethodAccessorImpl.invoke0(Ljava/lang/reflect/Method;Ljava/
lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;+0
j  sun.reflect.NativeMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang/Obj
ect;)Ljava/lang/Object;+87
j  sun.reflect.DelegatingMethodAccessorImpl.invoke(Ljava/lang/Object;[Ljava/lang
/Object;)Ljava/lang/Object;+6
j  java.lang.reflect.Method.invoke(Ljava/lang/Object;[Ljava/lang/Object;)Ljava/l
ang/Object;+111
j  org.codehaus.mojo.exec.ExecJavaMojo$1.run()V+92
j  java.lang.Thread.run()V+11
v  ~StubRoutines::call_stub
---------------  P R O C E S S  ---------------
Java Threads: ( => current thread )
  0x0000002ae6ac0830 JavaThread "RMI LeaseChecker" daemon [_thread_blocked, id=1
7569]
  0x0000002ae687d200 JavaThread "RMI RenewClean-[10.60.76.61:42471]" daemon [_th
read_blocked, id=17567]
  0x0000002ae62d4850 JavaThread "GC Daemon" daemon [_thread_blocked, id=17565]
  0x0000002ae62d8550 JavaThread "RMI Reaper" [_thread_blocked, id=17564]
  0x0000002ae62d6370 JavaThread "RMI TCP Accept-0" daemon [_thread_in_native, id
=17563]
  0x0000002ae62fe0f0 JavaThread "RMI TCP Accept-9999" daemon [_thread_in_native,
id=17562]
  0x0000002ae62fd810 JavaThread "Timer-0" daemon [_thread_blocked, id=17561]
  0x0000002ae62da1a0 JavaThread "Deadlock Detector" [_thread_blocked, id=17558]
  0x0000002ae62d9960 JavaThread "Checkpointer" [_thread_blocked, id=17557]
  0x0000002ae62fe920 JavaThread "com.company.Alerter" daemon [_thread_blocked, id=17556]
=>0x0000002ae5b492e0 JavaThread "com.company.MyClass.main()" [_thread_in_native, id=17555]
  0x0000002ae4ccab40 JavaThread "Low Memory Detector" daemon [_thread_blocked, i
d=17547]
  0x0000002ae4cc8f10 JavaThread "CompilerThread1" daemon [_thread_blocked, id=17
546]
  0x0000002ae4cc7960 JavaThread "CompilerThread0" daemon [_thread_blocked, id=17
545]
  0x0000002ae1e72720 JavaThread "AdapterThread" daemon [_thread_blocked, id=1754
4]
  0x0000002ae1e713c0 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=
17543]
  0x0000002ae1e6bb20 JavaThread "Finalizer" daemon [_thread_blocked, id=17542]
  0x0000002ae1e6b2f0 JavaThread "Reference Handler" daemon [_thread_blocked, id=
17541]
  0x0000000040116350 JavaThread "main" [_thread_blocked, id=17527]
Other Threads:
  0x0000002ae1e66df0 VMThread [id=17540]
  0x0000002ae4ccc790 WatcherThread [id=17548]
VM state:not at safepoint (normal execution)
VM Mutex/Monitor currently owned by a thread: None

This is just a guess:
(1) Your applications runs up against the maximum number of lock objects, which triggers an exception. This may be caused by either (a) your application requirements or (b) failure to commit/abort transactions.
(2) The exception is not caught at the appropriate place, or appropriate action is not taken in the exception handling, which is to deallocate XmlResults and other objects (so the underlying C++ objects may be freed) and to abort the transaction.
(3) C++ objects the Java wrappers of which should have been deleted (call delete()) are still around when they shouldn't be, and this causes a SEGV to happen, which is what you're seeing.
If you think the above is possible, you could boil down com.company.MyClass to a minimal example that reproduces the behaviour you're seeing and is easy for others to run at home, and then post it here.
Michael Ludwig

Similar Messages

  • 7.3.2.6 crashes when coming out of standby mode

    Has anyone else seen this problem with iTunes 7.3.2.6?
    It crashes when coming out of standby mode. There is an error report I can send to Microsoft, but since it's an Apple program, I never send it.
    Using standby was OK with iTunes 7.2.

    Okay. Let's try getting a fresh one through to Roy.
    If the log has been "live" for a while, info about every crash of any description will have been being added to it (with my Morrowind crashing on a daily basis, i once found a DrWatson log on belladonna that was over a GB in size). So it'll be easier for him to work through a log with just one crash on it.
    Will run through my standard instructions just so i don't forget anything. (Sorry, I know you're up to speed on this sort of thing, no offense meant.)
    Typically, you'll need to configure Dr. Watson on your PC in order to generate crash logs. Windows start menu -> Run. Type in "cmd". Hit return. At the prompt in the command line window that comes up, type in
    drwtsn32 -i
    And hit return.
    This will create crash logs in Documents And Settings\All Users\Application Data\Microsoft\Dr Watson\. There'll usually be a file in here called "drwtsn32.log"
    prior to collecting the itunes crash log, delete any existing crash logs in there. (we want to make sure we send the correct crash log.)
    Generate the crash, collect the crash log, and send it as an attachment to this email address: [email protected]
    In the email to Roy, be sure to include the following information:
    - A link to the thread on Apple Discussions where the issue is being discussed
    - The username you are using in the thread
    - The version of iTunes you are using or trying to use
    - the version of Windows you are using (mention service packs)
    - A concise description of the issue you are seeing
    - The exact text of the error message you are seeing

  • Why does system suite pro 12 crash when running file cleaner is running while firefox is installed? If I uninstall firefox then system suite pro 12 won't crash.

    When I downloaded the newest version of firefox system suite pro 12 crashes when running file cleaner after I uninstall firefox system suite pro 12 doesn't crash. I have window 7 premium home edition 64 bit.

    You should know a few things before before getting started:
    1. Registry "cleaners" and "system optimizers" like SystemSuite are very unreliable, cause more problems then they propose to fix, have little to no benefit, and are somewhat of a scam. Running them on a system is almost guaranteeing a crash or hiccups somewhere along the process. running them is never a good idea. all you need is a good, simple, free anti-virus (like Microsoft Security Essentials), and use the built in Windows Utilities to clean and sped up your computer if needed.
    2. This is a Firefox forum, so if you are having a problem with SystemSuite, we might not be able to help you.
    I'll give you a few things you can do to see if this is just a Windows problem:
    Run all Windows Updates, install all needed service packs, etc.
    Update your graphics driver (Firefox uses your graphics card for some rendering, and an out of date graphics card driver can cause problems. [https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers https://support.mozilla.org/en-US/kb/how-do-i-upgrade-my-graphics-drivers].
    Update all your plugins (Flash, Java, etc.): [http://www.mozilla.org/plugincheck/ http://www.mozilla.org/plugincheck/].
    Download and Install MalwareBytes Anti-Malware, run a full Scan. [http://www.malwarebytes.org/ http://www.malwarebytes.org/]. This helps check that there are no viruses on your computer causing issues. You can uninstall this program after you clean off any infections.
    Plus, I'd strongly recommend removing systemsuite and any other "optimizers" you might have.

  • JVM will crash when running tomcat4

    Hi,
    My JVM crash when running tomcat awhile. Any suggestion? Thanks.
    Here is my platform info:
    linux-2.4.19, glibc-2.2.4-30, jdk1.4.1-rc-b19, tomcat4-4.03
    Here is the JVM message:
    An unexpected exception has been detected in native code outside the VM.
    Unexpected Signal : 11 occurred at PC=0x6C6C75
    Function=[Unknown.]
    Library=(N/A)
    NOTE: We are unable to locate the function name symbol for the error
    just occurred. Please refer to release documentation for possible
    reason and solutions.
    Current Java thread:
    at java.net.PlainSocketImpl.socketAccept(Native Method)
    at java.net.PlainSocketImpl.accept(PlainSocketImpl.java:353)
    - locked <0x4485f568> (a java.net.PlainSocketImpl)
    at java.net.ServerSocket.implAccept(ServerSocket.java:439)
    at java.net.ServerSocket.accept(ServerSocket.java:410)
    at org.apache.catalina.core.StandardServer.await(StandardServer.java:293)
    at org.apache.catalina.startup.Catalina.start(Catalina.java:794)
    at org.apache.catalina.startup.Catalina.execute(Catalina.java:681)
    at org.apache.catalina.startup.Catalina.process(Catalina.java:179)
    at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
    at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
    at java.lang.reflect.Method.invoke(Method.java:324)
    at org.apache.catalina.startup.Bootstrap.main(Bootstrap.java:243)
    Regards,
    Steven Chan

    Hi Steven
    Also post this question at http://www.javaranch.com , there is a special forum for Apache/Tomcat.
    Regards.

  • Use loadSWF load my stage3D game swf and show In AIR , This swf may crash when running

    Problem Description:
    use loadSWF load my stage3D game swf and show , This swf may crash when running
    Steps to Reproduce:
    run my Upload Project . Fill in the login box, any account and password . Because of network problems, you may need to wait a long time to show up login box
    Actual Result:
    this swf crash when running
    Expected Result:
    this swf do not crash when running
    Any Workarounds: 
    Test Configuration
    My Hardware and Environment details:
    1.this url's swf load files in worker
    2.this url's swf use SDK is Flex 4.6.0(bulid23201)
    3.this url's swf is Flex Project
    Upload Project Url:
    http://fight.fuhuodao.com/fight/testUrl/!FightAirShell.zip

    The loading of SWFs from AIR has a different Security model than that of the WebPlayer.  There is a workaround to loading plugins in AIR: If you use a static plugin this should work for you.  To do this: Link in the plugin at compile time, and pass the PluginInfoResource to the loadPlugin() method.

  • Macbook Pro crashes when running on battery

    Hi.
    My Macbook Pro crashes when running in battery. It seems it doesn't happen when connected to the power.
    Is there any way to know if it's a battery malfunction?
    Because Apple changed the motherboard a month ago or so because Nvidia broke. So it could be also the connector to the battery?
    Is there any tests I can run?
    Thanks

    I would take it back to Apple and have them check it. You may have got a replacement logic board with a problem. Apple usually use rebuilt ones.
    Dave M.
    MacOSG Founder/Ambassador  An Apple User Group  iTunes: MacOSG Podcast
    Macsimum News Associate Editor  Creator of 'Mac611 - Mobile Mac Support'

  • Test Stand crashing when running ESS

    Test Stand is crashing when running ESS and one of the test fails.  I am able to run that same test alone and there are no issues.  I am seeing the following messege in the windows event log.
    Faulting application testexec.exe, version 13.0.0.0, stamp 4a9eca49, faulting module cvirte.dll, version 9.0.0.330, stamp 48dd23b1, debug? 0, fault address 0x000ac355.

    1) What is ESS?
    2) Are you calling a dll from TestStand? If so make sure the settings for passing parameters to the dll are exactly correct or it could cause memory corruption. If not, how exactly is teststand calling the test?
    -Doug

  • MacBook Pro doesn't hibernate when runs out of battery

    Dear all,
    I've been experiencyng this issue for quite a while now and is very frustrating. My MacBook Pro (Early 2011) doens't go to sleep as it should when runs out of battery. It simply dies. This is not a continuous issues as it happens 1/2 oh the times that battery runs out and I cannot connect it to power (low battery warning is also working perfectly).
    Mac is stock besides HDD (now SSD) and RAMs. Battery stock as well and loks good in sysinfo (attached):
    Battery Information:
      Model Information:
      Serial Number:          D##########
      Manufacturer:          SMP
      Device Name: ######
      Pack Lot Code:          0
      PCB Lot Code:          0
      Firmware Version:          406
      Hardware Revision:          2
      Cell Revision:          158
      Charge Information:
      Charge Remaining (mAh):          6020
      Fully Charged:          Yes
      Charging:          No
      Full Charge Capacity (mAh):          6020
      Health Information:
      Cycle Count:          853
      Condition:          Normal
      Battery Installed:          Yes
      Amperage (mA):          0
      Voltage (mV):          12461
    It doesn't at all appear to be a HW issues, as batteries behaves normally and system sleeps corretcly at times. Indeed, seems to be a software issue as also running a pm set command in terminal after mac died returned this result:
    pmset -g assertions
    4/27/14, 10:55:41 AM GMT
    Assertion status system-wide:
       BackgroundTask                 1
       PreventDiskIdle                0
       ApplePushServiceTask           0
       UserIsActive                   0
       PreventUserIdleDisplaySleep    0
       InteractivePushServiceTask     0
       PreventSystemSleep             0
       ExternalMedia                  0
       PreventUserIdleSystemSleep     1
       NetworkClientActive            0
    Listed by owning process:
       pid 63(mds): [0x0000000c0000012e] 00:00:30 BackgroundTask named: "com.apple.metadata.mds.power"
       pid 116(mds_stores): [0x0000000c0000013a] 00:00:24 BackgroundTask named: "com.apple.metadata.mds_stores.power"
       pid 198(AddressBookSour): [0x0000000100000141] 00:00:21 PreventUserIdleSystemSleep named: "Address Book Source Sync"
              Timeout will fire in 1778 secs Action=TimeoutActionTurnOff
       pid 82(backupd-helper): [0x0000000c00000138] 00:00:28 BackgroundTask named: "backupd-helper"
       pid 85(apsd): [0x0000000c00000135] 00:00:30 InteractivePushServiceTask named: "com.apple.apsd-recreatecachedictionaries-sandbox.push.apple.com"
       pid 85(apsd): [0x0000000c00000130] 00:00:30 ApplePushServiceTask named: "com.apple.apsd-connectionestablish-push.apple.com"
       pid 85(apsd): [0x0000000c0000012c] 00:00:30 ApplePushServiceTask named: "com.apple.apsd-recreatecachedictionaries-push.apple.com"
       pid 11(UserEventAgent): [0x0000000c0000013b] 00:00:24 BackgroundTask named: "com.apple.metadata.mds_stores.power"
       pid 11(UserEventAgent): [0x0000000c0000012f] 00:00:30 BackgroundTask named: "com.apple.metadata.mds.power"
    No kernel assertions.
    It seems that Address book service prevents system from sleeping.
    Thank you in advance for your help!
    Bests,
    Alex

    Hi all,
    Thnk you for the reply.
    @andyBall: I though that the battery might run out sooner than what it reports, however it typically behaves behaves quite well - 5+ hours after fully charged and approximately 10 minutes of operation after low battery warning. Very hard that battery is running out before the system realize that. Yet I have to try the SMC reset. Will revert.
    @SilverSkyRat: I have one iCloud and one Gmail for work. Today I have disabled both and OS hibernated well (no failure). Later in the day I reactivated Gmail and system still hibernated fine. I mainly use the Mac for work therefore it's rather difficult to perform continus test of this kind. Although, system somtimes hibernates fine with also all account active.
    General question, which are the program associated with "Address Book Source Sync"? Only "Contacts"?
    Also, I have Little Snitch on the computer, may this be anyhow linked with this issue in your opinion/experience?
    Best regards,
    Alex

  • Crashes when running Java Applets and trying to open Security System Preferences

    Browser crashes when trying to run Java Applets, I've tried 4 different browsers. This is the crash report.
    Process:         java [90472]
    Path:            /usr/bin/java
    Identifier:      com.apple.javajdk16.cmd
    Version:         1.0 (1.0)
    Code Type:       X86-64 (Native)
    Parent Process:  Google Chrome Helper EH [90460]
    Date/Time:       2012-02-17 15:04:44.693 -0500
    OS Version:      Mac OS X 10.6.8 (10K549)
    Report Version:  6
    Interval Since Last Report:          9110 sec
    Crashes Since Last Report:           8
    Per-App Interval Since Last Report:  43908 sec
    Per-App Crashes Since Last Report:   8
    Anonymous UUID:                      DFA20D26-FD7E-4507-AAA9-EBF29199EC56
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x0000000000000000
    Crashed Thread:  31  Java: Thread-11
    Application Specific Information:
    Java information:
    Exception type: Bus Error (0xa) at pc=00000000
    Java VM: Java HotSpot(TM) 64-Bit Server VM (20.4-b02-402 mixed mode macosx-amd64)
    Current thread (102a13000):  JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
    Stack: [124283000,124383000]
    Java Threads: ( => current thread )
      126525000 JavaThread "Thread-26" daemon [_thread_blocked, id=878407680, stack(1344b7000,1345b7000)]
      126524000 JavaThread "Thread-25" daemon [_thread_in_native, id=877346816, stack(1343b4000,1344b4000)]
      102f20800 JavaThread "Thread-21" daemon [_thread_blocked, id=636690432, stack(125e32000,125f32000)]
      102b96000 JavaThread "Thread-20" daemon [_thread_in_native, id=550666240, stack(120ca8000,120d28000)]
      102b95000 JavaThread "Thread-19" daemon [_thread_blocked, id=632483840, stack(125a2f000,125b2f000)]
      1261e6000 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=591368192, stack(1232f9000,1233f9000)]
      10191b800 JavaThread "Thread-15" daemon [_thread_blocked, id=611905536, stack(12468f000,12478f000)]
      1029c7800 JavaThread "Thread-14" daemon [_thread_blocked, id=610844672, stack(12458c000,12468c000)]
      102b11000 JavaThread "Thread-13" daemon [_thread_blocked, id=609783808, stack(124489000,124589000)]
      101929000 JavaThread "Thread-12" daemon [_thread_blocked, id=608722944, stack(124386000,124486000)]
    =>102a13000 JavaThread "Thread-11" daemon [_thread_in_Java, id=607662080, stack(124283000,124383000)]
      1029d2000 JavaThread "Poller SunPKCS11-Darwin" daemon [_thread_blocked, id=541855744, stack(1203c1000,1204c1000)]
      101a43800 JavaThread "thread applet-Rs2Applet.class-1" [_thread_blocked, id=534294528, stack(11fc8b000,11fd8b000)]
      102a07800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=527765504, stack(11f651000,11f751000)]
      102878000 JavaThread "JVM[id=0]-Heartbeat" daemon [_thread_blocked, id=490639360, stack(11d2e9000,11d3e9000)]
      101943000 JavaThread "AWT-EventQueue-2" [_thread_blocked, id=494882816, stack(11d6f5000,11d7f5000)]
      102933000 JavaThread "Applet 1 LiveConnect Worker Thread" [_thread_blocked, id=466014208, stack(11bb6d000,11bc6d000)]
      101933800 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=191471616, stack(10b59a000,10b69a000)]
      101944000 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=493821952, stack(11d5f2000,11d6f2000)]
      1029ae800 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=492761088, stack(11d4ef000,11d5ef000)]
      102a04800 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=491700224, stack(11d3ec000,11d4ec000)]
      102b2e000 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=489578496, stack(11d1e6000,11d2e6000)]
      1018e6800 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=464945152, stack(11ba68000,11bb68000)]
      101a46800 JavaThread "AWT-Shutdown" [_thread_blocked, id=463884288, stack(11b965000,11ba65000)]
      101934800 JavaThread "AWT-AppKit" daemon [_thread_in_native, id=1896107200, stack(7fff5f400000,7fff5fc00000)]
      101933000 JavaThread "Timer-0" [_thread_blocked, id=190410752, stack(10b497000,10b597000)]
      1018cd000 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=188145664, stack(10b26e000,10b36e000)]
      102853000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=172019712, stack(10a30d000,10a40d000)]
      102852800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=170958848, stack(10a20a000,10a30a000)]
      102851800 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=169897984, stack(10a107000,10a207000)]
      102851000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=168837120, stack(10a004000,10a104000)]
      102850000 JavaThread "Surrogate Locker Thread (Concurrent GC)" daemon [_thread_blocked, id=167776256, stack(109f01000,10a001000)]
      102842800 JavaThread "Finalizer" daemon [_thread_blocked, id=162287616, stack(1099c5000,109ac5000)]
      102841800 JavaThread "Reference Handler" daemon [_thread_blocked, id=161226752, stack(1098c2000,1099c2000)]
      101801000 JavaThread "main" [_thread_blocked, id=5246976, stack(100401000,100501000)]
    Other Threads:
      10283d000 VMThread [stack: 1097bf000,1098bf000] [id=160165888]
      10285d000 WatcherThread [stack: 10a410000,10a510000] [id=173080576]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    par new generation   total 19136K, used 9943K [7eae00000, 7ec2c0000, 7ece00000)
      eden space 17024K,  46% used [7eae00000, 7eb5a5ec8, 7ebea0000)
      from space 2112K, 100% used [7ec0b0000, 7ec2c0000, 7ec2c0000)
      to   space 2112K,   0% used [7ebea0000, 7ebea0000, 7ec0b0000)
    concurrent mark-sweep generation total 144152K, used 110056K [7ece00000, 7f5ac6000, 7fae00000)
    concurrent-mark-sweep perm gen total 62268K, used 37524K [7fae00000, 7feacf000, 800000000)
    Code Cache  [103801000, 104192000, 106801000)
    total_blobs=2217 nmethods=1445 adapters=734 free_code_cache=40529280 largest_free_block=47360
    Virtual Machine Arguments:
    JVM Args: -D__jvm_launched=1329508711033330 -Xbootclasspath/a:/System/Library/Frameworks/JavaVM.framework/Resources/Deploy. bundle/Contents/Resources/Java/deploy.jar:/System/Library/Frameworks/JavaVM.fram ework/Resources/Deploy.bundle/Contents/Resources/Java/javaws.jar:/System/Library /Frameworks/JavaVM.framework/Resources/Deploy.bundle/Contents/Resources/Java/plu gin.jar -Djava.applet.host=world8.runescape.com -Dapple.awt.UIElement=true -Dsun.awt.warmup=true -Xmx256m -Xss1m -Xincgc -XX:+UseConcMarkSweepGC -Dsun.java2d.noddraw=true
    Java Command: sun.plugin2.main.client.PluginMain write_pipe_name=/var/folders/Aa/Aa4dzX7xHJmbzy55DpvyiE+++TI/-Tmp-/.java.deploy. 90460.994108354874315847
    Launcher Type: SUN_STANDARD
    Physical Memory: Page Size = 4k, Total = 3840M, Free = 774M
    Thread 0:  Dispatch queue: com.apple.main-thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   com.apple.CoreFoundation                0x00007fff864f2902 __CFRunLoopRun + 1698
    3   com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    4   com.apple.HIToolbox                     0x00007fff857827ee RunCurrentEventLoopInMode + 333
    5   com.apple.HIToolbox                     0x00007fff857825f3 ReceiveNextEventCommon + 310
    6   com.apple.HIToolbox                     0x00007fff857824ac BlockUntilNextEventMatchingListInMode + 59
    7   com.apple.AppKit                        0x00007fff85ae6eb2 _DPSNextEvent + 708
    8   com.apple.AppKit                        0x00007fff85ae6801 -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 155
    9   libawt.jnilib                           0x000000010b6f1f0d -[NSApplicationAWT nextEventMatchingMask:untilDate:inMode:dequeue:] + 124
    10  com.apple.AppKit                        0x00007fff85aac68f -[NSApplication run] + 395
    11  libawt.jnilib                           0x000000010b69e19c +[AWTStarter startAWT:] + 1495
    12  libawt.jnilib                           0x000000010b69db16 -[CPerformer perform] + 93
    13  com.apple.Foundation                    0x00007fff8357745f __NSThreadPerformPerform + 219
    14  com.apple.CoreFoundation                0x00007fff864f43d1 __CFRunLoopDoSources0 + 1361
    15  com.apple.CoreFoundation                0x00007fff864f25c9 __CFRunLoopRun + 873
    16  com.apple.CoreFoundation                0x00007fff864f1d8f CFRunLoopRunSpecific + 575
    17  java                                    0x000000010000483f 0x100000000 + 18495
    18  java                                    0x0000000100004296 0x100000000 + 17046
    19  java                                    0x0000000100001a94 0x100000000 + 6804
    Thread 1:
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x000000010380685a 0 + 4353714266
    13  ???                                     0x000000010380685a 0 + 4353714266
    14  ???                                     0x0000000103801438 0 + 4353692728
    15  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    16  libclient64.dylib                       0x00000001010a4f16 JVM_Lseek + 192613
    17  libclient64.dylib                       0x00000001010c8e0e JVM_FindLoadedClass + 3186
    18  libclient64.dylib                       0x00000001010c8cb6 JVM_FindLoadedClass + 2842
    19  java                                    0x0000000100002cef 0x100000000 + 11503
    20  java                                    0x000000010000323c 0x100000000 + 12860
    21  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    22  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 2:  Java: Exception Handler Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libSystem.B.dylib                       0x00007fff8864aa17 mach_msg_server + 468
    3   libclient64.dylib                       0x000000010100e7cb jio_snprintf + 41425
    4   libclient64.dylib                       0x000000010100e683 jio_snprintf + 41097
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 3:  Java: Gang worker#0 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 4:  Java: Gang worker#1 (Parallel GC Threads)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101025fa4 jio_vsnprintf + 312
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 5:  Java: Concurrent Mark-Sweep GC Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x0000000101302097 JVM_Timeout + 883428
    8   libclient64.dylib                       0x000000010122803c JVM_Yield + 40397
    9   libclient64.dylib                       0x000000010122783d JVM_Yield + 38350
    10  libclient64.dylib                       0x00000001012277af JVM_Yield + 38208
    11  libclient64.dylib                       0x000000010122764e JVM_Yield + 37855
    12  libclient64.dylib                       0x00000001012273eb JVM_Yield + 37244
    13  libclient64.dylib                       0x000000010121edca JVM_Yield + 2907
    14  libclient64.dylib                       0x000000010102c3dc jio_vsnprintf + 25968
    15  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    16  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    17  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 6:  Java: VM Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    5   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    6   libclient64.dylib                       0x00000001010a3f8f JVM_Lseek + 188638
    7   libclient64.dylib                       0x00000001010a3cdf JVM_Lseek + 187950
    8   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    9   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    10  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 7:  Java: Reference Handler
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x00000001039622d4 0 + 4355138260
    10  ???                                     0x0000000103801438 0 + 4353692728
    11  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    12  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    13  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    14  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    15  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    16  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    17  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    18  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    19  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 8:  Java: Finalizer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 9:  Dispatch queue: com.apple.libdispatch-manager
    0   libSystem.B.dylib                       0x00007fff885e6c0a kevent + 10
    1   libSystem.B.dylib                       0x00007fff885e8add _dispatch_mgr_invoke + 154
    2   libSystem.B.dylib                       0x00007fff885e87b4 _dispatch_queue_invoke + 185
    3   libSystem.B.dylib                       0x00007fff885e82de _dispatch_worker_thread2 + 252
    4   libSystem.B.dylib                       0x00007fff885e7c08 _pthread_wqthread + 353
    5   libSystem.B.dylib                       0x00007fff885e7aa5 start_wqthread + 13
    Thread 10:  Java: Surrogate Locker Thread (Concurrent GC)
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c2261 JVM_IsPrimitiveClass + 6521
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 11:  Java: Signal Dispatcher
    0   libSystem.B.dylib                       0x00007fff885cddb6 semaphore_wait_trap + 10
    1   libclient64.dylib                       0x00000001010c2aa3 JVM_IsPrimitiveClass + 8635
    2   libclient64.dylib                       0x00000001010c252a JVM_IsPrimitiveClass + 7234
    3   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    4   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 12:  Java: C2 CompilerThread0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 13:  Java: C2 CompilerThread1
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d10a jio_snprintf + 35600
    7   libclient64.dylib                       0x00000001010c9319 JVM_Write + 346
    8   libclient64.dylib                       0x00000001010c3913 JVM_IsPrimitiveClass + 12331
    9   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    10  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    11  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    12  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    13  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 14:  Java: Low Memory Detector
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x000000010100d722 jio_snprintf + 37160
    5   libclient64.dylib                       0x000000010100d2fd jio_snprintf + 36099
    6   libclient64.dylib                       0x000000010100d1a3 jio_snprintf + 35753
    7   libclient64.dylib                       0x00000001010c5318 JVM_IsPrimitiveClass + 18992
    8   libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    9   libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    10  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    11  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    12  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 15:  Java: VM Periodic Task Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x00000001011afc26 JVM_GetClassInterfaces + 11348
    4   libclient64.dylib                       0x00000001010c73a7 JVM_IsPrimitiveClass + 27327
    5   libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    6   libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    7   libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 16:  Java: traceMsgQueueThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 17:  Java: Timer-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x000000010380685a 0 + 4353714266
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 18:  Java: AWT-Shutdown
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 19:  Java: Java Plug-In Pipe Worker Thread (Client-Side)
    0   libSystem.B.dylib                       0x00007fff885d8466 read + 10
    1   libdeploy.jnilib                        0x0000000109d4d5d9 Java_com_sun_deploy_net_socket_UnixSocketImpl_unStreamSocketRead + 140
    2   ???                                     0x0000000103811d6e 0 + 4353760622
    3   ???                                     0x000000010380696e 0 + 4353714542
    4   ???                                     0x000000010380696e 0 + 4353714542
    5   ???                                     0x000000010380696e 0 + 4353714542
    6   ???                                     0x000000010380696e 0 + 4353714542
    7   ???                                     0x000000010386d2b4 0 + 4354134708
    8   ???                                     0xfda21644ff67b8d7 0 + 18276194723421468887
    Thread 20:  Java: SysExecutionTheadCreator
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 21:  Java: CacheMemoryCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 22:  Java: CacheCleanUpThread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103801438 0 + 4353692728
    12  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    13  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    14  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    15  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    16  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    17  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    18  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    19  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    20  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 23:  Java: AWT-EventQueue-0
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 24:  Java: Browser Side Object Cleanup Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 25:  Java: Applet 1 LiveConnect Worker Thread
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103811d6e 0 + 4353760622
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x000000010380685a 0 + 4353714266
    11  ???                                     0x0000000103806d34 0 + 4353715508
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 26:  Java: AWT-EventQueue-2
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d903 jio_snprintf + 37641
    3   libclient64.dylib                       0x000000010100d7c3 jio_snprintf + 37321
    4   libclient64.dylib                       0x00000001010b2597 JVM_MonitorWait + 4001
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x0000000103aaac60 0 + 4356484192
    Thread 27:  Java: JVM[id=0]-Heartbeat
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_msg + 59
    2   libclient64.dylib                       0x000000010100d995 jio_snprintf + 37787
    3   libclient64.dylib                       0x000000010102c54a jio_vsnprintf + 26334
    4   libclient64.dylib                       0x00000001010b25a1 JVM_MonitorWait + 4011
    5   libclient64.dylib                       0x00000001010b1a24 JVM_MonitorWait + 1070
    6   libclient64.dylib                       0x00000001010b1690 JVM_MonitorWait + 154
    7   libjvmlinkage.dylib                     0x0000000100093b9b JVM_MonitorWait + 59
    8   ???                                     0x0000000103a3d848 0 + 4356036680
    9   ???                                     0x000000010380685a 0 + 4353714266
    10  ???                                     0x00000001038069b3 0 + 4353714611
    11  ???                                     0x00000001038069b3 0 + 4353714611
    12  ???                                     0x0000000103801438 0 + 4353692728
    13  libclient64.dylib                       0x00000001010a5152 JVM_Lseek + 193185
    14  libclient64.dylib                       0x00000001010b11dc JVM_StartThread + 2565
    15  libclient64.dylib                       0x00000001010b10d2 JVM_StartThread + 2299
    16  libclient64.dylib                       0x00000001010b1072 JVM_StartThread + 2203
    17  libclient64.dylib                       0x00000001010b0f14 JVM_StartThread + 1853
    18  libclient64.dylib                       0x00000001010b0d29 JVM_StartThread + 1362
    19  libclient64.dylib                       0x000000010100d264 jio_snprintf + 35946
    20  libSystem.B.dylib                       0x00007fff88606fd6 _pthread_start + 331
    21  libSystem.B.dylib                       0x00007fff88606e89 thread_start + 13
    Thread 28:  Java: Java2D Disposer
    0   libSystem.B.dylib                       0x00007fff885cdd7a mach_msg_trap + 10
    1   libSystem.B.dylib                       0x00007fff885ce3ed mach_m

    Did you get this fixed? I have had this error everytime I try to access my bank, inventory, and ither things. Please help.

  • Crystal Report crash when run

    i tried reinstalling my application, but it still crash when i run using a dynamic parameter from Business View.  any thoughts on how to solve this issue?

    I have the same issue.  I thought it was my computer, but I have reloaded the OS and reinstalled CR XI release 2 version 11.5.11.1470.
    I can create a new report and set the parameters manually (in the Selection Formula not a Static Parameter), but as soon as I use a dynamic parameter and run it, CR closes out and I get box letting me know it closed.  There is no error message.
    The same happened in XP and I am using Windows 7 now.
    Edited by: Rando_S. on Apr 7, 2010 2:30 PM
    Edited by: Rando_S. on Apr 9, 2010 5:01 PM

  • Dreamweaver CS6 crashes when checking out a file

    Not sure what all the information you might need, but here are the basics. 
    When I check out a file the following happens:
    1. Open Dreamweaver CS6
    2. Check out a file (both Double click on file or Right clicking and choosing 'Check Out')
    3. 'Background File Activity' window spastically flashes for a minute then program crashes.
    4. Reopen Dreamweaver CS6, file is checked out and usable.
    I have tried reinstalling and deleting my WinCacheFile, no change. This happens with all servers I currently connect to.  Checking In a file doesn't do this.
    Does anyone have an idea on what my next steps might be to fix this?
    I'm running WinXP and have the CS6 Suit.
    Thanks in advance
    JackieW

    "antum" <[email protected]> wrote in message
    news:fjkurv$ken$[email protected]..
    >
    > I have a file that crashes when I open it and place my
    cursor in the body
    > of
    > the file. I have tried copying the content into another
    file and saving it
    > under another name with no luck. I also opened it in
    notepad and tried
    > looking
    > for strange characters but nothing weird. Any ideas? I
    created and edited
    > the
    > file in dreamweaver CS3.
    >
    Can you copy & paste the code into a message here?
    Patty Ayers | Adobe Community Expert
    www.WebDevBiz.com
    Free Articles on the Business of Web Development
    Web Design Contract, Estimate Request Form, Estimate
    Worksheet

  • Crashes when running applications from network share - "Windows cannot access the file for one of the following reasons"

    Hi,
    starting a couple of weeks ago, we get the following error(s) when running applications from a network share. We don't know what causes this, we are not aware of any major changes in our network infrastructure or client/Server configuration. We did upgrade
    a lot of machines to Windows 8, but the issue also occurs on older Win7 computers.
    We figured out a workaround though: The applications run fine when launching from a FQDN share (like
    \\share.domain.Company.com) and only cause problems when running from
    \\share directly. They have worked fine for years without FQDN though.
    Any ideas?
    Error Details (the Kind of error differs greatly):
    # 1 #
    Log Name: Application
    Source: Application Error
    Date: ...
    Event ID: 1005
    Task Category: (100)
    Level: Error
    Keywords: Classic
    User: N/A
    Computer: vmDEV
    Description:
    Windows cannot access the file for one of the following reasons: there is a problem with the network connection, the disk that the file is stored on, or the storage drivers installed on this computer; or the disk is missing. Windows closed the program XYZ
    because of this error.
    Program: XYZ
    File:
    The error value is listed in the Additional Data section.
    User Action
    1. Open the file again. This situation might be a temporary problem that corrects itself when the program runs again.
    2. If the file still cannot be accessed and
    - It is on the network, your network administrator should verify that there is not a problem with the network and that the server can be contacted.
    - It is on a removable disk, for example, a floppy disk or CD-ROM, verify that the disk is fully inserted into the computer.
    3. Check and repair the file system by running CHKDSK. To run CHKDSK, click Start, click Run, type CMD, and then click OK. At the command prompt, type CHKDSK /F, and then press ENTER.
    4. If the problem persists, restore the file from a backup copy.
    5. Determine whether other files on the same disk can be opened. If not, the disk might be damaged. If it is a hard disk, contact your administrator or computer hardware vendor for further assistance.
    Additional data
    Error value: C000020C [ also seen with code C00000C4]
    #2 (German error Messages from now on, we only use German OSes, the above english one is translated based on similar error Messages I found on the web) #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea67c3
    Name des fehlerhaften Moduls: clr.dll, Version: 4.0.30319.34014, Zeitstempel: 0x52e0b784
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x00026549
    ID des fehlerhaften Prozesses: 0x13ac
    Startzeit der fehlerhaften Anwendung: 0x01d055a854d36445
    Pfad der fehlerhaften Anwendung: \\share\application.exe
    Pfad des fehlerhaften Moduls: C:\Windows\Microsoft.NET\Framework\v4.0.30319\clr.dll
    Berichtskennung: 949ea933-c19b-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    Anwendung: XYZ.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: Ausnahmecode c0000006, Ausnahmeadresse 720B6549
    Stapel:
    # 3 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei SP.Forms.AutoCompleteSelectionBase.OnEnter(System.EventArgs)
       bei System.Windows.Forms.Control.NotifyEnter()
       bei System.Windows.Forms.ContainerControl.UpdateFocusedControl()
    # 4 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.IO.UnmanagedMemoryStream.ReadByte()
       bei System.IO.BinaryReader.ReadByte()
       bei System.IO.BinaryReader.Read7BitEncodedInt()
       bei System.Resources.ResourceReader._LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObjectV2(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.ResourceReader.LoadObject(Int32, System.Resources.ResourceTypeCode ByRef)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean, Boolean)
       bei System.Resources.RuntimeResourceSet.GetObject(System.String, Boolean)
       bei System.Resources.ResourceManager.GetObject(System.String, System.Globalization.CultureInfo, Boolean)
       bei System.Resources.ResourceManager.GetStream(System.String, System.Globalization.CultureInfo)
    # 5 #
    Anwendung: WpfApp.exe
    Frameworkversion: v4.0.30319
    Beschreibung: Der Prozess wurde aufgrund einer unbehandelten Ausnahme beendet.
    Ausnahmeinformationen: System.Runtime.InteropServices.SEHException
    Stapel:
       bei System.Reflection.RuntimeParameterInfo.get_Name()
       bei System.Diagnostics.StackTrace.ToString(TraceFormat)
       bei System.Environment.GetStackTrace(System.Exception, Boolean)
       bei System.Exception.GetStackTrace(Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString(Boolean, Boolean)
       bei System.Exception.ToString()
    # 6 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea834f
    Name des fehlerhaften Moduls: KERNELBASE.dll, Version: 6.3.9600.17278, Zeitstempel: 0x53eeb460
    Ausnahmecode: 0xe0434352
    Fehleroffset: 0x00012f71
    ID des fehlerhaften Prozesses: 0xa68
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb7ec4ed6
    Pfad der fehlerhaften Anwendung: \\share\XYZ.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\KERNELBASE.dll
    Berichtskennung: 010514d0-c190-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:
    # 7 #
    Name der fehlerhaften Anwendung: XYZ.exe, Version: 2015.0.496.5054, Zeitstempel: 0x54ea7a6e
    Name des fehlerhaften Moduls: ntdll.dll, Version: 6.3.9600.17630, Zeitstempel: 0x54b0d74f
    Ausnahmecode: 0xc0000006
    Fehleroffset: 0x0006db27
    ID des fehlerhaften Prozesses: 0x18dc
    Startzeit der fehlerhaften Anwendung: 0x01d0559cb08529c3
    Pfad der fehlerhaften Anwendung: \\share\xyz.exe
    Pfad des fehlerhaften Moduls: C:\WINDOWS\SYSTEM32\ntdll.dll
    Berichtskennung: ef389186-c18f-11e4-bf04-78542e186754
    Vollständiger Name des fehlerhaften Pakets:
    Anwendungs-ID, die relativ zum fehlerhaften Paket ist:

    Hi,
    >>The applications run fine when launching from a FQDN share
    It sounds like a DNS suffix issue. When this issue occurs, please try to ping share on the client, then check if the corresponding IP address is correct. If the IP address is wrong, please adjust your settings of DNS to make sure that the client can resolve
    the share correctly.
    If it's very hard to change the settings of the DNS for some reason, as a work around, we can add the entry into the clients' hosts file.
    Best Regards.
    Steven Lee Please remember to mark the replies as answers if they help and unmark them if they provide no help. If you have feedback for TechNet Support, contact [email protected]

  • Acrobat pro DC crashes when running preflight (digital printing, colors)

    Have just installed acrobat dc, having used acrobat 8 earlier..
    now i cant run preflight for digital printing wo crashing.
    Process:    
    AdobeAcrobat [17194]
    Path:       
    /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/MacOS/AdobeAcrobat
    Identifier: 
    com.adobe.Acrobat.Pro
    Version:    
    15.007.20033 (15.007.20033)
    Code Type:  
    X86-64 (Native)
    Parent Process:  launchd [273]
    Responsible:
    AdobeAcrobat [17194]
    User ID:    
    502
    Date/Time:  
    2015-04-08 12:56:13.588 +0200
    OS Version: 
    Mac OS X 10.9.5 (13F34)
    Report Version:  11
    Anonymous UUID:  E47C2846-87CA-7968-63CC-5ACE7B35B3CD
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGSEGV)
    Exception Codes: KERN_INVALID_ADDRESS at 0x00000000000000d0
    VM Regions Near 0xd0:
    -->
    __TEXT            
    0000000108dc4000-0000000108dc7000 [   12K] r-x/rwx SM=COW  /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/MacOS/AdobeAcrobat
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   com.adobe.PreflightLib  
    0x000000012f746f48 CInsp2CommonUI::CheckOpenPDFDoc(PRC::CPRCEngine const&, PRC::Detail::CID<PRC::CProfile> const&, PRC::CPackage*, int, int, bool (*)(CDocumentData const&, int, bool, CPageData const*, CSASnippet const*, CPreCompRule const*, Inspk_EPreflightPart, void*), void*, int (*)(unsigned int, unsigned int, Inspk_EPreflightPart, unsigned char*, unsigned int, void*), void (*)(void*), void (*)(void*), void*, bool, FileSys::CFileSpec (*)(Inspk_ESaveAsReason, Inspk_ESaveAsReasonPDFX, Inspk_EPDFXVersion, Inspk_ESaveAsReasonPDFA, Inspk_EPDFAVersion, FileSys::CFileSpec const&, void*), void*, std::set<OPAQUE_64_BITS, CCosObjEval2, std::allocator<OPAQUE_64_BITS> > (*)(_t_CosDoc*, void*), void*, CInsp2CommonUI::EPreflightAction, bool, bool, bool, CInspektor2Machine::TBondedMachine::EMachineType, bool (*)(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, ESequenceStepType, void*), void*, int) + 2100
    1   com.adobe.PreflightLib  
    0x000000012f7466a0 CInsp2CommonUI::CheckPDFDocument(_t_PDDoc*, PRC::CPRCEngine const&, PRC::Detail::CID<PRC::CProfile> const&, PRC::CPackage*, int, int, bool (*)(CDocumentData const&, int, bool, CPageData const*, CSASnippet const*, CPreCompRule const*, Inspk_EPreflightPart, void*), void*, int (*)(unsigned int, unsigned int, Inspk_EPreflightPart, unsigned char*, unsigned int, void*), void (*)(void*), void (*)(void*), void*, bool, FileSys::CFileSpec (*)(Inspk_ESaveAsReason, Inspk_ESaveAsReasonPDFX, Inspk_EPDFXVersion, Inspk_ESaveAsReasonPDFA, Inspk_EPDFAVersion, FileSys::CFileSpec const&, void*), void*, std::set<OPAQUE_64_BITS, CCosObjEval2, std::allocator<OPAQUE_64_BITS> > (*)(_t_CosDoc*, void*), void*, CInsp2CommonUI::EPreflightAction, bool, bool, bool, CInspektor2Machine::TBondedMachine::EMachineType, bool (*)(std::basic_string<wchar_t, std::char_traits<wchar_t>, std::allocator<wchar_t> > const&, ESequenceStepType, void*), void*, int) + 296
    2   com.adobe.PreflightLib  
    0x000000012e6ae097 CPreflightDlgManager::checkPDFDocument(CInsp2CommonUI*, _t_PDDoc*, PRC::CPRCEngine const&, PRC::Detail::CID<PRC::CProfile> const&, int, int, bool (*)(CDocumentData const&, int, bool, CPageData const*, CSASnippet const*, CPreCompRule const*, Inspk_EPreflightPart, void*), void*, int (*)(unsigned int, unsigned int, Inspk_EPreflightPart, unsigned char*, unsigned int, void*), void (*)(void*), void (*)(void*), void*, bool, FileSys::CFileSpec (*)(Inspk_ESaveAsReason, Inspk_ESaveAsReasonPDFX, Inspk_EPDFXVersion, Inspk_ESaveAsReasonPDFA, Inspk_EPDFAVersion, FileSys::CFileSpec const&, void*), void*, std::set<OPAQUE_64_BITS, CCosObjEval2, std::allocator<OPAQUE_64_BITS> > (*)(_t_CosDoc*, void*), void*, bool, bool) + 547
    3   com.adobe.PreflightLib  
    0x000000012f403d01 (anonymous namespace)::callExecuteProfile(CInsp2CommonUI*, bool, CPreflightDlgManagerHelper::EForceDynParamTypeHelper) + 5377
    4   com.adobe.PreflightLib  
    0x000000012f3f6fc3 (anonymous namespace)::doCalls_(CInsp2CommonUI*, CPreflightFrameDlg::EMenu) + 359
    5   com.adobe.PreflightLib  
    0x000000012f3f502a (anonymous namespace)::doCalls(char const*, unsigned int, char const*, char const*, char const*, CInsp2CommonUI*, bool, CPreflightFrameDlg::EMenu) + 816
    6   com.adobe.PreflightLib  
    0x000000012f3f53c0 CPreflightDlgManagerHelper::doAnalyzeSelection(char const*, unsigned int, char const*, char const*, char const*, CInsp2CommonUI*, CPreflightDlgManagerHelper::EForceDynParamTypeHelper, bool, bool) + 76
    7   com.adobe.PreflightLib  
    0x000000012e6ad411 CPreflightDlgManager::doAnalyzeSelection(char const*, unsigned int, char const*, char const*, char const*, CInsp2CommonUI*, CPreflightDlgManager::EForceDynParamType, bool, bool) + 77
    8   com.adobe.PreflightLib  
    0x000000012f22e9e9 CPreflightFrameDlg::eventMenu(wxCommandEvent&) + 353
    9   com.adobe.PreflightLib  
    0x000000013055e19a wxEvtHandler::ProcessEventIfMatchesId(wxEventTableEntryBase const&, wxEvtHandler*, wxEvent&) + 88
    10  com.adobe.PreflightLib  
    0x000000013055e0ac wxEventHashTable::HandleEvent(wxEvent&, wxEvtHandler*) + 108
    11  com.adobe.PreflightLib  
    0x000000013055eb03 wxEvtHandler::TryHereOnly(wxEvent&) + 73
    12  com.adobe.PreflightLib  
    0x000000013055ea28 wxEvtHandler::ProcessEventLocally(wxEvent&) + 40
    13  com.adobe.PreflightLib  
    0x000000013055e9b9 wxEvtHandler::ProcessEvent(wxEvent&) + 87
    14  com.adobe.PreflightLib  
    0x000000013055e877 wxEvtHandler::ProcessPendingEvents() + 237
    15  com.adobe.PreflightLib  
    0x0000000130599b9f wxAppConsoleBase::ProcessPendingEvents() + 121
    16  com.adobe.PreflightLib  
    0x00000001302cfb6e (anonymous namespace)::MyTimerProc(__EventLoopTimer*, void*) + 402
    17  com.apple.CoreFoundation
    0x00007fff8e6cb3e4 __CFRUNLOOP_IS_CALLING_OUT_TO_A_TIMER_CALLBACK_FUNCTION__ + 20
    18  com.apple.CoreFoundation
    0x00007fff8e6caf1f __CFRunLoopDoTimer + 1151
    19  com.apple.CoreFoundation
    0x00007fff8e73c5aa __CFRunLoopDoTimers + 298
    20  com.apple.CoreFoundation
    0x00007fff8e6866a5 __CFRunLoopRun + 1525
    21  com.apple.CoreFoundation
    0x00007fff8e685e75 CFRunLoopRunSpecific + 309
    22  com.apple.HIToolbox     
    0x00007fff8e369a0d RunCurrentEventLoopInMode + 226
    23  com.apple.HIToolbox     
    0x00007fff8e369685 ReceiveNextEventCommon + 173
    24  com.apple.HIToolbox     
    0x00007fff8e3695bc _BlockUntilNextEventMatchingListInModeWithFilter + 65
    25  com.apple.AppKit        
    0x00007fff887af24e _DPSNextEvent + 1434
    26  com.apple.AppKit        
    0x00007fff887ae89b -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 122
    27  com.apple.AppKit        
    0x00007fff887a299c -[NSApplication run] + 553
    28  com.adobe.Acrobat.framework 
    0x0000000108dd735b 0x108dcf000 + 33627
    29  com.adobe.Acrobat.framework 
    0x0000000108dd5c40 RunAcrobat + 236
    30  com.adobe.Acrobat.Pro   
    0x0000000108dc5cb2 main + 86
    31  com.adobe.Acrobat.Pro   
    0x0000000108dc5c54 start + 52
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib  
    0x00007fff90754662 kevent64 + 10
    1   libdispatch.dylib       
    0x00007fff84ca4421 _dispatch_mgr_invoke + 239
    2   libdispatch.dylib       
    0x00007fff84ca4136 _dispatch_mgr_thread + 52
    Thread 2:: Dispatch queue: NSOperationQueue 0x6080004308c0
    0   libsystem_kernel.dylib  
    0x00007fff90753a3a __semwait_signal + 10
    1   libsystem_c.dylib       
    0x00007fff91222dc0 nanosleep + 200
    2   com.apple.Foundation    
    0x00007fff8a372cfd +[NSThread sleepForTimeInterval:] + 156
    3   com.adobe.Acrobat.framework 
    0x0000000109cfb47b 0x108dcf000 + 15910011
    4   com.apple.Foundation    
    0x00007fff8a2e9f31 -[__NSOperationInternal _start:] + 631
    5   com.apple.Foundation    
    0x00007fff8a2e9bdb __NSOQSchedule_f + 64
    6   libdispatch.dylib       
    0x00007fff84ca228d _dispatch_client_callout + 8
    7   libdispatch.dylib       
    0x00007fff84ca67e3 _dispatch_async_redirect_invoke + 154
    8   libdispatch.dylib       
    0x00007fff84ca228d _dispatch_client_callout + 8
    9   libdispatch.dylib       
    0x00007fff84ca4082 _dispatch_root_queue_drain + 326
    10  libdispatch.dylib       
    0x00007fff84ca5177 _dispatch_worker_thread2 + 40
    11  libsystem_pthread.dylib 
    0x00007fff8f512ef8 _pthread_wqthread + 314
    12  libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 3:
    0   libsystem_kernel.dylib  
    0x00007fff90753716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f513c3b _pthread_cond_wait + 727
    2   com.adobe.AGM           
    0x000000010b7202e2 AGMMessageQueueImpl::Pull() + 68
    3   com.adobe.AGM           
    0x000000010b72021d AGMWorkQueueTask::operator()() + 73
    4   com.adobe.AGM           
    0x000000010bab66c3 boost::(anonymous namespace)::thread_proxy(void*) + 136
    5   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 4:
    0   libsystem_kernel.dylib  
    0x00007fff9074fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff9074ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff8e686f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff8e686539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff8e685e75 CFRunLoopRunSpecific + 309
    5   com.apple.AppKit        
    0x00007fff8894f05e _NSEventThread + 144
    6   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 5:
    0   libsystem_kernel.dylib  
    0x00007fff90753e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f512f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 6:
    0   libsystem_kernel.dylib  
    0x00007fff90753716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f513c3b _pthread_cond_wait + 727
    2   com.adobe.Acrobat.framework 
    0x000000010923d02f 0x108dcf000 + 4644911
    3   com.adobe.Acrobat.framework 
    0x000000010922ddb1 0x108dcf000 + 4582833
    4   com.adobe.Acrobat.framework 
    0x0000000109d848bf 0x108dcf000 + 16472255
    5   com.adobe.Acrobat.framework 
    0x0000000109229753 0x108dcf000 + 4564819
    6   com.adobe.Acrobat.framework 
    0x0000000109237804 0x108dcf000 + 4622340
    7   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 7:
    0   libsystem_kernel.dylib  
    0x00007fff9075464a kevent + 10
    1   com.adobe.Acrobat.framework 
    0x000000010a551aab 0x108dcf000 + 24652459
    2   com.adobe.Acrobat.framework 
    0x000000010a4a12bd 0x108dcf000 + 23929533
    3   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    4   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    5   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 8:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib  
    0x00007fff9074fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff9074ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff8e686f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff8e686539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff8e685e75 CFRunLoopRunSpecific + 309
    5   com.apple.Foundation    
    0x00007fff8a348ff7 +[NSURLConnection(Loader) _resourceLoadLoop:] + 348
    6   com.apple.Foundation    
    0x00007fff8a348dfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 9:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib  
    0x00007fff907539aa __select + 10
    1   com.apple.CoreFoundation
    0x00007fff8e6d2a03 __CFSocketManager + 867
    2   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    3   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    4   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 10:
    0   libsystem_kernel.dylib  
    0x00007fff907549f2 read + 10
    1   com.adobe.Acrobat.framework 
    0x000000010922c133 0x108dcf000 + 4575539
    2   com.adobe.Acrobat.framework 
    0x000000010922a604 0x108dcf000 + 4568580
    3   com.adobe.Acrobat.framework 
    0x00000001092341ac 0x108dcf000 + 4608428
    4   com.adobe.Acrobat.framework 
    0x0000000109229753 0x108dcf000 + 4564819
    5   com.adobe.Acrobat.framework 
    0x0000000109237804 0x108dcf000 + 4622340
    6   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 11:
    0   libsystem_kernel.dylib  
    0x00007fff9074fa1a mach_msg_trap + 10
    1   libsystem_kernel.dylib  
    0x00007fff9074ed18 mach_msg + 64
    2   com.apple.CoreFoundation
    0x00007fff8e686f15 __CFRunLoopServiceMachPort + 181
    3   com.apple.CoreFoundation
    0x00007fff8e686539 __CFRunLoopRun + 1161
    4   com.apple.CoreFoundation
    0x00007fff8e685e75 CFRunLoopRunSpecific + 309
    5   com.adobe.AcrobatPlugin.EFS 
    0x000000010f6b041b 0x10f696000 + 107547
    6   com.apple.Foundation    
    0x00007fff8a348dfb __NSThread__main__ + 1318
    7   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    8   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    9   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 12:
    0   libsystem_kernel.dylib  
    0x00007fff90753e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f512f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 13:
    0   libsystem_kernel.dylib  
    0x00007fff907539aa __select + 10
    1   com.adobe.AcrobatPlugin.Comments    0x000000011a5ee008 0x11a28e000 + 3538952
    2   com.adobe.AcrobatPlugin.Comments    0x000000011a5ee425 0x11a28e000 + 3540005
    3   com.adobe.AcrobatPlugin.Comments    0x000000011a5ee75b 0x11a28e000 + 3540827
    4   com.adobe.AcrobatPlugin.Comments    0x000000011a57ef13 0x11a28e000 + 3084051
    5   com.adobe.AcrobatPlugin.Comments    0x000000011a77bc0f 0x11a28e000 + 5168143
    6   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    7   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    8   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 14:
    0   libsystem_kernel.dylib  
    0x00007fff90753716 __psynch_cvwait + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f513c3b _pthread_cond_wait + 727
    2   com.adobe.Acrobat.framework 
    0x000000010a548189 0x108dcf000 + 24613257
    3   com.adobe.Acrobat.framework 
    0x000000010a547100 0x108dcf000 + 24609024
    4   com.adobe.Acrobat.framework 
    0x000000010a545257 0x108dcf000 + 24601175
    5   libsystem_pthread.dylib 
    0x00007fff8f511899 _pthread_body + 138
    6   libsystem_pthread.dylib 
    0x00007fff8f51172a _pthread_start + 137
    7   libsystem_pthread.dylib 
    0x00007fff8f515fc9 thread_start + 13
    Thread 15:
    0   libsystem_kernel.dylib  
    0x00007fff90753e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f512f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 16:
    0   libsystem_kernel.dylib  
    0x00007fff90753e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f512f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 17:
    0   libsystem_kernel.dylib  
    0x00007fff90753e6a __workq_kernreturn + 10
    1   libsystem_pthread.dylib 
    0x00007fff8f512f08 _pthread_wqthread + 330
    2   libsystem_pthread.dylib 
    0x00007fff8f515fb9 start_wqthread + 13
    Thread 0 crashed with X86 Thread State (64-bit):
      rax: 0x0000000000000000  rbx: 0x0000000000000002  rcx: 0x000000000000d170  rdx: 0x000000000000d16f
      rdi: 0x000000010c5bbf80  rsi: 0x0000000000000008  rbp: 0x00007fff56e37480  rsp: 0x00007fff56e370d0
       r8: 0x0000000000000000   r9: 0x0000000000000009  r10: 0x0000000000001200  r11: 0x00000000e090031e
      r12: 0x00006080008c3cd0  r13: 0x00007fea185c9a80  r14: 0x00007fff56e371d0  r15: 0x0000000000001006
      rip: 0x000000012f746f48  rfl: 0x0000000000010202  cr2: 0x00000000000000d0
    Logical CPU:
    1
    Error Code: 
    0x00000004
    Trap Number:
    14
    Binary Images:
    0x108dc4000 -   
    0x108dc6fff +com.adobe.Acrobat.Pro (15.007.20033 - 15.007.20033) <FD883658-7F81-3781-BF5A-E7160ECDEA5E> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/MacOS/AdobeAcrobat
    0x108dcf000 -   
    0x10b279ff7 +com.adobe.Acrobat.framework (15.007.20033 - 15.007.20033) <22778E59-6EA4-3260-96A9-1641284117D2> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x10b5ac000 -   
    0x10b6f9ff7 +com.adobe.ACE (AdobeACE 2.20.02.34252 - 2.20.02.34252) <DF2FA57B-FF8B-3AB3-8202-A48B685F3AF9> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x10b713000 -   
    0x10bd0ffff +com.adobe.AGM (AdobeAGM 4.30.57.1 - 4.30.57.1) <717F95AB-749A-3578-9109-42CC1DC7DF89> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x10c1f8000 -   
    0x10c217fff +com.adobe.BIB (AdobeBIB 1.2.03.34252 - 1.2.03.34252) <AC4C9DD4-7FFA-3ABC-AF3D-5BB1201EC482> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x10c21f000 -   
    0x10c544ff7 +com.adobe.CoolType (AdobeCoolType 5.14.04.34252 - 5.14.04.34252) <6E348DF6-055E-3008-8B75-3D9A6EB0C16E> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x10e1ef000 -   
    0x10e1f1ff7  com.apple.textencoding.unicode (2.6 - 2.6) <0EEF0283-1ACA-3147-89B4-B4E014BFEC52> /System/Library/TextEncodings/Unicode Encodings.bundle/Contents/MacOS/Unicode Encodings
    0x10e50f000 -   
    0x10e533ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.9.0.33931 - 3.9.0.33931) <FC64B09E-8B23-3E05-B03A-5CB9BFB60586> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8Shared Expat
    0x10f62c000 -   
    0x10f63efff  libTraditionalChineseConverter.dylib (61) <A182514D-426F-3D5F-BA69-4C4A4680ECB8> /System/Library/CoreServices/Encodings/libTraditionalChineseConverter.dylib
    0x10f683000 -   
    0x10f692fff  libSimplifiedChineseConverter.dylib (61) <F5827491-A4E3-3471-A540-8D1FE241FD99> /System/Library/CoreServices/Encodings/libSimplifiedChineseConverter.dylib
    0x10f696000 -   
    0x10f6c0fff +com.adobe.AcrobatPlugin.EFS (15.007.20033 - 15.007.20033) <A0971EEF-0C45-37F3-859B-16E4846C7125> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/EFS.acroplugin/Contents/MacOS/EFS
    0x10f6cc000 -   
    0x10f6d2fff  com.apple.SymptomReporter (1.0 - 1) <F4638872-23B4-3A50-8BBF-EC270E926C1B> /System/Library/PrivateFrameworks/Symptoms.framework/Frameworks/SymptomReporter.framework /SymptomReporter
    0x10f7ce000 -   
    0x10f7e9ff9  com.apple.security.csparser (3.0 - 55471.14.21) <07C5184F-D862-324B-B878-EC0474A8624B> /System/Library/Frameworks/Security.framework/PlugIns/csparser.bundle/Contents/MacOS/cspa rser
    0x10f802000 -   
    0x10f823ff7  libKoreanConverter.dylib (61) <22EEBBDB-A2F2-3985-B9C7-53BFE2B02D08> /System/Library/CoreServices/Encodings/libKoreanConverter.dylib
    0x10fdaa000 -   
    0x10fdc6fff  libJapaneseConverter.dylib (61) <94EF6A2F-F596-3638-A3DC-CF03567D9427> /System/Library/CoreServices/Encodings/libJapaneseConverter.dylib
    0x1107cb000 -   
    0x110843fff +com.adobe.AcroSQLite (AcroSQLite - 1.0.0) <231E5716-70E9-3ECF-8F9D-C802F14DE920> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x11084e000 -   
    0x1108f1ff7  ColorSyncDeprecated.dylib (426) <1EBD0729-A174-3EA5-B226-DE63C2E89D14> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/Resources/ColorSyncDeprecated.dylib
    0x113664000 -   
    0x11368bff7 +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <4F41AFEC-269C-36D3-8160-93FD31B67206> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x1136b6000 -   
    0x1136b8fff +AcrobatUpdateHelperLib.dylib (1) <A1B780FD-80BE-3A94-BB16-2C771662B2B5> /Library/Application Support/Adobe/*/AcrobatUpdateHelperLib.dylib
    0x11379f000 -   
    0x113816ff7  com.apple.xquery (1.3.1 - 30) <2F2DC0D6-456F-33A0-8537-E0C651F6817C> /System/Library/PrivateFrameworks/XQuery.framework/XQuery
    0x113d5a000 -   
    0x113e5bfff +com.adobe.amtlib (9.0.0.2 - 9.0.0.2) <3F115300-9436-3FC8-96E3-0CAFC726F02C> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/amtlib.framework/amtlib
    0x113e6e000 -   
    0x113f7cfef +IMSLib.dylib (9.0.0.1 - 9.0.0.1) <EDA20438-C11A-34A6-8718-62A6CFB27525> /Applications/Utilities/Adobe Application Manager/*/IMSLib.dylib
    0x11441e000 -   
    0x11445bfff +com.adobe.AcrobatPlugin.PaperCapture (15.007.20033 - 15.007.20033) <739013D4-6018-385A-B615-777BE5822BA3> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/PaperCapture.acroplugin/Contents/MacOS/PaperCapture
    0x1146fa000 -   
    0x114764ff7 +com.adobe.AcrobatPlugin.Spelling (15.007.20033 - 15.007.20033) <72D24790-DEB5-36A2-8959-662FA0A81A56> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Spelling.acroplugin/Contents/MacOS/Spelling
    0x114770000 -   
    0x1147ecff7 +com.adobe.linguistic.LinguisticManager (9.0.0 - 21429) <4D65F948-FC77-3DCB-8370-995E98502B48> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeLinguistic.framework/Versions/3/AdobeLinguistic
    0x11a28e000 -   
    0x11aa7fff7 +com.adobe.AcrobatPlugin.Comments (15.007.20033 - 15.007.20033) <D44862C6-B06C-35E7-80CF-D8CC6F38BD10> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Comments.acroplugin/Contents/MacOS/Comments
    0x11aae4000 -   
    0x11abc0fff +com.adobe.AXEXSLT (AdobeAXSLE 3.9.0.33931 - 3.9.0.33931) <CCB15652-F2E9-3D4F-825D-AA1012DD1E97> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeAXSLE.framework/Versions/A/AdobeAXSLE
    0x11ac53000 -   
    0x11ae63fff +com.adobe.AcrobatPlugin.EScript (15.007.20033 - 15.007.20033) <ED781A57-96C4-335D-AEE4-F4DB1CE95640> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/EScript.acroplugin/Contents/MacOS/EScript
    0x11aed9000 -   
    0x11b072ff7 +com.adobe.AcrobatPlugin.DigSig (15.007.20033 - 15.007.20033) <7EA0A86E-F214-3E24-ABB3-448EEF35E673> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/DigSig.acroplugin/Contents/MacOS/DigSig
    0x12a280000 -   
    0x12b201ff7 +com.adobe.AcrobatPlugin.AcroForm (15.007.20033 - 15.007.20033) <66032FC6-B61E-3E99-A8BB-E502B9F6CE76> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/AcroForm.acroplugin/Contents/MacOS/AcroForm
    0x12b653000 -   
    0x12c174ff7 +com.adobe.AcrobatPlugin.PPKLite (15.007.20033 - 15.007.20033) <E88ADCE1-119A-3D02-ACB6-EFEA0FF9E2F2> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/PPKLite.acroplugin/Contents/MacOS/PPKLite
    0x12c218000 -   
    0x12c2cbff7 +com.adobe.AdobeXMPCore (Adobe XMP Core 5.6 -c 15 - 81.157285) <C07C646A-64B4-383F-A3F0-6E39FE41347D> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/AdobeXMP.framework/Versions/A/AdobeXMP
    0x12c783000 -   
    0x12d4c8fff +com.adobe.ICUData (4.0 - 3.61) <B9864D01-126E-3C56-B04C-993F9890F6AD> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/ICUData.framework/Versions/4.0/ICUData
    0x12d4dc000 -   
    0x12d5dfff7 +com.adobe.ICUUnicode (4.0 - 3.61) <CE487901-E84A-3E54-95AB-91F2EAF57F6A> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Frameworks/ICUUnicode.framework/Versions/4.0/ICUUnicode
    0x12dbd1000 -   
    0x12e278ff7 +com.adobe.AcrobatPlugin.MakeAccessible (15.007.20033 - 15.007.20033) <808A13B5-DC95-30C8-8034-530CD5BAFEF6> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/MakeAccessible.acroplugin/Contents/MacOS/MakeAccessible
    0x12e2bd000 -   
    0x12e341fff +com.adobe.AcrobatPlugin.Checkers (15.007.20033 - 15.007.20033) <7EDECAD0-1B84-3FDD-838E-65D0650AD28C> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Checkers.acroplugin/Contents/MacOS/Checkers
    0x12e3be000 -   
    0x12e419fff +com.adobe.Preflight (Preflight version 15.0.0 [149] - 15.0.0 [149]) <74B71A2C-9CA6-3408-BBBF-0DF787B22AFE> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Preflight.acroplugin/Contents/MacOS/Preflight
    0x12e46d000 -   
    0x131290fe7 +com.adobe.PreflightLib (PreflightLib version 15.0.0 [149] - 15.0.0 [149]) <373B9C57-EDFE-3F6A-A521-3D2015975162> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Preflight.acroplugin/Contents/Frameworks/PreflightLib.framew ork/PreflightLib
    0x132239000 -   
    0x1322daff7 +com.adobe.AcrobatPlugin.Scan (15.007.20033 - 15.007.20033) <0D945969-F2BF-34D7-A61D-94A069DC4056> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Scan.acroplugin/Contents/MacOS/Scan
    0x132529000 -   
    0x132550ff7 +com.adobe.AcrobatPlugin.Updater (15.007.20033 - 15.007.20033) <8C9191EB-FD53-3D1D-B351-5903B6584CC1> /Applications/Adobe Acrobat DC/Adobe Acrobat.app/Contents/Plugins/Updater.acroplugin/Contents/MacOS/Updater
    0x7fff678e3000 -
    0x7fff67916817  dyld (239.4) <7AD43B9B-5CEA-3C7E-9836-A06909F9CA56> /usr/lib/dyld
    0x7fff8371a000 -
    0x7fff83724ff7  com.apple.bsd.ServiceManagement (2.0 - 2.0) <2D27B498-BB9C-3D88-B05A-76908A8A26F3> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x7fff8372b000 -
    0x7fff83764ff7  com.apple.QD (3.50 - 298) <C1F20764-DEF0-34CF-B3AB-AB5480D64E66> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x7fff83765000 -
    0x7fff8379affc  com.apple.LDAPFramework (2.4.28 - 194.5) <4ADD0595-25B9-3F09-897E-3FB790AD2C5A> /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x7fff8379b000 -
    0x7fff838cbff7  com.apple.desktopservices (1.8.3 - 1.8.3) <225BEC20-F8E0-3F22-9560-890A1A5B9050> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x7fff838cc000 -
    0x7fff83919ff2  com.apple.print.framework.PrintCore (9.0 - 428) <8D8253E3-302F-3DB2-9C5C-572CB974E8B3> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x7fff839af000 -
    0x7fff839b9ff7  com.apple.CrashReporterSupport (10.9 - 539) <B25A09EC-A021-32EC-86F8-05B4837E0EDE> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x7fff839ba000 -
    0x7fff83eddfff  com.apple.QuartzComposer (5.1 - 319) <8B90921F-911B-3240-A1D5-3C084F3E6A36> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x7fff83ede000 -
    0x7fff83ee8ff7  libcsfde.dylib (380.70.2) <3ACB87D7-A81C-3C45-B648-AD27F1B9D841> /usr/lib/libcsfde.dylib
    0x7fff83eef000 -
    0x7fff83f1bff7  com.apple.framework.SystemAdministration (1.0 - 1.0) <6FD03EF6-32B6-397D-B9D7-D68E89A462F5> /System/Library/PrivateFrameworks/SystemAdministration.framework/Versions/A/SystemAdminis tration
    0x7fff83f1c000 -
    0x7fff83f4bfff  com.apple.DebugSymbols (106 - 106) <E1BDED08-523A-36F4-B2DA-9D5C712F0AC7> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x7fff83f4c000 -
    0x7fff83fe7ff7  com.apple.PDFKit (2.9.2 - 2.9.2) <0CDC6467-9227-3D98-B4D4-660796AE9F6B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x7fff83fe8000 -
    0x7fff84026ff7  libGLImage.dylib (9.6.1) <5E02B38C-9F36-39BE-8746-724F0D8BBFC0> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x7fff840be000 -
    0x7fff84212ff3  com.apple.audio.toolbox.AudioToolbox (1.10 - 1.10) <69B273E8-5A8E-3FC7-B807-C16B657662FE> /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x7fff84213000 -
    0x7fff84266fff  com.apple.ScalableUserInterface (1.0 - 1) <CF745298-7373-38D2-B3B1-727D5A569E48> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x7fff84267000 -
    0x7fff8427fff7  com.apple.GenerationalStorage (2.0 - 160.3) <64749B08-0212-3AC8-9B49-73D662B09304> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x7fff84297000 -
    0x7fff842e0fff  com.apple.CoreMedia (1.0 - 1273.54) <CAB7303A-9AB2-317A-99C3-BEAA8AE8764B> /System/Library/Frameworks/CoreMedia.framework/Versions/A/CoreMedia
    0x7fff84abd000 -
    0x7fff84aecfd2  libsystem_m.dylib (3047.16) <B7F0E2E4-2777-33FC-A787-D6430B630D54> /usr/lib/system/libsystem_m.dylib
    0x7fff84ca1000 -
    0x7fff84cbbfff  libdispatch.dylib (339.92.1) <C4E4A18D-3C3B-3C9C-8709-A4270D998DE7> /usr/lib/system/libdispatch.dylib
    0x7fff84cbc000 -
    0x7fff84dc2ff7  com.apple.ImageIO.framework (3.3.0 - 1044) <3BCCF2AE-CF1F-3324-A371-DF0A42C841A2> /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x7fff851ee000 -
    0x7fff855cfffe  libLAPACK.dylib (1094.5) <7E7A9B8D-1638-3914-BAE0-663B69865986> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libLAPACK.dylib
    0x7fff855d0000 -
    0x7fff855ddfff  com.apple.Sharing (132.2 - 132.2) <F983394A-226D-3244-B511-FA51FDB6ADDA> /System/Library/PrivateFrameworks/Sharing.framework/Versions/A/Sharing
    0x7fff85692000 -
    0x7fff856ebfff  libTIFF.dylib (1044) <FBC5800B-7F34-3755-A44E-7B37B3E0B32E> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x7fff856f9000 -
    0x7fff8572afff  com.apple.MediaKit (15 - 709) <23E33409-5C39-3F93-9E73-2B0E9EE8883E> /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x7fff8572b000 -
    0x7fff8572cffb  libremovefile.dylib (33) <3543F917-928E-3DB2-A2F4-7AB73B4970EF> /usr/lib/system/libremovefile.dylib
    0x7fff85894000 -
    0x7fff85894fff  com.apple.Carbon (154 - 157) <EFC1A1C0-CB07-395A-B038-CFA2E71D3E69> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x7fff85895000 -
    0x7fff858aeff7  com.apple.Kerberos (3.0 - 1) <F108AFEB-198A-3BAF-BCA5-9DFCE55EFF92> /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x7fff85def000 -
    0x7fff860c0ff4  com.apple.CoreImage (9.4.0) <2C636ECD-0F1A-357C-9EFF-0452476FDDF5> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework /Versions/A/CoreImage
    0x7fff861a2000 -
    0x7fff861cbff7  libc++abi.dylib (49.1) <21A807D3-6732-3455-B77F-743E9F916DF0> /usr/lib/libc++abi.dylib
    0x7fff861cc000 -
    0x7fff86414ff7  com.apple.CoreData (107 - 481.3) <E78734AA-E3D0-33CB-A014-620BBCAB2E96> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x7fff86415000 -
    0x7fff86479fff  com.apple.datadetectorscore (5.0 - 354.5) <0AE9749A-6BFC-3032-B802-210DF59AEDB0> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x7fff8647a000 -
    0x7fff8647afff  com.apple.Accelerate.vecLib (3.9 - vecLib 3.9) <F8D0CC77-98AC-3B58-9FE6-0C25421827B6> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x7fff8647b000 -
    0x7fff872cfff7  com.apple.WebCore (9537 - 9537.78.1) <56C3D4BF-2495-3FD2-8212-91AF7DF693B8> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x7fff872e3000 -
    0x7fff872e5ff7  libquarantine.dylib (71) <7A1A2BCB-C03D-3A25-BFA4-3E569B2D2C38> /usr/lib/system/libquarantine.dylib
    0x7fff872e6000 -
    0x7fff87301ff7  libsystem_malloc.dylib (23.10.1) <A695B4E4-38E9-332E-A772-29D31E3F1385> /usr/lib/system/libsystem_malloc.dylib
    0x7fff87302000 -
    0x7fff8730dff7  com.apple.NetAuth (5.0 - 5.0) <C811E662-9EC3-3B74-808A-A75D624F326B> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x7fff8730e000 -
    0x7fff8731aff7  com.apple.OpenDirectory (10.9 - 173.90.1) <F08601E8-F7E8-3222-AD05-6A26003779CF> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x7fff8731b000 -
    0x7fff87332fff  com.apple.ScriptingBridge (1.3.1 - 63) <CE24DD07-7A89-3105-AE57-A1BED0189292> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x7fff87333000 -
    0x7fff87364ff7  libTrueTypeScaler.dylib (111.1) <697E72D0-8D79-3BB7-8AF5-46875AC9A4BC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libTrueTypeScaler.dylib
    0x7fff87365000 -
    0x7fff87798ffb  com.apple.vision.FaceCore (3.0.0 - 3.0.0) <F42BFC9C-0B16-35EF-9A07-91B7FDAB7FC5> /System/Library/PrivateFrameworks/FaceCore.framework/Versions/A/FaceCore
    0x7fff87799000 -
    0x7fff87824ff7  libCoreStorage.dylib (380.70.2) <BD993BC8-ED54-3DC1-B28B-3B6AC77E8E5C> /usr/lib/libCoreStorage.dylib
    0x7fff87848000 -
    0x7fff878bbfff  com.apple.securityfoundation (6.0 - 55122.3) <0FDC8F53-104C-3938-A852-5B33C30BAAD5> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x7fff878bc000 -
    0x7fff87974ff7  com.apple.DiscRecording (8.0 - 8000.4.6) <CDAAAD04-A1D0-3C67-ABCC-EFC9E8D44E7E> /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x7fff87975000 -
    0x7fff8797cff8  liblaunch.dylib (842.92.1) <A40A0C7B-3216-39B4-8AE0-B5D3BAF1DA8A> /usr/lib/system/liblaunch.dylib
    0x7fff87994000 -
    0x7fff87998fff  libpam.2.dylib (20) <B93CE8F5-DAA8-30A1-B1F6-F890509513CB> /usr/lib/libpam.2.dylib
    0x7fff87b2a000 -
    0x7fff87b2afff  com.apple.CoreServices (59 - 59) <7A697B5E-F179-30DF-93F2-8B503CEEEFD5> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x7fff87b2e000 -
    0x7fff87b36fff  libMatch.1.dylib (19) <021293AB-407D-309A-87F5-8E782F46753E> /usr/lib/libMatch.1.dylib
    0x7fff87bd1000 -
    0x7fff87bd4ffa  libCGXType.A.dylib (599.35.4) <A2B493FD-2EDE-3BC2-A281-2381E0156411> /System/Library/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    0x7fff87bd5000 -
    0x7fff87cb1fff  libcrypto.0.9.8.dylib (52) <ED7F3865-10D4-346B-8C9C-D968EB3B5D35> /usr/lib/libcrypto.0.9.8.dylib
    0x7fff87cb2000 -
    0x7fff87cb3ff7  libodfde.dylib (20) <C00A4EBA-44BC-3C53-BFD0-819B03FFD462> /usr/lib/libodfde.dylib
    0x7fff87cb4000 -
    0x7fff87cb6ff7  com.apple.securityhi (9.0 - 55005) <18C42525-688C-3D47-B9C9-1E0F8F58FA64> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x7fff87cb7000 -
    0x7fff87cb9ff3  libsystem_configuration.dylib (596.15) <4998CB6A-9D54-390A-9F57-5D1AC53C135C> /usr/lib/system/libsystem_configuration.dylib
    0x7fff87cba000 -
    0x7fff87fa4fff  com.apple.CoreServices.CarbonCore (1077.17 - 1077.17) <3A2E92FD-DEE2-3D45-9619-11500801A61C> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framew ork/Versions/A/CarbonCore
    0x7fff881c6000 -
    0x7fff8859dfef  com.apple.CoreAUC (6.25.00 - 6.25.00) <2D7DC96C-BA83-3220-A03F-C790D50A23D8> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x7fff885a7000 -
    0x7fff885c2ff7  libCRFSuite.dylib (34) <FFAE75FA-C54E-398B-AA97-18164CD9789D> /usr/lib/libCRFSuite.dylib
    0x7fff885c8000 -
    0x7fff885e1ff7  com.apple.Ubiquity (1.3 - 289) <C7F1B734-CE81-334D-BE41-8B20D95A1F9B> /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x7fff885e2000 -
    0x7fff885ebffd  com.apple.CommonAuth (4.0 - 2.0) <32BA436F-6319-3A0B-B5D2-2EB75FF36B5B> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x7fff885ec000 -
    0x7fff885ecfff  com.apple.ApplicationServices (48 - 48) <3E3F01A8-314D-378F-835E-9CC4F8820031> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x7fff88659000 -
    0x7fff886a4fff  com.apple.ImageCaptureCore (5.0 - 5.0) <F529EDDC-E2F5-30CA-9938-AF23296B5C5B> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x7fff886a5000 -
    0x7fff886b8ff7  com.apple.AppContainer (3.0 - 1) <BD342039-430E-39FE-BC2D-8F97B557548E> /System/Library/PrivateFrameworks/AppContainer.framework/Versions/A/AppContainer
    0x7fff886b9000 -
    0x7fff886b9ff7  libkeymgr.dylib (28) <3AA8D85D-CF00-3BD3-A5A0-E28E1A32A6D8> /usr/lib/system/libkeymgr.dylib
    0x7fff886ba000 -
    0x7fff886c1fff  com.apple.NetFS (6.0 - 4.0) <8E26C099-CE9D-3819-91A2-64EA929C6137> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x7fff886c2000 -
    0x7fff886cbfff  com.apple.DisplayServicesFW (2.8 - 360.8.14) <816A9CED-1BC0-3C76-8103-1B9BE0F723BB> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x7fff8871d000 -
    0x7fff8878afff  com.apple.SearchKit (1.4.0 - 1.4.0) <B9B8D510-A27E-36B0-93E9-17146D9E9045> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framewo rk/Versions/A/SearchKit
    0x7fff8878b000 -
    0x7fff89301ff7  com.apple.AppKit (6.9 - 1265.21) <9DC13B27-841D-3839-93B2-3EDE66157BDE> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x7fff89302000 -
    0x7fff89304fff  com.apple.SecCodeWrapper (3.0 - 1) <DE7CA981-2B8B-34AC-845D-06D5C8F10441> /System/Library/PrivateFrameworks/SecCodeWrapper.framework/Versions/A/SecCodeWrapper
    0x7fff89305000 -
    0x7fff89364fff  com.apple.framework.CoreWLAN (4.3.3 - 433.48) <1F17FA12-6E84-309D-9808-C536D445FA6E> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x7fff8939b000 -
    0x7fff8939efff  com.apple.AppleSystemInfo (3.0 - 3.0) <61FE171D-3D88-313F-A832-280AEC8F4AB7> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x7fff8939f000 -
    0x7fff893e1ff7  libauto.dylib (185.5) <F45C36E8-B606-3886-B5B1-B6745E757CA8> /usr/lib/libauto.dylib
    0x7fff893ec000 -
    0x7fff893edfff  libsystem_sandbox.dylib (278.11.1) <0D0B13EA-6B7A-3AC8-BE60-B548543BEB77> /usr/lib/system/libsystem_sandbox.dylib
    0x7fff893ee000 -
    0x7fff893f1ffc  com.apple.IOSurface (91.1 - 91.1) <D00EEB0C-8AA8-3986-90C1-C97B2486E8FA> /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x7fff89432000 -
    0x7fff89466fff  libssl.0.9.8.dylib (52) <51C844FF-D7CD-3525-9ABB-84B8DD11D5E4> /usr/lib/libssl.0.9.8.dylib
    0x7fff89467000 -
    0x7fff8946dff7  libsystem_platform.dylib (24.90.1) <3C3D3DA8-32B9-3243-98EC-D89B9A1670B3> /usr/lib/system/libsystem_platform.dylib
    0x7fff896f8000 -
    0x7fff89710ff7  com.apple.openscripting (1.4 - 157) <B3B037D7-1019-31E6-9D17-08E699AF3701> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework /Versions/A/OpenScripting
    0x7fff89711000 -
    0x7fff8977dfff  com.apple.framework.IOKit (2.0.1 - 907.100.13) <057FDBA3-56D6-3903-8C0B-849214BF1985> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x7fff8977e000 -
    0x7fff897b6ff7  com.apple.RemoteViewServices (2.0 - 94) <3F34D630-3DDB-3411-BC28-A56A9B55EBDA> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x7fff897b7000 -
    0x7fff897bcfff  com.apple.DiskArbitration (2.6 - 2.6) <A4165553-770E-3D27-B217-01FC1F852B87> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x7fff897bd000 -
    0x7fff897ceff7  libsystem_asl.dylib (217.1.4) <655FB343-52CF-3E2F-B14D-BEBF5AAEF94D> /usr/lib/system/libsystem_asl.dylib
    0x7fff897cf000 -
    0x7fff897f4ff7  com.apple.ChunkingLibrary (2.0 - 155.1) <B845DC7A-D1EA-31E2-967C-D1FE0C628036> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x7fff89880000 -
    0x7fff89901fff  com.apple.CoreSymbolication (3.0.1 - 141.0.5) <20E484C4-9F0E-3DF6-BB27-D509859FF57A> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x7fff89902000 -
    0x7fff89912ffb  libsasl2.2.dylib (170) <C8E25710-68B6-368A-BF3E-48EC7273177B> /usr/lib/libsasl2.2.dylib
    0x7fff89913000 -
    0x7fff89a35fff  com.apple.avfoundation (2.0 - 651.12.1) <FF001F98-E198-3B1D-A7EB-A8C48E6E34A3> /System/Library/Frameworks/AVFoundation.framework/Versions/A/AVFoundation
    0x7fff89a36000 -
    0x7fff89d6cfff  com.apple.MediaToolbox (1.0 - 1273.54) <CB6F6690-D44C-30B5-93AB-CAB198D51884> /System/Library/Frameworks/MediaToolbox.framework/Versions/A/MediaToolbox
    0x7fff89d7a000 -
    0x7fff89da4ff7  libpcap.A.dylib (42) <91D3FF51-D6FE-3C05-98C9-1182E0EC3D58> /usr/lib/libpcap.A.dylib
    0x7fff89dfb000 -
    0x7fff89e22ff7  libsystem_network.dylib (241.3) <8B1E1F1D-A5CC-3BAE-8B1E-ABC84337A364> /usr/lib/system/libsystem_network.dylib
    0x7fff89e23000 -
    0x7fff89e74fff  com.apple.QuickLookFramework (5.0 - 622.7) <17685CEC-C94B-3F83-ADE1-B24840B35E44> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x7fff89e7e000 -
    0x7fff89e7fff7  libDiagnosticMessagesClient.dylib (100) <4CDB0F7B-C0AF-3424-BC39-495696F0DB1E> /usr/lib/libDiagnosticMessagesClient.dylib
    0x7fff89f98000 -
    0x7fff89fa9ff7  libz.1.dylib (53) <42E0C8C6-CA38-3CA4-8619-D24ED5DD492E> /usr/lib/libz.1.dylib
    0x7fff89faa000 -
    0x7fff8a20effd  com.apple.security (7.0 - 55471.14.21) <B3C61C91-E9D6-3A3C-99CF-665D54D13C34> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x7fff8a20f000 -
    0x7fff8a215fff  com.apple.AOSNotification (1.7.0 - 760.3) <7901B867-60F7-3645-BB3E-18C51A6FBCC6> /System/Library/PrivateFrameworks/AOSNotification.framework/Versions/A/AOSNotification
    0x7fff8a216000 -
    0x7fff8a21ffff  com.apple.speech.synthesis.framework (4.7.1 - 4.7.1) <383FB557-E88E-3239-82B8-15F9F885B702> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x7fff8a222000 -
    0x7fff8a230fff  com.apple.CommerceCore (1.0 - 42) <ACC2CE3A-913A-39E0-8344-B76F8F694EF5> /System/Library/PrivateFrameworks/Co

    Thanks for reporting this issue.
    Regrettably, I have not been able to reproduce this problem on my MacOS 10.9.5 with any of my sample PDF files.
    Some additional questions:
    (1) Does this happen with any and all PDF files you attempt to apply this Preflight profile to?
    (2) Are you simply checking or fixing using the profile?
    (3) Does Acrobat crash when using other, similar profiles? If so, which do crash and which don't?
    (4) Are you using the English version of Acrobat or some other language version?
    (5) Do you have any plug-ins installed?
    Let me know the answers to these questions and we will try to proceed from there.
                 - Dov

  • 8.2.1 crash when run certain vi on vista.

    When run the attached vi, lv will crash everytime as screenshot, any suggestion?
    Attachments:
    error.jpg ‏48 KB
    error1.jpg ‏57 KB
    SB CLIENTS.llb ‏414 KB

    hi!
    Thanks for the post and I hope your well today.
    There could be a number of reasons why your code crashes - which vi was it?
    Have you checked for memory leaks? or CPU usage?
    When you say "on vista" does this mean it doesnt crash XP? 
    Does you code crash another machine? 
    More details would really help the community to resolve your issue.
    kind Regards,
    James.
    Kind Regards
    James Hillman
    Applications Engineer 2008 to 2009 National Instruments UK & Ireland
    Loughborough University UK - 2006 to 2011
    Remember Kudos those who help!

  • Crystal Reports 10 Pro Crashing when running report

    Server: Intel Xenon X3323 Quad Core 2.5 GHz
    LAMP Configuration
    1.5GB Ram
    Centos 5.1 Linux Server
    Mysql 5.0.45
    Workstation Windows XP Pro
    2 GB Ram
    Crystal Reports 10 Pro
    ODBC SYSTEM DSN 
    Connector Mysql ODBC 5.1.5 Connector
    Issue
    Report Crashes when we run the report.  However, if we click Database, then Refresh Database, the report generates.  The issue is we cannot automate the report.
    Here is some information from the dump report
    Error Signature
    AppName: crw32.exe AppVer: 10.0.5.1506 ModName: myodbc5.dll
    ModVer: 5.1.5.0 Offset: 0001b720
    Here is additional information from the log file:
        <MATCHING_FILE NAME="crabout.dll" SIZE="192585" CHECKSUM="0x181843C3" BIN_FILE_VERSION="10.0.0.23" BIN_PRODUCT_VERSION="10.0.0.533" PRODUCT_VERSION="10.0.0.533" FILE_DESCRIPTION="crabout" COMPANY_NAME="Crystal Decisions, Inc." PRODUCT_NAME="Crystal Report About Box Dialog " FILE_VERSION="10.0.0.23" ORIGINAL_FILENAME="crabout.dll" INTERNAL_NAME="crabout" LEGAL_COPYRIGHT="Copyright ©1991 -2001 Crystal Decisions Inc" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.0.0.23" UPTO_BIN_PRODUCT_VERSION="10.0.0.533" LINK_DATE="12/10/2003 09:28:45" UPTO_LINK_DATE="12/10/2003 09:28:45" VER_LANGUAGE="English (United States) " />
        <MATCHING_FILE NAME="crabout_res_en.dll" SIZE="32851" CHECKSUM="0x630C4905" BIN_FILE_VERSION="10.0.0.23" BIN_PRODUCT_VERSION="10.0.0.533" PRODUCT_VERSION="10.0.0.533" FILE_DESCRIPTION="Resource DLL for crabout" COMPANY_NAME="Crystal Decisions, Inc." PRODUCT_NAME="Crystal Report About Box Dialog " FILE_VERSION="10.0.0.23" ORIGINAL_FILENAME="crabout_res_xx.dll" INTERNAL_NAME="crabout_res_xx" LEGAL_COPYRIGHT="Copyright ©1991 -2001 Crystal Decisions Inc" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.0.0.23" UPTO_BIN_PRODUCT_VERSION="10.0.0.533" LINK_DATE="12/10/2003 07:23:23" UPTO_LINK_DATE="12/10/2003 07:23:23" VER_LANGUAGE="English (United States) " />
        <MATCHING_FILE NAME="crw32.exe" SIZE="10448971" CHECKSUM="0x8EE29129" BIN_FILE_VERSION="10.0.5.1506" BIN_PRODUCT_VERSION="10.0.5.1506" PRODUCT_VERSION="10.0.5.1506" FILE_DESCRIPTION="Crystal Reports" COMPANY_NAME="Crystal Decisions" PRODUCT_NAME="Crystal Reports" FILE_VERSION="10.0.5.1506" ORIGINAL_FILENAME="CRW32.EXE" INTERNAL_NAME="CRW" LEGAL_COPYRIGHT="Copyright (c) 1991-2006 Crystal Decisions, Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.0.5.1506" UPTO_BIN_PRODUCT_VERSION="10.0.5.1506" LINK_DATE="08/30/2006 19:48:31" UPTO_LINK_DATE="08/30/2006 19:48:31" VER_LANGUAGE="English (Canada) " />
        <MATCHING_FILE NAME="crw32_res_en.dll" SIZE="2543616" CHECKSUM="0x580A253D" BIN_FILE_VERSION="10.0.5.1464" BIN_PRODUCT_VERSION="10.0.5.1464" PRODUCT_VERSION="10.0.5.1464" FILE_DESCRIPTION="Crystal Reports" COMPANY_NAME="Crystal Decisions" PRODUCT_NAME="Crystal Reports" FILE_VERSION="10.0.5.1464" ORIGINAL_FILENAME="CRW32.EXE" INTERNAL_NAME="CRW" LEGAL_COPYRIGHT="Copyright (c) 1991-2006 Crystal Decisions, Inc." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x1" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="10.0.5.1464" UPTO_BIN_PRODUCT_VERSION="10.0.5.1464" LINK_DATE="07/19/2006 18:43:36" UPTO_LINK_DATE="07/19/2006 18:43:36" VER_LANGUAGE="English (Canada) " />
        <MATCHING_FILE NAME="crwdnr.dll" SIZE="20539" CHECKSUM="0x45176FE5" BIN_FILE_VERSION="8.0.0.1" BIN_PRODUCT_VERSION="8.0.1.0" PRODUCT_VERSION="8.0.1.0" FILE_DESCRIPTION="Crystal Decisions Physical Server Dll" COMPANY_NAME="Crystal Decisions" PRODUCT_NAME="Crystal Reports" FILE_VERSION="8.0.0.1" ORIGINAL_FILENAME="crwdnr.dll" INTERNAL_NAME="crwdnr" LEGAL_COPYRIGHT="Copyright (c) 1991-1999 Crystal Decisions, Inc.  All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x4" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x0" UPTO_BIN_FILE_VERSION="8.0.0.1" UPTO_BIN_PRODUCT_VERSION="8.0.1.0" LINK_DATE="12/10/2003 09:29:07" UPTO_LINK_DATE="12/10/2003 09:29:07" VER_LANGUAGE="English (United States) " />
        <MATCHING_FILE NAME="myodbc5.dll" SIZE="2351104" CHECKSUM="0x17D2FE64" BIN_FILE_VERSION="5.1.5.0" BIN_PRODUCT_VERSION="5.1.5.0" PRODUCT_VERSION="5, 1, 5, 0" FILE_DESCRIPTION="MySQL ODBC 5.1 Driver" COMPANY_NAME="MySQL AB" PRODUCT_NAME="Connector/ODBC 5.1" FILE_VERSION="5, 1, 5, 0" ORIGINAL_FILENAME="myodbc5.dll" INTERNAL_NAME="myodbc5" LEGAL_COPYRIGHT="Copyright © MySQL AB 1995-2006" VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0x0" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.5.0" UPTO_BIN_PRODUCT_VERSION="5.1.5.0" LINK_DATE="08/18/2008 17:15:53" UPTO_LINK_DATE="08/18/2008 17:15:53" VER_LANGUAGE="English (United States) " />
        <MATCHING_FILE NAME="kernel32.dll" SIZE="989696" CHECKSUM="0x7D737C09" BIN_FILE_VERSION="5.1.2600.5512" BIN_PRODUCT_VERSION="5.1.2600.5512" PRODUCT_VERSION="5.1.2600.5512" FILE_DESCRIPTION="Windows NT BASE API Client DLL" COMPANY_NAME="Microsoft Corporation" PRODUCT_NAME="Microsoft® Windows® Operating System" FILE_VERSION="5.1.2600.5512 (xpsp.080413-2111)" ORIGINAL_FILENAME="kernel32" INTERNAL_NAME="kernel32" LEGAL_COPYRIGHT="© Microsoft Corporation. All rights reserved." VERFILEDATEHI="0x0" VERFILEDATELO="0x0" VERFILEOS="0x40004" VERFILETYPE="0x2" MODULE_TYPE="WIN32" PE_CHECKSUM="0xF44A2" LINKER_VERSION="0x50001" UPTO_BIN_FILE_VERSION="5.1.2600.5512" UPTO_BIN_PRODUCT_VERSION="5.1.2600.5512" LINK_DATE="04/14/2008 00:11:24" UPTO_LINK_DATE="04/14/2008 00:11:24" VER_LANGUAGE="English (United States) " />
    </EXE>
    </DATABASE>

    PLease give more information about the exact steps taken, on the client, and if necessary, on the server, to reproduce the error.
    eg. are you running it on the client, or saving it to Enterprise and it crashes when viewed from the server?

Maybe you are looking for

  • How to find encoding info of a Flash video (.flv) file?

    Is it possible to find out the encoding information, such as video and audio data rates, frame rate, codec used, etc, of a Flash video clip? If so, how? What tool/software I need to do this? I am able to find these (encoding) info for video clips if

  • Crashing when trying to render or burn dvd in PE8

    After becoming pretty successful with PE4, and tackling multiple hardware and memory issues over the last couple years--thanks in large part to help received here in this forum-- I decided to upgrade to PS/PE 8 in December.  Like others here, I was e

  • Thumbnails in Windows Explorer

    Some pdfs that I download show in Windows Explorer with a thumbnail on the icon itself. Mine show in the Preview pane, but not on the icon. How can I make pdfs that show a thumbnail on the icon in Explorer? I'm using Acrobat 9 Pro on Windows 7. Thank

  • Whats the difference between the 79.99aperture in the app store and the 199.99 box at the apple store

    whats the difference between the 79.99 aperture in the app store and the 199.99 box at the apple store

  • Where is my Ringtones folder?

    I have itunes 9 and I don't have a ringtones folder in my library. It is definitely not in the left hand column where I see music, movies, podcasts, etc. Does anyone know where the ringtones folder went or how I can create it? I have been trying to c