Bug:  Fatal error in iropt

Hi,
While compiling our code Octopus, I found a bug in the sun studio express fortran compiler (in x86 linux and sparc solaris). I made a bug report, but in that moment I wasn't able to reduce the file to a single file and in the bug report and I gave a pointer to our svn repository.
Now I was able to reduce the bug to a single subroutine and I would like to modify the report, but I couldn't find how to do it. My Review ID is 944794. Shall I submit a new bug report? As I will commit a workaround, my report will not be valid.
In any case I post here the code that triggers the bug, it appears when optimizations level is 3 or greater. The error is:
iropt: ../src/sr.c:8153: af_create_ir_node: Assertion `af->type == AF_NODE' failed.
f95: Fatal error in iropt: Aborted
subroutine sub(domain)
  implicit none
  integer :: no_f, i, last, grouplength, ii, domain
  integer, parameter ::  filter_freq = 1
  grouplength = 0
  i = 1
  no_f = 10
  do ii = 1, no_f
    if(domain .eq. filter_freq) then
      grouplength = grouplength + 1
    end if
    last = i + grouplength
  end do
  print*, last
end subroutine subRemoving the 'last = ...' statement of the loop or removing the 'print*... ' sentence the bug dissapears.
By the way, I am quite impressed with the perfomance of the sun studio compiler. I made some preliminary tests in x86 and for our code it seems to be faster than any other compiler.

Hi,
I get the problem in these two versions:
*i386 Linux:
uname -a: Linux ddraig 2.6.16.20 #1 PREEMPT Sat Jun 17 01:39:04 CEST 2006 i686 GNU/Linux
f95 -V: f95: Sun Fortran 95 8.3 Linux_i386 Build40_1 2007/02/09
f95: Sun Fortran 95 8.3 Linux_i386 Build40_1 2007/02/09
* Sparc Solaris:
uname -a: SunOS swsa00 5.9 Generic_117171-17 sun4u sparc SUNW,Netra-T12 Solaris
f95 -V: f95: Sun Fortran 95 8.3 SunOS_sparc Build40_1 2007/02/08
Please note that the bug only appears when -O3 or greater optimization is used.

Similar Messages

  • CC: Fatal error in iropt: Bus Error (core dumped)

    Hi,
    I am now using the following version of CC
    CC: Sun C++ 5.7 Patch 117830-07 2006/03/15
    however, sometimes(esp when I have another background process running), when I try to compile, I get the Error:
    CC: Fatal error in iropt: Bus Error (core dumped)
    Can anyone tell me the possible cause? Thank you very much.
    Current directory is /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    The following is the cmd I use to compile:
    make -e release
    CC -O -mt -D_RWSTD_NO_TEST_AND_SET -D_RWSTD_SOLARIS_THREAD -DSYSTEM_NAME="\"Composer System\"" -DSYSTEM_COPYRIGHT="\"Cicada Corporation\"" -DSYSTEM_BUILD="\"103\"" -D__NUMBER_FIELD_ID__ -DNDEBUG -DDEBUG_TRACE -DDEBUG_LEVEL_FATAL -I/inc -DGEN_VAP_TIMESTAMP -I/cchk030/home/cefbuild/EMDS/liffeapi-9_0_4/include -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/cmpris -DLIFFE_API_9 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/cmpr/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc -I/cchk026/home2/cefbuild/emds-ha-sol8-103/rtl/inc/dbapiv3 -I/cchk026/home2/cefbuild/emds-ha-sol8-103/ipcs/inc -c CISVapSetConnect.cpp -o CISVapSetConnect.o -KPIC
    CC: Fatal error in iropt: Bus Error (core dumped)
    *** Error code 1
    make: Fatal error: Command failed for target `CISVapSetConnect.o'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `buildrelease'
    Current working directory /cchk026/home2/cefbuild/emds-ha-sol8-103/vap_pack/isvapconnect9
    *** Error code 1
    make: Fatal error: Command failed for target `build'
    *** Fail 'make -e build' for library 'isvapconnect9' at Tue May 9 10:10:09 2006

    "iropt" is a component of the compiler that optimizes code. A compiler crash is always a compiler bug. You have the current C++ front-end patch, but you should verify that you have the current back-end (common compiler) patch as well.
    If getting the current patches doesn't solve the problem, we would need a compileable test case that demonstrates the problem. If you have a service contract with Sun, you should submit a bug report via that channel.
    A possible workaround is to compile this module without optimization (remove the -O option).
    Side note: I see you are setting private macros associated with libCstd. We do not support modifying any macros starting with _RW. Those macros affect how the runtime library was built, and if you modify the macro settings, your code will not match the library. Possible results include failure to compile, failure to link, or unpredictable program behavior if the program does link.                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Fatal error in iropt: Status 139

    Sun1 Studio 7 compiler collection cannot compile the xine-library (xine.sf.org, xine-lib-1-beta4) because iropt exits with a fatal error.
    The source-file in question is xine-lib-1-beta4/src/libfaad/output.c and the message produced is:
    cc -DHAVE_CONFIG_H -I. -I. -I../.. -I../.. -I../../include -I../../include -I../../src -I../../src/xine-engine -I../../src/xine-engine -I../../src/xine-utils -fast -D_REENTRANT -D_FILE_OFFSET_BITS=64 -DXINE_COMPILE -xO5 -xarch=v8plusa -xchip=ultra2 -xCC -c output.c -KPIC -DPIC
    cc: Fatal error in /opt/SUNWspro/bin/../prod/bin/iropt
    Status 139
    cc: iropt failed for output.c
    Does this imply a bug in the optimizer?
    Neither SunSolve nor Google are of much help on this one. I have all the patches for F7 as listed on access1 installed, including 111704-06.
    Any hints much appreciated.
    Regards, Paul Boven.

    This problem doesn't appear in the early access 2 compiler ...
    cc -v -xdepend -c output.c -xO5 -V
    cc: Sun C 5.5 DEV 2003/02/02
    acomp: Sun C 5.5 DEV 2003/02/02
    iropt: Sun Compiler Common 7.1 DEV 2003/02/02
    cg: Sun Compiler Common 7.1 DEV 2003/02/02
    Also, if you turn off the dependency checking (-xdepend=no) then the fd7 compiler will also compile this routine.

  • Import bug (fatal error): SQL Developer 4.1EA2 drops destination table upon rollback after error

    I created a table in the worksheet and then I tried to import data into is using SQL Developer EA2. After error is raised, I was presented with the error on the screenshot below. (Note: Rightmost button stands for "Cancel") By choosing cancel (i.e. Click cancel to cancel and rollback.) my destination table is dropped to recycle bin. Rollback should not undo any DDL even when the table was created using the import wizard. But purging a table that was not created by the import wizard is a fatal error.
    Steps to reproduce:
    create the destination table from worksheet and check if it was created:
    column table_name format a21
    create table test_imp_rollback_bug(dummy number(2));
    insert into test_imp_rollback_bug values (-1);
    commit;
    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG';
    --Result:
    TABLE_NAME
    TEST_IMP_ROLLBACK_BUG
    import CSV using the import settings attached, To achieve this, utilize the new Restore state of the SQL Developer's import wizard. Note: you might need to adjust schema of the destination table.
    test_imp_rollback_bug_numbers.csv
    test_imp_rollback_bug-import_settings.sdimp
    Upon "Insert failed for rows  1  through  50 " message presented, click Cancel.
    The table does not exists any more:
    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG';
    --Result:
    no rows selected
    Edit (jmarton, 2015-04-26):
    Software versions used:
    SQL Developer version: 4.1.0.18.37
    Oracle JDK: 1.8.0_31, 64bit, Linux
    Instant client: linux.x64-12.1.0.2.0
    Database: 12cR1 12.1.0.2.0 64bit, Linux, EE, CDB-install

    select table_name from user_tables where table_name='TEST_IMP_ROLLBACK_BUG'; 
    --Result: 
    no rows selected
    >>Note: you might need to adjust schema of the destination table.
    A rollback won't drop a table. Are you sure the tale isn't there? select from dba_tables or all_tables, assuming you had to change the destination schema as indicated in your test notes.

  • A fatal error has been detected by the Java Runtime Environment: SIGSEGV

    Hi I am getting the Following error in Weblogic Server 10.3.5
    I have installed WLS10.3.5 on Linux machine 64 bit.
    Request someone to help resolve this issue.
    Thanking in anticpation.
    Regards,
    Sachin Gupta
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x00002ad2f23703b2, pid=21725, tid=1098344768
    # JRE version: 6.0_37-b06
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (20.12-b01 mixed mode linux-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00000000523b3800): VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x00000000000027f1
    Registers:
    RAX=0x0000000000000000, RBX=0x00000000da14a050, RCX=0x0000000000000000, RDX=0x0000000000002741
    RSP=0x00000000417755e0, RBP=0x00000000417755e0, RSI=0x00000000da14a050, RDI=0x00000000e00a6368
    R8 =0x00002ad2f2bdfbc0, R9 =0x00000000e00c0d30, R10=0x0000000000000003, R11=0x0000000000000012
    R12=0x00000000da939ffc, R13=0x00000000e00a6368, R14=0x00000000e00c0d50, R15=0x00000000da93a004
    RIP=0x00002ad2f23703b2, EFLAGS=0x0000000000010206, CSGSFS=0x0000000000000033, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Register to memory mapping:
    RAX=0x0000000000000000 is an unknown value
    RBX=
    [error occurred during error reporting (printing register info), id 0xb]
    Stack: [0x0000000041676000,0x0000000041777000], sp=0x00000000417755e0, free space=1021k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x2333b2] markOopDesc::must_be_preserved_with_bias(oopDesc*) const+0x32
    V [libjvm.so+0x4b26fd] instanceKlass::oop_follow_contents(oopDesc*)+0x1dd
    V [libjvm.so+0x69dc5b] MarkSweep::follow_stack()+0x7b
    V [libjvm.so+0x69ea78] void MarkSweep::follow_root<oopDesc*>(oopDesc**)+0xa8
    V [libjvm.so+0x69da7c] MarkSweep::FollowRootClosure::do_oop(oopDesc**)+0xc
    V [libjvm.so+0x8366b6] Universe::oops_do(OopClosure*, bool)+0x26
    V [libjvm.so+0x78971a] SharedHeap::process_strong_roots(bool, bool, SharedHeap::ScanningOption, OopClosure*, CodeBlobClosure*, OopsInGenClosure*)+0x2ca
    V [libjvm.so+0x46e7ed] GenCollectedHeap::gen_process_strong_roots(int, bool, bool, bool, SharedHeap::ScanningOption, OopsInGenClosure*, bool, OopsInGenClosure*)+0x7d
    V [libjvm.so+0x470e78] GenMarkSweep::invoke_at_safepoint(int, ReferenceProcessor*, bool)+0x1f8
    V [libjvm.so+0x47d8d6] OneContigSpaceCardGeneration::collect(bool, bool, unsigned long, bool)+0x86
    V [libjvm.so+0x8188bb] TenuredGeneration::collect(bool, bool, unsigned long, bool)+0x7b
    V [libjvm.so+0x46e0aa] GenCollectedHeap::do_collection(bool, bool, unsigned long, bool, int)+0x51a
    V [libjvm.so+0x38c2c5] GenCollectorPolicy::satisfy_failed_allocation(unsigned long, bool)+0xc5
    V [libjvm.so+0x46e71d] GenCollectedHeap::satisfy_failed_allocation(unsigned long, bool)+0x2d
    V [libjvm.so+0x86225d] VM_GenCollectForAllocation::doit()+0x5d
    V [libjvm.so+0x86fe9a] VM_Operation::evaluate()+0x4a
    V [libjvm.so+0x86f462] VMThread::evaluate_operation(VM_Operation*)+0x82
    V [libjvm.so+0x86f6d8] VMThread::loop()+0x198
    V [libjvm.so+0x86f1de] VMThread::run()+0x6e
    V [libjvm.so+0x71245f] java_start(Thread*)+0x13f
    VM_Operation (0x0000000043b73a70): GenCollectForAllocation, mode: safepoint, requested by thread 0x00000000547c4000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000053cfd800 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=22254, stack(0x00000000482c4000,0x00000000483c5000)]
    0x0000000055c76800 JavaThread "Thread-74" daemon [_thread_in_native, id=22253, stack(0x00000000483c5000,0x00000000484c6000)]
    0x0000000054768800 JavaThread "JPS UserRoleCacheCleaner<clean-only>" daemon [_thread_blocked, id=22216, stack(0x00000000486c8000,0x00000000487c9000)]
    0x000000005665b000 JavaThread "Thread-72" daemon [_thread_in_native, id=22215, stack(0x00000000485c7000,0x00000000486c8000)]
    0x0000000054e6f000 JavaThread "Thread-71" daemon [_thread_in_native, id=22214, stack(0x00000000484c6000,0x00000000485c7000)]
    0x0000000052dfa800 JavaThread "[STANDBY] ExecuteThread: '8' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=22116, stack(0x00000000481c3000,0x00000000482c4000)]
    0x00002aaab471c000 JavaThread "Timer-15" daemon [_thread_blocked, id=22097, stack(0x00000000467a9000,0x00000000468aa000)]
    0x0000000056366000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22061, stack(0x00000000480c2000,0x00000000481c3000)]
    0x0000000053f20000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22060, stack(0x0000000047fc1000,0x00000000480c2000)]
    0x00000000566a0800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22059, stack(0x0000000047ec0000,0x0000000047fc1000)]
    0x0000000054afe000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22058, stack(0x0000000047dbf000,0x0000000047ec0000)]
    0x0000000054183800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22057, stack(0x0000000047cbe000,0x0000000047dbf000)]
    0x0000000056901800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22056, stack(0x0000000047bbd000,0x0000000047cbe000)]
    0x000000005661b800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22055, stack(0x0000000047abc000,0x0000000047bbd000)]
    0x0000000055000800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22054, stack(0x00000000479bb000,0x0000000047abc000)]
    0x00000000559aa800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=22053, stack(0x00000000407e0000,0x00000000408e1000)]
    0x00000000546a5000 JavaThread "Timer-14" daemon [_thread_blocked, id=21942, stack(0x00000000468aa000,0x00000000469ab000)]
    0x00000000543d4800 JavaThread "Timer-13" daemon [_thread_blocked, id=21941, stack(0x0000000045fa1000,0x00000000460a2000)]
    0x0000000055e6e800 JavaThread "[STANDBY] ExecuteThread: '7' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21940, stack(0x00000000478ba000,0x00000000479bb000)]
    0x00000000545b7000 JavaThread "DynamicListenThread[Default]" daemon [_thread_in_native, id=21939, stack(0x00000000477b9000,0x00000000478ba000)]
    0x0000000052772000 JavaThread "DynamicListenThread[Default[1]]" daemon [_thread_in_native, id=21938, stack(0x00000000476b8000,0x00000000477b9000)]
    0x0000000054fd1000 JavaThread "[ACTIVE] ExecuteThread: '6' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21937, stack(0x00000000475b7000,0x00000000476b8000)]
    0x00000000528f0800 JavaThread "[ACTIVE] ExecuteThread: '5' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21936, stack(0x00000000474b6000,0x00000000475b7000)]
    0x0000000054166800 JavaThread "weblogic.GCMonitor" daemon [_thread_blocked, id=21935, stack(0x00000000473b5000,0x00000000474b6000)]
    0x0000000054d78800 JavaThread "Thread-55" [_thread_blocked, id=21934, stack(0x00000000472b4000,0x00000000473b5000)]
    0x00002aaab4668800 JavaThread "Timer-12" daemon [_thread_blocked, id=21933, stack(0x0000000040e1b000,0x0000000040f1c000)]
    0x00002aaabd667000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21932, stack(0x00000000471b3000,0x00000000472b4000)]
    0x00002aaabde0e000 JavaThread "Timer-11" daemon [_thread_blocked, id=21931, stack(0x0000000040bf6000,0x0000000040cf7000)]
    0x00002aaabdf5d800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21929, stack(0x0000000040af5000,0x0000000040bf6000)]
    0x00002aaabdd5d000 JavaThread "Timer-10" daemon [_thread_blocked, id=21928, stack(0x000000004040d000,0x000000004050e000)]
    0x00002aaabdd24800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21927, stack(0x00000000470b2000,0x00000000471b3000)]
    0x00002aaabdc4f800 JavaThread "Timer-9" daemon [_thread_blocked, id=21926, stack(0x0000000046fb1000,0x00000000470b2000)]
    0x00002aaabdc93800 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21925, stack(0x0000000046eb0000,0x0000000046fb1000)]
    0x00002aaabddcb000 JavaThread "Timer-8" daemon [_thread_blocked, id=21923, stack(0x0000000046daf000,0x0000000046eb0000)]
    0x00002aaabe138000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21922, stack(0x0000000046cae000,0x0000000046daf000)]
    0x00002aaabd925000 JavaThread "Timer-7" daemon [_thread_blocked, id=21921, stack(0x000000004030c000,0x000000004040d000)]
    0x00002aaabdadd000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21920, stack(0x0000000046bad000,0x0000000046cae000)]
    0x00002aaabdd77800 JavaThread "Timer-6" daemon [_thread_blocked, id=21919, stack(0x0000000040d15000,0x0000000040e16000)]
    0x00002aaabe11a000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21918, stack(0x0000000046aac000,0x0000000046bad000)]
    0x00002aaabdf0c000 JavaThread "Timer-5" daemon [_thread_blocked, id=21917, stack(0x00000000469ab000,0x0000000046aac000)]
    0x00002aaabe14f000 JavaThread "org.apache.commons.vfs.cache.SoftRefFilesCache$SoftRefReleaseThread" daemon [_thread_blocked, id=21916, stack(0x00000000409f4000,0x0000000040af5000)]
    0x00002aaabdf65800 JavaThread "Timer-4" daemon [_thread_blocked, id=21912, stack(0x00000000466a8000,0x00000000467a9000)]
    0x00002aaabdf92800 JavaThread "Timer-3" daemon [_thread_blocked, id=21911, stack(0x00000000465a7000,0x00000000466a8000)]
    0x00002aaabde85800 JavaThread "Timer-2" daemon [_thread_blocked, id=21910, stack(0x00000000464a6000,0x00000000465a7000)]
    0x00002aaabdf12800 JavaThread "Logger@297595244 3.6.0.4" daemon [_thread_blocked, id=21909, stack(0x0000000041211000,0x0000000041312000)]
    0x00002aaabdc24000 JavaThread "Thread-32" daemon [_thread_blocked, id=21906, stack(0x0000000045092000,0x0000000045193000)]
    0x00002aaabdd19000 JavaThread "CacheCleaner" daemon [_thread_blocked, id=21905, stack(0x00000000462a4000,0x00000000463a5000)]
    0x00002aaabd8a2800 JavaThread "Worker-2" daemon [_thread_blocked, id=21904, stack(0x00000000408f3000,0x00000000409f4000)]
    0x00002aaabdb96800 JavaThread "Worker-1" daemon [_thread_blocked, id=21903, stack(0x0000000041025000,0x0000000041126000)]
    0x00002aaab479e800 JavaThread "Worker-0" daemon [_thread_blocked, id=21902, stack(0x00000000463a5000,0x00000000464a6000)]
    0x00002aaabd924000 JavaThread "DmsThread-1" daemon [_thread_blocked, id=21896, stack(0x00000000461a3000,0x00000000462a4000)]
    0x0000000055b8e000 JavaThread "[STANDBY] ExecuteThread: '4' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21895, stack(0x0000000045b9d000,0x0000000045c9e000)]
    0x00002aaab415d800 JavaThread "Thread-30" [_thread_blocked, id=21892, stack(0x0000000045ea0000,0x0000000045fa1000)]
    0x0000000053930000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21821, stack(0x00000000460a2000,0x00000000461a3000)]
    0x0000000054500800 JavaThread "oracle.dfw.incident.FloodController" daemon [_thread_blocked, id=21817, stack(0x0000000045a9c000,0x0000000045b9d000)]
    0x0000000054e0f800 JavaThread "oracle.dfw.incident.IncidentCreatorThread" daemon [_thread_blocked, id=21816, stack(0x0000000045c9e000,0x0000000045d9f000)]
    0x0000000054dbc800 JavaThread "oracle.dfw.impl.incident - ADR Executor (created: Thu Feb 14 19:09:10 IST 2013)" daemon [_thread_blocked, id=21814, stack(0x0000000045d9f000,0x0000000045ea0000)]
    0x0000000054523800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21809, stack(0x000000004599b000,0x0000000045a9c000)]
    0x000000005246b000 JavaThread "LogFlusher" daemon [_thread_blocked, id=21808, stack(0x000000004589a000,0x000000004599b000)]
    0x00000000552a9800 JavaThread "LogFlusher" daemon [_thread_blocked, id=21807, stack(0x0000000045799000,0x000000004589a000)]
    0x00000000527f8800 JavaThread "JPS FileChangeNotifier<clean-only>" daemon [_thread_blocked, id=21802, stack(0x0000000045698000,0x0000000045799000)]
    0x00000000548fc800 JavaThread "Thread-13" [_thread_blocked, id=21801, stack(0x0000000045597000,0x0000000045698000)]
    0x0000000054db7000 JavaThread "[STANDBY] ExecuteThread: '3' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21800, stack(0x0000000045496000,0x0000000045597000)]
    0x0000000054403000 JavaThread "[STANDBY] ExecuteThread: '2' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21799, stack(0x0000000045395000,0x0000000045496000)]
    0x0000000054463800 JavaThread "Runtime Authorization Event Notifier" daemon [_thread_blocked, id=21798, stack(0x0000000045294000,0x0000000045395000)]
    0x000000005281f000 JavaThread "JMX Framework document pooling thread" daemon [_thread_blocked, id=21797, stack(0x000000004020b000,0x000000004030c000)]
    0x0000000052845800 JavaThread "DoSManager" daemon [_thread_blocked, id=21795, stack(0x0000000045193000,0x0000000045294000)]
    0x000000005400d000 JavaThread "VDE Transaction Processor Thread" daemon [_thread_blocked, id=21793, stack(0x0000000044f91000,0x0000000045092000)]
    0x00000000546b7800 JavaThread "ExecuteThread: '1' for queue: 'weblogic.socket.Muxer'" daemon [_thread_blocked, id=21792, stack(0x0000000044e90000,0x0000000044f91000)]
    0x0000000053c67800 JavaThread "ExecuteThread: '0' for queue: 'weblogic.socket.Muxer'" daemon [_thread_in_native, id=21791, stack(0x0000000044d8f000,0x0000000044e90000)]
    0x0000000053d14000 JavaThread "[STANDBY] ExecuteThread: '1' for queue: 'weblogic.kernel.Default (self-tuning)'" daemon [_thread_blocked, id=21790, stack(0x0000000044c8e000,0x0000000044d8f000)]
    0x0000000053e5b800 JavaThread "weblogic.timers.TimerThread" daemon [_thread_blocked, id=21789, stack(0x0000000040f24000,0x0000000041025000)]
    0x0000000053d32800 JavaThread "weblogic.time.TimeEventGenerator" daemon [_thread_blocked, id=21788, stack(0x000000004010a000,0x000000004020b000)]
    0x00000000527d4000 JavaThread "ExecuteThread: '14' for queue: 'oms.automation'" daemon [_thread_blocked, id=21787, stack(0x0000000044b8d000,0x0000000044c8e000)]
    0x00000000527d2000 JavaThread "ExecuteThread: '13' for queue: 'oms.automation'" daemon [_thread_blocked, id=21786, stack(0x0000000044a8c000,0x0000000044b8d000)]
    0x00000000527d0000 JavaThread "ExecuteThread: '12' for queue: 'oms.automation'" daemon [_thread_blocked, id=21785, stack(   0x00000000529af000 JavaThread "ExecuteThread: '0' for queue: 'oms.automation'" daemon [_thread_blocked, id=21773, stack(0x0000000043d7f000,0x0000000043e80000)]
    0x0000000053382800 JavaThread "ExecuteThread: '14' for queue: 'oms.web'" daemon [_thread_blocked, id=21772, stack(0x0000000043c7e000,0x0000000043d7f000)]
    (0x0000000043779000,0x000000004387a000)]
    0x00000000547bd000 JavaThread "ExecuteThread: '0' for queue: 'oms.web'" daemon [_thread_blocked, id=21758, stack(0x0000000042e70000,0x0000000042f71000)]
    0x0000000053cd1800 JavaThread "ExecuteThread: '14' for queue: 'oms.xml'" daemon [_thread_blocked, id=21757, stack(0x0000000042d6f000,0x0000000042e70000)]
    Other Threads:
    =>0x00000000523b3800 VMThread [stack: 0x0000000041676000,0x0000000041777000] [id=21727]
    0x00000000523f2800 WatcherThread [stack: 0x0000000042062000,0x0000000042163000] [id=21734]
    VM state:at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x000000005235bef0] Threads_lock - owner thread: 0x00000000523b3800
    [0x000000005235c3f0] Heap_lock - owner thread: 0x00000000547c4000
    Heap
    def new generation total 157248K, used 157247K [0x00000000c0000000, 0x00000000caaa0000, 0x00000000caaa0000)
    eden space 139776K, 100% used [0x00000000c0000000, 0x00000000c8880000, 0x00000000c8880000)
    from space 17472K, 99% used [0x00000000c8880000, 0x00000000c998fff0, 0x00000000c9990000)
    to space 17472K, 0% used [0x00000000c9990000, 0x00000000c9990000, 0x00000000caaa0000)
    tenured generation total 349568K, used 349568K [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000)
    the space 349568K, 100% used [0x00000000caaa0000, 0x00000000e0000000, 0x00000000e0000000, 0x00000000e0000000)
    compacting perm gen total 275904K, used 275635K [0x00000000e0000000, 0x00000000f0d70000, 0x0000000100000000)
    the space 275904K, 99% used [0x00000000e0000000, 0x00000000f0d2cdd8, 0x00000000f0d2ce00, 0x00000000f0d70000)
    No shared spaces configured.
    Code Cache [0x00002aaaab041000, 0x00002aaaace01000, 0x00002aaaae041000)
    total_blobs=8666 nmethods=7459 adapters=1158 free_code_cache=19457344 largest_free_block=19712
    VM Arguments:
    jvm_args: -Xms256m -Xmx512m -XX:CompileThreshold=8000 -XX:PermSize=128m -XX:MaxPermSize=512m -Dweblogic.Name=OSM72AdminServer -Djava.security.policy=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.policy -Xverify:none -da -Dplatform.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3 -Dwls.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dweblogic.home=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server -Dcommon.components.home=/app/WLS11g_OSM72/Middleware/oracle_common -Djrf.version=11.1.1 -Dorg.apache.commons.logging.Log=org.apache.commons.logging.impl.Jdk14Logger -Ddomain.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN -Djrockit.optfile=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrocket_optfile.txt -Doracle.server.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/servers/OSM72AdminServer -Doracle.domain.config.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig -Digf.arisidbeans.carmlloc=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/carml -Digf.arisidstack.home=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/arisidprovider -Doracle.security.jps.config=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/config/fmwconfig/jps-config.xml -Doracle.deployed.app.dir=/app/WLS11g_OSM72/Middleware/user_projects/domains/OSM72_BASE_DOMAIN/servers/OSM72AdminServer/tmp/_WL_user -Doracle.deployed.app.ext=/- -Dweblogic.alternateTypesDirectory=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.ossoiap_11.1.1,/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.oamprovider_11.1.1 -Djava.protocol.handler.pkgs=oracle.mds.net.protocol -Dweblogic.jdbc.remoteEnabled=false -Dweblogic.management.discover=true -Dwlw.iterativeDev= -Dwlw.testConsole= -Dwlw.logErrorsToConsole= -Dweblogic.ext.dirs=/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sysext_manifest_classpath:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sysext_manifest_classpath -Dweblogic.client.socket.ConnectionTimeout=500 -Dcom.mslv.oms.cartridgemgmt.DeployCartridgeMDB.CartridgeDeploymentTransactionTimeout=2000
    java_command: weblogic.Server
    Launcher Type: SUN_STANDARD
    Environment Variables:
    JAVA_HOME=/usr/java/jdk1.6.0_37
    CLASSPATH=/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jdbc_11.1.1/ojdbc6dms.jar:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/sys_manifest_classpath/weblogic_patch.jar:/usr/java/jdk1.6.0_37/lib/tools.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic_sp.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/weblogic.jar:/app/WLS11g_OSM72/Middleware/modules/features/weblogic.server.modules_10.3.5.0.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/webservices.jar:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/lib/ant-all.jar:/app/WLS11g_OSM72/Middleware/modules/net.sf.antcontrib_1.1.0.0_1-0b2/lib/ant-contrib.jar:/app/WLS11g_OSM72/Middleware/oracle_common/modules/oracle.jrf_11.1.1/jrf.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/common/derby/lib/derbyclient.jar:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/lib/xqrl.jar
    PATH=/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/bin:/app/WLS11g_OSM72/Middleware/modules/org.apache.ant_1.7.1/bin:/usr/java/jdk1.6.0_37/jre/bin:/usr/java/jdk1.6.0_37/bin:/usr/java/jdk1.6.0_37/bin:/usr/kerberos/sbin:/usr/kerberos/bin:/usr/local/sbin:/usr/local/bin:/sbin:/bin:/usr/sbin:/usr/bin:/root/bin:/usr/java/jdk1.6.0_37/bin:/root/bin
    LD_LIBRARY_PATH=/usr/java/jdk1.6.0_37/jre/lib/amd64/server:/usr/java/jdk1.6.0_37/jre/lib/amd64:/usr/java/jdk1.6.0_37/jre/../lib/amd64:/app/WLS11g_OSM72/Middleware/patch_wls1035/profiles/default/native:/app/WLS11g_OSM72/Middleware/patch_jdev1111/profiles/default/native:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64:/app/WLS11g_OSM72/Middleware/wlserver_10.3/server/native/linux/x86_64/oci920_8
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x861ea0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x70fc60], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x712a90], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGINT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGTERM: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x712690], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:Red Hat Enterprise Linux Server release 5.7 (Tikanga)
    uname:Linux 2.6.18-274.el5 #1 SMP Mon Jul 25 13:17:49 EDT 2011 x86_64
    libc:glibc 2.5 NPTL 2.5
    rlimit: STACK 10240k, CORE 0k, NPROC 25079, NOFILE 1024, AS infinity
    load average:1.37 0.45 0.32
    /proc/meminfo:
    MemTotal: 3152644 kB
    MemFree: 13224 kB
    Buffers: 49684 kB
    Cached: 1494336 kB
    SwapCached: 43764 kB
    Active: 2130560 kB
    Inactive: 796056 kB
    HighTotal: 0 kB
    HighFree: 0 kB
    LowTotal: 3152644 kB
    LowFree: 13224 kB
    SwapTotal: 8193140 kB
    SwapFree: 8030056 kB
    Dirty: 1688 kB
    Writeback: 0 kB
    AnonPages: 1338848 kB
    Mapped: 553060 kB
    Slab: 124644 kB
    PageTables: 56400 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    CommitLimit: 9769460 kB
    Committed_AS: 3156696 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 266424 kB
    VmallocChunk: 34359471699 kB
    HugePages_Total: 0
    HugePages_Free: 0
    HugePages_Rsvd: 0
    Hugepagesize: 2048 kB
    CPU:total 1 (1 cores per cpu, 1 threads per core) family 15 model 47 stepping 2, cmov, cx8, fxsr, mmx, sse, sse2, sse3, mmxext, 3dnowpref
    /proc/cpuinfo:
    processor     : 0
    vendor_id     : AuthenticAMD
    cpu family     : 15
    model          : 47
    model name     : AMD Athlon(tm) 64 Processor 3200+
    stepping     : 2
    cpu MHz          : 2000.000
    cache size     : 512 KB
    fpu          : yes
    fpu_exception     : yes
    cpuid level     : 1
    wp          : yes
    flags          : fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush mmx fxsr sse sse2 syscall nx mmxext fxsr_opt lm 3dnowext 3dnow up pni lahf_lm
    bogomips     : 3979.78
    TLB size     : 1024 4K pages
    clflush size     : 64
    cache_alignment     : 64
    address sizes     : 40 bits physical, 48 bits virtual
    power management: ts fid vid ttp tm stc
    Memory: 4k page, physical 3152644k(13224k free), swap 8193140k(8030056k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (20.12-b01) for linux-amd64 JRE (1.6.0_37-b06), built on Sep 24 2012 11:47:45 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Feb 14 21:26:33 2013
    elapsed time: 8278 seconds

    The only fix I know of for this issue is to reboot the host.
    If there is another fix someone please let me know as I have users who run into this often.
    Thanks
    Bonnie.Partridge

  • Fatal Error while updating core software, BB services Remain Disable .....

    been using 8330 curve since 6 months, now can't live without my mails on handheld,
    certainly push mail and features Iam back to life and business.
    but i've a bug report, this hapened twice in two days giving me hours of mail interupptions, thank god it was weekend.
    everytime i connect to Desktop Manager(latest version), I get prompt for available updates.
    when i start installing it, it fails with a fatal error
    I noticed the desktop manager while trying to update the core software turned radio and services off (during backup i think)
    but upon fail it didn't revived the service.
    Contacted my Operator and they suggested a Hard Reboot, did it many times, phone worked but without BB services,
    after many battery pulls sent services books again from myoperator.blackberry....
    contact my operator and they suggested hard reboot everytime, or doubted it to be a network outage while it was a bug.
    After 8 hours i tried the soft reboot using key combination and WOW it worked. The BB services got restored and mails started coming again.
    Iam sure the issue can be replicated and there should be some option available in DM, or update software to re-connect the BB services when a update fails as its very frustrating to get off your mail box and operator may take hours before they figure out what the case.
    tech details of my soft.
    BB 8330 (CDMA)
    v4.5.0.66 (platform 3.2.0.48)
    Desktop manager 4.7 with media manager.
    If there's a place to submit a bug report or a enhancement request i've a few more things to suggest.
    Thanks,

    check in control panel- add/remove programs.... check if you see Blackberry device software 4.5.x.x
    if you dont, this means your carrier is pushing the update to you through the internet
    to do this manually, what I would do is download the latest 4.5.0.x software from your carriers site, install it to windows
    then dont use deaktop manager, go to c:\program files\common files\research in motion\apploader
    run loader.exe and install the update that way

  • Weblogic Server 10.3.3.0 fatal error

    Hi,
    I am installing weblogic server 10.3.3.0 on IBM AIX 6.1. After i except the default location (/u01/app/oracle/middleware/wlserver_10.3) for Weblogic Server and Oracle Coherence (/u01/app/oracle/middleware/wlserver_10.3) i get this error msg.
    *"A fatal error has occurred. This application will terminate."*
    It's a generic error msg and Metalink doesn't have any notes regarding this. Has anyone seen this issue before?
    Any help would be appreciated.
    Thanks.
    Shawn

    I get the same error msg when i try to install 10.3.2.0. I know that is clearly mentioned in the note for upgrading OEM GC 10g to 11g but i thought this version might have some bugs so i tried to install the most latest one.
    Unfortunately they don't have many notes on Weblogic Server installation and issues.

  • Org.xml.sax.SAXParseException: Line 1, Column 1 : XML-0108: (Fatal Error)

    Hi ,
    I am using SAX parser in a java code , which compiles and parses an xml correctly in the local JVM.
    But the same code in OC4J(10g) - version 9.0.4.2 throws the following exception when traced the error stack.
    08/04/04 17:48:40 Loading file workingday.xml from directory ========================== :::java.io.BufferedInputStream@bd4e3c
    08/04/04 17:48:40 Read the xml into instream => STEP II
    08/04/04 17:48:40 Read the xml into instream => STEP II
    08/04/04 17:48:40 adding to the bankholiday list
    org.xml.sax.SAXParseException: <Line 1, Column 1>: XML-0108: (Fatal Error) Start of root element expected.
    08/04/04 17:48:40 at oracle.xml.parser.v2.XMLError.flushErrorHandler(XMLError.java:226)
    08/04/04 17:48:40 at oracle.xml.parser.v2.XMLError.flushErrors1(XMLError.java:162)
    08/04/04 17:48:40 at oracle.xml.parser.v2.NonValidatingParser.parseRootElement(NonValidatingParser.java:305)
    08/04/04 17:48:40 at oracle.xml.parser.v2.NonValidatingParser.parseDocument(NonValidatingParser.java:267)
    08/04/04 17:48:40 at oracle.xml.parser.v2.XMLParser.parse(XMLParser.java:149)
    08/04/04 17:48:40 at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:286)
    08/04/04 17:48:40 at oracle.xml.jaxp.JXSAXParser.parse(JXSAXParser.java:224)
    Though I have imported the following JDK parsers in the code , the Oracle's SAX parser is taking other inside the application server and throwing the above error for an xml , which is absolutely alright.
    import javax.xml.parsers.ParserConfigurationException;
    import javax.xml.parsers.SAXParser;
    import javax.xml.parsers.SAXParserFactory;
    Please let me know why this happens? Is it a known bug in the OC4J 9.0.4.2?
    Thanks and Regards
    Antara

    hi Antara
    about "... Though I have imported the following JDK parsers in the code , the Oracle's SAX parser is taking other inside the application server ..."
    If you have used the SAXParserFactory.newSAXParser() method to get a parser, the documentation for this method says "Creates a new instance of a SAXParser using the currently configured factory parameters.".
    So you might get a different parser in a different environment.
    regards
    Jan Vervecken

  • Fatal error on Mac OSX 10.8.3 when running tutorial 2 (Creating a Form)

    Tutorial 1, hello world, works fine but tutorial 2 throws the following errors:
    # A fatal error has been detected by the Java Runtime Environment:
    # SIGSEGV (0xb) at pc=0x000000010c0e6e59, pid=882, tid=1799
    # JRE version: 7.0_17-b02
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (23.7-b01 mixed mode bsd-amd64 compressed oops)
    # Problematic frame:
    # V [libjvm.dylib+0x2a4e59]
    # Failed to write core dump. Core dumps have been disabled. To enable core dumping, try "ulimit -c unlimited" before starting Java again
    # If you would like to submit a bug report, please visit:
    # http://bugreport.sun.com/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x00007fc95b8be000): JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
    siginfo:si_signo=SIGSEGV: si_errno=0, si_code=1 (SEGV_MAPERR), si_addr=0x0000000000000000
    Registers:
    RAX=0x00007fff53edb090, RBX=0x00007fff53edb018, RCX=0x0000000000000000, RDX=0x00007fff53edb018
    RSP=0x00007fff53edaef0, RBP=0x00007fff53edaf00, RSI=0x0000000000000000, RDI=0x00007fff53edafc8
    R8 =0x0000000000000000, R9 =0x0000000000000001, R10=0x00007fc95d873ad0, R11=0x00007fff7c3e4368
    R12=0x00007fc95b8be000, R13=0x0000000000000278, R14=0x00007fff53edafc8, R15=0x00007fc95b8be1d8
    RIP=0x000000010c0e6e59, EFLAGS=0x0000000000010246, ERR=0x0000000000000004
    TRAPNO=0x000000000000000e
    Top of Stack: (sp=0x00007fff53edaef0)
    0x00007fff53edaef0: 0000000000000000 00007fff53edafc8
    0x00007fff53edaf00: 00007fff53edb080 000000010c0dee61
    0x00007fff53edaf10: 00007fc95d884300 0000000000000000
    0x00007fff53edaf20: 00007fff53edaf18 0000000000000000
    0x00007fff53edaf30: 0000000000000000 0000000000000001
    0x00007fff53edaf40: 00007fc95d884610 0000000000000000
    0x00007fff53edaf50: 00007fff9653b2c3 00007fc95d8841e0
    0x00007fff53edaf60: 00007fc95d883fa0 0000000000000280
    0x00007fff53edaf70: 00007fff53edafd0 00007fff96072e81
    0x00007fff53edaf80: 0000000000000003 00007fff53edaf00
    0x00007fff53edaf90: 000000005d881808 ffffffffffffffff
    0x00007fff53edafa0: 0000000000000000 00007fc95d8841e0
    0x00007fff53edafb0: 00007fff9653b2c3 00007fc95d8841e0
    0x00007fff53edafc0: 00007fc95d884610 00007fc95d883fa0
    0x00007fff53edafd0: 00007fff53edb080 00007fff9607311a
    0x00007fff53edafe0: 000000010bd2e000 0000000000000001
    0x00007fff53edaff0: ffffffffffffffff 0000000000000000
    0x00007fff53edb000: 00007fff7ce770e0 000000000000000e
    0x00007fff53edb010: 00007fff96073145 0000003000000018
    0x00007fff53edb020: 00007fff53edb090 00007fff53edaf10
    0x00007fff53edb030: 00007fc95b8be000 0000000000000000
    0x00007fff53edb040: 00007fff9606af40 00007fff92b56354
    0x00007fff53edb050: 00007fc95b8be000 00007fc95b8be000
    0x00007fff53edb060: 000000010c0ded6b 0000000000000001
    0x00007fff53edb070: 0000000000000001 00007fc95b8be1d8
    0x00007fff53edb080: 00007fff53edb560 000000016fb72400
    0x00007fff53edb090: 00007fc95d8817f0 00007fc95a8006f0
    0x00007fff53edb0a0: 0000000000000048 00007fff7c2e0b48
    0x00007fff53edb0b0: 00007fff53edb110 00007fff91966f5b
    0x00007fff53edb0c0: 00007fff53edb360 0000000000000000
    0x00007fff53edb0d0: ffff8036a2793b4f 00007fff53edb4e0
    0x00007fff53edb0e0: 00007fc95a800800 00007fc95d86c4b0
    Instructions: (pc=0x000000010c0e6e59)
    0x000000010c0e6e39: 3e 00 48 83 c0 10 49 89 06 49 89 5e 28 5b 41 5e
    0x000000010c0e6e49: 5d c3 90 55 48 89 e5 41 56 53 48 89 d3 49 89 fe
    0x000000010c0e6e59: 48 8b 06 48 8b 48 10 48 8b 78 18 0f b7 71 42 e8
    0x000000010c0e6e69: c5 2a 21 00 48 89 c6 48 83 e6 fe 4c 89 f7 e8 74
    Register to memory mapping:
    RAX=0x00007fff53edb090 is pointing into the stack for thread: 0x00007fc95b8be000
    RBX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
    RCX=0x0000000000000000 is an unknown value
    RDX=0x00007fff53edb018 is pointing into the stack for thread: 0x00007fc95b8be000
    RSP=0x00007fff53edaef0 is pointing into the stack for thread: 0x00007fc95b8be000
    RBP=0x00007fff53edaf00 is pointing into the stack for thread: 0x00007fc95b8be000
    RSI=0x0000000000000000 is an unknown value
    RDI=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
    R8 =0x0000000000000000 is an unknown value
    R9 =0x0000000000000001 is an unknown value
    R10=0x00007fc95d873ad0 is an unknown value
    R11=0x00007fff7c3e4368: OBJC_EHTYPE_$_NSException+0x1880 in /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation at 0x00007fff92a2a000
    R12=0x00007fc95b8be000 is a thread
    R13=0x0000000000000278 is an unknown value
    R14=0x00007fff53edafc8 is pointing into the stack for thread: 0x00007fc95b8be000
    R15=0x00007fc95b8be1d8 is an unknown value
    Stack: [0x00007fff536e8000,0x00007fff53ee8000], sp=0x00007fff53edaef0, free space=8139k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.dylib+0x2a4e59]
    V [libjvm.dylib+0x29ce61]
    C [libglass.dylib+0x16400] -[GlassTouches(hidden) sendJavaTouchEvent:]+0x450
    C [libglass.dylib+0x15be4] listenTouchEvents+0x44
    C [CoreGraphics+0x440a66] processEventTapData+0x258
    C [CoreGraphics+0x4406f7] _CGYPostEventTapData+0xbd
    C [CoreGraphics+0x4f7d4e] _XPostEventTapData+0x6b
    C [CoreGraphics+0x4f7e46] CGYEventTap_server+0x6a
    C [CoreGraphics+0x4407e5] eventTapMessageHandler+0x1e
    C [CoreFoundation+0x2e40] __CFMachPortPerform+0x120
    C [CoreFoundation+0x2d09] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE1_PERFORM_FUNCTION__+0x29
    C [CoreFoundation+0x2a49] __CFRunLoopDoSource1+0x99
    C [CoreFoundation+0x35c02] __CFRunLoopRun+0x722
    C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
    C [HIToolbox+0x5feb4] RunCurrentEventLoopInMode+0xd1
    C [HIToolbox+0x5fc52] ReceiveNextEventCommon+0x164
    C [HIToolbox+0x5fae3] BlockUntilNextEventMatchingListInMode+0x3e
    C [AppKit+0x155563] _DPSNextEvent+0x2ad
    C [AppKit+0x154e22] -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:]+0x80
    C [AppKit+0x14c1d3] -[NSApplication run]+0x205
    C [libglass.dylib+0x30a9] -[GlassApplication runLoop:]+0x309
    C [Foundation+0x92d3a] __NSThreadPerformPerform+0xe1
    C [CoreFoundation+0x12b31] __CFRUNLOOP_IS_CALLING_OUT_TO_A_SOURCE0_PERFORM_FUNCTION__+0x11
    C [CoreFoundation+0x12455] __CFRunLoopDoSources0+0xf5
    C [CoreFoundation+0x357f5] __CFRunLoopRun+0x315
    C [CoreFoundation+0x350e2] CFRunLoopRunSpecific+0x122
    C [java+0x742d] CreateExecutionEnvironment+0x367
    C [java+0x1bdc] JLI_Launch+0x7a0
    C [java+0x778a] main+0x65
    C [java+0x1434] start+0x34
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x00007fc95b8b0000 JavaThread "Thread-4" daemon [_thread_in_native, id=33539, stack(0x00000001712f1000,0x0000000171371000)]
    =>0x00007fc95b8be000 JavaThread "JavaFX Application Thread" [_thread_in_vm, id=1799, stack(0x00007fff536e8000,0x00007fff53ee8000)]
    0x00007fc95a892000 JavaThread "Thread-2" daemon [_thread_blocked, id=27651, stack(0x000000016fbbb000,0x000000016fcbb000)]
    0x00007fc95a8a4800 JavaThread "Disposer" daemon [_thread_blocked, id=27395, stack(0x000000016fa5a000,0x000000016fb5a000)]
    0x00007fc95a89b000 JavaThread "QuantumRenderer-0" daemon [_thread_blocked, id=22275, stack(0x000000016e79f000,0x000000016e89f000)]
    0x00007fc95b8a4800 JavaThread "JavaFX-Launcher" [_thread_blocked, id=22019, stack(0x000000016e69c000,0x000000016e79c000)]
    0x00007fc95b89f000 JavaThread "Monitor Ctrl-Break" daemon [_thread_in_native, id=21763, stack(0x000000016e53c000,0x000000016e63c000)]
    0x00007fc95d01b800 JavaThread "Service Thread" daemon [_thread_blocked, id=21251, stack(0x000000016e123000,0x000000016e223000)]
    0x00007fc95d01a800 JavaThread "C2 CompilerThread1" daemon [_thread_blocked, id=20995, stack(0x000000016e020000,0x000000016e120000)]
    0x00007fc95d019000 JavaThread "C2 CompilerThread0" daemon [_thread_blocked, id=20739, stack(0x000000016df1d000,0x000000016e01d000)]
    0x00007fc95d002000 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=20483, stack(0x000000016de1a000,0x000000016df1a000)]
    0x00007fc95a857800 JavaThread "Finalizer" daemon [_thread_blocked, id=16131, stack(0x000000016dbc9000,0x000000016dcc9000)]
    0x00007fc95a857000 JavaThread "Reference Handler" daemon [_thread_blocked, id=15875, stack(0x000000016dac6000,0x000000016dbc6000)]
    0x00007fc95c800000 JavaThread "main" [_thread_blocked, id=5891, stack(0x000000010c8ea000,0x000000010c9ea000)]
    Other Threads:
    0x00007fc95a854800 VMThread [stack: 0x000000016d9c3000,0x000000016dac3000] [id=15619]
    0x00007fc95d012800 WatcherThread [stack: 0x000000016e226000,0x000000016e326000] [id=21507]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    PSYoungGen total 24640K, used 11066K [0x000000014bef0000, 0x000000014da70000, 0x0000000167790000)
    eden space 21120K, 52% used [0x000000014bef0000,0x000000014c9bebd0,0x000000014d390000)
    from space 3520K, 0% used [0x000000014d700000,0x000000014d700000,0x000000014da70000)
    to space 3520K, 0% used [0x000000014d390000,0x000000014d390000,0x000000014d700000)
    ParOldGen total 56448K, used 0K [0x0000000114d90000, 0x00000001184b0000, 0x000000014bef0000)
    object space 56448K, 0% used [0x0000000114d90000,0x0000000114d90000,0x00000001184b0000)
    PSPermGen total 21248K, used 5606K [0x000000010fb90000, 0x0000000111050000, 0x0000000114d90000)
    object space 21248K, 26% used [0x000000010fb90000,0x0000000110109af0,0x0000000111050000)
    Card table byte_map: [0x0000000167790000,0x0000000167a4f000] byte_map_base: 0x0000000166f12380
    Polling page: 0x000000010ca29000
    Code Cache [0x000000010cabf000, 0x000000010cd2f000, 0x000000010fabf000)
    total_blobs=339 nmethods=35 adapters=256 free_code_cache=48608Kb largest_free_block=49741696
    Compilation events (10 events):
    Event: 1.025 Thread 0x00007fc95d019000 nmethod 30 0x000000010cb3db90 code [0x000000010cb3dce0, 0x000000010cb3dd78]
    Event: 1.025 Thread 0x00007fc95d019000 31 java.util.zip.ZipCoder::getBytes (192 bytes)
    Event: 1.031 Thread 0x00007fc95d019000 nmethod 31 0x000000010cb3f990 code [0x000000010cb3fb80, 0x000000010cb401f0]
    Event: 1.031 Thread 0x00007fc95d019000 32 java.util.zip.ZipCoder::encoder (35 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 32 0x000000010cb3d4d0 code [0x000000010cb3d600, 0x000000010cb3d698]
    Event: 1.032 Thread 0x00007fc95d019000 33 java.nio.charset.CharsetEncoder::reset (11 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 33 0x000000010cb3d290 code [0x000000010cb3d3c0, 0x000000010cb3d418]
    Event: 1.032 Thread 0x00007fc95d019000 34 java.nio.charset.CharsetEncoder::implReset (1 bytes)
    Event: 1.032 Thread 0x00007fc95d019000 nmethod 34 0x000000010cb40c50 code [0x000000010cb40d80, 0x000000010cb40dd8]
    Event: 1.042 Thread 0x00007fc95d01a800 nmethod 21 0x000000010cb47950 code [0x000000010cb47e40, 0x000000010cb4b4f0]
    GC Heap History (0 events):
    No events
    Deoptimization events (0 events):
    No events
    Internal exceptions (10 events):
    Event: 1.034 Thread 0x00007fc95b8be000 Threw 0x000000014c94be48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c952370 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.035 Thread 0x00007fc95b8be000 Threw 0x000000014c957fe0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c95d130 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c962ef0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.036 Thread 0x00007fc95b8be000 Threw 0x000000014c966d28 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96a8b0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.037 Thread 0x00007fc95b8be000 Threw 0x000000014c96eb48 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.045 Thread 0x00007fc95b8be000 Threw 0x000000014c9749f0 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Event: 1.058 Thread 0x00007fc95b8be000 Threw 0x000000014c97b300 at /HUDSON/workspace/jdk7u17-2-build-macosx-amd64-product/jdk7u17/hotspot/src/share/vm/prims/jvm.cpp:1166
    Events (10 events):
    Event: 1.045 loading class 0x00007fc95a41baf0
    Event: 1.045 loading class 0x00007fc95a41baf0 done
    Event: 1.045 loading class 0x00007fc95a43ea00
    Event: 1.045 loading class 0x00007fc95a43ea00 done
    Event: 1.045 loading class 0x00007fc95b004640
    Event: 1.045 loading class 0x00007fc95b004640 done
    Event: 1.058 loading class 0x00007fc95a4b4560
    Event: 1.058 loading class 0x00007fc95a4b4560 done
    Event: 4.133 Executing VM operation: EnableBiasedLocking
    Event: 4.133 Executing VM operation: EnableBiasedLocking done

    Dynamic libraries:
    0x000000000b4b6000      /System/Library/Frameworks/Cocoa.framework/Versions/A/Cocoa
    0x000000000b4b6000      /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x000000000b4b6000      /usr/lib/libz.1.dylib
    0x000000000b4b6000      /usr/lib/libSystem.B.dylib
    0x000000000b4b6000      /usr/lib/libobjc.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x000000000b4b6000      /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x000000000b4b6000      /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x000000000b4b6000      /System/Library/Frameworks/Foundation.framework/Versions/C/Foundation
    0x000000000b4b6000      /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServices
    0x000000000b4b6000      /System/Library/Frameworks/AudioToolbox.framework/Versions/A/AudioToolbox
    0x000000000b4b6000      /System/Library/Frameworks/AudioUnit.framework/Versions/A/AudioUnit
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCore
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopServicesPriv
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Versions/A/HIToolbox
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.framework/Versions/A/SpeechRecognition
    0x000000000b4b6000      /usr/lib/libauto.dylib
    0x000000000b4b6000      /usr/lib/libicucore.A.dylib
    0x000000000b4b6000      /usr/lib/libxml2.2.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x000000000b4b6000      /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x000000000b4b6000      /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x000000000b4b6000      /usr/lib/liblangid.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSupport
    0x000000000b4b6000      /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x000000000b4b6000      /usr/lib/libDiagnosticMessagesClient.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x000000000b4b6000      /System/Library/PrivateFrameworks/PerformanceAnalysis.framework/Versions/A/PerformanceAnalysis
    0x000000000b4b6000      /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalStorage
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/OpenGL
    0x000000000b4b6000      /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x000000000b4b6000      /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x000000000b4b6000      /System/Library/Frameworks/SystemConfiguration.framework/Versions/A/SystemConfiguration
    0x000000000b4b6000      /usr/lib/libCRFSuite.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x000000000b4b6000      /usr/lib/libc++.1.dylib
    0x000000000b4b6000      /usr/lib/libc++abi.dylib
    0x000000000b4b6000      /usr/lib/system/libcache.dylib
    0x000000000b4b6000      /usr/lib/system/libcommonCrypto.dylib
    0x000000000b4b6000      /usr/lib/system/libcompiler_rt.dylib
    0x000000000b4b6000      /usr/lib/system/libcopyfile.dylib
    0x000000000b4b6000      /usr/lib/system/libdispatch.dylib
    0x000000000b4b6000      /usr/lib/system/libdnsinfo.dylib
    0x000000000b4b6000      /usr/lib/system/libdyld.dylib
    0x000000000b4b6000      /usr/lib/system/libkeymgr.dylib
    0x000000000b4b6000      /usr/lib/system/liblaunch.dylib
    0x000000000b4b6000      /usr/lib/system/libmacho.dylib
    0x000000000b4b6000      /usr/lib/system/libquarantine.dylib
    0x000000000b4b6000      /usr/lib/system/libremovefile.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_blocks.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_c.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_dnssd.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_info.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_kernel.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_m.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_network.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_notify.dylib
    0x000000000b4b6000      /usr/lib/system/libsystem_sandbox.dylib
    0x000000000b4b6000      /usr/lib/system/libunc.dylib
    0x000000000b4b6000      /usr/lib/system/libunwind.dylib
    0x000000000b4b6000      /usr/lib/system/libxpc.dylib
    0x000000000b4b6000      /usr/lib/system/libcorecrypto.dylib
    0x000000000b4b6000      /usr/lib/libstdc++.6.dylib
    0x000000000b4b6000      /usr/lib/libbsm.0.dylib
    0x000000000b4b6000      /usr/lib/libsqlite3.dylib
    0x000000000b4b6000      /usr/lib/libxar.1.dylib
    0x000000000b4b6000      /usr/lib/libpam.2.dylib
    0x000000000b4b6000      /usr/lib/libOpenScriptingUtil.dylib
    0x000000000b4b6000      /usr/lib/libbz2.1.0.dylib
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/CarbonCore.framework/Versions/A/CarbonCore
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framework/Versions/A/Metadata
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framework/Versions/A/OSServices
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/SearchKit.framework/Versions/A/SearchKit
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Versions/A/AE
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.framework/Versions/A/LaunchServices
    0x000000000b4b6000      /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryServices.framework/Versions/A/DictionaryServices
    0x000000000b4b6000      /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x000000000b4b6000      /usr/lib/system/libkxld.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory.framework/Versions/A/CFOpenDirectory
    0x000000000b4b6000      /usr/lib/libxslt.1.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/A/Ink
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/CoreGraphics
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/ATS
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync.framework/Versions/A/ColorSync
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices.framework/Versions/A/HIServices
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalysis.framework/Versions/A/LangAnalysis
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore.framework/Versions/A/PrintCore
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framework/Versions/A/QD
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynthesis.framework/Versions/A/SpeechSynthesis
    0x000000000b4b6000      /System/Library/Frameworks/IOSurface.framework/Versions/A/IOSurface
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Accelerate
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontParser.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framework/Versions/A/Resources/libFontRegistry.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Versions/A/vImage
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/vecLib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvDSP.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libvMisc.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libLAPACK.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Versions/A/libBLAS.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJPEG.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libPng.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x000000000b4b6000      /usr/lib/libcups.2.dylib
    0x000000000b4b6000      /System/Library/Frameworks/Kerberos.framework/Versions/A/Kerberos
    0x000000000b4b6000      /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x000000000b4b6000      /usr/lib/libresolv.9.dylib
    0x000000000b4b6000      /usr/lib/libiconv.2.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x000000000b4b6000      /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluationAgent
    0x000000000b4b6000      /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x000000000b4b6000      /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/CoreImage.framework/Versions/A/CoreImage
    0x000000000b4b6000      /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterface.framework/Versions/A/ScalableUserInterface
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLImage.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCVMSPluginSupport.dylib
    0x000000000b4b6000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporterSupport
    0x000000000b4b6000      /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x000000000b4b6000      /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x000000000b4b6000      /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompression
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Ubiquity.framework/Versions/A/Ubiquity
    0x000000000b4b6000      /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x000000000b4b6000      /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x000000000b4b6000      /System/Library/Frameworks/vecLib.framework/Versions/A/vecLib
    0x000000000b4b6000      /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCore.framework/Versions/A/CommerceCore
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolication
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x000000010be42000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/server/libjvm.dylib
    0x000000010c9ec000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libverify.dylib
    0x000000010c9f9000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libjava.dylib
    0x000000010cab6000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libzip.dylib
    0x000000016dccb000      /System/Library/Frameworks/JavaVM.framework/Frameworks/JavaRuntimeSupport.framework/JavaRuntimeSupport
    0x000000016dce3000      /System/Library/Frameworks/JavaVM.framework/Versions/A/Frameworks/JavaNativeFoundation.framework/Versions/A/JavaNativeFoundation
    0x000000016dcf8000      /System/Library/Frameworks/JavaVM.framework/Versions/A/JavaVM
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x000000016dd05000      /System/Library/PrivateFrameworks/JavaLaunching.framework/Versions/A/JavaLaunching
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/Versions/A/CommonPanels
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions/A/Help
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/Versions/A/ImageCapture
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/OpenScripting.framework/Versions/A/OpenScripting
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Versions/A/Print
    0x000000000b4b6000      /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Versions/A/SecurityHI
    0x000000016e538000      /Applications/IntelliJ IDEA 12.app/bin/libbreakgen64.jnilib
    0x000000016e63e000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libnet.dylib
    0x000000016e8c3000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libprism-es2.dylib
    0x000000016e977000      /System/Library/Frameworks/OpenGL.framework/Resources/GLEngine.bundle/GLEngine
    0x000000016eb6c000      /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLProgrammability.dylib
    0x000000016ed14000      /System/Library/Extensions/AMDRadeonX3000GLDriver.bundle/Contents/MacOS/AMDRadeonX3000GLDriver
    0x000000016f03b000      /System/Library/PrivateFrameworks/IOAccelerator.framework/Versions/A/IOAccelerator
    0x000000016f046000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupportMercury.dylib
    0x000000016f45a000      /System/Library/Extensions/AppleIntelHD3000GraphicsGLDriver.bundle/Contents/MacOS/AppleIntelHD3000GraphicsGLDriver
    0x000000016f946000      /System/Library/PrivateFrameworks/GPUSupport.framework/Versions/A/Libraries/libGPUSupport.dylib
    0x000000016f95a000      /System/Library/Frameworks/OpenGL.framework/Resources//GLRendererFloat.bundle/GLRendererFloat
    0x000000016f98e000      /System/Library/Frameworks/OpenCL.framework/Versions/A/Libraries/libcldcpuengine.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/DiskImages.framework/Versions/A/DiskImages
    0x000000000b4b6000      /System/Library/Frameworks/DiscRecording.framework/Versions/A/DiscRecording
    0x000000000b4b6000      /usr/lib/libcurl.4.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/MediaKit.framework/Versions/A/MediaKit
    0x000000000b4b6000      /usr/lib/libssl.0.9.8.dylib
    0x000000000b4b6000      /usr/lib/libcrypto.0.9.8.dylib
    0x000000000b4b6000      /System/Library/Frameworks/LDAP.framework/Versions/A/LDAP
    0x000000000b4b6000      /usr/lib/libsasl2.2.dylib
    0x000000016fb5c000      /Library/Java/JavaVirtualMachines/jdk1.7.0_17.jdk/Contents/Home/jre/lib/libglass.dylib
    0x000000000b4b6000      /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesInternal
    0x000000000b4b6000      /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x000000000b4b6000      /System/Library/CoreServices/RawCamera.bundle/Contents/MacOS/RawCamera
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCSync.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libRIP.A.dylib
    0x000000000b4b6000      /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphics.framework/Versions/A/Resources/libCGXType.A.dylib
    VM Arguments:
    jvm_args: -Didea.launcher.port=7536 -Didea.launcher.bin.path=/Applications/IntelliJ IDEA 12.app/bin -Dfile.encoding=UTF-8
    java_command: com.intellij.rt.execution.application.AppMain sample.Main
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/bin:/bin:/usr/sbin:/sbin
    SHELL=/bin/bash
    DISPLAY=/tmp/launch-g2yCr7/org.macosforge.xquartz:0
    Signal Handlers:
    SIGSEGV: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGBUS: [libjvm.dylib+0x4a361d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGFPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGPIPE: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGXFSZ: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGILL: [libjvm.dylib+0x3b302d], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000002
    SIGUSR2: [libjvm.dylib+0x3b2bc6], sa_mask[0]=0x00000004, sa_flags=0x00000042
    SIGHUP: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGINT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGTERM: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    SIGQUIT: [libjvm.dylib+0x3b0e27], sa_mask[0]=0xfffefeff, sa_flags=0x00000042
    --------------- S Y S T E M ---------------
    OS:Bsduname:Darwin 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64
    rlimit: STACK 8192k, CORE 0k, NPROC 709, NOFILE 10240, AS infinity
    load average:0.96 1.20 1.37
    CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 42 stepping 7, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, avx, ht, tsc, tscinvbit
    Memory: 4k page, physical 5410872k(1352718k free)
    /proc/meminfo:
    vm_info: Java HotSpot(TM) 64-Bit Server VM (23.7-b01) for bsd-amd64 JRE (1.7.0_17-b02), built on Mar 1 2013 06:41:23 by "java_re" with gcc 4.2.1 (Based on Apple Inc. build 5658) (LLVM build 2336.11.00)
    time: Wed Apr 10 20:10:17 2013
    elapsed time: 4 seconds

  • Adobe Captivate 5.5 "Fatal Error" Crash Caused by "CS Live" in CS 5.5 Programs

    This should be an official bug report. Forgive me if there is a more effective way to submit a bug.
    Adobe Captivate 5.5 crashes with a "Fatal Error" when the user launches a CS 5.5 program while Captivate is running in the background. This only occurs when the user is signed into Creative Suite's "CS Live" in the Creative Suite programs.
    This problem can be reproduced easily by launching Captivate and Illustrator side by side. Then the user must sign into CS Live through Illustrator. Captivate will crash with a fatal error every time. I have confirmed with Captivate running while launching Photoshop, Illustrator, Dreamweaver, etc.
    You can see a quick video here: http://www.youtube.com/watch?v=ayDDSN7rSY0
    There is no solution to this bug. I have tried nearly everything, following the framework at Troubleshoot launch issues, problems | CS6, CS5.5, CS5
    • Clearing the cache / rebuilding the profile directory in User/AppData/Local/Adobe/Captivate 5.5.
    • Reset Windows fonts and deleted all Adobefnt*.lst files / rebuilds on program launch.
    • UAC is disabled, I have administrator rights, and the application is set to start in "Run this program as an administrator" for all users.
    • Switching graphics from Intel to Nvidia and back for all Adobe applications.
    • Disable activation on both Captivate and the Master Collection, then reregistering .
    • Deactivating/Uninstalling/Reinstalling the program entirely.
    For now I will stay logged out of CS Live in my Master Collection programs.
    Windows 7 64 Bit
    Dell Latitude E5440
    CPU: i5-4300u
    GPU: Intel HD 4000 / Nvidia GT 720m switchable
    RAM: 8 GB
    HDD: 500 GB ST500LM00

    Hi there
    Official bugs are filed at the link below:
    Click here
    Cheers... Rick

  • Fatal Error in JRE 6.0_24-b07

    I have found others facing a similar problem and yet mine is different and I'll be thankful if somebody could point to the possible source of this error and how to fix/diagnose it. I am running a Nutch crawler, writing to a Solr index on an EC2 instance with JRE version 6.0_24-b07 (though I have tried it with other versions as well). The crawler works fine on my local machine but very often the instance gets stuck and eventually creates an error file with contents similar to the following:
    # A fatal error has been detected by the Java Runtime Environment:
    # Internal Error (safepoint.cpp:247), pid=16632, tid=140208175748864
    # guarantee(PageArmed == 0) failed: invariant
    # JRE version: 6.0_24-b07
    # Java VM: Java HotSpot(TM) 64-Bit Server VM (19.1-b02 mixed mode linux-amd64 compressed oops)
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    --------------- T H R E A D ---------------
    Current thread (0x0000000040e30000): VMThread [stack: 0x00007f84c2729000,0x00007f84c282a000] [id=16636]
    Stack: [0x00007f84c2729000,0x00007f84c282a000], sp=0x00007f84c2828a80, free space=1022k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    V [libjvm.so+0x790f75]
    V [libjvm.so+0x324f06]
    V [libjvm.so+0x6b3ed6]
    V [libjvm.so+0x79f2a7]
    V [libjvm.so+0x79edbe]
    V [libjvm.so+0x64314f]
    VM_Operation (0x00007f84c072fb80): RevokeBias, mode: safepoint, requested by thread 0x0000000041d03000
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x0000000041a41000 JavaThread "FetcherThread" daemon [_thread_new, id=18355, stack(0x0000000000000000,0x0000000000000000)]
    0x0000000041305800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18354, stack(0x00007f84c032d000,0x00007f84c042e000)]
    0x00000000411f1000 JavaThread "FetcherThread" daemon [_thread_blocked, id=18353, stack(0x00007f84c052f000,0x00007f84c0630000)]
    0x00000000414b5000 JavaThread "FetcherThread" daemon [_thread_blocked, id=18352, stack(0x00007f84bbbfc000,0x00007f84bbcfd000)]
    0x0000000041645800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18351, stack(0x00007f84bb3f4000,0x00007f84bb4f5000)]
    0x0000000041304800 JavaThread "FetcherThread" daemon [_thread_blocked, id=18350, stack(0x00007f84c002a000,0x00007f84c012b000)]
    0x0000000041d03000 JavaThread "QueueFeeder" daemon [_thread_blocked, id=18349, stack(0x00007f84c0630000,0x00007f84c0731000)]
    0x0000000041a1d000 JavaThread "SpillThread" daemon [_thread_blocked, id=18348, stack(0x00007f84c0d4c000,0x00007f84c0e4d000)]
    0x000000004118a800 JavaThread "communication thread" daemon [_thread_blocked, id=18347, stack(0x00007f84c0a40000,0x00007f84c0b41000)]
    0x00007f84bc4ea800 JavaThread "Thread-1105" [_thread_in_vm, id=18346, stack(0x00007f84c093f000,0x00007f84c0a40000)]
    0x000000004195d800 JavaThread "pool-2-thread-1" [_thread_blocked, id=16654, stack(0x00007f84c0c4b000,0x00007f84c0d4c000)]
    0x00007f84bc029800 JavaThread "ajp-bio-9009-AsyncTimeout" daemon [_thread_blocked, id=16652, stack(0x00007f84c0f45000,0x00007f84c1046000)]
    0x00007f84bc28b000 JavaThread "ajp-bio-9009-Acceptor-0" daemon [_thread_in_native, id=16651, stack(0x00007f84c1046000,0x00007f84c1147000)]
    0x00007f84bc005000 JavaThread "http-bio-9000-AsyncTimeout" daemon [_thread_blocked, id=16650, stack(0x00007f84c198d000,0x00007f84c1a8e000)]
    0x00007f84bc061000 JavaThread "http-bio-9000-Acceptor-0" daemon [_thread_in_native, id=16649, stack(0x00007f84c1147000,0x00007f84c1248000)]
    0x00007f84bc325000 JavaThread "ContainerBackgroundProcessor[StandardEngine[Catalina]]" daemon [_thread_blocked, id=16648, stack(0x00007f84c1b55000,0x00007f84c1c56000)]
    0x00007f84bc328000 JavaThread "timerFactory" [_thread_blocked, id=16647, stack(0x00007f84c1248000,0x00007f84c1349000)]
    0x00000000410c2000 JavaThread "GC Daemon" daemon [_thread_blocked, id=16644, stack(0x00007f84c1dd8000,0x00007f84c1ed9000)]
    0x0000000040e64800 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=16642, stack(0x00007f84c2123000,0x00007f84c2224000)]
    0x0000000040e5f800 JavaThread "CompilerThread1" daemon [_thread_blocked, id=16641, stack(0x00007f84c2224000,0x00007f84c2325000)]
    0x0000000040e5c800 JavaThread "CompilerThread0" daemon [_thread_blocked, id=16640, stack(0x00007f84c2325000,0x00007f84c2426000)]
    0x0000000040e5a800 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=16639, stack(0x00007f84c2426000,0x00007f84c2527000)]
    0x0000000040e38800 JavaThread "Finalizer" daemon [_thread_blocked, id=16638, stack(0x00007f84c2527000,0x00007f84c2628000)]
    0x0000000040e36800 JavaThread "Reference Handler" daemon [_thread_blocked, id=16637, stack(0x00007f84c2628000,0x00007f84c2729000)]
    0x0000000040dd6800 JavaThread "main" [_thread_in_native, id=16633, stack(0x00007f84c7458000,0x00007f84c7559000)]
    Other Threads:
    =>0x0000000040e30000 VMThread [stack: 0x00007f84c2729000,0x00007f84c282a000] [id=16636]
    0x0000000040e6f000 WatcherThread [stack: 0x00007f84c2022000,0x00007f84c2123000] [id=16643]
    VM state:synchronizing (normal execution)
    VM Mutex/Monitor currently owned by a thread: ([mutex/lock_event])
    [0x0000000040dd31a0] Safepoint_lock - owner thread: 0x0000000040e30000
    [0x0000000040dd3220] Threads_lock - owner thread: 0x0000000040e30000
    Heap
    PSYoungGen total 647744K, used 599873K [0x00000000d7f60000, 0x00000000ffee0000, 0x0000000100000000)
    eden space 641792K, 93% used [0x00000000d7f60000,0x00000000fc8e0700,0x00000000ff220000)
    from space 5952K, 5% used [0x00000000ff910000,0x00000000ff960000,0x00000000ffee0000)
    to space 6528K, 0% used [0x00000000ff220000,0x00000000ff220000,0x00000000ff880000)
    PSOldGen total 224704K, used 113284K [0x0000000087e00000, 0x0000000095970000, 0x00000000d7f60000)
    object space 224704K, 50% used [0x0000000087e00000,0x000000008eca10e8,0x0000000095970000)
    PSPermGen total 66176K, used 36389K [0x0000000082c00000, 0x0000000086ca0000, 0x0000000087e00000)
    object space 66176K, 54% used [0x0000000082c00000,0x0000000084f894b0,0x0000000086ca0000)
    Dynamic libraries:
    40000000-40009000 r-xp 00000000 08:01 25426 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java
    40108000-4010a000 rwxp 00008000 08:01 25426 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/bin/java
    40dcd000-43d79000 rwxp 00000000 00:00 0 [heap]
    82c00000-86ca0000 rwxp 00000000 00:00 0
    86ca0000-86db0000 ---p 00000000 00:00 0
    86db0000-87e00000 rwxp 00000000 00:00 0
    87e00000-95970000 rwxp 00000000 00:00 0
    95970000-d7f60000 ---p 00000000 00:00 0
    d7f60000-ffee0000 rwxp 00000000 00:00 0
    ffee0000-100000000 ---p 00000000 00:00 0
    7f84bb17b000-7f84bb1b8000 r-xs 0024f000 08:10 24445502 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/xmlbeans-2.3.0.jar
    7f84bb1b8000-7f84bb1bf000 r-xs 00049000 08:10 24445501 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/tika-parsers-0.9.jar
    7f84bb1bf000-7f84bb1c0000 r-xs 00015000 08:10 24445500 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/tagsoup-1.2.jar
    7f84bb1c0000-7f84bb1c2000 r-xs 00004000 08:10 24445499 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/slf4j-api-1.5.6.jar
    7f84bb1c2000-7f84bb1c6000 r-xs 0002f000 08:10 24445498 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/rome-0.9.jar
    7f84bb1c6000-7f84bb1d3000 r-xs 000c1000 08:10 24445497 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-scratchpad-3.7.jar
    7f84bb1d3000-7f84bb252000 r-xs 0034a000 08:10 24445496 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-ooxml-schemas-3.7.jar
    7f84bb252000-7f84bb259000 r-xs 00073000 08:10 24445495 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-ooxml-3.7.jar
    7f84bb259000-7f84bb276000 r-xs 0017c000 08:10 24445494 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/poi-3.7.jar
    7f84bb276000-7f84bb28a000 r-xs 00339000 08:10 24445492 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/pdfbox-1.4.0.jar
    7f84bb28a000-7f84bb2bb000 r-xs 003f0000 08:10 24445490 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/netcdf-4.2-min.jar
    7f84bb2bb000-7f84bb2be000 r-xs 00014000 08:10 24445489 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/metadata-extractor-2.4.0-beta-1.jar
    7f84bb2be000-7f84bb2c0000 r-xs 0000b000 08:10 24445488 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/jempbox-1.4.0.jar
    7f84bb2c0000-7f84bb2c3000 r-xs 00023000 08:10 24445487 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/jdom-1.0.jar
    7f84bb2c3000-7f84bb2c5000 r-xs 00006000 08:10 24445486 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/geronimo-stax-api_1.0_spec-1.0.1.jar
    7f84bb2c5000-7f84bb2c9000 r-xs 00027000 08:10 24445485 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/fontbox-1.4.0.jar
    7f84bb2c9000-7f84bb2ce000 r-xs 00048000 08:10 24445484 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/dom4j-1.6.1.jar
    7f84bb2ce000-7f84bb2f3000 r-xs 00172000 08:10 24445478 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/bcprov-jdk15-1.45.jar
    7f84bb2f3000-7f84bb2f6000 ---p 00000000 00:00 0
    7f84bb2f6000-7f84bb3f4000 rwxp 00000000 00:00 0
    7f84bb3f4000-7f84bb3f7000 ---p 00000000 00:00 0
    7f84bb3f7000-7f84bb4f5000 rwxp 00000000 00:00 0
    7f84bb4f5000-7f84bb4f8000 ---p 00000000 00:00 0
    7f84bb4f8000-7f84bb5f6000 rwxp 00000000 00:00 0
    7f84bb5f6000-7f84bb5f9000 ---p 00000000 00:00 0
    7f84bb5f9000-7f84bb6f7000 rwxp 00000000 00:00 0
    7f84bb6f7000-7f84bb6fa000 ---p 00000000 00:00 0
    7f84bb6fa000-7f84bb7f8000 rwxp 00000000 00:00 0
    7f84bb7f8000-7f84bb7fb000 ---p 00000000 00:00 0
    7f84bb7fb000-7f84bb8f9000 rwxp 00000000 00:00 0
    7f84bb8f9000-7f84bb8fc000 ---p 00000000 00:00 0
    7f84bb8fc000-7f84bb9fa000 rwxp 00000000 00:00 0
    7f84bb9fa000-7f84bb9fd000 ---p 00000000 00:00 0
    7f84bb9fd000-7f84bbafb000 rwxp 00000000 00:00 0
    7f84bbafb000-7f84bbafe000 ---p 00000000 00:00 0
    7f84bbafe000-7f84bbbfc000 rwxp 00000000 00:00 0
    7f84bbbfc000-7f84bbbff000 ---p 00000000 00:00 0
    7f84bbbff000-7f84bbcfd000 rwxp 00000000 00:00 0
    7f84bbcfd000-7f84bbd00000 ---p 00000000 00:00 0
    7f84bbd00000-7f84bbdfe000 rwxp 00000000 00:00 0
    7f84bbdfe000-7f84bbe01000 ---p 00000000 00:00 0
    7f84bbe01000-7f84bbeff000 rwxp 00000000 00:00 0
    7f84bbeff000-7f84bbf02000 ---p 00000000 00:00 0
    7f84bbf02000-7f84bc000000 rwxp 00000000 00:00 0
    7f84bc000000-7f84bd5a9000 rwxp 00000000 00:00 0
    7f84bd5a9000-7f84c0000000 ---p 00000000 00:00 0
    7f84c0000000-7f84c0002000 r-xs 00001000 08:01 25328 /usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/ext/dnsns.jar
    7f84c0002000-7f84c0004000 r-xs 0000d000 08:10 24445483 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-logging-1.1.1.jar
    7f84c0004000-7f84c000a000 r-xs 00045000 08:10 24445482 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-httpclient-3.1.jar
    7f84c000a000-7f84c000e000 r-xs 00024000 08:10 24445481 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-tika/commons-compress-1.1.jar
    7f84c000e000-7f84c0018000 r-xs 00088000 08:10 24445643 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/lib/zookeeper-3.3.1.jar
    7f84c0018000-7f84c0023000 r-xs 0005f000 08:10 24445642 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/lib/xstream-1.3.1.jar
    7f84c0023000-7f84c0025000 r-xs 00018000 08:10 24445451 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/lib-nekohtml/nekohtml-0.9.5.jar
    7f84c0025000-7f84c0026000 r-xs 00015000 08:10 24445469 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-html/tagsoup-1.2.jar
    7f84c0026000-7f84c0027000 r-xs 00000000 08:10 24445544 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/somethingparser/somethingparser.jar
    7f84c0027000-7f84c0028000 r-xs 00004000 08:10 24445467 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/parse-html/parse-html.jar
    7f84c0028000-7f84c0029000 r-xs 00003000 08:10 24445449 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/lib-http/lib-http.jar
    7f84c0029000-7f84c002a000 r-xs 00001000 08:10 24445511 /something1/packages/thecrawler/webapps/crawlers/WEB-INF/classes/conf/plugins/protocol-http/protocol-http.jar
    7f84c002a000-7f84c002d000 ---p 00000000 00:00 0
    7f84c002d000-7f84c012b000 rwxp 00000000 00:00 0
    7f84c012b000-7f84c012e000 ---p 00000000 00:00 0
    7f84c012e000-7f84c022c000 rwxp 00000000 00:00 0
    7f84c022c000-7f84c022f000 ---p 00000000 00:00 0
    7f84c022f000-7f84c032d000 rwxp 00000000 00:00 0
    7f84c032d000-7f84c0330000 ---p 00000000 00:00 0
    7f84c0330000-7f84c042e000 rwxp 00000000 00:00 0
    7f84c042e000-7f84c0431000 ---p 00000000 00:00 0
    VM Arguments:
    vm_args: -Djava.util.logging.config.file=/something1/packages/thecrawler/conf/logging.properties -Djava.util.logging.manager=org.apache.juli.ClassLoaderLogManager -Djava.endorsed.dirs=/something1/packages/apache-tomcat-7.0.20/endorsed -Dcatalina.base=/something1/packages/thecrawler -Dcatalina.home=/something1/packages/apache-tomcat-7.0.20 -Djava.io.tmpdir=/something1/packages/thecrawler/temp
    java_command: org.apache.catalina.startup.Bootstrap start
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games
    USERNAME=root
    LD_LIBRARY_PATH=/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64/server:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/lib/amd64:/usr/lib/jvm/java-6-sun-1.6.0.24/jre/../lib/amd64
    SHELL=/bin/bash
    Signal Handlers:
    SIGSEGV: [libjvm.so+0x791b30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGBUS: [libjvm.so+0x791b30], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGFPE: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGPIPE: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGXFSZ: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGILL: [libjvm.so+0x640ba0], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGUSR1: SIG_DFL, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGUSR2: [libjvm.so+0x643780], sa_mask[0]=0x00000000, sa_flags=0x10000004
    SIGHUP: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGINT: SIG_IGN, sa_mask[0]=0x00000000, sa_flags=0x00000000
    SIGTERM: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    SIGQUIT: [libjvm.so+0x643380], sa_mask[0]=0x7ffbfeff, sa_flags=0x10000004
    --------------- S Y S T E M ---------------
    OS:squeeze/sid
    uname:Linux 2.6.32-309-ec2 #18-Ubuntu SMP Mon Oct 18 21:00:50 UTC 2010 x86_64
    libc:glibc 2.11.1 NPTL 2.11.1
    rlimit: STACK 8192k, CORE 0k, NPROC infinity, NOFILE 1024, AS infinity
    load average:12.49 12.12 11.91
    /proc/meminfo:
    MemTotal: 7864548 kB
    MemFree: 562736 kB
    Buffers: 500660 kB
    Cached: 1560628 kB
    SwapCached: 0 kB
    Active: 4917260 kB
    Inactive: 1955200 kB
    Active(anon): 4198384 kB
    Inactive(anon): 612968 kB
    Active(file): 718876 kB
    Inactive(file): 1342232 kB
    Unevictable: 0 kB
    Mlocked: 0 kB
    SwapTotal: 0 kB
    SwapFree: 0 kB
    Dirty: 104 kB
    Writeback: 0 kB
    AnonPages: 4811024 kB
    Mapped: 666396 kB
    Shmem: 180 kB
    Slab: 157276 kB
    SReclaimable: 144948 kB
    SUnreclaim: 12328 kB
    KernelStack: 3032 kB
    PageTables: 0 kB
    NFS_Unstable: 0 kB
    Bounce: 0 kB
    WritebackTmp: 0 kB
    CommitLimit: 3932272 kB
    Committed_AS: 5022592 kB
    VmallocTotal: 34359738367 kB
    VmallocUsed: 6256 kB
    VmallocChunk: 34359731576 kB
    DirectMap4k: 7864320 kB
    DirectMap2M: 0 kB
    CPU:total 2 (4 cores per cpu, 1 threads per core) family 6 model 26 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt
    Memory: 4k page, physical 7864548k(562736k free), swap 0k(0k free)
    vm_info: Java HotSpot(TM) 64-Bit Server VM (19.1-b02) for linux-amd64 JRE (1.6.0_24-b07), built on Feb 2 2011 16:55:54 by "java_re" with gcc 3.2.2 (SuSE Linux)
    time: Thu Oct 13 08:54:34 2011
    elapsed time: 9913 seconds

    If you are using JNI or using a third party library that uses JNi then that would likely be the problem.
    If not then it is a VM bug.

  • Fatal error in Java Parser V2 :Status??

    We still have a problem with entity references
    in V2 of the JAVA XML parser (see Rolf van Deuresen 24-11).
    It is a very urgent problem for us. We think that the XML-team
    is working on it. Can you inform me abouth the status with the
    (bug??)-fix. If you need more information on the problem, please
    ask.
    Greetings,
    Erik van den Berg.
    null

    Attachments: "1|type=text/plain|desc=SAXSample output|17142|file=output.txt|"
    Oracle XML Team wrote:
    : Erik van den Berg (guest) wrote:
    : : Oracle XML Team wrote:
    : : : Erik van den Berg (guest) wrote:
    : : : : We still have a problem with entity references
    : : : : in V2 of the JAVA XML parser (see Rolf van Deuresen 24-
    11).
    : : : : It is a very urgent problem for us. We think that the
    XML-
    : : team
    : : : : is working on it. Can you inform me abouth the status
    with
    : : the
    : : : : (bug??)-fix. If you need more information on the
    problem,
    : : : please
    : : : : ask.
    : : : : Greetings,
    : : : : Erik van den Berg.
    : : : Have you downloaded the latest version 2.0.2.5 that was
    made
    : : : available this week?
    : : : Oracle XML Team
    : : : http://technet.oracle.com
    : : : Oracle Technology Network
    : : I have downloaded the new version 2.0.2.5 of the Java
    parser,
    : : and it stil doesn't work. Please refer to the original
    message
    : : from Rolf van Deursen (24th november 1999) for the details.
    : : Maybe it will help you if I mail you a XML file that fails.
    If
    : : so, please give me your email account.
    : : Greetings,
    : : Erik van den Berg.
    : You can attach files to messages in the forum here.
    : Oracle XML Team
    : http://technet.oracle.com
    : Oracle Technology Network
    Here's the XML that raises the Fatal error. The following
    information is generated by the parser:
    Fatal Error of Java SAX parser v2.0.2.5:
    XML-0121: (Fatal Error) End tag does not match start
    tag 'WOONPLAATS'. at line 517, column 4151 of XML document.
    I attached the output of the SAXSample class, so you can trace
    the line and column where the error occurs. Also attached is the
    XML file (4Mb).
    An other error that occurs with this XML is the following
    situation:
    <VOLGNR_FILM> 001</VOLGNR_FILM>
    this piece of XML is parsed with the following events:
    StartElement:VOLGNR_FILM
    Characters:NR_
    Characters:001
    EndElement:VOLGNR_FILM
    So the spaces are replace with a part of the start tag! This is
    also only with large files. I tested this piece of XML in a
    seperate file. Then it was parsed correctly.
    Kind regards,
    Erik.
    null

  • Oracle 10g expdp fatal error (ORA-39125 & ORA-01801)

    Key phrases: ORA-39125 ... DBMS_METADATA.FETCH_XML_CLOB [TABLE_STATISTICS] ... date format is too long
    Hello,
    While performing a routine export (expdp) of schemas in an Oracle 10.2 instance on Linux, a fatal error (ORA-39125) was genereted. A screen capture, including the error messages follows.
    Export: Release 10.2.0.1.0 - 64bit Production on Wednesday, 20 May, 2009 15:34:44
    Copyright (c) 2003, 2005, Oracle. All rights reserved.
    Connected to: Oracle Database 10g Enterprise Edition Release 10.2.0.1.0 - 64bit Production
    With the Partitioning, OLAP and Data Mining options
    Processing object type SCHEMA_EXPORT/TABLE/TRIGGER
    Processing object type SCHEMA_EXPORT/TABLE/STATISTICS/TABLE_STATISTICS
    ORA-39125: Worker unexpected fatal error in KUPW$WORKER.UNLOAD_METADATA while calling DBMS_METADATA.FETCH_XML_CLOB [TABLE_STATISTICS]
    ORA-01801: date format is too long for internal buffer
    ORA-06512: at "SYS.DBMS_SYS_ERROR", line 105
    ORA-06512: at "SYS.KUPW$WORKER", line 6241
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    0x807d2378 14916 package body SYS.KUPW$WORKER
    0x807d2378 6300 package body SYS.KUPW$WORKER
    0x807d2378 2340 package body SYS.KUPW$WORKER
    0x807d2378 6861 package body SYS.KUPW$WORKER
    0x807d2378 1262 package body SYS.KUPW$WORKER
    0x801d2490 2 anonymous block
    Job "SYSTEM"."SYS_EXPORT_SCHEMA_13" stopped due to fatal error at 15:34:54
    Has anyone run into this problem?
    Is it related to an Oracle bug?
    Are there fixes/workarounds?
    Thanks in advance,
    Alan

    Hi,
    There have been fixes to this area. I don't know if this exact error has been fixed, but getting the latest patchset would be a good place to start.
    Thanks
    Dean

  • Impdp - ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADA

    Hi,
    I am trying to refresh my local DB and getting this error.
    I have recreated(drop and create) the SR user and tried importing the fresh copy.
    Import is working fine on the new Database i.e Deleting and creating the database.
    pl. help me finding the solution.
    version : 10.1.0.2.0
    _____________________import statment_____________________________
    impdp SR/SR@db SCHEMAS=SR DIRECTORY=DUMP_FILES_DIR DUMPFILE=DUMPFILE_0313_%U.dmp PARALLEL=4
    LOGFILE=imp_0313.LOG EXCLUDE=GRANT TRANSFORM=SEGMENT_ATTRIBUTES:n
    Processing object type SCHEMA_EXPORT/TABLE/INDEX/INDEX
    ORA-39126: Worker unexpected fatal error in KUPW$WORKER.LOAD_METADATA [INDEX:"SR
    "."XPKEMP_SAL_FND"]
    SELECT process_order, flags, xml_clob, NVL(dump_fileid, :1), NVL(dump_position,
    :2), dump_length, dump_allocation, grantor, object_row, object_schema, object_lo
    ng_name, processing_status, processing_state, base_object_type, base_object_sche
    ma, base_object_name, property, in_progress FROM "SR"."SYS_IMPORT_SCHEMA_01" WHE
    RE process_order between :3 AND :4 AND processing_state <> :5 AND duplicate = 0
    ORDER BY process_order
    ORA-01555: snapshot too old: rollback segment number 2 with name "_SYSSMU2$" too
    small
    ----- PL/SQL Call Stack -----
    object line object
    handle number name
    172874A8 13460 package body SYS.KUPW$WORKER
    172874A8 5810 package body SYS.KUPW$WORKER
    172874A8 3080 package body SYS.KUPW$WORKER
    172874A8 6353 package body SYS.KUPW$WORKER
    172874A8 1208 package body SYS.KUPW$WORKER
    17AF3BA0 2 anonymous block
    Job "SR"."SYS_IMPORT_SCHEMA_01" stopped due to fatal error at 14:41

    ORA-01555: snapshot too old: rollback segment number 2 with name "_SYSSMU2$" too
    small
    Looks like you are hitting snapshot too old error, Fix this one first, look for undo sizes, undo_retention.. This should resolve your problem
    if it is still not resolved, refer to this document if you are hitting a bug related to oracle workspace manager.
    Note:273267.1

  • Fatal Error

    could some one please tell me what this fatal error means and what I need to do about it?
    Thank you very much!
    A fatal error has been detected by the Java Runtime Environment:
    # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x04b80183, pid=4944, tid=5520
    # JRE version: 6.0_26-b03
    # Java VM: Java HotSpot(TM) Client VM (20.1-b02 mixed mode windows-x86 )
    # Problematic frame:
    # C 0x04b80183
    # If you would like to submit a bug report, please visit:
    # http://java.sun.com/webapps/bugreport/crash.jsp
    # The crash happened outside the Java Virtual Machine in native code.
    # See problematic frame for where to report the bug.
    --------------- T H R E A D ---------------
    Current thread (0x02673c00): JavaThread "AWT-Windows" daemon [_thread_in_native, id=5520, stack(0x113a0000,0x113f0000)]
    siginfo: ExceptionCode=0xc0000005, writing address 0x00000004
    Registers:
    EAX=0x174162b0, EBX=0x00000001, ECX=0x14e39b38, EDX=0x00000004
    ESP=0x113ef7c0, EBP=0x113ef7ec, ESI=0x02673d28, EDI=0x14e39b38
    EIP=0x04b80183, EFLAGS=0x00010282
    Top of Stack: (sp=0x113ef7c0)
    0x113ef7c0: 6d09cb90 00000000 6d09c650 00000000
    0x113ef7d0: 113ef868 00000000 02673d28 113ef7c4
    0x113ef7e0: 113ef880 6d0c04a8 00000001 113ef818
    0x113ef7f0: 75336238 00030444 0000981a 14e39b38
    0x113ef800: 00000000 6d09c650 dcbaabcd 00000000
    0x113ef810: 00000000 6d09c650 113ef890 753368ea
    0x113ef820: 6d09c650 00030444 0000981a 14e39b38
    0x113ef830: 00000000 61d3b551 113ef924 113ef91c
    Instructions: (pc=0x04b80183)
    0x04b80163: 00 68 01 00 00 01 00 00 00 00 0b 69 0c 06 00 00
    0x04b80173: 00 ba 00 00 00 dc 00 00 00 e8 00 00 00 e6 00 00
    0x04b80183: 00 0a 00 00 00 05 00 00 00 00 00 00 00 01 00 00
    0x04b80193: 00 00 0b 69 0c 32 00 00 00 9d 00 00 00 ba 00 00
    Register to memory mapping:
    EAX=0x174162b0 is an unknown value
    EBX=0x00000001 is an unknown value
    ECX=0x14e39b38 is an unknown value
    EDX=0x00000004 is an unknown value
    ESP=0x113ef7c0 is pointing into the stack for thread: 0x02673c00
    EBP=0x113ef7ec is pointing into the stack for thread: 0x02673c00
    ESI=0x02673d28 is an unknown value
    EDI=0x14e39b38 is an unknown value
    Stack: [0x113a0000,0x113f0000], sp=0x113ef7c0, free space=317k
    Native frames: (J=compiled Java code, j=interpreted, Vv=VM code, C=native code)
    C 0x04b80183
    C [USER32.dll+0x16238] gapfnScSendMessage+0x270
    C [USER32.dll+0x168ea] gapfnScSendMessage+0x922
    C [USER32.dll+0x17d31] LoadStringW+0x11f
    C [USER32.dll+0x17dfa] DispatchMessageW+0xf
    Java frames: (J=compiled Java code, j=interpreted, Vv=VM code)
    j sun.awt.windows.WToolkit.eventLoop()V+0
    j sun.awt.windows.WToolkit.run()V+52
    j java.lang.Thread.run()V+11
    v ~StubRoutines::call_stub
    --------------- P R O C E S S ---------------
    Java Threads: ( => current thread )
    0x10969000 JavaThread "Direct Clip" daemon [_thread_blocked, id=4336, stack(0x142e0000,0x14330000)]
    0x10a35000 JavaThread "Direct Clip" daemon [_thread_blocked, id=1388, stack(0x185e0000,0x18630000)]
    0x10a34400 JavaThread "TickTimer" daemon [_thread_blocked, id=4192, stack(0x18830000,0x18880000)]
    0x10a36c00 JavaThread "AsynchRasterManager" daemon [_thread_blocked, id=4088, stack(0x18710000,0x18760000)]
    0x14e11c00 JavaThread "ITimer" daemon [_thread_blocked, id=3780, stack(0x17030000,0x17080000)]
    0x14e17400 JavaThread "ScrollBar" daemon [_thread_blocked, id=4796, stack(0x18420000,0x18470000)]
    0x14e16c00 JavaThread "TextField" daemon [_thread_blocked, id=2752, stack(0x18390000,0x183e0000)]
    0x14e16800 JavaThread "ScrollBar" daemon [_thread_blocked, id=4348, stack(0x18300000,0x18350000)]
    0x14e16000 JavaThread "ScrollBar" daemon [_thread_blocked, id=4744, stack(0x18270000,0x182c0000)]
    0x14e15800 JavaThread "ScrollBar" daemon [_thread_blocked, id=5536, stack(0x181e0000,0x18230000)]
    0x14e15400 JavaThread "ScrollBar" daemon [_thread_blocked, id=3696, stack(0x18150000,0x181a0000)]
    0x14e14c00 JavaThread "ScrollBar" daemon [_thread_blocked, id=848, stack(0x17150000,0x171a0000)]
    0x14e14800 JavaThread "TickTimer" daemon [_thread_blocked, id=4616, stack(0x15930000,0x15980000)]
    0x14e14000 JavaThread "ScrollBar" daemon [_thread_blocked, id=5880, stack(0x15780000,0x157d0000)]
    0x14e12c00 JavaThread "Image Fetcher 3" daemon [_thread_blocked, id=3468, stack(0x15220000,0x15270000)]
    0x10a3a400 JavaThread "AsynchRasterManager.avatar" daemon [_thread_blocked, id=1244, stack(0x16e80000,0x16ed0000)]
    0x10a39c00 JavaThread "Direct Clip" daemon [_thread_blocked, id=5824, stack(0x16c40000,0x16c90000)]
    0x10a38400 JavaThread "Java Sound Event Dispatcher" daemon [_thread_blocked, id=4492, stack(0x15b60000,0x15bb0000)]
    0x10a37800 JavaThread "thread applet-com.pogo.game.client2.tumbee2.Tumbee2Applet-7" [_thread_in_native, id=2376, stack(0x158a0000,0x158f0000)]
    0x10a36400 JavaThread "thread applet-com.pogo.game.client2.shell.ShellApplet-6" [_thread_blocked, id=1744, stack(0x154f0000,0x15540000)]
    0x10a35c00 JavaThread "Applet 6 LiveConnect Worker Thread" [_thread_blocked, id=4476, stack(0x15460000,0x154b0000)]
    0x10a34c00 JavaThread "thread applet-com.pogo.game.client2.shell.ShellApplet-5" [_thread_blocked, id=5552, stack(0x152b0000,0x15300000)]
    0x10a33800 JavaThread "thread applet-com.pogo.game.client2.shell.ShellApplet-4" [_thread_blocked, id=1992, stack(0x15190000,0x151e0000)]
    0x10a34000 JavaThread "Applet 5 LiveConnect Worker Thread" [_thread_blocked, id=4740, stack(0x14d00000,0x14d50000)]
    0x10a32c00 JavaThread "thread applet-com.pogo.game.client2.shell.ShellApplet-3" [_thread_blocked, id=4780, stack(0x14670000,0x146c0000)]
    0x02676c00 JavaThread "Applet 4 LiveConnect Worker Thread" [_thread_blocked, id=920, stack(0x11c50000,0x11ca0000)]
    0x02672400 JavaThread "AWT-EventQueue-4" [_thread_blocked, id=436, stack(0x145e0000,0x14630000)]
    0x02674000 JavaThread "Applet 3 LiveConnect Worker Thread" [_thread_blocked, id=4444, stack(0x11920000,0x11970000)]
    0x02677400 JavaThread "Browser Side Object Cleanup Thread" [_thread_blocked, id=5320, stack(0x11b30000,0x11b80000)]
    0x02676800 JavaThread "Windows Tray Icon Thread" [_thread_in_native, id=5012, stack(0x11890000,0x118e0000)]
    0x02676000 JavaThread "CacheCleanUpThread" daemon [_thread_blocked, id=2356, stack(0x11800000,0x11850000)]
    0x02675400 JavaThread "CacheMemoryCleanUpThread" daemon [_thread_blocked, id=4560, stack(0x116e0000,0x11730000)]
    0x02675c00 JavaThread "AWT-EventQueue-0" [_thread_blocked, id=5624, stack(0x11770000,0x117c0000)]
    0x02675000 JavaThread "SysExecutionTheadCreator" daemon [_thread_blocked, id=3012, stack(0x11650000,0x116a0000)]
    0x02674800 JavaThread "Java Plug-In Heartbeat Thread" [_thread_blocked, id=5524, stack(0x115c0000,0x11610000)]
    =>0x02673c00 JavaThread "AWT-Windows" daemon [_thread_in_native, id=5520, stack(0x113a0000,0x113f0000)]
    0x02673400 JavaThread "AWT-Shutdown" [_thread_blocked, id=4772, stack(0x112c0000,0x11310000)]
    0x02673000 JavaThread "Java2D Disposer" daemon [_thread_blocked, id=1240, stack(0x11230000,0x11280000)]
    0x02672800 JavaThread "Java Plug-In Pipe Worker Thread (Client-Side)" daemon [_thread_in_native, id=1500, stack(0x10ff0000,0x11040000)]
    0x02671c00 JavaThread "Timer-0" [_thread_blocked, id=1708, stack(0x10e20000,0x10e70000)]
    0x02671400 JavaThread "traceMsgQueueThread" daemon [_thread_blocked, id=1252, stack(0x10bf0000,0x10c40000)]
    0x02671000 JavaThread "Low Memory Detector" daemon [_thread_blocked, id=4808, stack(0x108d0000,0x10920000)]
    0x0267d800 JavaThread "C1 CompilerThread0" daemon [_thread_blocked, id=4840, stack(0x10840000,0x10890000)]
    0x02670800 JavaThread "Attach Listener" daemon [_thread_blocked, id=3752, stack(0x107b0000,0x10800000)]
    0x02670400 JavaThread "Signal Dispatcher" daemon [_thread_blocked, id=720, stack(0x10720000,0x10770000)]
    0x02649000 JavaThread "Finalizer" daemon [_thread_blocked, id=4996, stack(0x10690000,0x106e0000)]
    0x02644400 JavaThread "Reference Handler" daemon [_thread_blocked, id=3304, stack(0x006a0000,0x006f0000)]
    0x0258ac00 JavaThread "main" [_thread_blocked, id=3300, stack(0x002c0000,0x00310000)]
    Other Threads:
    0x0263fc00 VMThread [stack: 0x00610000,0x00660000] [id=4804]
    0x10928c00 WatcherThread [stack: 0x10b60000,0x10bb0000] [id=3316]
    VM state:not at safepoint (normal execution)
    VM Mutex/Monitor currently owned by a thread: None
    Heap
    def new generation total 29888K, used 18425K [0x04690000, 0x066f0000, 0x07130000)
    eden space 26624K, 66% used [0x04690000, 0x057c4b08, 0x06090000)
    from space 3264K, 24% used [0x06090000, 0x06159a30, 0x063c0000)
    to space 3264K, 0% used [0x063c0000, 0x063c0000, 0x066f0000)
    tenured generation total 66076K, used 61952K [0x07130000, 0x0b1b7000, 0x0c690000)
    the space 66076K, 93% used [0x07130000, 0x0adb02b0, 0x0adb0400, 0x0b1b7000)
    compacting perm gen total 12288K, used 12242K [0x0c690000, 0x0d290000, 0x10690000)
    the space 12288K, 99% used [0x0c690000, 0x0d284b78, 0x0d284c00, 0x0d290000)
    No shared spaces configured.
    Code Cache [0x02690000, 0x02a18000, 0x04690000)
    total_blobs=2011 nmethods=1764 adapters=182 free_code_cache=29922880 largest_free_block=27840
    Dynamic libraries:
    0x00400000 - 0x00424000      C:\Program Files (x86)\Java\jre6\bin\java.exe
    0x777c0000 - 0x77940000      C:\Windows\SysWOW64\ntdll.dll
    0x76e00000 - 0x76f00000      C:\Windows\syswow64\kernel32.dll
    0x75b00000 - 0x75b46000      C:\Windows\syswow64\KERNELBASE.dll
    0x76bc0000 - 0x76c60000      C:\Windows\syswow64\ADVAPI32.dll
    0x75620000 - 0x756cc000      C:\Windows\syswow64\msvcrt.dll
    0x75300000 - 0x75319000      C:\Windows\SysWOW64\sechost.dll
    0x769c0000 - 0x76ab0000      C:\Windows\syswow64\RPCRT4.dll
    0x74ec0000 - 0x74f20000      C:\Windows\syswow64\SspiCli.dll
    0x74eb0000 - 0x74ebc000      C:\Windows\syswow64\CRYPTBASE.dll
    0x6f2a0000 - 0x6f2eb000      C:\Windows\system32\apphelp.dll
    0x60a60000 - 0x60aec000      C:\Windows\AppPatch\AcLayers.DLL
    0x75320000 - 0x75420000      C:\Windows\syswow64\USER32.dll
    0x75ce0000 - 0x75d70000      C:\Windows\syswow64\GDI32.dll
    0x75af0000 - 0x75afa000      C:\Windows\syswow64\LPK.dll
    0x750d0000 - 0x7516d000      C:\Windows\syswow64\USP10.dll
    0x75d70000 - 0x769b9000      C:\Windows\syswow64\SHELL32.dll
    0x76cb0000 - 0x76d07000      C:\Windows\syswow64\SHLWAPI.dll
    0x75b50000 - 0x75cac000      C:\Windows\syswow64\ole32.dll
    0x76d10000 - 0x76d9f000      C:\Windows\syswow64\OLEAUT32.dll
    0x73800000 - 0x73817000      C:\Windows\system32\USERENV.dll
    0x737f0000 - 0x737fb000      C:\Windows\system32\profapi.dll
    0x74cc0000 - 0x74d11000      C:\Windows\system32\WINSPOOL.DRV
    0x6f610000 - 0x6f622000      C:\Windows\system32\MPR.dll
    0x76da0000 - 0x76e00000      C:\Windows\system32\IMM32.DLL
    0x757f0000 - 0x758bc000      C:\Windows\syswow64\MSCTF.dll
    0x7c340000 - 0x7c396000      C:\Program Files (x86)\Java\jre6\bin\msvcr71.dll
    0x6d7f0000 - 0x6da9f000      C:\Program Files (x86)\Java\jre6\bin\client\jvm.dll
    0x74c00000 - 0x74c32000      C:\Windows\system32\WINMM.dll
    0x6d7a0000 - 0x6d7ac000      C:\Program Files (x86)\Java\jre6\bin\verify.dll
    0x6d320000 - 0x6d33f000      C:\Program Files (x86)\Java\jre6\bin\java.dll
    0x75420000 - 0x75425000      C:\Windows\system32\PSAPI.DLL
    0x6d7e0000 - 0x6d7ef000      C:\Program Files (x86)\Java\jre6\bin\zip.dll
    0x6d420000 - 0x6d426000      C:\Program Files (x86)\Java\jre6\bin\jp2native.dll
    0x6d1d0000 - 0x6d1e3000      C:\Program Files (x86)\Java\jre6\bin\deploy.dll
    0x751a0000 - 0x752bc000      C:\Windows\syswow64\CRYPT32.dll
    0x758c0000 - 0x758cc000      C:\Windows\syswow64\MSASN1.dll
    0x74f20000 - 0x7503a000      C:\Windows\syswow64\WININET.dll
    0x77790000 - 0x77793000      C:\Windows\syswow64\Normaliz.dll
    0x75430000 - 0x755e6000      C:\Windows\syswow64\iertutil.dll
    0x756d0000 - 0x757e0000      C:\Windows\syswow64\urlmon.dll
    0x6d6a0000 - 0x6d6e6000      C:\Program Files (x86)\Java\jre6\bin\regutils.dll
    0x73570000 - 0x73579000      C:\Windows\system32\VERSION.dll
    0x6d600000 - 0x6d613000      C:\Program Files (x86)\Java\jre6\bin\net.dll
    0x752c0000 - 0x752f5000      C:\Windows\syswow64\WS2_32.dll
    0x757e0000 - 0x757e6000      C:\Windows\syswow64\NSI.dll
    0x734c0000 - 0x734fc000      C:\Windows\system32\mswsock.dll
    0x73120000 - 0x73126000      C:\Windows\System32\wship6.dll
    0x6d620000 - 0x6d629000      C:\Program Files (x86)\Java\jre6\bin\nio.dll
    0x6d000000 - 0x6d14b000      C:\Program Files (x86)\Java\jre6\bin\awt.dll
    0x705d0000 - 0x7076e000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_6.0.7600.16661_none_420fe3fa2b8113bd\COMCTL32.dll
    0x708c0000 - 0x70944000      C:\Windows\WinSxS\x86_microsoft.windows.common-controls_6595b64144ccf1df_5.82.7600.16661_none_ebfb56996c72aefc\comctl32.dll
    0x70550000 - 0x70563000      C:\Windows\system32\DWMAPI.DLL
    0x6eb90000 - 0x6ec10000      C:\Windows\system32\uxtheme.dll
    0x6d230000 - 0x6d27f000      C:\Program Files (x86)\Java\jre6\bin\fontmanager.dll
    0x6fae0000 - 0x6fae8000      C:\Windows\system32\Secur32.dll
    0x730d0000 - 0x73114000      C:\Windows\system32\dnsapi.DLL
    0x73490000 - 0x734ac000      C:\Windows\system32\iphlpapi.DLL
    0x73480000 - 0x73487000      C:\Windows\system32\WINNSI.DLL
    0x6b130000 - 0x6b2f3000      C:\Windows\system32\d3d9.dll
    0x6c140000 - 0x6c146000      C:\Windows\system32\d3d8thk.dll
    0x6b0a0000 - 0x6b12a000      C:\Windows\system32\aticfx32.dll
    0x6c130000 - 0x6c13a000      C:\Windows\system32\atiu9pag.dll
    0x6a8c0000 - 0x6acae000      C:\Windows\system32\atiumdag.dll
    0x6ad30000 - 0x6b094000      C:\Windows\system32\atiumdva.dll
    0x734b0000 - 0x734b5000      C:\Windows\System32\wshtcpip.dll
    0x6f7d0000 - 0x6f7f7000      C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live\WLIDNSP.DLL
    0x6f570000 - 0x6f595000      C:\Program Files (x86)\Bonjour\mdnsNSP.dll
    0x6f560000 - 0x6f566000      C:\Windows\system32\rasadhlp.dll
    0x6f650000 - 0x6f688000      C:\Windows\System32\fwpuclnt.dll
    0x6d510000 - 0x6d535000      C:\Program Files (x86)\Java\jre6\bin\jsound.dll
    0x6d540000 - 0x6d548000      C:\Program Files (x86)\Java\jre6\bin\jsoundds.dll
    0x74c40000 - 0x74cb2000      C:\Windows\system32\DSOUND.dll
    0x74bd0000 - 0x74bf5000      C:\Windows\system32\POWRPROF.dll
    0x758d0000 - 0x75a6d000      C:\Windows\syswow64\SETUPAPI.dll
    0x755f0000 - 0x75617000      C:\Windows\syswow64\CFGMGR32.dll
    0x75a70000 - 0x75a82000      C:\Windows\syswow64\DEVOBJ.dll
    0x69b40000 - 0x69b79000      C:\Windows\system32\MMDevAPI.DLL
    0x6f350000 - 0x6f445000      C:\Windows\system32\PROPSYS.dll
    0x64600000 - 0x64630000      C:\Windows\system32\wdmaud.drv
    0x65590000 - 0x65594000      C:\Windows\system32\ksuser.dll
    0x645f0000 - 0x645f7000      C:\Windows\system32\AVRT.dll
    0x69aa0000 - 0x69ad6000      C:\Windows\system32\AUDIOSES.DLL
    0x645e0000 - 0x645e8000      C:\Windows\system32\msacm32.drv
    0x6ec50000 - 0x6ec64000      C:\Windows\system32\MSACM32.dll
    0x64580000 - 0x64587000      C:\Windows\system32\midimap.dll
    0x76b30000 - 0x76bb3000      C:\Windows\syswow64\CLBCatQ.DLL
    0x6d440000 - 0x6d465000      C:\Program Files (x86)\Java\jre6\bin\jpeg.dll
    VM Arguments:
    jvm_args: -D__jvm_launched=416507824 -Xbootclasspath/a:C:\\PROGRA~2\\Java\\jre6\\lib\\deploy.jar;C:\\PROGRA~2\\Java\\jre6\\lib\\javaws.jar;C:\\PROGRA~2\\Java\\jre6\\lib\\plugin.jar -Dsun.awt.warmup=true -Xmx128m -Dsun.plugin2.jvm.args=-D__jvm_launched=416507824 "-Xbootclasspath/a:C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\deploy.jar;C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\javaws.jar;C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\lib\\\\plugin.jar" "-Djava.class.path=C:\\\\PROGRA~2\\\\Java\\\\jre6\\\\classes" -Dsun.awt.warmup=true --- -- -Xmx128m
    java_command: sun.plugin2.main.client.PluginMain write_pipe_name=jpi2_pid5916_pipe3,read_pipe_name=jpi2_pid5916_pipe2
    Launcher Type: SUN_STANDARD
    Environment Variables:
    PATH=C:\Program Files (x86)\Internet Explorer;;C:\Program Files\Common Files\Microsoft Shared\Windows Live;C:\Program Files (x86)\Common Files\Microsoft Shared\Windows Live;C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPowerShell\v1.0\;c:\Program Files (x86)\ATI Technologies\ATI.ACE\Core-Static;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\DLLShared\;C:\Program Files (x86)\Common Files\Roxio Shared\10.0\DLLShared\;C:\Program Files (x86)\Windows Live\Shared;C:\Program Files (x86)\QuickTime\QTSystem\
    USERNAME=Cyndi Parker
    OS=Windows_NT
    PROCESSOR_IDENTIFIER=Intel64 Family 6 Model 26 Stepping 5, GenuineIntel
    --------------- S Y S T E M ---------------
    OS: Windows 7 Build 7600
    CPU:total 8 (4 cores per cpu, 2 threads per core) family 6 model 26 stepping 5, cmov, cx8, fxsr, mmx, sse, sse2, sse3, ssse3, sse4.1, sse4.2, popcnt, ht
    Memory: 4k page, physical 12573620k(10331840k free), swap 25145340k(22593508k free)
    vm_info: Java HotSpot(TM) Client VM (20.1-b02) for windows-x86 JRE (1.6.0_26-b03), built on May 4 2011 00:50:59 by "java_re" with MS VC++ 7.1 (VS2003)
    time: Mon Jul 11 08:26:07 2011
    elapsed time: 367 seconds

    Hi,
    Please try (lower case)
          e9lo77q2oi
    Regards.
    BH
    **Click the KUDOS thumb up on the left to say 'Thanks'**
    Make it easier for other people to find solutions by marking a Reply 'Accept as Solution' if it solves your problem.

Maybe you are looking for

  • Referencing a PR

    Hi all!    Can i create a subcontracting scheduling agreement (Item category - L) with reference to an ordinary NB Purchase requisition  (Item category - Standard). I have created a separate document type for subcontracting scheduling agreement(Ex. Z

  • Start from a given location in streaming video

    I want to load a streaming video from any point clicked on the progress bar. It it similar to what happens on YouTube. I am using Red5 server for streaming and netStream class.

  • Handling Refunds- need a solution

    My client is on 4.6c and although they are up and running in AP, the vendor and customer is not linked in customer master.  Is there a solution in handling refunds?  I know this has something to do with payment method however what t-codes make a refu

  • Can InDesign tell me if I have hidden elements in a document?

    Can InDesign tell me if I have hidden elements in a document? As in the following examples • I import a picture file and some, or all of the file is not viewable in the picture frame, can InDesign alert me of it? • I accidentally place a picture so t

  • Losing old calendar items

    When I last hot-synced in June, all my calendar items older than 1 year were deleted from my Palm.  I want them back.  They are on my Outlook calendar.  I tried syncing with neither overwriting the other, but that didn't work.  Any help? Post relates