Unknown dbx warning

Hi all,
can someone explain me, what the reason for the dbx warning: "can't find symbolic information for thrown type (missing N_LSYM/YR stab?)" is. It show up on a Solaris 2.8 machine, when I debug a C++ program.
uname -a
SunOS sun4 5.8 Generic_108528-24 sun4u sparc SUNW,Ultra-80
Thanks in advance
Arno

This message is about missing (or possibly corrupt) debugger information. Which version of dbx and compiler do you use?
Also, it would be of great help if you can post reasonably small testcase for this problem here.
Thanks!

Similar Messages

  • Dbx: warning

    Hi all,
    Current I am using Sun Solaris 5.8 and oracle database 9.2.0.2. I am getting following message when running myexe from dbx.
    ==============================
    t@1 (l@1) terminated by signal SEGV (no mapping at the fault address)
    0xfe642384: realfree+0x0070: ld [%i0 + 0x8], %o2
    Current function is lookup_MFG_AREA_SK
    dbx: warning: File `/home/SRC/prod/Solaris8/9.2.0.2/common/sqlutl/LoaderUtils.c' has been modified more recently than `LoaderUtils.o'
    ===============================
    1. I am running my executable from this path `/home/SRC/prod/Solaris8/9.2.0.2/src/`
    2. myexe.pc has been build (linked) using
    `/home/lib/LoaderUtils.o`
    3. Loaderutils.o has been build by "/home/SRC/prod/Solaris8/9.2.0.2/common/sqlutl/LoaderUtils.pc"
    Can someone help me. Thanks in advance.
    Regards
    Ravi

    The dbx command "module -v LoaderUtils.o"
    should give more information about that
    specific module.
    (dbx) module -v t.o
    Module: t.o
    Language: c
    Debugging information: read [stabs version: 0.0]
    Source file: /home/quenelle/t.c
    Object file (original) : /home/quenelle/t.o
    Object file (using) : cannot find file (see `help pathmap')
    Loadobject: /home/quenelle/a.out
    Also, use "ls -la" to check the time stamps on all
    the related files to double check if something strange
    is going on in your build someplace.

  • RDS - Remove Unknown Publisher warning?

    I found an article that shows how to remove the Unknown Publisher warning.  See
    Here.
    The suggested GPO setting is below.  But so far, I cannot get an instance to not show the publisher warning.  Any suggestions? 
    Computer Configuration/Administrative Templates/Windows Components/Terminal Server/Remote Desktop Connection Client
    Enabled "Specify SHA1 thumbprints of certificates representing trusted .rdp publishers" policy and entered SHA1 thumbprint from the certificate >for example, that is " bb e6 3e a6 7f 9c 46 9f 5a d4 e8 1d d4 44 e1 84 02 86 51 e0"
        (opened Certificate mmc > double clicked on the customer's certificate "xxx.xxx.com" > clicked on the "detail" tab > searched for thumbprint as " bb e6 3e a6 7f 9c 46 9f 5a d4 e8 1d d4 44 e1 84 02 86
    51 e0" > copied it and saved on a notepad.)

    Hi,
    Do you have a trusted certificate configured to sign the .rdp files?  For example, on Server 2012/2012 R2 in Server Manager -- RDS -- Overview -- Tasks -- Edit Deployment Properties -- Certificates tab you would have a certificate issued by a trusted
    public authority such as GoDaddy, Thawte, Comodo, GeoTrust, etc. assigned to RD Connection Broker - Publishing.  If you are using Server 2008 R2 you would configure the certificate used for digital signing in RemoteApp Manager on the RDSH server that
    is set as the source for RD Web Access.
    If you have a trusted certificate configured for signing your .rdp files you should not get an Unknown Publisher warning when launching RemoteApps from RD Web Access or RemoteApp and Desktop Connections.  The warning should be something similar to a
    website wants to run a RemoteApp program or similar message, and it should show you the publisher, which will be the subject of your trusted certificate.
    Once you are not receiving the Unknown Publisher warning, please verify that you have set the correct thumbprint for the trusted certificate you are using to sign your .rdp files via group policy setting on
    the client PCs.  There should be no spaces in the thumbprint.
    Thanks.
    -TP

  • Unknown Software Warning

    Hi,
    One of my clients tells me that when she goes to open my exe files, she is getting a warning that says "unknown software."  I have never encountered that before and wondered if any of you have.
    As usual, thanks in advance for your help.  You guys are great!!
    Gary

    Hi Gary
    Off the top of my bald head I'd be suspicious of whatever virus software is being used. I would think if it were a generic Captivate thing, we would see many more reports of issues such as this.
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • How to mute: warning - @ABC-XYZ is an unknown tag ?

    Hello,
    I am using Java 1.4.2, XDoclet 1.2.2 and Ant 1.6.2.
    When I put the ejbdoclet tags in my java source file for my bean
    and then run javadoc through Ant I get the following warnings:
    warning - @ejb.interface-method is an unknown tag.
    warning - @ejb.ejb-ref is an unknown tag.
    warning - @jonas.ejb-ref is an unknown tag.
    warning - @jboss.ejb-ref-jndi is an unknown tag.
    warning - @weblogic.ejb-reference-description is an unknown tag.
    I have defined following tags (bellow) for mute all xdoclet tag
    warnings, but it seems all tags containing minus (-) char within
    the name are problematic and warnings occured in spite of that.
    <tag name="ejb.bean" scope="all" description="XDoclet tag:" />
    <tag name="ejb.home" scope="all" description="XDoclet tag:" />
    <tag name="ejb.interface" scope="all" description="XDoclet tag:" />
    <tag name="ejb.interface-method" scope="all" description="XDoclet tag:" />
    <tag name="ejb.ejb-ref" scope="all" description="XDoclet tag:" />
    <tag name="ejb.transaction" scope="all" description="XDoclet tag:" />
    <tag name="jonas.bean" scope="all" description="XDoclet tag:" />
    <tag name="jonas.ejb-ref" scope="all" description="XDoclet tag:" />
    <tag name="jboss.ejb-ref-jndi" scope="all" description="XDoclet tag:" />
    <tag name="weblogic.ejb-reference-description" scope="all" description="XDoclet tag:" />
    Warnings don't show for tags without minus (-) char in the tag name (for
    example for ejb.bean, ejb.home, etc.)
    Is there possibility to mute warnings for tags that contain (-)
    char in the name?
    Thank you in advance for your advice,
    with best regards,
    Julian Legeny

    I have try to use backslash, for example
    <tag name="ejb.interface\-method" scope="all" description="XDoclet tag:" />
    but it doesn't solve the problem.
    With best regards,
    Julian Legeny

  • Dbx: internal warning: Unable to get fun table addr in librtc.so

    Hi
    I am trying to resolve a memory leak in my program.
    getting the following errors:
    leaks checking - ON
    RTC: Enabling Error Checking...
    dbx: internal warning: Unable to get fun table addr in librtc.so
    dbx: Error checking initialization failed. All error checking disabled.
    dbx: warning: Error checking initialization failed.
    followed the following steps.
    1. setenv LD_PRELOAD /opt/SUNWspro/lib/librtc.so
    2. Ran the program. the program forks a child process.
    3. Attached to the child process.
    4. issued check -leaks, results in following error.
    Attached to process 13954
    stopped in _read at 0xfeb9e880
    0xfeb9e880: _read+0x0008: ta 0x8
    dbx: internal warning: set_error_limit called too early
    (dbx) check -leaks
    leaks checking - ON
    RTC: Enabling Error Checking...
    dbx: internal warning: Unable to get fun table addr in librtc.so
    dbx: Error checking initialization failed. All error checking disabled.
    dbx: warning: Error checking initialization failed.
    (dbx)
    dbx version:
    Sun Dbx Debugger 7.1 Patch 112758-02 2003/11/12
    System Info
    Operating System: SunOS Release 5.8 Generic_117350-04
    Type:SUNW, UltraAX-i2; sparc; sun4u
    Any hints welcome.
    Thanks
    Bhaskar Mathur

    Replied
    Rose

  • Load a java program core in dbx

    Hi Guys,
    I have a core of a Java program which is writen in a mix mode means that at higher level we have Java code then for native call we have JINI calls. So we have a core of this application and we are not able to see the code written in Java. Also do we have any other debugger which can be used to debug this core. Below is the snapshot of the stack we have
    bash-3.00$ /users/SUNWspro12/bin/dbx
    (dbx) source pathmaps
    (dbx) debug -f java core
    (dbx) where
    Here JINI code is visible
    [15] 0xf9c0ba3c(0xf27dd058, 0xb7, 0x0, 0xc, 0xf1a20000, 0xfc67f450), at 0xf9c0ba3c
    [16] 0xf9c05c64(0xf27dd058, 0xb6, 0xfc67f5bc, 0xf9c146e0, 0xc9db8, 0xfc67f4d8), at 0xf9c05c64
    [17] 0xf9c05c64(0xf27dd058, 0xb6, 0xfc67f63c, 0xf9c144d0, 0xf9c0aae0, 0xfc67f558), at 0xf9c05c64
    [18] 0xf9c05c64(0xfc67f8c8, 0xfc67f77c, 0xfc67f7d4, 0xf9c144d0, 0xc9db8, 0xfc67f5e0), at 0xf9c05c64
    [19] 0xf9c00118(0xfc67f6c8, 0xfc67f8d0, 0xa, 0xf5c2a110, 0xf9c0aae0, 0xfc67f7dc), at 0xf9c00118
    [20] JavaCalls::call_helper(0xfc67f8c8, 0xfc67f77c, 0xfc67f7d4, 0xc9db8, 0xc9db8, 0xfc67f9c0), at 0xfecc8448
    [21] jni_invoke_nonstatic(0xb24ac, 0x0, 0xca380, 0xff005eb0, 0xb24a0, 0xfc67f8ac), at 0xfecdb1f8
    [22] jni_CallVoidMethod(0xc9e4c, 0xfc67fa24, 0xb24a0, 0xff0037c8, 0xcaab8, 0xfc67f9c0), at 0xfed95410
    [23] Java_java_lang_ref_Finalizer_invokeFinalizeMethod(0xc9e4c, 0xfc67f9a8, 0xfc67fa24, 0xf9c147f0, 0xc9db8, 0x0), at 0xfe9de928
    [24] 0xf9c0ba3c(0xf27dd058, 0xb8, 0xfc67fa28, 0x4, 0xf27dc3b0, 0xfc67f9c0), at 0xf9c0ba3c
    [25] 0xf9c05c64(0xf27dc3b0, 0xb7, 0xfc67fb24, 0xf9c147f0, 0xc9db8, 0xfc67fa50), at 0xf9c05c64
    [26] 0xf9c05c64(0xf27dc3b0, 0xb8, 0xfc67fba4, 0xf9c14690, 0xf581ea70, 0xfc67fac8), at 0xf9c05c64
    [27] 0xf9c05c64(0xfc67fe90, 0xfc67fcf8, 0xfc67fdb0, 0xf9c147f0, 0xc9db8, 0xfc67fb48), at 0xf9c05c64
    [28] 0xf9c00118(0xfc67fc30, 0xfc67fe98, 0xa, 0xf5850078, 0xf9c0aae0, 0xfc67fdb8), at 0xf9c00118
    [29] JavaCalls::call_helper(0xfc67fe90, 0xfc67fcf8, 0xfc67fdb0, 0xc9db8, 0xc9db8, 0xfc67fd08), at 0xfecc8448
    [30] JavaCalls::call_virtual(0xfeff0000, 0xca360, 0xfc67fda4, 0xfc67fda0, 0xfc67fdb0, 0xc9db8), at 0xfecd6de4
    [31] JavaCalls::call_virtual(0xfc67fe90, 0xfc67fe8c, 0xfc67fe84, 0xfc67fe7c, 0xfc67fe74, 0xc9db8), at 0xfecd6c70
    [32] thread_entry(0xc9db8, 0xc9db8, 0x8cb70, 0xca360, 0x319568, 0xfecd69fc), at 0xfecd6bf8
    [33] JavaThread::run(0xc9db8, 0xffffffe2, 0xff00f7d8, 0xffff8000, 0x0, 0x0), at 0xfecd6a24
    [34] _start(0xc9db8, 0xfc680000, 0x0, 0x0, 0xfecc6ba8, 0x1), at 0xfecc6cdc
    How to check the varible in this code frame as I am getting this error when I try to check state of some variable
    (dbx) frame 15
    0xf9c0ba3c: call %o0
    (dbx) print _rep
    dbx: warning: unknown language, 'c' assumed
    dbx: "_rep" is not defined in the scope `java`(unknown)`
    dbx: see `help scope' for details
    Any pointer in this regard will be a great help.

    Java debugging requires an active agent to interface with the debugger.
    Since a corefile is not active it cannot run an agent, so no Java corefile
    debugging with dbx.
    There exist lighter weight "agents" that 'pstack' on Solaris for example uses
    but we haven't looked into using it. I recall from early experimentation
    that it was supposed to help with corefiles too but while pstack
    on newer Solarises can detect Java frames in a live process it still
    misses them with VM coredumps.

  • Issue in enabling dbx rtc for memory leak analysis

    Any help on this is highly appreciated ...
    Following is the issue:
    pass@odcsmoke1> dbx -C xfer
    changes (topic)
    The major new features of this release relative to 6.1 are:
    o The dbx environment variable "rtc_use_traps" has been removed.
    Traps are used automatically as long as the hardware is UltraSparc.
    o There is now some basic support for looking at core files from
    different versions of Solaris. See `help core mismatch' for details.
    o Stepping to a specific function support. See `help step to' for details.
    o Fortran intrinsics support on Intel has been removed.
    o Dbx automatically translates some old dbxenv variables to their new
    names. See `help dbxenv' for details.
    o The default command-line editing mode is now emacs. See "How do I enable
    command-line editing?" in FAQ for details (`help FAQ').
    o Two new collector commands have been implemented: `pause' and `resume'.
    See `help collector' for details.
    o The collector enable_once command has been removed.
    o The collector store command has been extended to include experiment groups.
    See also `help changes61'
    To suppress this message, add the following line to your .dbxrc file:
    dbxenv suppress_startup_message 6.2
    Reading xfer
    Reading ld.so.1
    Reading librtc.so
    Reading libm.so.1
    Reading libnsl.so.1
    Reading libresolv.so.2
    Reading libc.so.1
    Reading libgen.so.1
    Reading libdl.so.1
    Reading librt.so.1
    Reading libpthread.so.1
    Reading libthread.so.1
    Reading libsocket.so.1
    Reading libxfermain.so
    Reading libpass.so
    Reading libarsapic.so
    Reading libarsrecordc.so
    Reading libiaconfig.so
    Reading libarsconfig.so
    Reading libclientsock.so
    Reading libaio.so.1
    Reading libmd5.so.1
    detected a multithreaded program
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) check -all
    access checking - ON
    memuse checking - ON
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) check -leaks
    leaks checking - ON
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) stop in main
    More than one identifier 'main'.
    Select one of the following:
    0) Cancel
    1) `xfer`xfer.c`main
    2) `libxfermain.so`xfer.c`main
    a) All
    1(2) stop in main
    -d ecpix.conf -g y -P n <
    Running: xfer -f rbi_1.cfg -d ecpix.conf -g y -P n
    (process id 33)
    dbx: warning: A threaded program is not initializing libthread first!
    */opt/SUNWspro/WS6U2/lib/dbxruntime/librtc.so came before it.*
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libc.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libnsl.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libsocket.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libresolv.so.2 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libgen.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libaio.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/libmd5.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /lib/librt.so.1 came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libpass.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libclientsock.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libarsrecordc.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libiaconfig.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libarsapic.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libarsconfig.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/lib/sparc-sun-solaris2.8/libxfermain.so came before it.
    dbx: warning: A threaded program is not initializing libthread first!
    /usr/pass/etc/xfer came before it.
    stopped in main at line 461 in file "xfer.c"
    461 CHAR *Etc_Dir="/usr/pass/etc/";
    (/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx) showmemuse
    dbx: warning: check -leaks/-memuse must be issued before the run command for showmemuse to be used(/opt/SUNWspro/bin/../WS6U2/bin/sparcv9/dbx)
    pass@odcsmoke1> uname -a
    SunOS odcsmoke1 5.10 Generic_118822-30 sun4u sparc SUNW,Sun-Fire-V250

    Andrew is right, dbx 6.2 is very old; technically, it is supported on Solaris 10, but as you can see for yourself, there are issues to be fixed.
    Only limited support is available for this version, so if you have a support contract, please report this problem through the support channel. Better yet (and in case if you don't have support contract), upgrade to a more modern version. Since you are on Solaris 10, I'd recommend latest version of Sun Studio - 12 update 1; it is free for all uses and can be downloaded from here: http://developers.sun.com/sunstudio/downloads/.
    Should you have any questions about the upgrade, please post it here.

  • Studio 12 DBX  internal error while memcheck is on.

    bash-3.00$ dbx -xexec32
    For information about new features see `help changes'
    To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrc
    (dbx) -rwxr-xr-x 1 orbit osgrp1 1.2M Dec 26 17:18 <my_processnmae>
    -rwxr-xr-x: not found
    (dbx) dbxenv mt_sync_tracking off
    (dbx) attach 6792 <this is pid>
    Reading <my_processname>
    Reading ld.so.1
    Reading librtc.so
    Reading libmapmalloc.so.1
    Reading libcurses.so.1
    Reading libnsl.so.1
    Reading libsocket.so.1
    Reading libelf.so.1
    Reading libcrypt_i.so.1
    Reading libpthread.so.1
    Reading libdl.so.1
    Reading librt.so.1
    Reading libc.so.1
    Reading libgen.so.1
    Reading libaio.so.1
    Reading libmd5.so.1
    Reading libc_psr.so.1
    Reading library_name**
    Reading library_name**
    Attached to process 6792 with 3 LWPs
    t@1 (l@1) stopped in soaccept at 0xff040314
    0xff040314: soaccept+0x0004: ta %icc,0x00000008
    Current function is Tcp_receive
    284 if ((th_data->sockfd = accept (sockfd, (struct sockaddr *)&clientaddr,&length)) == -1)
    (dbx) check -access
    access checking - ON
    RTC: Enabling Error Checking...
    RTC: Running program...
    (dbx) cont
    RTC: internal RTC error -- disabling Error Checking file: rtc_heap_map.c line: 697
    ^Ct@2 (l@2) signal INT (Interrupt) in ___sigtimedwait at 0xff040220
    0xff040220: ___sigtimedwait+0x0004: ta %icc,0x00000008
    Current function is sig_thr
    1256 sigwait (&glb_sigact, &signal_alr);
    (dbx) version
    Machine hardware: sun4u
    OS version: 5.10
    Processor type: sparc
    Hardware: SUNW,Sun-Fire-280R
    The following components are installed on your system:
    Sun Studio 12
    Sun Studio 12 C Compiler
    Sun Studio 12 C++ Compiler
    Sun Studio 12 Tools.h++ 7.1
    Sun Studio 12 C++ Standard 64-bit Class Library
    Sun Studio 12 Garbage Collector
    Sun Studio 12 Fortran 95
    Sun Studio 12 Debugging Tools (including dbx)
    Sun Studio 12 IDE
    Sun Studio 12 Debugger GUI
    Sun Studio 12 Performance Analyzer (including collect, ...)
    Sun Studio 12 X-Designer
    Sun Studio 12 VIM editor
    Sun Studio 12 XEmacs editor
    Sun Studio 12 Performance Library
    Sun Studio 12 LockLint
    Sun Studio 12 Building Software (including dmake)
    Sun Studio 12 Documentation Set
    Sun Studio 12 /usr symbolic links and GNOME menu item
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/cc": Sun C 5.9 SunOS_sparc 2007/05/03
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/CC": Sun C++ 5.9 SunOS_sparc 2007/05/03
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/f90": Sun Fortran 95 8.3 SunOS_sparc 2007/05/03
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/dbx": Sun Dbx Debugger 7.6 SunOS_sparc 2007/05/03
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/analyzer": Sun Analyzer 7.6 SunOS_sparc 2007/05/03
    version of "/opt/SunStudio12/SUNWspro/bin/../prod/bin/../../bin/dmake": Sun Distributed Make 7.8 SunOS_sparc 2007/05/03
    any Idea ?
    am i doing something wrong here. ? I want to check memory leak. ?
    -Raxit

    With hope if its bug, below may helpful.
    (dbx) (dbx) (dbx) quit
    detaching from process 6792
    dbx: internal warning: function (__rtc_release_heap_region) called too early (preloading)
    t@3 (l@3) signal SEGV (no mapping at the fault address) in _sleep at 0xff0330f0
    0xff0330f0: _sleep+0x0078:      ldsb     [%o3 - 3005], %o2
    Current function is scansessionisam_thr
    1362 sleep (cfg_sec_shm_scantime); /*SCF no 10750 */
    execution completed, exit code is 4982056
    dbx: internal warning: rtc: _syscall: failed
    dbx: warning: librtc.so and dbx version mismatch; Error checking disabled
    Check your installation of librtc.so.
    dbx: internal warning: rtc: munmap of patch area of segment '/usr/lib/libmapmalloc.so.1' failed
    dbx: internal error: signal SIGSEGV (no mapping at the fault address)
    dbx's coredump will appear in /tmp
    ls -lrAbort (core dumped)
    bash-3.00$ pstack /tmp/core
    core '/tmp/core' of 6794: dbx -xexec32
    ff1c0f90 lwpkill (6, 0, ff1a4a98, ffffffff, ff1e8284, 6) + 8
    ff13ff98 abort (0, 1, 377d74, a83f0, ff1eb298, 0) + 110
    000b5bf8 ???????? (b, 3c4400, 4575a1, 38b1f4, 37eabe, 1)
    ff1bfec8 __sighndlr (b, ffbff408, ffbff150, b59ec, 0, 1) + c
    ff1b4ff4 call_user_handler (b, 0, 8, 0, ff252000, ffbff150) + 3b8
    001aef98 __1cGRtcMgrShandle_proc_detach6M_v_ (47d670, 5dd2a8, 38, 396000, 4c0498, 38) + d8
    0018f850 __1cEProcGdetach6Mbbbb_v_ (4c0468, 467400, 466400, 0, 3ae2ac, 0) + 19c
    000b8c68 ???????? (47e6f8, 0, 0, 0, 0, 1)
    00289d94 __1cMpdksh_c_exit6FpnGInterp_ippcpv_i_ (47e6f8, 0, 876890, 0, 0, 466000) + a8
    0015fbf4 ???????? (47e6f8, 1, 876890, 0, 877b78, 0)
    002857a0 ???????? (47e6f8, 877b78, 877b58, 876890, 0, 467708)
    0028468c __1cNpdksh_execute6FpnGInterp_pnCop_i_i_ (47e6f8, 49bab8, 0, 277c50, 47e6f8, 38b1f4) + 194
    002735e0 __1cLpdksh_shell6FpnGInterp_pnGSource__i_ (47e6f8, 49e098, 465628, 446f54, 3d9625, 3d962c) + 46c
    000b90d4 __1cNmain_cmd_loop6FpnGInterp__v_ (47e6f8, 37f400, 3ca2a4, 446f70, 3ca000, 3ca000) + 88
    000b9e60 main (37e400, 0, 40, 47e6f8, 37f7c8, 1) + 750
    000af268 _start   (0, 0, 0, 0, 0, 0) + 108
    bash-3.00$
    bash-3.00$ dbx /opt/SunStudio12/
    SUNWspro/ uninstall_Sun_Studio_12.class
    bash-3.00$ dbx /opt/SunStudio12/SUNWspro/bin/dbx /tmp/core
    For information about new features see `help changes'
    To remove this message, put `dbxenv suppress_startup_message 7.6' in your .dbxrc
    Reading dbx
    core file header read successfully
    Reading ld.so.1
    Reading libintl.so.1
    Reading libnsl.so.1
    Reading libsocket.so.1
    Reading libdl.so.1
    Reading libgen.so.1
    Reading libw.so.1
    Reading libm.so.1
    Reading libc.so.1
    Reading libc_psr.so.1
    Reading libcpc.so.1
    Reading libpctx.so.1
    Reading libnvpair.so.1
    Reading libdevinfo.so.1
    Reading libproc.so.1
    Reading librtld_db.so.1
    Reading libelf.so.1
    Reading libctf.so.1
    program terminated by signal ABRT (Abort)
    0xff1c0f90: __lwp_kill+0x0008: bcc,a,pt %icc,__lwp_kill+0x18 ! 0xff1c0fa0
    (dbx) threads
    dbx: thread related commands not available
    (dbx) where
    =>[1] __lwp_kill(0x0, 0x6, 0x0, 0x6, 0xfc00, 0x0), at 0xff1c0f90
    [2] raise(0x6, 0x0, 0xff1a4a98, 0xffffffff, 0xff1e8284, 0x6), at 0xff15fd78
    [3] abort(0x0, 0x1, 0x377d74, 0xa83f0, 0xff1eb298, 0x0), at 0xff13ff98
    [4] 0xb5bf8(0xb, 0x3c4400, 0x4575a1, 0x38b1f4, 0x37eabe, 0x1), at 0xb5bf8
    [5] __sighndlr(0xb, 0xffbff408, 0xffbff150, 0xb59ec, 0x0, 0x1), at 0xff1bfec8
    ---- called from signal handler with signal 11 (SIGSEGV) ------
    [6] RtcMgr::handle_proc_detach(0x47d670, 0x5dd2a8, 0x38, 0x396000, 0x4c0498, 0x38), at 0x1aef98
    [7] Proc::detach(0x4c0468, 0x467400, 0x466400, 0x0, 0x3ae2ac, 0x0), at 0x18f850
    [8] 0xb8c68(0x47e6f8, 0x0, 0x0, 0x0, 0x0, 0x1), at 0xb8c68
    [9] pdksh_c_exit(0x47e6f8, 0x0, 0x876890, 0x0, 0x0, 0x466000), at 0x289d94
    [10] 0x15fbf4(0x47e6f8, 0x1, 0x876890, 0x0, 0x877b78, 0x0), at 0x15fbf4
    [11] 0x2857a0(0x47e6f8, 0x877b78, 0x877b58, 0x876890, 0x0, 0x467708), at 0x2857a0
    [12] pdksh_execute(0x47e6f8, 0x49bab8, 0x0, 0x277c50, 0x47e6f8, 0x38b1f4), at 0x28468c
    [13] pdksh_shell(0x47e6f8, 0x49e098, 0x465628, 0x446f54, 0x3d9625, 0x3d962c), at 0x2735e0
    [14] main_cmd_loop(0x47e6f8, 0x37f400, 0x3ca2a4, 0x446f70, 0x3ca000, 0x3ca000), at 0xb90d4
    [15] main(0x37e400, 0x0, 0x40, 0x47e6f8, 0x37f7c8, 0x1), at 0xb9e60
    (dbx)
    -Raxit

  • Help about Warning Security IE 8.0

    Hello Guys,
    I need help about warning security IE 8.0.
    When I try install a software from my webserver is display the following message:
    I can't check the publisher.Are you sure install the software?
    This file does not have a valide digital signature that verifies its publisher.
    You should only install software from publishers you trust.
    Well, I already enable:
    Download signed ActiveX controls
    Download unsigned ActiveX controls
    Allow active content from CDs to run on user machines Enabled 
    Allow software to run or install even if the signature is invalid Enabled 
    Check for server certificate revocation Disabled 
    Check for signatures on downloaded programs Disabled 
    Is there somewhere I disable all settings warning's about IE or one specific GPO I need disable for this warning don't display for me?
    In the same installation a lot of about file .cab are installed, only one specifc I don't have sucess.
    I try some troubleshootings too:
    https://social.technet.microsoft.com/Forums/windows/en-US/8f8293c4-0920-462f-9c69-0a8e3f92aa02/unknown-publishers-warning
    https://www.youtube.com/watch?v=UknQn6tZZis
    http://windows-3322.blogspot.com.br/2011/02/how-to-repair-activex-error.html
    Thanks a lot who answer me or about any idea about my issue.

    This file does not have a valide digital signature that verifies its publisher.
    Did you see your result
    https://social.technet.microsoft.com/Forums/windows/en-US/8f8293c4-0920-462f-9c69-0a8e3f92aa02/unknown-publishers-warning
    <quote>
    Changing the time zone actually worked.
    </quote>
    Robert Aldwinckle

  • Premiere CS6 Unknown Error in Rendering & Export

    Hello,
    this is an ongoing problem that persisted on any version of Adobe Premiere Pro I worked with, including CS5,5.5 and the latest 6.
    I am stuck with a feature film on a CS6 Timeline, getting an Unkown Error during rendering and Media Encoder exports. 
    I get the same error if I attampt to create a new trimmed project with Project Manager.
    I am aware that this is one of the most common problems in this forum, and before opening a discussion I tried everithing I could:
    - Replace the media at the point of the error/crash (even though the error seems to happen randomly in dirrerent portions of the timeline)
    - Disable MPE
    - Reset Secutity and permission on files
    - change hard drive
    - Create a new sequence
    - Disable second monitor
    I have to bring an export of my film and a new trimmed project by tomorrow to a color house and I am currently stuck.
    I managed to render the entire timeline before exporting. Redering would stop randomly, generating the same "Unkown Error in Copiling Movie".
    Although I rendered the entire timeline by creating different IN-OUT with the work area selection.
    After a long and tetious rendering process I managed to have the entire timeline "green" and ready to go.
    I figured that this way the exporting process would have been successful. Unfortunatelly not.
    I switched to Premiere Pro for its ability to edit R3D media, but what's the point if we cannot export the project? And neither trimm it to a file that I can give to a colorist?
    Here some details of my workstation and source media:
    - MacPro 12cores 64Gb ram
    - Internal 6Tb raid for source media
    - 4Tb Dulce Scratch drive
    - Editing 4K and 5K R3D Media natively
    If anyone found a solution to this problem, please help.
    Thanks

    Hi Neonhigh,
    If you are going to color correction, why do you need an output? Aren't they color correcting the native files?
    I need an output as reference for the VFX department, I need an output for the sound designer, I need an output for the producer, I need an output for myself and to send to my girlfriend. The question I should ask you is, why shouldn't I need an output?
    What's wrong by exporting my timeline in a format that is not r3d files for reference and production management?
    I was talking about color correction only, as they usually only need the native files. Of course, an output would be necessary for all the other things you mentioned. Nothing wrong with that.
    Neonhigh wrote:
    If you need an output for some reason, why are you rendering at all?
    As I explained I simply rendered because the software was having several random "Unkown" problems in exporting. I though rendering and exporting a file matching the timeline settings would have solved those annoying Unkown Errors, giving me at list an export based on the render sttings.
    Problem is that PPro CS6 fails also to render the timeline, and I needed to break the process in 30-40 segments in order to achieve a complete rendering.
    Rendering in Premiere Pro is primarily for playback, and not necessary for output. In fact, it's a waste of time in most cases. Render files are typically not used for an output unless you explicitly want to do so. Typically they are lower resolution "preview" files that you don't want to use.
    Regardless, you should have no trouble rendering sections of your Timeline. Are you updated to Premiere Pro CS6 (6.0.2)?
    Can you try an export without rendering?
    I wish PPro CS6 was reliable enough to allow me to simply export.
    I still did not solve the problem. Several people from the redusers forum are trying to help me as and they all ran into the same issue.
    Currently this are the issues:
    - PPro does not render the entire timeline
    I'm trying a test project right now and so far it is rendering OK. Can you point me to the reduser forum post where people were giving you assistance?
    - does not output the entire timeline (if not chopping it in 12-15 parts)
    I'll test that, as well. You should not have to segment the sequence in order to get an export.
    - Project Manager does not trim the project to pass it to over post prod facilities.
    Sorry, the Project Manager will not consolidate every media type. It will copy, however. This would be a feature request or bug report: http://www.adobe.com/go/wish
    Beside questioning me with why I want to render or export my project,
    Not questioning your capabilities or talents, I just wanted to know what you wanted to do, and why. Typically, most people don't render as much in Premiere Pro as they do in other NLEs and I was wondering why you needed an export to go to color correction. That's all.
    Many users in this forum (as well as on the entire internet) experienced th same Unkown Problem:
    http://forums.adobe.com/message/4661398
    There could be many different variables which can cause that error. The troubleshooting doc you found addresses many of those. I will add the "Unknown Error" warning to the document.
    There is no "single fix" for this problem, I'm afraid, and these are our opinions and solutions on the matter.
    A legitimate gripe would be that the error is too generic, and I would agree with you there. The error should contain more details about how to remedy your issue. Please make a feature request for more descriptive error dialog boxes: http://www.adobe.com/go/wish
    I will also mention it to the product team.
    I understand that, being an "Unkown Errror" Adobe does not have a iniversal fix, but please don't ask me why I want to output my timeline.
    Again, I was only asking in the context of color correction. Of course, you want an output for various reasons.
    I've written up your bad experience in my case notes and I'll do my best to get you some better answers to your questions. You definitely should not have to jump through hoops to render or export a .R3D sequence.
    Neonhigh wrote:
    Here is a temporary fix for who runs into this problem:
    Yesterday, after trying everything I could think of I simply exported an XML, opened it in Final Cut Pro and exported all the files and formats that I needed. No Unknown Errors.
    Thanks for the workaround. I'll add it to my notes.

  • Dbx against core and recompiled sources

    Hi,
    We are trying to run dbx on a core file for which we have the original executable and libs, but not the source / object tree. We have recompiled the objects from the original source, but dbx complains that they were compiled at a different time, and refuses to read them:
    Object file: <pathname>/server.o
    compiled on: Mon Oct 4 13:50:43 2004
    Executable contains object file compiled on: Sun Mar 28 10:19:30 2004
    dbx: warning: Object file is not the same one that was linked into executable.
    Skipping stabs. (see `help finding-files')
    How can we force dbx to ignore the compiled-in date stamps and read the object files? Here's the dbx version info:
    Dbx Debugger 7.0 Patch 111709-02 2002/07/09
    And the output of 'uname -a':
    SunOS ex2-ssmsun1 5.8 Generic_108528-23 sun4u sparc SUNW,Ultra-2
    Thanks,
    Chris

    This version - Forte Developer 7 has been announced EOL(End of Life). If you have support contract with Sun, please follow the service channel and seek help.
    http://developers.sun.com/tools/cc/support/support_matrix.html
    Otherwise, we strongly recommend you to upgrade to the current version Sun Studio 9 which could be found at:
    http://wwws.sun.com/software/products/studio/index.html
    The dbx version is 7.3 in Sun Studio 9.
    Thanks.
    Rose

  • How can i copy a dbx executable to other machine to run without installion

    How can i copy a dbx executable to other machine to run without installion whole workshop
    packet??? how to generate a configuration for dbx alone???
    thanks

    Hi, thanks for you help.
    actually, I have once copied dbx to other machine. certainlly, it needs a license. But when I copied
    a license file from the directory /opt/SUNWspro/license-dir/ of machine that installed Workshop
    to another machine that i want to run dbx. dbx starts correctly. but when i type
    $ dbx ipCentrex
    it prints following message:
    dbx: warning: cannot find global initialization file: dbxrc
    /opt/wacos/./.dbxrc[1]: syntax error
    dbx: installation problem, can't find help file: ./SUNW_SPRO_Dbx_help.info
    _find_executable: not found
    To suppress this message, add the following line to your .dbxrc file:
    dbxenv suppress_startup_message 6.2
    Reading ipCentrex
    dbx: warning: setuid program exec()ed. Reattaching
    There might be too many LWP's in this process.
    See `help dbxenv' under mt_scalable.
    dbx: Cannot open lwpstatus.
    dbx: warning: process initialization failed
    dbx: warning: can't find file "/opt/wacos/server/feature_server/bin/obj/ipCentre
    x/ipcentrex_main.o"
    dbx: warning: see `help finding-files'
    when it says that has errors in .dbxrc file, I can remove this file. But the critical error is why it says
    too mamy LWP's in this process? when I debug it at a machine that installed workshop, this error not occurs.
    anyone have answer?

  • Use of DBX and shared libraries with SparcWORKS 5.0

    We've been trying without much success to debug customer core files using SparcWORKS 5.0 on Solaris 7. Regardless of what we try (including recommended 'fixes' or 'workarounds' we get this message;
    <pre>
    core file header read successfully
    Reading ld.so.1
    dbx: warning: could not initialize librtld_db.so.1 -- trying libDP_rtld_db.so
    dbx: panic: cannot dlopen libDP_rtld_db.so as "/opt/SUNWspro/bin/../WS5.0/bin/sparcv9/../../lib/libDP_rtld_db.so" either
    -- ld.so.1: /opt/SUNWspro/bin/../WS5.0/bin/sparcv9/dbx: fatal:
    /opt/SUNWspro/bin/../WS5.0/bin/sparcv9/../../lib/libDP_rtld_db.so:
    corrupt or truncated file
    </pre>
    Anyone have any suggestions?

    This looks like a known bug 42057057. This bug has been fixed in
    Workshop5.0 patch. It is ia fix in Dbx.
    WorkShop IPE 5.0: Patch for dbx
    Free Patch Descriptions: 107355-07
    Please get that patch and install it.
    ....jagruti

  • Dbx - different date and time compilation

    Hello,
    I am trying to open a core file but I did not have some .o files linked in the executable. Therefore I compiled them and tried to open the core file. I got this warning:
    Object file:
    (...)ss_sm/server/src/gsadminserverinterface.o
    compiled on: Fri Dec 2 09:25:40 2005
    Executable contains object file compiled on: Tue Feb 1 11:08:18 2005
    and when I tried to use the "where" and "list" commands the result was:
    (/opt/SUNWspro/bin//../WS6U2/bin/sparcv9/dbx) where
    current thread: t@104
    =>[1] GS_AdminServerInterface::getAllConfiguredDomains(0xf6efbf90, 0xf6efbf50, 0xf8d4ef5b, 0xf8d4ef72, 0xfdb8d318, 0x0), at 0xf8cf0888
    [2] GS_SecDataInitializeController::getDataFromAdminServer(0x0, 0xf8d0edd0, 0x0, 0x0, 0x0, 0x0), at 0xf8d0ef84
    (/opt/SUNWspro/bin//../WS6U2/bin/sparcv9/dbx) list
    dbx: warning: No source file
    Is there a way to skip the check of the date and time of compilation? The code is the same but the compile time is different.
    Thanks.
    I am using:
    -SunOS ol133 5.9 Generic_117171-13 sun4u sparc SUNW,Sun-Fire-V210
    -dbx 6.2

    One problem is that some debugging information (stabs and dwarf)
    is left in the .o files, and not copied into the a.out.
    This problem will go away when we move from stabs to dwarf.
    Here is more information about lazy stabs.
    http://blogs.sun.com/roller/page/quenelle?entry=the_story_of_lazy_stabs
    It might be useful to have an option to "force" dbx to read
    stabs from a .o file that is not the same as the one in the a.out,
    but I don't think we have that option yet. It won't be needed
    after we move to dwarf.
    Read more about dwarf here:
    http://blogs.sun.com/roller/page/quenelle?entry=stabs_versus_dwarf

Maybe you are looking for

  • Adobe Photoshop CS3 Extended Trial

    Hi guys, I've recently downloaded Adobe Photoshop CS3 Extended. When I select the trial period for 30 days instead of buying the product, it says that Adobe cannot continue and it's having trouble loading the trial. I reinstalled it and restarted my

  • IMAC G4 Tiger 10.4.10 see USB Negear WG111 in Profiler not in network util

    Hello, I have a G4 running Tiger, I have a Netgear WG111 USB V2 it is recognized in System Profiler (as Cohiba 3887 rev0) but network utility does not see it. The driver is loaded into the OS. Any help? Thanks

  • How to change the size of page in Acrobat XI pro

    I would like to save a PDF docuemnt with another size of page. I can't figure out how to do it. For Acrobat X and earlier the advise was to go to Crop tool (or by Ctrl-Shift-T) and chose from drop down menu. This advice seems to eb not valid anymore

  • ITunes 11 sync problems with iPhone 5 and ios 7

    I just installed itunes 11 and it iTunes will no longer sync with my iPhone 5.  It would say that it was syncing and then the new files would not be transferred.  I uninstalled and re-installed.  All of my files were present in iTunes.  I would try t

  • Need help with Windows Migration Assistant, as a window pops up and I don't know what to do?

    Hiya, so I just purchased a macbook pro and I want to transfer files using Windows Migration assistant. However whenever I go to do it, the mac connects to the computer and the computer always stays on 'trying to connect to mac' and sometimes this wi