SIGBUS Error through OCIServerAttach

Hi All,
I am getting a Sigbus 10 error in my server process which tries to connect to database using the OCIServerAttach. The stack or dbx trace of the process is as under. Can any body help in finding what may be the problem.
[1] __lwp_sema_wait(0x84ef0, 0x0, 0x0, 0x0, 0x0, 0x0), at 0xeef3a4e8
[2] _park(0x84e48, 0x84ef0, 0x0, 0x2, 0xef6b7cc0, 0xeeb0ddd0), at 0xef697e98
[3] _swtch(0x5, 0xef6b6ca0, 0x84ecc, 0x84ec8, 0x84ec4, 0x84ec0), at 0xef697b7c
[4] mutexadaptive_lock(0xeefa9a38, 0x4c00, 0xef6b6ca0, 0x1, 0x4d58, 0xfffeffff), at 0xef6992f4
[5] cmutexlock(0xeefa9a38, 0xef6b6ca0, 0x77fc0, 0xa, 0x839fc, 0x0), at 0xef699000
[6] mutexlock(0xeefa9a38, 0xff, 0xefffaa20, 0x0, 0x0, 0x0), at 0xef6a68a4
[7] free(0x860e8, 0xeefa89c8, 0x45535400, 0x7efefeff, 0x81010100, 0xff00), at 0xeef476cc
[8] tzcpy(0xeefabc54, 0xeffffedc, 0x0, 0xa, 0xeefa563c, 0x20), at 0xeef53654
[9] getzname(0xeffffedc, 0xeefa89dc, 0x0, 0xeffffee6, 0x0, 0x0), at 0xeef535bc
[10] ltzsetu(0xeefa89dc, 0xeefa563c, 0x0, 0x0, 0x0, 0xeefa89b8), at 0xeef530d8
[11] localtime_u(0xefff9e00, 0xefff9ddc, 0x52e0c, 0xeefa563c, 0x0, 0x0), at 0xeef52654
[12] localtimer(0xefff9e00, 0xefff9ddc, 0xeefa89e8, 0x756673, 0x850d0, 0x0), at 0xeef52850
[13] logf(log_p = 0x83e18, ...), line 447 in "logf.c"
[14] catch_signal(sig = 10, scp = 0xefffacd8, addr = 0xefffaa20), line 831 in "abc_d.c"
[15] __sighndlr(0xa, 0xefffacd8, 0xefffaa20, 0x1bf40, 0x84ec0, 0x84ea0), at 0xef6a66ec
---- called from signal handler with signal 10 (SIGBUS) ------
[16] mallocunlocked(), at 0xeef46ac4
[17] malloc(0x68, 0x4d58, 0xef6b6ca0, 0x0, 0x0, 0xeefa563c), at 0xeef46894
[18] sltsmxi(0x89048, 0xdbf60, 0xffffffff, 0x0, 0x0, 0xefffaf49), at 0xef53c7d4
[19] snsbitini_ts(0xdbea0, 0xdbf60, 0xef61c334, 0xcdc50, 0xcb660, 0x0), at 0xef225fbc
[20] nsgbliuc(0x80, 0x1, 0xefffb100, 0xef61c334, 0x80, 0x81), at 0xef2097fc
[21] nsgblini(0xef65cf54, 0x1, 0xefffb100, 0xef61c334, 0xcff70, 0xcff60), at 0xef209c28
[22] nngsini_init_streams(0xdb750, 0xa, 0xef61c334, 0xa, 0x3, 0x40), at 0xef292b1c
[23] nncpcin_maybe_init(0x1f5, 0x8, 0x0, 0x6, 0xdb8f8, 0xdb750), at 0xef28e218
[24] nnfgiinit(0x895b0, 0x895b0, 0xef5d5944, 0x0, 0x0, 0x0), at 0xef1f7358
[25] nnfgauto(0xef65cf54, 0xefffb5e4, 0x0, 0xffffffff, 0x53, 0x53), at 0xef1f6e38
[26] nnfgainit(0xef65cf54, 0x4258b0, 0xef5da754, 0x7, 0xef5da744, 0x3), at 0xef1f7b24
[27] nnfun2a(0xef65cf54, 0xefffda98, 0xff, 0xefffc980, 0xefffb910, 0x1000), at 0xef1f6b00
[28] nnfsn2a(0xef65cf54, 0xefffda98, 0xff, 0xefffc980, 0xefffb910, 0x1000), at 0xef1f693c
[29] niqname(0xcdc50, 0x1001, 0xefffda98, 0xef61c334, 0xdf1b8, 0xefffeb98), at 0xef1f372c
[30] kwfnran(0x83dd1, 0xd, 0xefffeb9c, 0xefffeb98, 0xe41f4, 0xe41f8), at 0xef1cae44
[31] kwfcinit(0xdb0c0, 0x83dd1, 0xd, 0xefffeb9c, 0xefffeb98, 0xdb1b4), at 0xef18d2e0
[32] kpuatch(0xdaf8c, 0x0, 0xc2804, 0xb2c10, 0xdafc8, 0x0), at 0xef111438
[33] OCIServerAttach(0xdaf8c, 0xdb1b4, 0x83dd1, 0xd, 0x0, 0xff00), at 0xef16ee3c
=>[34] DB_connect(dblogin = 0x83b70 "abc/abc", dbname = 0xefffed20 "abc_06534_01", dbsid = 0x83dd1 "host.server"), line 2071 in "ABC_common.c"
[35] main(argc = 1, argv = 0xefffedac), line 163 in "abc_d.c"
Thanks and regards,
Kshitij

Try Solaris JDK 1.3 RC? We're running it on our site (www.kiko.com) and it
seems quite stable!
Gene Chuang
Teach the world. Join Kiko!
http://www.kiko.com/profile/join.jsp?refcode=TAF-gchuang
"Jas" <[email protected]> wrote in message
news:[email protected]..
>
>
Has there been any solution to the SIGBUS error for Solaris JDK yet?
If I use JDK1.2.2_05 I get the ArrayIndexOutOfBoundsException
If I use JDK1.2.1_04 I get the SIGBUS core dump
If I use JDK1.2.1_03a my deployed EJBs cannot be accessed by the JSP
In any case I always have to restart the weblogic server.
Can anyone recommend a JDK version for Solaris to use that is still
downloadable from http://www.sun.com/software/solaris/java/download.html ?
I am at my wit's end here.

Similar Messages

  • GoldenGate: OCI Error during OCIServerAttach

    Hi:
    I follow below mention steps for goldengate:
    1). Install oracle 10g with two database on the same machine. orcl and orcl2 in d:\ drive.
    2). In orcle a user name ggs_owner with employees table with 107 records.
    3). In orcl2 a user ggs_owner2 with black employees table.
    3). Download goldengate 10.4 and put into c:\GG folder after unzip.
    4). Access GGSCI through cmd.
    5). Create directories with "CREATE SUBDIRS" command.
    6). configure mgr file with "EDIT PARAMS MGR" with below mention text.
    [PORT 7809
          USERID ggs_owner@orcl, PASSWORD ggs_owner
          PURGEOLDEXTRACTS C:\GGs\dirdat\ex, USECHECKPOINTS]
    7). Add extract : ADD EXTRACT load1, SOURCEISTABLE
    8). edit params load1
    [EXTRACT load1
         SETENV (NLS_LANG = "AMERICAN_AMERICA.WE8MSWIN1252")
         SETENV (ORACLE_HOME = "D:\Oracle\product\10.2.0")
         SETENV (ORACLE_SID = "orcl")
         USERID ggs_owner@orcl, PASSWORD ggs_owner
         RMTHOST 10.8.11.227, MGRPORT 7809
         RMTTASK replicat, GROUP load2
         TABLE ggs_owner.departments;]
    9). Add extract ADD REPLICAT load2, SPECIALRUN
    10). edit params load2
    [REPLICAT load2
          USERID ggs_owner2@orcl2, PASSWORD ggs_owner2
          ASSUMETARGETDEFS
          MAP ggs_owner.departments, TARGET ggs_owner2.departments;]
    After this setup i am going to run extract process.
    11). start manager.
    12 ). start extract laod1
    after some time it display the ggsci propmt and below mention error in C:\GGS\dirrpt folder.
    [ 2011-03-26 14:07:41  GGS ERROR       182  OCI Error during OCIServerAttach (status = 12154-Error while
    trying to retrieve text for error ORA-12154).
    2011-03-26 14:07:41 GGS ERROR 190 PROCESS ABENDING.]
    Please help in stuck in this process.
    Regards,
    Abhishek

    See if you can connect via SQL*Plus to each database - using tnsnames.
    In SQL*Plus:
    SQL> conn ggs_owner/ggs_owner@orcl
    SQL> conn ggs_owner2/ggs_owner2@orcl2
    The 12154 error is related to Oracle not knowing who/where it is you are trying to connect to.
    The outcome of both of these should show that you are connected. If anything else appears, start fixing from there.

  • Acrobat Pro XI SIGBUS ERROR

    So Acrobat Pro XI on Mac OS X crashed with SIGBUS ERROR.  Has anyone seen this before on a MAC or know the cause or solution?  I will attach the crash report.  Any help is appreciated.
    doug
    Process:         AdobeAcrobat [22295]
    Path:            /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
    Identifier:      com.adobe.Acrobat.Pro
    Version:         11.0.03 (11.0.03)
    Code Type:       X86 (Native)
    Parent Process:  launchd [148]
    User ID:         2078918873
    Date/Time:       2013-06-18 08:08:59.613 -0400
    OS Version:      Mac OS X 10.8.4 (12E55)
    Report Version:  10
    Interval Since Last Report:          662157 sec
    Crashes Since Last Report:           6
    Per-App Interval Since Last Report:  474117 sec
    Per-App Crashes Since Last Report:   3
    Anonymous UUID:                      4F751920-E103-6E04-62C7-7531E9D868B5
    Crashed Thread:  0  Dispatch queue: com.apple.main-thread
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    VM Regions Near 0:
    --> __PAGEZERO             0000000000000000-0000000000001000 [    4K] ---/--- SM=NUL  /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
        VM_ALLOCATE            0000000000001000-000000000008c000 [  556K] ---/--- SM=NUL 
    Thread 0 Crashed:: Dispatch queue: com.apple.main-thread
    0   libobjc.A.dylib                         0x9a543281 objc_assign_strongCast_non_gc + 8
    1   com.apple.CoreFoundation                0x93e1a411 _CFXNotificationRemoveObservers + 913
    2   com.apple.Foundation                    0x98bcdca8 -[NSNotificationCenter removeObserver:name:object:] + 234
    3   com.adobe.Acrobat.framework             0x008d56f2 0x92000 + 8664818
    4   com.adobe.Acrobat.framework             0x0073afd2 0x92000 + 6983634
    5   com.adobe.Acrobat.framework             0x00bc0602 0x92000 + 11724290
    6   com.adobe.Acrobat.framework             0x0069f020 0x92000 + 6344736
    7   com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    8   com.adobe.Acrobat.framework             0x005674db 0x92000 + 5067995
    9   com.adobe.Acrobat.framework             0x00e3fa57 0x92000 + 14342743
    10  com.adobe.Acrobat.framework             0x0095504e 0x92000 + 9187406
    11  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    12  com.adobe.Acrobat.framework             0x00953421 0x92000 + 9180193
    13  com.adobe.Acrobat.framework             0x00953286 0x92000 + 9179782
    14  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    15  com.adobe.Acrobat.framework             0x006214c6 0x92000 + 5829830
    16  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    17  com.adobe.Acrobat.framework             0x005e79dd 0x92000 + 5593565
    18  com.adobe.Acrobat.framework             0x005e7878 0x92000 + 5593208
    19  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    20  com.adobe.Acrobat.framework             0x006214c6 0x92000 + 5829830
    21  com.adobe.Acrobat.framework             0x0073ae8c 0x92000 + 6983308
    22  com.adobe.Acrobat.framework             0x006ce75f 0x92000 + 6539103
    23  com.adobe.Acrobat.framework             0x006d32a4 0x92000 + 6558372
    24  com.adobe.Acrobat.framework             0x0024363b 0x92000 + 1775163
    25  com.adobe.Acrobat.framework             0x00c6998d 0x92000 + 12417421
    26  com.adobe.Acrobat.framework             0x00c69786 0x92000 + 12416902
    27  com.adobe.Acrobat.framework             0x00c69678 0x92000 + 12416632
    28  com.adobe.Acrobat.framework             0x00b31a59 0x92000 + 11139673
    29  com.adobe.Acrobat.framework             0x0016a363 0x92000 + 885603
    30  com.adobe.Acrobat.framework             0x00169e95 0x92000 + 884373
    31  com.adobe.Acrobat.framework             0x006cddd3 0x92000 + 6536659
    32  com.adobe.Acrobat.framework             0x00169c95 0x92000 + 883861
    33  com.adobe.Acrobat.framework             0x0016c64b 0x92000 + 894539
    34  com.adobe.Acrobat.framework             0x006e8fea 0x92000 + 6647786
    35  com.adobe.Acrobat.framework             0x00859807 0x92000 + 8157191
    36  com.adobe.Acrobat.framework             0x0085a3fa 0x92000 + 8160250
    37  com.adobe.Acrobat.framework             0x006e8a61 0x92000 + 6646369
    38  com.adobe.Acrobat.framework             0x006e9168 0x92000 + 6648168
    39  com.adobe.Acrobat.framework             0x006e909f 0x92000 + 6647967
    40  com.adobe.Acrobat.framework             0x006e53f5 0x92000 + 6632437
    41  com.adobe.Acrobat.framework             0x003df2bf 0x92000 + 3461823
    42  com.adobe.Acrobat.framework             0x003df200 0x92000 + 3461632
    43  com.adobe.Acrobat.framework             0x003e1294 0x92000 + 3469972
    44  com.adobe.Acrobat.framework             0x00406608 0x92000 + 3622408
    45  com.adobe.Acrobat.framework             0x004042ef 0x92000 + 3613423
    46  com.adobe.Acrobat.framework             0x004037ab 0x92000 + 3610539
    47  com.adobe.Acrobat.framework             0x0039ef6e 0x92000 + 3198830
    48  com.adobe.Acrobat.framework             0x0039f002 0x92000 + 3198978
    49  com.adobe.Acrobat.framework             0x0039edbf 0x92000 + 3198399
    50  com.adobe.Acrobat.framework             0x004030ae 0x92000 + 3608750
    51  com.apple.AE                            0x91ea0a35 aeDispatchAppleEvent(AEDesc const*, AEDesc*, unsigned long, unsigned char*) + 331
    52  com.apple.AE                            0x91e75fbe dispatchEventAndSendReply(AEDesc const*, AEDesc*) + 44
    53  com.apple.AE                            0x91e75e7d aeProcessAppleEvent + 318
    54  com.apple.HIToolbox                     0x967ecc58 AEProcessAppleEvent + 100
    55  com.apple.AppKit                        0x94fe4cdd _DPSNextEvent + 1655
    56  com.apple.AppKit                        0x94fe416c -[NSApplication nextEventMatchingMask:untilDate:inMode:dequeue:] + 119
    57  com.apple.AppKit                        0x94fda5cc -[NSApplication run] + 855
    58  com.adobe.Acrobat.framework             0x0009b8b0 0x92000 + 39088
    59  com.adobe.Acrobat.framework             0x00099ff3 RunAcrobat + 307
    60  com.adobe.Acrobat.Pro                   0x0008ced5 main + 91
    61  com.adobe.Acrobat.Pro                   0x0008ce71 start + 53
    Thread 1:: Dispatch queue: com.apple.libdispatch-manager
    0   libsystem_kernel.dylib                  0x920e69ae kevent + 10
    1   libdispatch.dylib                       0x91dccc71 _dispatch_mgr_invoke + 993
    2   libdispatch.dylib                       0x91dcc7a9 _dispatch_mgr_thread + 53
    Thread 2:: Dispatch queue: com.apple.root.default-priority
    0   libsystem_kernel.dylib                  0x920e5c72 __semwait_signal + 10
    1   libsystem_c.dylib                       0x9a51fa55 nanosleep$UNIX2003 + 189
    2   com.apple.Foundation                    0x98c05935 +[NSThread sleepForTimeInterval:] + 151
    3   com.adobe.Acrobat.framework             0x00e83dc2 0x92000 + 14622146
    4   com.apple.Foundation                    0x98bfd259 -[__NSOperationInternal start] + 740
    5   com.apple.Foundation                    0x98bfcf64 -[NSOperation start] + 67
    6   com.apple.Foundation                    0x98c05039 __block_global_6 + 135
    7   libdispatch.dylib                       0x91dcdf8f _dispatch_call_block_and_release + 15
    8   libdispatch.dylib                       0x91dc9c82 _dispatch_client_callout + 46
    9   libdispatch.dylib                       0x91dcaf02 _dispatch_worker_thread2 + 285
    10  libsystem_c.dylib                       0x9a497e72 _pthread_wqthread + 441
    11  libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 3:
    0   libsystem_kernel.dylib                  0x920e58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9a49a280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a520095 pthread_cond_wait$UNIX2003 + 71
    3   com.apple.CoreServices.CarbonCore          0x996e3492 TSWaitOnCondition + 128
    4   com.apple.CoreServices.CarbonCore          0x996e368e TSWaitOnConditionTimedRelative + 146
    5   com.apple.CoreServices.CarbonCore          0x9962facb MPWaitOnQueue + 261
    6   com.adobe.ACE                           0x021ae4dc 0x21ac000 + 9436
    7   com.adobe.ACE                           0x021ae441 0x21ac000 + 9281
    8   com.apple.CoreServices.CarbonCore          0x996b6a7b PrivateMPEntryPoint + 68
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 4:
    0   libsystem_kernel.dylib                  0x920e58e2 __psynch_cvwait + 10
    1   libsystem_c.dylib                       0x9a49a280 _pthread_cond_wait + 833
    2   libsystem_c.dylib                       0x9a520095 pthread_cond_wait$UNIX2003 + 71
    3   com.adobe.AGM                           0x02315f67 0x230a000 + 48999
    4   com.adobe.AGM                           0x02315ea6 0x230a000 + 48806
    5   com.adobe.AGM                           0x02315e44 0x230a000 + 48708
    6   com.adobe.AGM                           0x02315ae4 0x230a000 + 47844
    7   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    8   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 5:
    0   libsystem_kernel.dylib                  0x920e69ae kevent + 10
    1   com.adobe.Acrobat.framework             0x0148f74b 0x92000 + 20961099
    2   com.adobe.Acrobat.framework             0x013eeeff 0x92000 + 20303615
    3   com.adobe.Acrobat.framework             0x013eb975 0x92000 + 20289909
    4   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    5   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 6:
    0   libsystem_kernel.dylib                  0x920e37d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x920e2cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93dd2f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93dd895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x93dd801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x93dd7e8b CFRunLoopRunInMode + 123
    6   com.adobe.AcrobatPlugin.EFS             0x06e0f876 0x6df8000 + 96374
    7   com.apple.Foundation                    0x98c04448 -[NSThread main] + 45
    8   com.apple.Foundation                    0x98c043cb __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 7:: com.apple.NSURLConnectionLoader
    0   libsystem_kernel.dylib                  0x920e37d2 mach_msg_trap + 10
    1   libsystem_kernel.dylib                  0x920e2cb0 mach_msg + 68
    2   com.apple.CoreFoundation                0x93dd2f79 __CFRunLoopServiceMachPort + 185
    3   com.apple.CoreFoundation                0x93dd895f __CFRunLoopRun + 1247
    4   com.apple.CoreFoundation                0x93dd801a CFRunLoopRunSpecific + 378
    5   com.apple.CoreFoundation                0x93dd7e8b CFRunLoopRunInMode + 123
    6   com.apple.Foundation                    0x98ba037a +[NSURLConnection(Loader) _resourceLoadLoop:] + 395
    7   com.apple.Foundation                    0x98c04448 -[NSThread main] + 45
    8   com.apple.Foundation                    0x98c043cb __NSThread__main__ + 1396
    9   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    10  libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 8:: com.apple.CFSocket.private
    0   libsystem_kernel.dylib                  0x920e5be6 __select + 10
    1   com.apple.CoreFoundation                0x93e1c650 __CFSocketManager + 1632
    2   libsystem_c.dylib                       0x9a4955b7 _pthread_start + 344
    3   libsystem_c.dylib                       0x9a47fd4e thread_start + 34
    Thread 9:
    0   libsystem_kernel.dylib                  0x920e60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9a4980ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9a497e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 10:
    0   libsystem_kernel.dylib                  0x920e60ee __workq_kernreturn + 10
    1   libsystem_c.dylib                       0x9a4980ac _pthread_workq_return + 45
    2   libsystem_c.dylib                       0x9a497e79 _pthread_wqthread + 448
    3   libsystem_c.dylib                       0x9a47fd2a start_wqthread + 30
    Thread 11:
    0   libsystem_c.dylib                       0x9a47fd0c start_wqthread + 0
    Thread 0 crashed with X86 Thread State (32-bit):
      eax: 0x08e7a880  ebx: 0x0003aa90  ecx: 0x00000000  edx: 0x00000000
      edi: 0x097f2000  esi: 0x7868a130  ebp: 0xbff737a8  esp: 0xbff736ec
       ss: 0x00000023  efl: 0x00010246  eip: 0x9a543281   cs: 0x0000001b
       ds: 0x00000023   es: 0x00000023   fs: 0x00000000   gs: 0x0000000f
      cr2: 0x00000000
    Logical CPU: 1
    Binary Images:
       0x8c000 -    0x8cfff +com.adobe.Acrobat.Pro (11.0.03 - 11.0.03) <9B19B497-B399-3889-9550-EE2FAAD48322> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/MacOS/AdobeAcrobat
       0x92000 -  0x201bffb +com.adobe.Acrobat.framework (11.0.03 - 11.0.03) <53854CB3-B83C-3759-8A0C-5130BF4C19F4> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/Acrobat.framework/Versions/A/Acrobat
    0x21ac000 -  0x22fefe7 +com.adobe.ACE (AdobeACE 2.20.02.1 - 2.20.02.1) <711209D4-FBA8-37AE-9B21-E7F7EAE52A36> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeACE.framework/Versions/A/AdobeACE
    0x230a000 -  0x28dfff7 +com.adobe.AGM (AdobeAGM 4.28.134.1 - 4.28.134.1) <4EE50823-6517-3CEE-8154-05D8AE487BE8> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAGM.framework/Versions/A/AdobeAGM
    0x294a000 -  0x2968ff3 +com.adobe.BIB (AdobeBIB 1.2.03.1 - 1.2.03.1) <21A36908-3031-35AF-A74B-ECC65BEAEC9F> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIB.framework/Versions/A/AdobeBIB
    0x296e000 -  0x2c6bffb +com.adobe.CoolType (AdobeCoolType 5.11.132.1 - 5.11.132.1) <555674F2-9F9E-31E5-AB07-B9B7DAED97F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeCoolType.framework/Versions/A/AdobeCoolType
    0x2c9f000 -  0x2dbeffb  com.apple.WebKit (8536 - 8536.30.1) <4A5E9136-681F-3AB1-AD69-B59F2B9126E7> /System/Library/Frameworks/WebKit.framework/Versions/A/WebKit
    0x2e72000 -  0x2e8bff7  com.apple.ScriptingBridge (1.3 - 61.2) <74397541-E4DD-3DCA-BA5F-F7AAF145819A> /System/Library/Frameworks/ScriptingBridge.framework/Versions/A/ScriptingBridge
    0x2e9d000 -  0x3b32ff3  com.apple.WebCore (8536 - 8536.30.2) <D644997F-5F1A-34B4-AF32-DD427E9043E2> /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versi ons/A/WebCore
    0x42b7000 -  0x42b7ff7  libffi.dylib (18) <362F6C27-6407-388E-9521-8A2A0845188C> /usr/lib/libffi.dylib
    0x5547000 -  0x5554ff3  com.apple.Librarian (1.1 - 1) <68F8F983-5F16-3BA5-BDA7-1A5451CC02BB> /System/Library/PrivateFrameworks/Librarian.framework/Versions/A/Librarian
    0x6d94000 -  0x6db5ff7 +com.adobe.AXE8SharedExpat (AdobeAXE8SharedExpat 3.7.101.21186 - 3.7.101.21186) <D65C0C81-572E-3DCB-A1CF-BC5BF2D59500> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeAXE8SharedExpat.framework/Versions/A/AdobeAXE8SharedExpa t
    0x6df8000 -  0x6e1dff7 +com.adobe.AcrobatPlugin.EFS (11.0.03 - 11.0.03) <208AF5A3-7FA8-36FC-8E51-08E7E7FE6E8C> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EFS.acroplugin/Contents/MacOS/EFS
    0x8b99000 -  0x8bbfffb +com.adobe.BIBUtils (AdobeBIBUtils 1.1.01 - 1.1.01) <DE33E3BF-669D-3851-8C16-CA1CFCDA315A> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AdobeBIBUtils.framework/Versions/A/AdobeBIBUtils
    0x8bd1000 -  0x8c39ffa +AcroSQLite (1) <8667FF2C-186C-33E6-96FD-ECED266933F1> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/AcroSQLite.framework/Versions/A/AcroSQLite
    0x8c3f000 -  0x8d24ff7 +com.adobe.amtlib (amtlib 6.2.0.42 - 6.2.0.42) <979ED254-104A-0377-8FC4-E878DA48F523> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Frameworks/amtlib.framework/amtlib
    0x90db000 -  0x9315ffb +com.adobe.AcrobatPlugin.EScript (11.0.03 - 11.0.03) <1BE48BF7-A0B5-3CFD-AD13-8B45D20B5D17> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/EScript.acroplugin/Contents/MacOS/EScript
    0x9378000 -  0x93a7fff +com.adobe.AcrobatPlugin.Updater (11.0.03 - 11.0.03) <71AC8D0E-CA6D-35C0-B565-C98457D9C84E> /Applications/Adobe Acrobat XI Pro/Adobe Acrobat Pro.app/Contents/Built-in/Updater.acroplugin/Contents/MacOS/Updater
    0x8fe8b000 - 0x8febde57  dyld (210.2.3) <23516BE4-29BE-350C-91C9-F36E7999F0F1> /usr/lib/dyld
    0x90007000 - 0x90013ff7  com.apple.NetAuth (4.0 - 4.0) <4983C4B8-9D95-3C4D-897E-07743326487E> /System/Library/PrivateFrameworks/NetAuth.framework/Versions/A/NetAuth
    0x900cc000 - 0x900e2fff  com.apple.CFOpenDirectory (10.8 - 151.10) <56C3F276-BD1F-3031-8CF9-8F4F481A534E> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/Frameworks/CFOpenDirectory. framework/Versions/A/CFOpenDirectory
    0x9012c000 - 0x90155ff7  libRIP.A.dylib (332) <521E60A6-A768-3CB8-B10D-D10EECD68A94> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libRIP.A.dylib
    0x90156000 - 0x90159ff7  com.apple.TCC (1.0 - 1) <437D76CD-6437-3B55-BE2C-A53508858256> /System/Library/PrivateFrameworks/TCC.framework/Versions/A/TCC
    0x9015a000 - 0x9016dff9  com.apple.MultitouchSupport.framework (235.29 - 235.29) <451701B6-03CE-3F26-9FF0-92D8DA1467EE> /System/Library/PrivateFrameworks/MultitouchSupport.framework/Versions/A/MultitouchSuppor t
    0x90171000 - 0x907fdff3  com.apple.CoreAUC (6.16.13 - 6.16.13) <3DCF4456-AF8D-3E87-B00C-C56055AF9B8E> /System/Library/PrivateFrameworks/CoreAUC.framework/Versions/A/CoreAUC
    0x907fe000 - 0x90879ff3  com.apple.CorePDF (2.2 - 2.2) <5A52A1CF-4801-3E6C-BF6E-E5E75A8DBD8F> /System/Library/PrivateFrameworks/CorePDF.framework/Versions/A/CorePDF
    0x9087a000 - 0x9087bffd  com.apple.TrustEvaluationAgent (2.0 - 23) <E42347C0-2D3C-36A4-9200-757FFA61B388> /System/Library/PrivateFrameworks/TrustEvaluationAgent.framework/Versions/A/TrustEvaluati onAgent
    0x9087c000 - 0x90ae9ffb  com.apple.imageKit (2.2 - 673) <CDB2AC11-6D60-34A7-83F9-F6E7DA25F97B> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/ImageKit.framework/Vers ions/A/ImageKit
    0x90aea000 - 0x90b20ffb  com.apple.DebugSymbols (98 - 98) <9A9ADA0A-E487-3C8F-9998-286EE04C235A> /System/Library/PrivateFrameworks/DebugSymbols.framework/Versions/A/DebugSymbols
    0x90b21000 - 0x90b21fff  com.apple.Accelerate.vecLib (3.8 - vecLib 3.8) <908B8D40-3FB5-3047-B482-3DF95025ECFC> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/vecLib
    0x9185b000 - 0x91919ff3  com.apple.ColorSync (4.8.0 - 4.8.0) <EFEDCB37-4F20-3CEC-A185-5D2976E11BAC> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ColorSync. framework/Versions/A/ColorSync
    0x9191a000 - 0x91b73ff5  com.apple.JavaScriptCore (8536 - 8536.30) <24A2ACA7-6E51-30C6-B9AE-17A77E511735> /System/Library/Frameworks/JavaScriptCore.framework/Versions/A/JavaScriptCore
    0x91baa000 - 0x91c03fff  com.apple.QuickLookFramework (4.0 - 555.5) <4E381B7B-7EB5-37FD-9BA7-517DB48D07A7> /System/Library/Frameworks/QuickLook.framework/Versions/A/QuickLook
    0x91c04000 - 0x91d0fff7  libJP2.dylib (850) <3FFCEFA6-317A-34AF-8D99-AEBB017543C5> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libJP2.dylib
    0x91d10000 - 0x91d5effb  libFontRegistry.dylib (100) <3B8350C2-4D8F-38C4-A22E-2F855D7E83D1> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/Resources/libFontRegistry.dylib
    0x91d63000 - 0x91d63fff  com.apple.Carbon (154 - 155) <604ADD9D-5835-3294-842E-3A4AEBCCB548> /System/Library/Frameworks/Carbon.framework/Versions/A/Carbon
    0x91d64000 - 0x91dbffff  com.apple.htmlrendering (77 - 1.1.4) <5C0C669F-AE07-3983-B38F-EB829B5CE609> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HTMLRendering.framework /Versions/A/HTMLRendering
    0x91dc0000 - 0x91dc7ffb  libunwind.dylib (35.1) <E1E8D8B3-3C78-3AB1-B398-C180DC6DCF05> /usr/lib/system/libunwind.dylib
    0x91dc8000 - 0x91ddaff7  libdispatch.dylib (228.23) <86EF7D45-2D97-3465-A449-95038AE5DABA> /usr/lib/system/libdispatch.dylib
    0x91ddb000 - 0x91e08ffe  libsystem_m.dylib (3022.6) <9975D9C3-3B71-38E3-AA21-C5C5F9D9C431> /usr/lib/system/libsystem_m.dylib
    0x91e09000 - 0x91e6dff3  libstdc++.6.dylib (56) <F8FA490A-8F3C-3645-ABF5-78926CE9C62C> /usr/lib/libstdc++.6.dylib
    0x91e6e000 - 0x91ec8ffb  com.apple.AE (645.6 - 645.6) <44556FF7-A869-399A-AEBB-F4E9263D9152> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/AE.framework/Vers ions/A/AE
    0x91f46000 - 0x91f79ffb  com.apple.GSS (3.0 - 2.0) <9566A96D-C296-3ABD-A12A-E274C81C0B25> /System/Library/Frameworks/GSS.framework/Versions/A/GSS
    0x91f81000 - 0x91fd1ff7  com.apple.CoreMediaIO (308.0 - 4155.4) <E2FF59A9-3728-3D17-A1AD-84DC1BDA2146> /System/Library/Frameworks/CoreMediaIO.framework/Versions/A/CoreMediaIO
    0x91fd2000 - 0x92033fff  com.apple.audio.CoreAudio (4.1.1 - 4.1.1) <A3B911DB-77DF-3037-A47A-634B08E5727D> /System/Library/Frameworks/CoreAudio.framework/Versions/A/CoreAudio
    0x92034000 - 0x9209afff  com.apple.print.framework.PrintCore (8.3 - 387.2) <0F7665F5-33F0-3661-9BE2-7DD2890E304B> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/PrintCore. framework/Versions/A/PrintCore
    0x920d1000 - 0x920ebffc  libsystem_kernel.dylib (2050.24.15) <9E58DCC0-D5FF-37E1-AA7F-F2206719E138> /usr/lib/system/libsystem_kernel.dylib
    0x920ec000 - 0x9212bff7  com.apple.bom (12.0 - 192) <0637E52C-D151-37B3-904F-8656B2FD44DD> /System/Library/PrivateFrameworks/Bom.framework/Versions/A/Bom
    0x9212f000 - 0x92146fff  com.apple.GenerationalStorage (1.1 - 132.3) <DD0AA3DB-376D-37F3-AC5B-17AC9B9E0A63> /System/Library/PrivateFrameworks/GenerationalStorage.framework/Versions/A/GenerationalSt orage
    0x92147000 - 0x922a4ffb  com.apple.QTKit (7.7.1 - 2599.31) <60F5FCA7-E537-3D2A-A7C9-D1A06B55008C> /System/Library/Frameworks/QTKit.framework/Versions/A/QTKit
    0x922b1000 - 0x92326ff7  com.apple.ApplicationServices.ATS (332 - 341.1) <BEE998BC-E4A5-3BA0-A6B5-31A1DFA1522C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/ATS.framew ork/Versions/A/ATS
    0x92390000 - 0x9240cff3  com.apple.Metadata (10.7.0 - 707.11) <F9BB5BBE-69D0-3309-8280-2303EB1DC455> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/Metadata.framewor k/Versions/A/Metadata
    0x9240d000 - 0x9244fffb  com.apple.RemoteViewServices (2.0 - 80.6) <AE962502-4539-3893-A2EB-9D384652AEAC> /System/Library/PrivateFrameworks/RemoteViewServices.framework/Versions/A/RemoteViewServi ces
    0x92450000 - 0x9284cfeb  com.apple.VideoToolbox (1.0 - 926.104) <4275B89E-F826-3F65-ACE1-89052A9CAC6B> /System/Library/Frameworks/VideoToolbox.framework/Versions/A/VideoToolbox
    0x92fe9000 - 0x92fe9fff  libsystem_blocks.dylib (59) <3A743C5D-CFA5-37D8-80A8-B6795A9DB04F> /usr/lib/system/libsystem_blocks.dylib
    0x92fea000 - 0x92feaffd  libOpenScriptingUtil.dylib (148.3) <87895E27-88E2-3249-8D0E-B17E76FB00C1> /usr/lib/libOpenScriptingUtil.dylib
    0x92feb000 - 0x932abff3  com.apple.security (7.0 - 55179.13) <000FD8E9-D070-326A-B386-51314360FD5C> /System/Library/Frameworks/Security.framework/Versions/A/Security
    0x932ba000 - 0x932c4fff  libCSync.A.dylib (332) <86C5C84F-11EC-39C0-9FAC-A93FDEEC3117> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/Resources/libCSync.A.dylib
    0x932c5000 - 0x932d4fff  libGL.dylib (8.9.2) <1082B9A5-9AA3-35D4-968B-3A3FE15B1ED7> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGL.dylib
    0x933b0000 - 0x9342aff7  com.apple.securityfoundation (6.0 - 55115.4) <A959B2F5-9D9D-3C93-A62A-7399594CF238> /System/Library/Frameworks/SecurityFoundation.framework/Versions/A/SecurityFoundation
    0x9342d000 - 0x93568ff7  libBLAS.dylib (1073.4) <FF74A147-05E1-37C4-BC10-7DEB57FE5326> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libBLAS.dylib
    0x93569000 - 0x93601fff  com.apple.CoreServices.OSServices (557.6 - 557.6) <8DEEED08-A4B3-3B08-8C2A-BDDBF005B43F> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/OSServices.framew ork/Versions/A/OSServices
    0x93602000 - 0x9360bffd  com.apple.audio.SoundManager (4.0 - 4.0) <ABC5FE40-B222-36EB-9905-5C8C4BFD8C87> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CarbonSound.framework/V ersions/A/CarbonSound
    0x9360c000 - 0x93888ff7  com.apple.QuickTime (7.7.1 - 2599.31) <D9571083-873B-3221-A7DF-23BAFC0F3467> /System/Library/Frameworks/QuickTime.framework/Versions/A/QuickTime
    0x93889000 - 0x938cdff7  libGLU.dylib (8.9.2) <F33F6C73-7F89-3B5B-A50F-2AB57BBA314D> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGLU.dylib
    0x938ff000 - 0x93909ffe  com.apple.bsd.ServiceManagement (2.0 - 2.0) <9732BA61-D6F6-3644-82DA-FF0D6FEEFC69> /System/Library/Frameworks/ServiceManagement.framework/Versions/A/ServiceManagement
    0x9390a000 - 0x9390effc  libGIF.dylib (850) <45CD8B8F-7324-3187-B01C-8E16C04F33FA> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libGIF.dylib
    0x9390f000 - 0x93a5dff3  com.apple.CFNetwork (596.4.3 - 596.4.3) <547BD138-E902-35F0-B6EC-41DD06794B22> /System/Library/Frameworks/CFNetwork.framework/Versions/A/CFNetwork
    0x93a5e000 - 0x93b47ff7  libxml2.2.dylib (22.3) <015A4FA6-5BB9-3F95-AFB8-B9281E22685B> /usr/lib/libxml2.2.dylib
    0x93b48000 - 0x93c1cff3  com.apple.backup.framework (1.4.3 - 1.4.3) <6EA22ED3-BA18-3A37-AE05-5D6FDA3F372F> /System/Library/PrivateFrameworks/Backup.framework/Versions/A/Backup
    0x93c28000 - 0x93c4afff  libc++abi.dylib (26) <3AAA8D55-F5F6-362B-BA3C-CCAF0D3C8E27> /usr/lib/libc++abi.dylib
    0x93c4b000 - 0x93c4ffff  com.apple.OpenDirectory (10.8 - 151.10) <A1858D81-086F-3BF5-87E3-9B70409FFDF6> /System/Library/Frameworks/OpenDirectory.framework/Versions/A/OpenDirectory
    0x93c50000 - 0x93c92fff  libauto.dylib (185.4) <3098A75E-438E-3F18-BAAC-CD8F1CC7C2F7> /usr/lib/libauto.dylib
    0x93c93000 - 0x93d84ffc  libiconv.2.dylib (34) <B096A9B7-83A6-31B3-8D2F-87D91910BF4C> /usr/lib/libiconv.2.dylib
    0x93d85000 - 0x93d88ffc  libCoreVMClient.dylib (32.3) <35B63A60-DF0A-3FB3-ABB8-164B246A43CC> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libCoreVMClient.dylib
    0x93d89000 - 0x93da0ff4  com.apple.CoreMediaAuthoring (2.1 - 914) <37C0A2C7-73B3-39BC-8DE1-4A6B75F115FC> /System/Library/PrivateFrameworks/CoreMediaAuthoring.framework/Versions/A/CoreMediaAuthor ing
    0x93da1000 - 0x93f89ffb  com.apple.CoreFoundation (6.8 - 744.19) <DDD3AA21-5B5F-3D8F-B137-AD95FCA89064> /System/Library/Frameworks/CoreFoundation.framework/Versions/A/CoreFoundation
    0x93f8a000 - 0x93fecfff  libc++.1.dylib (65.1) <C0CFF9FF-5D52-3EAE-B921-6AE1DA00A135> /usr/lib/libc++.1.dylib
    0x94b5d000 - 0x94b5efff  libquarantine.dylib (52.1) <094A1501-373E-3397-B632-8F7C5AC8EFD5> /usr/lib/system/libquarantine.dylib
    0x94b5f000 - 0x94b5ffff  libSystem.B.dylib (169.3) <81C58EAB-0E76-3EAB-BDFD-C5A6FE95536F> /usr/lib/libSystem.B.dylib
    0x94b60000 - 0x94b69fff  com.apple.DiskArbitration (2.5.2 - 2.5.2) <89822A83-B450-3363-8E9C-9B80CB4450B1> /System/Library/Frameworks/DiskArbitration.framework/Versions/A/DiskArbitration
    0x94b6a000 - 0x94c01ff7  com.apple.ink.framework (10.8.2 - 150) <A9C3B735-7D5F-3D7D-AA70-2CC852D09CDE> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Ink.framework/Versions/ A/Ink
    0x94c02000 - 0x94c03fff  libDiagnosticMessagesClient.dylib (8) <39B3D25A-148A-3936-B800-0D393A00E64F> /usr/lib/libDiagnosticMessagesClient.dylib
    0x94c35000 - 0x94c3eff9  com.apple.CommonAuth (3.0 - 2.0) <34C4768C-EF8D-3DBA-AFB7-09148C8672DB> /System/Library/PrivateFrameworks/CommonAuth.framework/Versions/A/CommonAuth
    0x94c3f000 - 0x94c3ffff  com.apple.ApplicationServices (45 - 45) <677C4ACC-9D12-366F-8A87-B898AC806DD9> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/ApplicationServices
    0x94c40000 - 0x94c42fff  libdyld.dylib (210.2.3) <05D6FF2A-F09B-309D-95F7-7AF10259C707> /usr/lib/system/libdyld.dylib
    0x94c43000 - 0x94c60ff7  libresolv.9.dylib (51) <B9742A2A-DF15-3F6E-8FCE-778A58214B3A> /usr/lib/libresolv.9.dylib
    0x94c61000 - 0x94cb8ff7  com.apple.ScalableUserInterface (1.0 - 1) <2B5E454B-BC49-3E85-B54D-1950397C448C> /System/Library/Frameworks/QuartzCore.framework/Versions/A/Frameworks/ScalableUserInterfa ce.framework/Versions/A/ScalableUserInterface
    0x94cb9000 - 0x94cc3fff  libsystem_notify.dylib (98.5) <7EEE9475-18F8-3099-B0ED-23A3E528ABE0> /usr/lib/system/libsystem_notify.dylib
    0x94cc4000 - 0x94ccafff  libGFXShared.dylib (8.9.2) <F3B0E66D-5C47-3A5A-A2CD-F0C58E8322C3> /System/Library/Frameworks/OpenGL.framework/Versions/A/Libraries/libGFXShared.dylib
    0x94ccb000 - 0x94de7ffb  com.apple.desktopservices (1.7.4 - 1.7.4) <782D711D-7930-324A-9015-686C2F86DBA3> /System/Library/PrivateFrameworks/DesktopServicesPriv.framework/Versions/A/DesktopService sPriv
    0x94de8000 - 0x94defff3  com.apple.NetFS (5.0 - 4.0) <1F7041F2-4E97-368C-8F5D-24153D81BBDB> /System/Library/Frameworks/NetFS.framework/Versions/A/NetFS
    0x94e31000 - 0x94e3ffff  libxar.1.dylib (105) <343E4A3B-1D04-34A3-94C2-8C7C9A8F736B> /usr/lib/libxar.1.dylib
    0x94e40000 - 0x94e43ff7  libcompiler_rt.dylib (30) <CE5DBDB4-0124-3E2B-9105-989DF98DD108> /usr/lib/system/libcompiler_rt.dylib
    0x94e53000 - 0x94e80ffb  com.apple.CoreServicesInternal (154.3 - 154.3) <A452602B-67CB-39C4-95EB-E59433C65774> /System/Library/PrivateFrameworks/CoreServicesInternal.framework/Versions/A/CoreServicesI nternal
    0x94e81000 - 0x95a3dff3  com.apple.AppKit (6.8 - 1187.39) <ACA24416-D910-39B8-9387-52A6C6A561F8> /System/Library/Frameworks/AppKit.framework/Versions/C/AppKit
    0x95a3e000 - 0x95b1ffff  libcrypto.0.9.8.dylib (47.1) <E4820342-4F42-3DEB-90DB-DE5A66C5585E> /usr/lib/libcrypto.0.9.8.dylib
    0x95b20000 - 0x95b2cffa  com.apple.CrashReporterSupport (10.8.3 - 418) <03BC564E-35FE-384E-87D6-6E0C55DF16E3> /System/Library/PrivateFrameworks/CrashReporterSupport.framework/Versions/A/CrashReporter Support
    0x95b2d000 - 0x95b2effd  libunc.dylib (25) <58599CBF-E262-3CEA-AFE1-35560E0177DC> /usr/lib/system/libunc.dylib
    0x95b2f000 - 0x95b2ffff  com.apple.quartzframework (1.5 - 1.5) <9018BE5B-4070-320E-8091-6584CC17F798> /System/Library/Frameworks/Quartz.framework/Versions/A/Quartz
    0x95b30000 - 0x95b4dfff  libxpc.dylib (140.43) <C628073D-51A0-3541-A665-1121520508C6> /usr/lib/system/libxpc.dylib
    0x95b4e000 - 0x95b79ff9  com.apple.framework.Apple80211 (8.4 - 840.22.1) <DBC31BEB-B771-315F-852D-66ADC3BD75A1> /System/Library/PrivateFrameworks/Apple80211.framework/Versions/A/Apple80211
    0x95b7a000 - 0x95c2efff  com.apple.coreui (2.0 - 181.1) <C15ABF35-B7F5-34ED-A461-386DAF65D96B> /System/Library/PrivateFrameworks/CoreUI.framework/Versions/A/CoreUI
    0x95cd1000 - 0x95cdafff  com.apple.CommerceCore (1.0 - 26.1) <8C28115C-6EC1-316D-9237-F4FBCBB778C5> /System/Library/PrivateFrameworks/CommerceKit.framework/Versions/A/Frameworks/CommerceCor e.framework/Versions/A/CommerceCore
    0x95cdb000 - 0x95cddffb  libRadiance.dylib (850) <83434287-A09E-3A3F-A1AC-085B563BA46D> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libRadiance.dylib
    0x95cde000 - 0x95cdffff  liblangid.dylib (116) <E13CC8C5-5034-320A-A210-41A2BDE4F846> /usr/lib/liblangid.dylib
    0x95ce0000 - 0x96122fff  com.apple.CoreGraphics (1.600.0 - 332) <67E70F21-A0F1-356F-90B7-4B90C468EE2C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/CoreGraphi cs.framework/Versions/A/CoreGraphics
    0x96135000 - 0x9634cfff  com.apple.CoreData (106.1 - 407.7) <EC4B8297-8E01-3778-A8A4-E8747F91109D> /System/Library/Frameworks/CoreData.framework/Versions/A/CoreData
    0x9634d000 - 0x96395ff5  com.apple.opencl (2.2.19 - 2.2.19) <968DD067-49D0-3B71-A96B-B3579698D992> /System/Library/Frameworks/OpenCL.framework/Versions/A/OpenCL
    0x96396000 - 0x963f0ff3  com.apple.ImageCaptureCore (5.0.4 - 5.0.4) <6313E06F-37FD-3606-BF2F-87D8598A9983> /System/Library/Frameworks/ImageCaptureCore.framework/Versions/A/ImageCaptureCore
    0x963f1000 - 0x963f2fff  libdnsinfo.dylib (453.19) <3B523729-84A8-3D0B-B58C-3FC185060E67> /usr/lib/system/libdnsinfo.dylib
    0x963f3000 - 0x964e7ff3  com.apple.QuickLookUIFramework (4.0 - 555.5) <5A62C87F-5F74-380B-8B86-8CE3D8788603> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuickLookUI.framework/V ersions/A/QuickLookUI
    0x964e8000 - 0x964ecffe  libcache.dylib (57) <834FDCA7-FE3B-33CC-A12A-E11E202477EC> /usr/lib/system/libcache.dylib
    0x964ed000 - 0x964faff7  com.apple.AppleFSCompression (49 - 1.0) <166AA1F8-E50A-3533-A3B5-8737C5118CC3> /System/Library/PrivateFrameworks/AppleFSCompression.framework/Versions/A/AppleFSCompress ion
    0x9652b000 - 0x965c6fff  com.apple.CoreSymbolication (3.0 - 117) <2BBBE224-301D-3931-AEF2-DD967A6E9172> /System/Library/PrivateFrameworks/CoreSymbolication.framework/Versions/A/CoreSymbolicatio n
    0x965c7000 - 0x965cafff  com.apple.help (1.3.2 - 42) <AD7EB1F0-A068-3A2C-9D59-38E59CEC0D96> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Help.framework/Versions /A/Help
    0x96728000 - 0x96783ff7  com.apple.AppleVAFramework (5.0.19 - 5.0.19) <3C43A555-0A22-3D7C-A3FB-CFADDDA43E9B> /System/Library/PrivateFrameworks/AppleVA.framework/Versions/A/AppleVA
    0x96784000 - 0x96788fff  com.apple.CommonPanels (1.2.5 - 94) <6B3E7E53-7708-3DA2-8C50-59C2B4735DE1> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/CommonPanels.framework/ Versions/A/CommonPanels
    0x96789000 - 0x96b6cfff  com.apple.HIToolbox (2.0 - 626.1) <ECC3F04F-C4B7-35BF-B10E-183B749DAB92> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/HIToolbox.framework/Ver sions/A/HIToolbox
    0x96b6f000 - 0x96ca2ff3  com.apple.MediaControlSender (1.7 - 170.20) <7B1AC317-AFDB-394F-8026-9561930E696B> /System/Library/PrivateFrameworks/MediaControlSender.framework/Versions/A/MediaControlSen der
    0x96ca6000 - 0x96cd7fff  com.apple.DictionaryServices (1.2 - 184.4) <A31BB2CE-6965-3610-8B11-EA26EC6D7EEA> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/DictionaryService s.framework/Versions/A/DictionaryServices
    0x96d6a000 - 0x96d6bfff  libremovefile.dylib (23.2) <9813B2DB-2374-3AA2-99B6-AA2E9897B249> /usr/lib/system/libremovefile.dylib
    0x96d6c000 - 0x96d7aff3  libsystem_network.dylib (77.10) <7FBF5A15-97BA-3721-943E-E77F0C40DBE1> /usr/lib/system/libsystem_network.dylib
    0x96d7b000 - 0x96e18ff7  com.apple.PDFKit (2.8.4 - 2.8.4) <639CF802-BE94-39C5-AC97-B5B42FF910C2> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/PDFKit.framework/Versio ns/A/PDFKit
    0x96e19000 - 0x96e2efff  com.apple.speech.synthesis.framework (4.1.12 - 4.1.12) <DE68CEB5-4959-3652-83B8-D2B00D3B932D> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/SpeechSynt hesis.framework/Versions/A/SpeechSynthesis
    0x96e2f000 - 0x96e31fff  com.apple.securityhi (4.0 - 55002) <62E3AE75-61CB-341E-B2A0-CFC985A2BF7F> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SecurityHI.framework/Ve rsions/A/SecurityHI
    0x96e32000 - 0x96e9aff7  com.apple.framework.IOKit (2.0.1 - 755.24.1) <70DE925B-51E8-3C65-8928-FB49FD823D94> /System/Library/Frameworks/IOKit.framework/Versions/A/IOKit
    0x96e9b000 - 0x972b8fff  FaceCoreLight (2.4.1) <B12C8721-EFB3-30A2-9A1B-ABCDF5670764> /System/Library/PrivateFrameworks/FaceCoreLight.framework/Versions/A/FaceCoreLight
    0x972b9000 - 0x974e9fff  com.apple.QuartzComposer (5.1 - 284) <4E8682B7-EBAE-3C40-ABDB-8705EC7952BD> /System/Library/Frameworks/Quartz.framework/Versions/A/Frameworks/QuartzComposer.framewor k/Versions/A/QuartzComposer
    0x9751e000 - 0x9753effd  com.apple.ChunkingLibrary (2.0 - 133.3) <FA45EAE8-BB10-3AEE-9FDC-C0C3A533FF48> /System/Library/PrivateFrameworks/ChunkingLibrary.framework/Versions/A/ChunkingLibrary
    0x9753f000 - 0x97564ffb  com.apple.framework.familycontrols (4.1 - 410) <B1755756-BEA2-3205-ADAA-68FCC32E60BD> /System/Library/PrivateFrameworks/FamilyControls.framework/Versions/A/FamilyControls
    0x97565000 - 0x9758efff  libxslt.1.dylib (11.3) <0DE17DAA-66FF-3195-AADB-347BEB5E2EFA> /usr/lib/libxslt.1.dylib
    0x9758f000 - 0x97593ff7  libmacho.dylib (829) <5280A013-4F74-3F74-BE0C-7F612C49F1DC> /usr/lib/system/libmacho.dylib
    0x97594000 - 0x975eefff  com.apple.Symbolication (1.3 - 93) <684ECF0D-D416-3DF8-8B5B-3902953853A8> /System/Library/PrivateFrameworks/Symbolication.framework/Versions/A/Symbolication
    0x975ef000 - 0x97601fff  libbsm.0.dylib (32) <DADD385E-FE53-3458-94FB-E316A6345108> /usr/lib/libbsm.0.dylib
    0x97602000 - 0x97602fff  com.apple.CoreServices (57 - 57) <956C6C6D-A5DD-314F-9C57-4A61D41F30CE> /System/Library/Frameworks/CoreServices.framework/Versions/A/CoreServices
    0x97603000 - 0x977bfffd  libicucore.A.dylib (491.11.3) <FF55E176-7D66-3DBB-AF86-84744C47A02C> /usr/lib/libicucore.A.dylib
    0x977c0000 - 0x9780fff6  libTIFF.dylib (850) <78E121A6-92A2-3120-883C-7AA3C2966F9C> /System/Library/Frameworks/ImageIO.framework/Versions/A/Resources/libTIFF.dylib
    0x97810000 - 0x97810fff  libkeymgr.dylib (25) <D5E93F7F-9315-3AD6-92C7-941F7B54C490> /usr/lib/system/libkeymgr.dylib
    0x97811000 - 0x97836ff7  com.apple.CoreVideo (1.8 - 99.4) <A26DE896-32E0-3D5E-BA89-02AD23FA96B3> /System/Library/Frameworks/CoreVideo.framework/Versions/A/CoreVideo
    0x97837000 - 0x979c0ff7  com.apple.vImage (6.0 - 6.0) <1D1F67FE-4F75-3689-BEF6-4A46C8039E70> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vImage.framework/Ve rsions/A/vImage
    0x979c1000 - 0x979d6fff  com.apple.ImageCapture (8.0 - 8.0) <B8BD421F-D5A9-3FB4-8E89-AD5CFC0D4030> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/ImageCapture.framework/ Versions/A/ImageCapture
    0x97cc4000 - 0x97d73ff7  com.apple.CoreText (260.0 - 275.16) <873ADCD9-D361-3753-A220-CDD289196AD8> /System/Library/Frameworks/CoreText.framework/Versions/A/CoreText
    0x97d74000 - 0x97ddcfe7  libvDSP.dylib (380.6) <55780308-4DCA-3B10-9703-EAFC3E13A3FA> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvDSP.dylib
    0x97eb3000 - 0x97eb4fff  libsystem_sandbox.dylib (220.3) <C532F6A6-7E85-38F3-8660-EC1066DF67BE> /usr/lib/system/libsystem_sandbox.dylib
    0x97eb5000 - 0x97eb8ff3  com.apple.AppleSystemInfo (2.0 - 2) <4639D755-8A68-31C9-95C4-7E7F70C233FA> /System/Library/PrivateFrameworks/AppleSystemInfo.framework/Versions/A/AppleSystemInfo
    0x98001000 - 0x9804bff7  com.apple.framework.CoreWLAN (3.3 - 330.15) <74C4B50F-7016-341F-8261-D379B8F0CC97> /System/Library/Frameworks/CoreWLAN.framework/Versions/A/CoreWLAN
    0x9804c000 - 0x980f6fff  com.apple.LaunchServices (539.9 - 539.9) <C0E0CFFF-3714-3467-87DA-4A6F0AF1953B> /System/Library/Frameworks/CoreServices.framework/Versions/A/Frameworks/LaunchServices.fr amework/Versions/A/LaunchServices
    0x980f7000 - 0x98101fff  com.apple.speech.recognition.framework (4.1.5 - 4.1.5) <B855E8B4-2EE3-3BFF-8547-98A0F084F9AF> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/SpeechRecognition.frame work/Versions/A/SpeechRecognition
    0x98102000 - 0x98171ffb  com.apple.Heimdal (3.0 - 2.0) <964D9952-B0F2-34F6-8265-1823C0D5EAB8> /System/Library/PrivateFrameworks/Heimdal.framework/Versions/A/Heimdal
    0x9817e000 - 0x981cafff  libcorecrypto.dylib (106.2) <20EBADBA-D6D6-36F0-AE80-168E9AF13DB6> /usr/lib/system/libcorecrypto.dylib
    0x9820b000 - 0x9821bff2  com.apple.LangAnalysis (1.7.0 - 1.7.0) <875363E7-6D02-3229-A9DD-E5A5568A7D61> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/LangAnalys is.framework/Versions/A/LangAnalysis
    0x9821c000 - 0x98280ff7  com.apple.datadetectorscore (4.1 - 269.3) <C11C2014-298E-3E2B-9F5D-02CCD3CA4AB3> /System/Library/PrivateFrameworks/DataDetectorsCore.framework/Versions/A/DataDetectorsCor e
    0x98281000 - 0x9829efff  libCRFSuite.dylib (33) <C9D72D0C-871A-39A2-8AFB-682D11AE7D0D> /usr/lib/libCRFSuite.dylib
    0x9829f000 - 0x982a5fff  com.apple.print.framework.Print (8.0 - 258) <12AEAD24-6924-3923-9E4A-C5D21231E639> /System/Library/Frameworks/Carbon.framework/Versions/A/Frameworks/Print.framework/Version s/A/Print
    0x982a6000 - 0x982fdff3  com.apple.HIServices (1.20 - 417) <B8410ABC-E0DB-31EB-B923-17F3B65B5F4C> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/HIServices .framework/Versions/A/HIServices
    0x982fe000 - 0x98309fff  libcommonCrypto.dylib (60027) <8EE30FA5-AA8D-3FA6-AB0F-05DA8B0425D9> /usr/lib/system/libcommonCrypto.dylib
    0x9830a000 - 0x98314fff  com.apple.DisplayServicesFW (2.7.2 - 357) <5042CDAE-5580-3204-B675-745DA083E7AA> /System/Library/PrivateFrameworks/DisplayServices.framework/Versions/A/DisplayServices
    0x98315000 - 0x9848dff5  com.apple.QuartzCore (1.8 - 304.3) <F2EFC117-CDC6-3252-A4A8-880965764385> /System/Library/Frameworks/QuartzCore.framework/Versions/A/QuartzCore
    0x9848e000 - 0x98520ffb  libvMisc.dylib (380.6) <6DA3A03F-20BE-300D-A664-B50A7B4E4B1A> /System/Library/Frameworks/Accelerate.framework/Versions/A/Frameworks/vecLib.framework/Ve rsions/A/libvMisc.dylib
    0x98528000 - 0x985c8ff7  com.apple.QD (3.42.1 - 285.1) <BAAC13D2-1312-33C0-A255-FAB1D314C324> /System/Library/Frameworks/ApplicationServices.framework/Versions/A/Frameworks/QD.framewo rk/Versions/A/QD
    0x985c9000 - 0x985d7fff  com.apple.op

    [2015-01-20 11:37:22] Adobe ARM 1.802.11.4130 logging started.
    [2015-01-20 11:37:22] Command Line: /PRODUCT:Acrobat /VERSION:11.0 /MODE:2
    [2015-01-20 11:37:22] could not find valid preference in product specific registry
    [2015-01-20 11:37:22] could not find valid preference in default registry, setting to semi-auto
    [2015-01-20 11:37:22] ProductCode: {AC76BA86-1033-FFFF-7760-000000000006}
    [2015-01-20 11:37:22] ProductName: Adobe Acrobat XI Pro
    [2015-01-20 11:37:22] ProductVersion: 11.0.06
    [2015-01-20 11:37:22] ProductUACPatching: enabled
    [2015-01-20 11:37:22] Using CommandLine preference AUTO_DOWNLOAD
    [2015-01-20 11:37:22] Registered Error data irrelevant - Product Version has changed
    [2015-01-20 11:37:30] No CRD to store
    [2015-01-20 11:37:30] New file object: AcrobatUpd11010.msp
    [2015-01-20 11:37:32] No CRD to store
    [2015-01-20 11:37:32] Newer version ARM update is not available
    [2015-01-20 11:38:01] InstallProductMsp...
    [2015-01-20 11:38:01]    file - C:\ProgramData\Adobe\ARM\Acrobat_11.0.00\AcrobatUpd11010.msp
    [2015-01-20 11:38:01]    args -
    [2015-01-20 11:39:03] Installation error code:
    [2015-01-20 11:39:03]    Error Code: 1603
    [2015-01-20 11:39:03] Error Code: 1603
    [2015-01-20 11:39:03] ** Setting Error Condition:
    [2015-01-20 11:39:03]    Error Code: 150000
    [2015-01-20 11:39:03] *** Product after installation ***
    [2015-01-20 11:39:03] could not find valid preference in product specific registry
    [2015-01-20 11:39:03] could not find valid preference in default registry, setting to semi-auto
    [2015-01-20 11:39:03] ProductCode: {AC76BA86-1033-FFFF-7760-000000000006}
    [2015-01-20 11:39:03] ProductName: Adobe Acrobat XI Pro
    [2015-01-20 11:39:03] ProductVersion: 11.0.06
    [2015-01-20 11:39:03] ProductUACPatching: enabled
    [2015-01-20 11:39:07] User exited
    [2015-01-20 11:39:07] ARM returns ERROR_SUCCESS
    [2015-01-20 11:39:07] Adobe ARM 1.802.11.4130 logging finished.

  • SQL*Loader-704: error..OCIServerAttach...ORA-12535 Oracle 9.2 ..Solaris 9

    Hello.
    We run an application with an Oracle backend. Everything seems to work. There arer some Perl scripts we run to update the database. One does not work. We get.
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12535: TNS:operation timed out
    We are using Solaris 9
    Oracle 9.2i
    Any help would be appreciated.
    Thanks
    John

    Have you checked the sqlnet.log file for an indication of the underlying error? You can also enable network tracing in the sqlnet.ora file, by setting trace_level_client=16.

  • Error through Mail

    Can we send errors through mails? How can I proceed?

    Use the FM "" SO_NEW_DOCUMENT_SEND_API1 ""
    It can be used to send mail (SAPMAIL)

  • How create the SMQ2 error through program ?

    Hi all,
    How create the SMQ2 error through program ?
    Any idea ... plsease share.
    Regards,
    Srikanth

    Hi juturusrikanth ,
    which one is the SMQ2 error?
    [FAQ's, intros and memorable discussions in the ABAP General Forum|FAQ's, intros and memorable discussions in the ABAP General Forum;
    [How to post code in SCN, and some things NOT to do...|How to post code in SCN, and some things NOT to do...;
    Regards
    Clemens

  • SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]

    Hi
    User is getting the below error:
    H:\>sqlldr ARETHYYU/FRTGEU@RSSPDT
    control = H:\rag_load_reports.ctl
    SQL*Loader: Release 8.1.7.3.0 - Production on Mon Mar 9 07:44:08 2009
    (c) Copyright 2000 Oracle Corporation. All rights reserved.
    SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    Anyone pls help me in solving this issue...
    Thanks,
    Kr

    This means that the tnsname being used is not being recognized by Oracle. Check your tnsnames.ora file and see if you're using the correct connection string for the database you are trying to connect to. Furthermore, do you have more than one oracle installation on your PC? If that is the case then you should copy the correct entry and replicate it to other tnsnames.ora files. Only for the sake of knowledge, I would like to know if you are using the connection string from the sqlplus session of your PC, but you're executing SQL Loader from another machine?

  • ERROr- SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]

    Hi All,
    I was running a java program which uses java runtime to call Oracle SQL Loader to load a data file inthe Data base , After loading one file sucessfully , the process stopped after giving the error -:
    SQL*Loader execution exited with EX_FAIL, see logfile:SQL*Loader-704: Internal error: ulconnect: OCIServerAttach [0]
    ORA-12154: TNS:could not resolve service name
    Can anyone please let me know What can be the problem . ???? Please let me know where the problem lies ?
    Regards
    Asif

    Can some one help to solve this problem????
    Edited by: NanthaKumarAR on Apr 13, 2012 5:55 AM

  • How to rectify the errors through call transaction metod in bdc

    how to rectify the errors through call transaction metod in bdc

    Hi ,
    View the highlited part of the below code.
    REPORT ygfrivat1 NO STANDARD PAGE HEADING
                     LINE-SIZE 165
                     MESSAGE-ID yif_groc.
    Program     YGFRIVAT1
    Function    Report to Upload the VAT Adjustment File.
    Author      ARENAPU
    Date        11.05.2007
    PMTS        AM12810157
    Transport   G6DK937834
    Description:
    Modification log:
    1. Changed by  :
       Changed on  :
       PMTS        :
       Transport   :
       Tag         :
       Description :
           T A B L E S   D E C L A R A T I O N S
    TABLES: edidc,  "Control record (IDoc)
            edids,  "Status Record (IDoc)
            t001w.
    Internal Tables Declaration.
    Internal table to hold data from table EDIDS
    DATA: BEGIN OF t_edids OCCURS 0,
           docnum LIKE edids-docnum,
           logdat LIKE edids-logdat,
           logtim LIKE edids-logtim,
           countr LIKE edids-countr,
           credat LIKE edids-credat,
           uname  LIKE edids-uname,
          END OF t_edids,
    Internal table to hold data from table EDIDC
          BEGIN OF t_edidc OCCURS 0,
           docnum LIKE edidc-docnum,
           rcvprt LIKE edidc-rcvprt,
           rcvprn LIKE edidc-rcvprn,
           credat LIKE edidc-credat,
          END OF t_edidc,
    Internal table to hold data from upload file
          BEGIN OF t_tab OCCURS 0,
           cust(10),        "site/customer number
           date(10),        "transaction date
           currency(04),    "currency
           extnbr(15),      "external reference number
           pos-cont(05),    "POS controler
           pos-id(25),      "POS id
           cashier(10),     "cashier name
           qualif(04),      "qualifier of the article
           matnr(25),       "article number
           qty(10),         "quantity
           sale(16),        "sale value
           pos-tr(04),      "POS transfert type
           paymeth(04),     "payment method
           final(35),       "final price
           tarcur(04),      "target currency
           assign(35),      "assignment day
           error,
          END OF t_tab,
    Internal table for Report display.
          BEGIN OF t_tab1 OCCURS 0,
           cust(10),                    "site/customer number
           date(10),                    "transaction date
           currency(04),                "currency
           extnbr(15),                  "external reference number
           pos-cont(05),                "POS controler
           pos-id(25),                  "POS id
           cashier(10),                 "cashier name
           qualif(04),                  "qualifier of the article
           matnr(25),                   "article number
           qty(16)   TYPE p DECIMALS 2, "quantity
           sale(16)  TYPE p DECIMALS 2, "sale value
           pos-tr(04),                  "POS transfert type
           paymeth(04),                 "payment method
           final(16) TYPE p DECIMALS 2, "final price
           tarcur(04),                  "target currency
           assign(35),                  "assignment day
          END OF t_tab1,
          t_tab_temp LIKE t_tab OCCURS 0 WITH HEADER LINE,
    Internal table to Validate Customer no.
          BEGIN OF t_check OCCURS 0,
           werks LIKE t001w-werks,
           vkorg LIKE t001w-vkorg,
           value(40),
          END OF t_check,
          t_check_temp LIKE t_check OCCURS 0 WITH HEADER LINE.
    Internal table to hold data from table ZCS_PARAM.
    DATA: BEGIN OF t_zcs_param OCCURS 0.
            INCLUDE STRUCTURE zcs_param.
    DATA: vkorg LIKE t001w-vkorg,
          END OF t_zcs_param.
    *Internal table to hold Messages.
    DATA: BEGIN OF t_message OCCURS 0,
             msgnum TYPE msgnum,
             msgtyp TYPE msgtyp,
             msgtxt TYPE msgtext,
           END OF t_message.
    *Work area for table t_message
    DATA : w_message LIKE LINE OF t_message.
    Internal table to hold BDC data
    DATA: t_bdcdata LIKE bdcdata    OCCURS 0 WITH HEADER LINE,
    Internal table to collect error messages
          messtab   LIKE bdcmsgcoll OCCURS 0  WITH HEADER LINE.
    *Internal table to hold messages from call transaction
    DATA: BEGIN OF t_text OCCURS 0,
           desc(150),
           msgtxt(100),
          END OF t_text.
           D A T A   D E C L A R A T I O N S
    DATA: n TYPE i,
          gv_status(11) TYPE c, "Shows status, Production or Test
          gv_exit TYPE c,  "Exit Flag
          gv_qty(16)   TYPE p DECIMALS 2, "Variable to sum Quantity
          gv_sale(16)  TYPE p DECIMALS 2, "Variable to sum Amount
          gv_final(16) TYPE p DECIMALS 2. "Variable to sum Final Amount
    DATA: w_text(100),
          gv_mode TYPE c,
          error TYPE c.  "Flag to Indicate error.
    CONSTANSTS DECLARATION
    CONSTANTS : gc_fieldname LIKE dynpread-fieldname VALUE 'P_FNAME',
                gc_seq_no LIKE zcs_param-seq_no VALUE '00110',
                gc_object LIKE zcs_param-object VALUE 'YGFVAT',
                gc_paraname LIKE zcs_param-paraname VALUE 'VKORG',
                gc_back TYPE c VALUE 'N',
                gc_error TYPE c VALUE 'E',
                gc_all TYPE c VALUE 'A'.
               S E L E C T I O N   S C R E E N
    SELECTION-SCREEN BEGIN OF BLOCK a1 WITH FRAME TITLE text-001.
    PARAMETERS : p_fname LIKE rlgrap-filename OBLIGATORY.
    SELECTION-SCREEN BEGIN OF LINE.
    SELECTION-SCREEN COMMENT 1(31) text-002 FOR FIELD p_test.
    PARAMETERS : p_test AS CHECKBOX.
    SELECTION-SCREEN END OF LINE.
    SELECTION-SCREEN END OF BLOCK a1.
    SELECTION-SCREEN BEGIN OF BLOCK a2 WITH FRAME TITLE text-006.
    PARAMETERS : rb_back RADIOBUTTON GROUP rb1 DEFAULT 'X',
                 rb_error RADIOBUTTON GROUP rb1,
                 rb_all RADIOBUTTON GROUP rb1.
    SELECTION-SCREEN END OF BLOCK a2.
    AT SELECTION SCREEN
    AT SELECTION-SCREEN ON VALUE-REQUEST FOR p_fname.
    *Subroutine to provide F4 help for file name
      PERFORM fr_get_filename.
           I N I T I A L I Z A T I  O N
    INITIALIZATION.
    *Subroutine to check authorization.
    PERFORM fr_authority_check.
            T O P - O F - P A G E
    TOP-OF-PAGE.
    *Subroutine to diplay header
      PERFORM fr_display_header.
             S T A R T - O F - S E L E C T I O N
    START-OF-SELECTION.
    *Subroutine to upload data from presentation server.
      PERFORM fr_upload_data.
    *Subroutine to validate records from uploaded file.
      PERFORM fr_validate_data.
    *Subroutine to build report internal table.
      PERFORM fr_build_rep.
             E N D - O F - S E L E C T I O N
    END-OF-SELECTION.
    *Subroutine to display report.
      PERFORM fr_write_report.
            F O R M   S U B R O U T I N E S
    *&      Form  fr_get_filename
          text
    FORM fr_get_filename.
      DATA : lv_repid LIKE sy-repid,         " Report id
             lv_file  LIKE ibipparms-path.   " File Path
      lv_repid = sy-repid.
    F4 help for file path.
      CALL FUNCTION 'F4_FILENAME'
           EXPORTING
                program_name  = lv_repid
                dynpro_number = syst-dynnr
                field_name    = gc_fieldname                    " p_fname1
           IMPORTING
                file_name     = lv_file.
      IF NOT lv_file EQ space.
        p_fname = lv_file.
      ELSE.
        MESSAGE e999 WITH 'Invalid Path'(005).
      ENDIF.
    ENDFORM.                    " fr_get_filename
    *&      Form  fr_upload_data
          text
    FORM fr_upload_data.
      DATA: lv_fname TYPE string.
      CLEAR lv_fname.
      lv_fname = p_fname.
    Uploading file from PC or presentation server to internal table.
      CALL FUNCTION 'GUI_UPLOAD'
           EXPORTING
                filename            = lv_fname
                filetype            = 'ASC'
                has_field_separator = 'X'
           TABLES
                data_tab            = t_tab
           EXCEPTIONS
                file_open_error     = 1.
      IF sy-subrc <> 0.
        DESCRIBE TABLE t_message LINES n.
        w_message-msgnum = n + 1.
        w_message-msgtyp = 'E'.
        MOVE text-m01  TO w_message-msgtxt.
        APPEND w_message TO t_message.
    Subroutine for writing log.
        PERFORM fr_write_log.
      ENDIF.
    ENDFORM.                    " fr_upload_data
    *&      Form  fr_validate_data
          text
    FORM fr_validate_data.
      DATA : lv_lines1 TYPE i,
             lv_lines2 TYPE i.
    *Obtain Status depending on Check box selected.
      IF p_test IS INITIAL.
        gv_status = 'PRODUCTION'.
      ELSE.
        gv_status = 'TEST RUN'.
      ENDIF.
    *Batch Mode
      CLEAR gv_mode.
      IF rb_back EQ 'X'.          "No Display
        MOVE gc_back TO gv_mode.
      ELSEIF rb_error EQ 'X'.     "Error Only
        MOVE gc_error TO gv_mode.
      ELSEIF rb_all EQ 'X'.       "All Screens
        MOVE gc_all TO gv_mode.
      ENDIF.
      IF NOT t_tab[] IS INITIAL.
        SORT t_tab BY cust.
        REFRESH t_tab_temp.
        t_tab_temp[] = t_tab[].
        SORT t_tab_temp BY cust.
        DELETE ADJACENT DUPLICATES FROM t_tab_temp COMPARING cust.
        IF NOT t_tab_temp[] IS INITIAL.
          SELECT werks vkorg FROM t001w
                             INTO TABLE t_check
                             FOR ALL ENTRIES IN t_tab_temp
                             WHERE werks = t_tab_temp-cust+0(4).
          IF sy-subrc = 0.
            SORT t_check BY werks.
          ENDIF.
          LOOP AT t_check.
            IF t_check-vkorg <> ' '.
              MOVE t_check-vkorg TO t_check-value.
              MODIFY t_check TRANSPORTING value.
            ENDIF.
          ENDLOOP.
        ENDIF.
        FREE t_tab_temp.
      ENDIF.
      IF NOT t_check[] IS INITIAL.
        REFRESH t_check_temp.
        t_check_temp[] = t_check[].
        SORT t_check_temp BY value.
        DELETE ADJACENT DUPLICATES FROM t_check_temp COMPARING value.
        IF NOT t_check_temp[] IS INITIAL.
          SELECT * FROM zcs_param INTO TABLE t_zcs_param
                   FOR ALL ENTRIES IN t_check_temp
                   WHERE seq_no   EQ gc_seq_no
                     AND object   EQ gc_object
                     AND paraname EQ gc_paraname
                     AND value    EQ t_check_temp-value.
          IF sy-subrc = 0.
            SORT t_zcs_param BY value.
          ENDIF.
        ENDIF.
        FREE t_check_temp.
      ENDIF.
      IF NOT t_tab[] IS INITIAL.
        LOOP AT t_tab.
          READ TABLE t_check WITH KEY werks = t_tab-cust BINARY SEARCH.
          IF sy-subrc <> 0.
            MOVE 'X' TO t_tab-error.
            MODIFY t_tab TRANSPORTING error.
            DESCRIBE TABLE t_message LINES n.
            w_message-msgnum = n + 1.
            w_message-msgtyp = 'E'.
            CONCATENATE t_tab-cust text-030
            INTO w_message-msgtxt SEPARATED BY space.
            APPEND w_message TO t_message.
    Subroutine for writing log.
            PERFORM fr_write_log.
            EXIT.
          ELSE.
            READ TABLE t_zcs_param WITH KEY value = t_check-vkorg
                                                         BINARY SEARCH.
            IF sy-subrc <> 0.
              MOVE 'X' TO t_tab-error.
              MODIFY t_tab TRANSPORTING error.
              DESCRIBE TABLE t_message LINES n.
              w_message-msgnum = n + 1.
              w_message-msgtyp = 'E'.
              CONCATENATE text-003 t_tab-cust text-004 t_check-vkorg
              INTO w_message-msgtxt SEPARATED BY space.
              APPEND w_message TO t_message.
    Subroutine for writing log.
              PERFORM fr_write_log.
              EXIT.
            ELSE.
              PERFORM fr_format_tab.
            ENDIF.
          ENDIF.
        ENDLOOP.
      ENDIF.
      DESCRIBE TABLE t_tab LINES lv_lines1.
      IF lv_lines1 <> 0.
        DELETE t_tab WHERE error EQ 'X'.
      ENDIF.
      DESCRIBE TABLE t_tab LINES lv_lines2.
      IF lv_lines2 <> 0.
        IF lv_lines2 <> lv_lines1.
          EXIT.
        ELSE.
          IF p_test IS INITIAL.
            LOOP AT t_tab.
    *Subroutine to build BDC table
              PERFORM fr_fill_bdctab.
    *Subroutine to Post Data into SAP.
              PERFORM fr_data_posting.
            ENDLOOP.
          ENDIF.
        ENDIF.
      ENDIF.
    ENDFORM.                    " fr_validate_data
    *&      Form  fr_write_log
          text
    FORM fr_write_log.
      CLEAR error.
      error = 'X'.
      WRITE:/1 'Msg No'(027), 10 'Type'(028), 20 'Text'(029).
      ULINE:/1(120).
      FORMAT RESET.
      LOOP AT t_message.
        IF t_message-msgtyp = 'E'.
          FORMAT COLOR 6 INTENSIFIED .
        ELSEIF t_message-msgtyp = 'W'.
          FORMAT COLOR 3 INTENSIFIED .
        ELSEIF t_message-msgtyp = 'I'.
          FORMAT COLOR 5 INTENSIFIED .
        ENDIF.
        WRITE:/1 t_message-msgnum,
              10 t_message-msgtyp,
              20 t_message-msgtxt.
        FORMAT RESET.
      ENDLOOP.
      ULINE:/1(120).
    ENDFORM.                    " fr_write_log
    *&      Form  fr_write_report
          text
    FORM fr_write_report.
      CLEAR gv_exit.
      LOOP AT t_message.
        IF t_message-msgtyp = 'E'.
          gv_exit = 'X'.
          EXIT.
        ENDIF.
      ENDLOOP.
      IF NOT gv_exit IS INITIAL.
        EXIT.
      ELSE.
        PERFORM fr_display_report.
        IF NOT t_text[] IS INITIAL.
    Subroutine for Display Call Transaction messages.
          PERFORM fr_write_msg.
        ENDIF.
      ENDIF.
    ENDFORM.                    " fr_write_report
    *&      Form  fr_display_report
          text
    FORM fr_display_report.
      IF NOT t_tab1[] IS INITIAL.
        CLEAR: gv_qty, gv_sale, gv_final.
        LOOP AT t_tab1.
          WRITE:/1(10) t_tab1-cust,
                13(10) t_tab1-date,
                25(05) t_tab1-currency,
                32(14) t_tab1-extnbr,
                48(09) t_tab1-pos-cont,
                60(18) t_tab1-matnr,
                80(16) t_tab1-qty RIGHT-JUSTIFIED ,
                98(16) t_tab1-sale RIGHT-JUSTIFIED ,
               116(07) t_tab1-paymeth,
               125(16) t_tab1-final RIGHT-JUSTIFIED,
               143(06) t_tab1-tarcur,
               152(12) t_tab1-assign.
          gv_qty   = t_tab1-qty   + gv_qty.
          gv_sale  = t_tab1-sale  + gv_sale.
          gv_final = t_tab1-final + gv_final.
        ENDLOOP.
        FORMAT COLOR 3.
        ULINE: /(164).
        WRITE:/ 'TOTALS',
          80(16) gv_qty RIGHT-JUSTIFIED,
          98(16) gv_sale RIGHT-JUSTIFIED,
         125(16) gv_final RIGHT-JUSTIFIED,
         182 ''.
        ULINE: /(164).
        FORMAT RESET.
      ENDIF.
    ENDFORM.                    " fr_display_report
    *&      Form  FR_DISPLAY_HEADER
          text
    FORM fr_display_header.
      IF error IS INITIAL.
        FORMAT COLOR 1.
        WRITE:/ 'Date upload           :'(007),   25 sy-datum,  38 ''.
        WRITE:/ 'Production or Test Run:'(008),   25 gv_status, 38 ''.
        WRITE:/ 'Upload User Logon     :'(009),   25 sy-uname,  38 ''.
        ULINE: /(164).
        WRITE:/1(04) 'Site'(010),
              13(10) 'Date'(011),
              25(05) 'Curr.'(012),
              32(14) 'Receipt'(013),
              48(09) 'Cashier'(014),
              60(18) 'Article'(015),
              92     'Qty'(016),
              102    'Item Amount'(017),
              116(7) 'M.o.P.'(018),
              128    'Tender Amount'(019),
              143(6) 'T.Curr'(020),
             152(12) 'Assignment'(021).
        ULINE:/(164).
        FORMAT RESET.
      ENDIF.
    ENDFORM.                    " FR_DISPLAY_HEADER
    *&      Form  fr_newdynpro
          text
    FORM fr_newdynpro USING program LIKE bdcdata-program
                            dynpro  LIKE bdcdata-dynpro.
      t_bdcdata-program = program .
      t_bdcdata-dynpro  = dynpro.
      t_bdcdata-dynbegin = 'X'.
      APPEND t_bdcdata.
      CLEAR t_bdcdata.
    ENDFORM.                    " fr_newdynpro
    *&      Form  fr_loadfield
          text
    FORM fr_loadfield USING field LIKE bdcdata-fnam
                            value.
      t_bdcdata-fnam = field.
      t_bdcdata-fval = value.
      APPEND t_bdcdata.
      CLEAR t_bdcdata.
    ENDFORM.                    " fr_loadfield
    *&      Form  fr_fill_bdctab
          text
    FORM fr_fill_bdctab.
      REFRESH t_bdcdata.
      PERFORM fr_newdynpro USING 'SAPMWPUK' '100'.
      PERFORM fr_loadfield USING 'G_FILIALE' t_tab-cust.
      PERFORM fr_loadfield USING 'G_DATUM'   t_tab-date.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'BON'.
      PERFORM fr_newdynpro USING 'SAPMWPUK' '500'.
      PERFORM fr_loadfield USING 'WPSCB01-POSKREIS'   t_tab-pos-cont.
      PERFORM fr_loadfield USING 'WPSCB01-KASSID'     t_tab-pos-id.
      PERFORM fr_loadfield USING 'WPSCB01-BELEGWAERS' t_tab-currency.
      PERFORM fr_loadfield USING 'WPSCB01-CSHNAME'    t_tab-cashier.
      PERFORM fr_loadfield USING 'WPSCB01-BONNUMMER'  t_tab-extnbr.
      PERFORM fr_loadfield USING 'E1WPB02-QUALARTNR(01)'  t_tab-qualif.
      PERFORM fr_loadfield USING 'E1WPB02-ARTNR(01)'      t_tab-matnr.
      PERFORM fr_loadfield USING 'E1WPB02-MENGE(01)'      t_tab-qty.
      PERFORM fr_loadfield USING 'WPSCB03-KONDVALUE(01)'  t_tab-sale.
      PERFORM fr_loadfield USING 'E1WPB02-VORGANGART(01)' t_tab-pos-tr.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'ZAHL'.
      PERFORM fr_newdynpro USING 'SAPMWPUK' '530'.
      PERFORM fr_loadfield USING 'WPSCB06-ZAHLART'  t_tab-paymeth.
      PERFORM fr_loadfield USING 'WPSCB06-SUMME'    t_tab-final.
      PERFORM fr_loadfield USING 'WPSCB06-WAEHRUNG' t_tab-tarcur.
      PERFORM fr_loadfield USING 'WPSCB06-ZUONR'    t_tab-assign.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'SAVE'.
      PERFORM fr_newdynpro USING 'SAPMWPUK' '530'.
      PERFORM fr_loadfield USING 'WPSCB06-ZAHLART'  t_tab-paymeth.
      PERFORM fr_loadfield USING 'WPSCB06-SUMME'    t_tab-final.
      PERFORM fr_loadfield USING 'WPSCB06-WAEHRUNG' t_tab-tarcur.
      PERFORM fr_loadfield USING 'WPSCB06-ZUONR'    t_tab-assign.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'BACK'.
      PERFORM fr_newdynpro USING 'SAPLSPO1' '0200'.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'YES'.
      PERFORM fr_newdynpro USING 'SAPMWPUK' '100'.
      PERFORM fr_loadfield USING 'G_FILIALE' t_tab-cust.
      PERFORM fr_loadfield USING 'G_DATUM'   t_tab-date.
      PERFORM fr_loadfield USING 'BDC_OKCODE' 'BACK'.
    ENDFORM.                    " fr_fill_bdctab
    *&      Form  fr_data_posting
          text
    FORM fr_data_posting.
      IF NOT t_bdcdata[] IS INITIAL.
        REFRESH messtab.
        CALL TRANSACTION 'WPUK' USING t_bdcdata
                                MODE gv_mode
                                UPDATE 'S'
                                MESSAGES INTO messtab.
        IF sy-subrc = 0 .
          CLEAR w_text.
          LOOP AT messtab.
            CALL FUNCTION 'FORMAT_MESSAGE'
                 EXPORTING
                      id        = messtab-msgid
                      lang      = sy-langu
                      no        = messtab-msgnr
                      v1        = messtab-msgv1
                      v2        = messtab-msgv2
                      v3        = messtab-msgv3
                      v4        = messtab-msgv4
                 IMPORTING
                      msg       = w_text
                 EXCEPTIONS
                      not_found = 1
                      OTHERS    = 2.
            MOVE w_text TO t_text-msgtxt.
            CONCATENATE 'Site:'(031)    t_tab-cust
                        'Article:'(024) t_tab-matnr
                        'Posted Sucessfully'(032)
              INTO t_text-desc SEPARATED BY space.
            APPEND t_text.
            CLEAR t_text.
          ENDLOOP.
        ELSE.
          CLEAR w_text.
          LOOP AT messtab.
            CALL FUNCTION 'FORMAT_MESSAGE'
                 EXPORTING
                      id        = messtab-msgid
                      lang      = sy-langu
                      no        = messtab-msgnr
                      v1        = messtab-msgv1
                      v2        = messtab-msgv2
                      v3        = messtab-msgv3
                      v4        = messtab-msgv4
                 IMPORTING
                      msg       = w_text
                 EXCEPTIONS
                      not_found = 1
                      OTHERS    = 2.
            MOVE w_text TO t_text-msgtxt.
            IF messtab-msgnr EQ '213'.
              CONCATENATE 'Site:'(031)    t_tab-cust
                          'Article:'(024) t_tab-matnr
                          'Posted Sucessfully'(032)
               INTO t_text-desc SEPARATED BY space.
              APPEND t_text.
              CLEAR t_text.
              EXIT.        ELSE.
              CONCATENATE 'Site:'(031)    t_tab-cust
                          'Article:'(024) t_tab-matnr
                          'Not Posted'(033)
               INTO t_text-desc SEPARATED BY space.
              APPEND t_text.
              CLEAR t_text.
            ENDIF.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDFORM.                    " fr_data_posting
    *&      Form  fr_authority_check
          text
    FORM fr_authority_check.
      AUTHORITY-CHECK OBJECT 'Y_VATADJ'
               ID 'VKORG' FIELD t001w-vkorg
               ID 'TCD'   FIELD 'YGFVAT'.
      IF sy-subrc NE 0.
        MESSAGE e999 WITH text-m02.
      ENDIF.
    ENDFORM.                    " fr_authority_check
    *&      Form  fr_write_msg
          text
    FORM fr_write_msg.
      SKIP.
      ULINE:/(164).
      WRITE:/
      'Messages encountered while Calling Transaction WPUK'(025),
          90 'Message Text'(026).
      ULINE:/1(164).
      LOOP AT t_text.
        WRITE:/1 t_text-desc,
              90 t_text-msgtxt,
              164 ''.
      ENDLOOP.
      ULINE:/1(164).
    ENDFORM.                    " fr_write_msg
    *&      Form  FR_BUILD_REP
          text
    FORM fr_build_rep.
      IF error IS INITIAL.
        IF NOT t_tab[] IS INITIAL.
          LOOP AT t_tab.
            MOVE:
              t_tab-cust     TO t_tab1-cust,        "site/customer number
              t_tab-date     TO t_tab1-date,        "transaction date
              t_tab-currency TO t_tab1-currency,    "currency
            t_tab-extnbr   TO t_tab1-extnbr,      "external reference number
              t_tab-pos-cont TO t_tab1-pos-cont,    "POS controler
              t_tab-pos-id   TO t_tab1-pos-id,      "POS id
              t_tab-cashier  TO t_tab1-cashier,     "cashier name
             t_tab-qualif   TO t_tab1-qualif,      "qualifier of the article
              t_tab-matnr    TO t_tab1-matnr,       "article number
              t_tab-pos-tr   TO t_tab1-pos-tr,      "POS transfert type
              t_tab-paymeth  TO t_tab1-paymeth,     "payment method
              t_tab-tarcur   TO t_tab1-tarcur,      "target currency
              t_tab-assign   TO t_tab1-assign.
            REPLACE ',' WITH '.' INTO t_tab-qty.
            CONDENSE t_tab-qty NO-GAPS.
            MOVE t_tab-qty TO t_tab1-qty.
            REPLACE ',' WITH '.' INTO t_tab-sale.
            CONDENSE t_tab-sale NO-GAPS.
            MOVE t_tab-sale TO t_tab1-sale.
            REPLACE ',' WITH '.' INTO t_tab-final.
            CONDENSE t_tab-final NO-GAPS.
            MOVE t_tab-final TO t_tab1-final.
            APPEND t_tab1.
            CLEAR t_tab1.
          ENDLOOP.
        ENDIF.
      ENDIF.
    ENDFORM.                    " FR_BUILD_REP
    *&      Form  fr_format_tab
          text
    FORM fr_format_tab.
      DATA : lv_qty TYPE string.
      IF NOT t_tab-qty IS INITIAL.
        IF t_tab-qty+0(1) EQ '-'.
          CLEAR lv_qty.
          MOVE t_tab-qty TO lv_qty.
          CLEAR t_tab-qty.
          SHIFT lv_qty LEFT CIRCULAR.
          CONDENSE lv_qty NO-GAPS.
          MOVE lv_qty TO t_tab-qty.
          MODIFY t_tab TRANSPORTING qty.
        ENDIF.
      ENDIF.
    ENDFORM.                    " fr_format_tab

  • Has someone applied the one off patch for-ONS bug 5749953 SIGBUS ERROR

    Hello all,
    Env:: 10g on Soalris
    I need to apply the one-off patch for
    Bug:5749953 -- ONS SIGBUS ERROR AFTER INSTALL PATCHSET 10.2.0.3 FOR CRS
    Usually for any CPU we issue opatch apply from the patch directory.
    and its mentioned in the readme.html as well.
    But for this one off patch, there isn't anything mentioned in the readme.html.
    All it says is
    #  6. Patch the Files
    #    6.1 Patch the CRS home files
    #    After unlocking any protected files and saving configuration settings
    #    you are now ready to run opatch using the following command.
    #    As the Oracle Clusterware (CRS) software owner;
    #    % opatch apply -local -oh <CRS_HOME>
    #    Note: In configuration A, invoke this only on one node.
    #    6.2 Patch the RDBMS home files.
    #    Alert: The RDBMS portion can only be applied to an RDBMS home that
    #          has been upgraded to 10.2.0.3.0.
    #    For additional information please read Note.363254.1;
    #    Applying one-off Oracle Clusterware patches in a mixed version home
    #    environment
    #    As the RDBMS software owner;
    #    % opatch apply custom/server/5749953 -local -oh <RDBMS_HOME>
    #    Note: In configuration A, invoke this only on one node.Could someone let me know from where i should give 'opatch apply' if patch.zip files are unzipped in /export/home/oracle/5749953  ? TIA,
    JJ

    The patch can always be installed in 2 ways.
    1. Do a cd and then run opatch
    cd <patchlocation>
    opatch apply
    2. Else specify the patch location as an argument
    opatch apply <full path to the patch i.e the one you do cd above> ...
    Both the above styles yield same result.
    VJ

  • Sqlcxt function results in SIGBUS error durring runtime

    I am running a daemon compiled with gcc and proc compiler.It
    gets a SIGBUS error after we upgraded from 8.1.5 to 8.1.7.I was
    able to find that the failure occuered on sqlcxt call.
    The end result is a SIGBUS ERROR 10 and a core.
    --- core interpreted by gdb as below ---
    #0 0xc01810dc in _sigfillset () from /usr/lib/libc.2
    #0 0xc01810dc in _sigfillset () from /usr/lib/libc.2
    (gdb) where
    #0 0xc01810dc in _sigfillset () from /usr/lib/libc.2
    #1 0xc01818bc in _memcpy () from /usr/lib/libc.2
    #2 0xc017e3dc in _memset () from /usr/lib/libc.2
    #3 0xc0183d1c in realloc () from /usr/lib/libc.2
    #4 0xc318bbcc in sqlrlc () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #5 0xc319b5a8 in sqlcopybnd () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #6 0xc319baa8 in sqlrbd () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #7 0xc319cc04 in sqlatm () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #8 0xc3186b84 in ?? () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #9 0xc3181408 in sqlcmex () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #10 0xc3181ab0 in sqlcxt () from
    /usr/local/oracle/current_oracle/lib/libclntsh.sl.8.0
    #11 0x26e78 in AcsesQFuncByStateId (a_in_string_p=0x400591a8
    "M03510001", a_out_string_p=0x406e7fa8 "",
    a_record_count_p=0x680f0a14, a_outLength=8480) at
    AcsesFuncStateId.c:2891
    #12 0x70ec in CallQByStateId (a_inString_p=0x400591a8
    "M03510001", a_outString_p=0x406e7fa8 "",
    a_recordCount_p=0x680f0a14,
    a_retMessage_p=0x680f0ae8 "", a_recvLength=8480) at
    AcsAppServerCalls.c:178
    #13 0x52d0 in ChatsAppServerCalls (a_serviceName_p=0x40059178
    "FQBYSTID", a_inString_p=0x400591a8 "M03510001",
    a_outString_p=0x406e7fa8 "", a_recordCount_p=0x680f0a14,
    a_retMessage_p=0x680f0ae8 "") at ChatsAppServerCalls.c:79
    #14 0x48fc in main (argc=1, argv=0x680f083c) at
    ChatsAppServer.c:393
    --- core ends ---
    Please let me know if anyone knows the solution for avoiding the
    sigbus.A patch or workaround will help.
    Thanks
    mahesh

    If you look at the JDK code you will see that invariably there is a Java wrapper for each native function that does all the sanity checking it possibly can, and maybe also rearranges the output, so that the native function is only ever called with correct arguments. It's a lot easier to do the checks in Java and if you forget one it's a lot quicker to just add it to the Java code.

  • Handle Idoc errors through workflow

    How  to handle inbound idoc  errors  through  workflow and How  to handle outbound idoc  errors  through  workflow
    Thanks,
    Asha

    in transaction SALE go to menu Basic Settings/Perform Automatic Workflow Customizing
    then in WE46 you can assign a workflow task to various errors
    in partner profiles (WE20) you can assign post processing agent per partner/message type

  • SIGBUS error

    Hi,
    I've got an issue when using an ethernet control surface with Digital Performer 7.22. Whilst this is neither a DP nor Euphonix/Avid forum, having done some googling I've found that the error I'm getting is associated with many other applications on Mac OSX (involving the same symptom of crashing/quitting unexpectedly).
    The error occurs specifically when changing between chunks in DP when I have the Euphonix MC Mix hooked up and controlling DP. It completely crashes unexpectedly when I change to a new chunk within a sequence. The error report I am getting is as follows:
    Exception Type:  EXC_BAD_ACCESS (SIGBUS)
    Exception Codes: KERN_PROTECTION_FAILURE at 0x0000000000000000
    Crashed Thread:  27
    Thread 27 Crashed:
    0   ???                                     0000000000 0 + 0
    1   com.Euphonix.MotuEuConAdapter           0x22f3abf9 boost::function0<bool, std::allocator<boost::function_base> >::operator()() const + 41
    2   com.Euphonix.MotuEuConAdapter           0x22f3a6f5 ProducerConsumer::CallbackConsume(QueueManager::CallbackElem*) + 69
    3   com.Euphonix.MotuEuConAdapter           0x22f36958 EuphonixSurface::ConsumeFunction() + 792
    4   com.Euphonix.MotuEuConAdapter           0x2302cb46 boost::function0<void, std::allocator<boost::function_base> >::operator()() const + 34
    5   com.Euphonix.MotuEuConAdapter           0x2302cabf thread_proxy + 99
    6   libSystem.B.dylib                       0x94e61819 _pthread_start + 345
    7   libSystem.B.dylib                       0x94e6169e thread_start + 34
    I am not knowledgable enough to discern anything from the Crash Log, but someone here might. Any ideas?
    Have checked all software and ensured it is up to date. Have also tried whilst connected to the internet and otherwise. Have also reinstalled software numerous times. The same symptom on other machines as well.
    As I mentioned, having done a google search I've found many other users with similar crash reports and same unexpected quitting. For this reason, I suspect its not a DP/Euphonx-specific issue, but a Mac OS issue.
    Running 10.6.8
    Thanks for any advice.
    Steve

    Without getting too technical, a SIGBUS error occurs when a program or driver attempts to access memory that doesn't exist, or at an address that's not good (no longer valid). This is a very common error and generally the result of failing to initialize a variable in some code, or failing to check the results that are returned from a function to verify that it worked properly.
    This isn't an OS X error, per se. OS X simply catches the mistake and terminates the program that caused it because when it occurs, the processor simply can't continue processing the program instructions.
    In this case, it looks like Euphonix driver attempted to access memory at address 0. More specifically, it looks as though the ConsumeFunction() call attempted to execute a function pointed to by a CallbackElem pointer, and this pointer had a null-value (presumably because whatever process assigned the CallbackElem pointer failed).
    Address 0 is always an invalid address, and this means that somewhere in the driver, the driver's programmer failed to initialize a variable, or received an address as the result of some call/operation and never checked to see if it worked. This is a bug in the driver, and you need to report it to them. You will probably need to provide information about your hardware, OS version, other software, and anything you do that can reproducibly trigger the error.

  • Script error through ODI

    Hi,
    I am calling a Python script from odi through odi os command.
    But if an error occurs internally in the script the ODI is unable to show that error in the Opertor .It is simply showing "Odi os command returns 1".
    The error file is made at different location.
    But i need to show all the script error through odi operator.
    Is there any utility or something like that which can catch the error and shows through odi operator.
    Please reply....
    Thanks

    Is there a difference between print and raise.
    I ran the code with raise but it is showing error like:
    org.apache.bsf.BSFException: exception from Jython:
    SyntaxError: ("mismatched input 'raise' expecting INDENT", ('<string>', 4, 0, 'raise ("\\n\\n\\n Match found \\n\\n\\n")\n'))
         at org.apache.bsf.engines.jython.JythonEngine.exec(JythonEngine.java:146)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.execInBSFEngine(SnpScriptingInterpretor.java:346)
         at com.sunopsis.dwg.codeinterpretor.SnpScriptingInterpretor.exec(SnpScriptingInterpretor.java:170)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.scripting(SnpSessTaskSql.java:2457)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:47)
         at oracle.odi.runtime.agent.execution.cmd.ScriptingExecutor.execute(ScriptingExecutor.java:1)
         at oracle.odi.runtime.agent.execution.TaskExecutionHandler.handleTask(TaskExecutionHandler.java:50)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.processTask(SnpSessTaskSql.java:2906)
         at com.sunopsis.dwg.dbobj.SnpSessTaskSql.treatTask(SnpSessTaskSql.java:2609)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatAttachedTasks(SnpSessStep.java:537)
         at com.sunopsis.dwg.dbobj.SnpSessStep.treatSessStep(SnpSessStep.java:453)
         at com.sunopsis.dwg.dbobj.SnpSession.treatSession(SnpSession.java:1740)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$2.doAction(StartSessRequestProcessor.java:338)
         at oracle.odi.core.persistence.dwgobject.DwgObjectTemplate.execute(DwgObjectTemplate.java:214)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.doProcessStartSessTask(StartSessRequestProcessor.java:272)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor.access$0(StartSessRequestProcessor.java:263)
         at oracle.odi.runtime.agent.processor.impl.StartSessRequestProcessor$StartSessTask.doExecute(StartSessRequestProcessor.java:822)
         at oracle.odi.runtime.agent.processor.task.AgentTask.execute(AgentTask.java:123)
         at oracle.odi.runtime.agent.support.DefaultAgentTaskExecutor$2.run(DefaultAgentTaskExecutor.java:82)
         at java.lang.Thread.run(Thread.java:662)
    ------------------------------------------------------------------------------------------------------------------------------------

  • Tux-6.5 (no patches) BBL crashes with SIGBUS error

    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a sudden, in
    the last couple of days we wre finding that the BBL process crashes with SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem. We
    tried to follow the BBL process to see what was happening and the output at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC, 0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732) = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL], partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address: 0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel level
    changes have been applied in the last 31 days at least. I would appreciate it
    very much if someone could point me in the right direction to understand why we
    are getting the BBL crashing.

    If you were to contact BEA Customer Support with a problem like this, the first
    thing they would tell you is to get the latest rolling patch. It is possible
    that this is a problem that was resolved in a patch and people do not want to
    spend time looking into a problem that was solved by somebody else.
    That said, when a system that was running for a long time starts having trouble,
    there has to be something that is different. A few ideas: a disk might be full
    or your system is low on memory. Does the problem exist after a reboot?, Did
    you change the size of your application? Can you restore a save of the state
    of your application before you started having the problem? How about the whole
    system? Are there any new applications running that will change the usage of
    memory or message queues?
    I did a quick look at the patchlev file for Tux 6.5 and there were a number of
    problems with the BBL fixed over the years. Several have involved crashes. Some
    of the problems are quite subtle and you have to be lucky (or unlucky) to hit
    them. It is possible you were running "for a long time" and were just lucky to
    be avoiding the problem.
    What this comes down to is that crashes of the BBL are particularly disturbing
    and I recommend getting the latest rolling patch. If the problem persists, I
    suggest filing a case with Customer Support.
    Regards,
    /RC Bryan
    "Love Kisslay" <[email protected]> wrote:
    >
    Hi,
    We have been using tuxedo 6.5 on HP-UX 11i for a long time. All of a
    sudden, in
    the last couple of days we wre finding that the BBL process crashes with
    SIGBUS
    error. Nothing is written into the ULOG to indicate what caused the problem.
    We
    tried to follow the BBL process to see what was happening and the output
    at the
    time of the crash is:
    06/30/03 - 12:55:12 unlink("/var/tmp/TUXFTFa09561") ...... = 0
    06/30/03 - 12:55:12 time(0) .............................. = 1056974112
    06/30/03 - 12:55:12 getpid() ............................. = 9561 (1)
    06/30/03 - 12:55:12 saccess("/var/tmp/vtda09561", F_OK) .. ERR#2 ENOENT
    06/30/03 - 12:55:12 lstat("/var/tmp/vtda09561", 0x68af6c78) ERR#2 ENOENT
    06/30/03 - 12:55:12 open("/var/tmp/vtda09561", O_WRONLY|O_CREAT|O_TRUNC,
    0666)
    = 10
    06/30/03 - 12:55:12 write(10, "100202\0\0\0\0@ \00302c7\0\0\0\0".., 61732)
    = 61732
    06/30/03 - 12:55:12 close(10) ............................ = 0
    06/30/03 - 12:55:12 msgsnd(197319, 0x400b2148, 54, IPC_NOWAIT|0) = 0
    06/30/03 - 12:55:12 Received signal 10, SIGBUS, in user mode, [SIG_DFL],
    partial
    siginfo
    06/30/03 - 12:55:12 Siginfo: si_code: I_NONEXIST, faulting address:
    0x3b5,
    si_errno: 0
    06/30/03 - 12:55:12 PC: 0xc0196af3, instruction: 0x495a0008
    06/30/03 - 12:55:13 exit(10) [implicit] .................. WIFSIGNALED(SIGBUS)|WCOREDUMP
    I have no idea what is causing the crash. We know for sure that no kernel
    level
    changes have been applied in the last 31 days at least. I would appreciate
    it
    very much if someone could point me in the right direction to understand
    why we
    are getting the BBL crashing.

Maybe you are looking for

  • PDF Download in IE 5.5

    I am facing a peculiar problem, regarding Saving PDF to client machine. I am trying to save the pdf file by popping up a Save As dialogue box. This works fine with IE 6.0 and IE 5.5 (basic), but in IE 5.5 SP1,2 the browser opens a Save as Dialogue bo

  • BUG: Cannot import video - dynamiclinkmediaserver has encountered an error

    I'm receiving this error in LR4.1 RC. I was also receiving it when LR4.0 was installed. It's on a mac. [/Volumes/BuildDisk/builds/DynamicLinkMediaServer1/main/shared/adobe/MediaCore/ASL/Foundat ion/Make/Mac/../../Src/DirectoryRegistry.cpp-283] How do

  • Problem identifying name of device connected to port ???

    Hi I am new to Java communications , actually my requirement is identifying USB port , for ex: when i am trying to connect (to desktop/laptop ) using tata indicom USB and when removing connection i need to identify that device based on that i have to

  • BO 3.1 SP3 - "Execution Time" query for reports has been changed?

    Hi, We can see BO XI 3.1 SP3, the execution time for a report is faster. is it using BOXI Enterprise APIs to determine the start and end? How is calculated? thx aurora

  • Questions about tabs, spaces and indenting

    I tried to find some information about this in the forum, but I didn't succeed (perhaps I failed at the search). My apologies if this a trivial topic, but as I'm in the learning process of programming (I started with Python and php myself, and Pascal