Segment fault 11 when running netmgr or netca

Debian unstable, kernel 2.6.1, installing Oracle 9 runtime clint.
--------------- ERROR -----------------
SIGSEGV 11* segmentation violation
stackbase=BFFFF3B8, stackpointer=BFFFD784
Full thread dump:
"SIGQUIT handler" (TID:0x405f82a0, sys_thread_t:0x810e018, state:R, thread_t: t@32771, sp:0x0 threadID:0x47d, stack_base:0xbf5ffa68, stack_size:0x200000)
prio=1075276641
"Finalizer thread" (TID:0x405f8088, sys_thread_t:0x810def0, state:CW, thread_t: t@16386, sp:0x0 threadID:0x47c, stack_base:0xbf7ffa68, stack_size:0x200000)
prio=1075276641
"main" (TID:0x405f80b0, sys_thread_t:0x81059e8, state:R, thread_t: t@16384, sp:0x0 threadID:0x471, stack_base:0xbffff3b8, stack_size:0x200000) prio=1075276641
current thread java.lang.System.initializeSystemClass(System.java)
Monitor Cache Dump:
Registered Monitor Dump:
Thread queue lock: <unowned>
Name and type hash table lock: <unowned>
String intern lock: <unowned>
JNI pinning lock: <unowned>
JNI global reference lock: <unowned>
BinClass lock: <unowned>
Class loading lock: <unowned>
Java stack lock: <unowned>
Code rewrite lock: <unowned>
Heap lock: <unowned>
Has finalization queue lock: <unowned>
Finalize me queue lock: <unowned>
Waiting to be notified:
"Finalizer thread" (0x810def0)
Monitor registry: owner "main" (0x81059e8, 1 entry)
Aborted

(sorry my english!!)
hey, i read your message today.
I take the same problem and error, but a some different configuration.
Do you solve this problem? How?
Thanks for your help!!

Similar Messages

  • Segmentation Fault given when running passwd

    This is an entirely new setup.
    Command run:
    # passwd
    Expected Result:
    Would be able to change password of current user.
    Actual Result:
    Immediately outputs "Segmentation fault" to the console.
    I'm entirely new to Arch linux, and somewhat new to linux in general (one year of ubuntu). I've googled around, and found that https://bugzilla.redhat.com/show_bug.cgi?id=590247 describes the same problem and that a solution is provided in comment 9. I read the man page for pacman, and decided that  "# pacman -S "nss-softokn>=3.12"" would be the arch linux equivalent, but that didn't work. Please help me.

    litemotiv wrote:Can you give more information about which ISO you installed, how you installed it, and which steps you have taken after finishing the installation procedure?
    The filename of the ISO  is "archlinux-2010.05-core-x86_64.iso". After 'finishing the installation procedure' (assuming that installation ends at the point that you can login as root at the console without the help of the disk), I fiddled around to make the wireless connection connect automatically, abandoned that finding out that it would be easier once I had a gui set up, installed KDE, found it wouldn't let me log in as root forever, added a user, and attempted to set a password for it.
    jasonwryan wrote:
    Welcome to the boards.
    A couple of things: you can always search for package details using the Packages link at the top of the page: nss-softokn isn't an Arch package - the package that contains passwd is shadow http://www.archlinux.org/packages/core/i686/shadow/
    Make sure you have the correct version installed (4.1.4.2-3): pacman Syu && pacman -S shadow
    For future reference, you downgrade like so: https://wiki.archlinux.org/index.php/Downgrade
    This worked, thanks very much

  • [Solved] Get a segmentation fault message when try to run a Fullrecall

    I'm running on Arch x86_64.
    Then install this package with the packer.
    https://aur.archlinux.org/packages/fullrecall/
    run it with the terminal and get a segmentation fault message.
    I have tried to install some lib32-* but still no luck.
    http://sophie.zarb.org/distrib/Mageia/2 … 2f35d/deps
    Any ideas ?
    Otherwise, I will run it on Wine instead.
    Last edited by fieldfirst (2013-03-25 07:16:53)

    The fullrecall package is unmaintained, poorly written, and out of date (the latest version on the fullrecall website is 1.5.2).  It's really hard to say why it is segfaulting but I would bet that it is because fullrecall is distributed as a binary rather than as source files.  This means that it links against very specific versions of its dependencies, none of which are listed in the PKGBUILD.  It's very possible that the versions in the arch repos of the various lib32-* dependencies that you installed are newer versions than the binary program requires.
    You could try running namcap[1] on the built package and look for the specific version of the dependency you need in the Arch Rollback Machine[2], but I'm not sure how much that will help you.  If you do manage to get it working, please adopt and update the package in the AUR.
    [1]https://www.archlinux.org/packages/extra/any/namcap/
    [2]http://arm.konnichi.com/
    Last edited by jynnantonix (2013-03-24 18:32:00)

  • Netmgr and netca doesnot  running ....

    Dear Friends ,
    I have installed Oracle9i in AIX-5.3 environment . Problem is I can run "dbca" smoothly but I cannot run "netmgr" and "netca" . When I give these commands then I got the follwoing errors :
    [oracle@KIRK_DR:[hodb]/oracle/bin>netmgr
    Error loading native library: libnjni9.so.
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
    at
    at oracle.net.common.NetGetEnv.getOracleHome(Compiled Code)
    at oracle.net.mgr.container.NetUtils.getImageDirectory(Compiled Code)
    at oracle.net.mgr.container.NetApplication.init(Compiled Code)
    at oracle.sysman.emSDK.client.appContainer.WebApplication.launch(Compiled Code)
    at oracle.sysman.emSDK.client.appContainer.WebApplication.main(Compiled Code)
    [oracle@KIRK_DR:[hodb]/oracle/bin>netca
    Error loading native library: libnjni9.so.
    java.lang.UnsatisfiedLinkError: jniGetOracleHome
    at oracle.net.common.NetGetEnv.getOracleHome(NetGetEnv.java)
    at oracle.net.ca.CmdlineArgs.setOraArgs(CmdlineArgs.java)
    at oracle.net.ca.InitialSetup.<init>(NetCA.java)
    at oracle.net.ca.NetCA.main(NetCA.java)
    Exception in thread "main"
    Plz help me ....

    Is LD_LIBRARY_PATH environment variable set properly?
    Check the current LD_LIBRARY_PATH
    $ echo $LD_LIBRARY_PATH
    Set the LD_LIBRARY_PATH
    $ LD_LIBRARY_PATH=$ORACLE_HOME/lib:$ORACLE_HOME/lib32
    $ export LD_LIBRARY_PATH
    And run the netmgr and netca again.
    Regards,
    Sabdar Syed.

  • Segmentation Fault in db- put() fun with BDB ver 4.5.20/4.6.19 in linux

    I am working on porting an application that runs on sun solaris sparc (OS ver 5.8) with Berkeley DB ver 4.2.50 into suse linux [ Linux version 2.6.5-7.244-smp (gcc version 3.3.3 (SuSE Linux)) ]. I have compiled the application in linux and i am getting segmentation fault error while running the application. The error occurs while the objects are loaded from the database into berkeley cache. The application fails in db->put function while loading the objects. This segmentation fault error is not consistently occuring every time on the same object. Sometimes it throws the error while loading the first object itself or sometimes it throws after loading couple of objects. But the stack trace shows the same function whenever it crashes.
    Given below is the stack trace of the application when it throws SIGSEGV.
    [INFO] [-1756589376] 14:23:24.406 BerkeleyCache : restoring database table metadata for table [BSCOffice]...
    [INFO] [-1756589376] 14:23:24.406 BerkeleyCache : restoring database index metadata for table [BSCOffice]...
    [INFO] [-1756589376] 14:23:24.408 Obj [BSCOffice] Col [BSCOfficeId] : Typ[TEXT] MaxLen[10] Null[Y]
    [INFO] [-1756589376] 14:23:24.408 Obj [BSCOffice] Col [City] : Typ[TEXT] MaxLen[100] Null[Y]
    [INFO] [-1756589376] 14:23:24.408 BerkeleyCache : creating table [BSCOffice.tbl]
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 182927004352 (LWP 14638)]
    0x0000002a9643203a in __db_check_txn () from /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/.libs/libdb-4.6.so
    (gdb) where
    #0 0x0000002a9643203a in __db_check_txn () from /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/.libs/libdb-4.6.so
    #1 0x0000002a9643475b in __db_put_pp () from /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/.libs/libdb-4.6.so
    #2 0x000000000043586b in esp::BerkeleyCache::insert_i (this=0x7fbfffe380, transactionId=866640768, pObj=0x7fbfffd3e0) at BerkeleyCache.cpp:838
    #3 0x00000000004119c5 in RefServer::loadObject (this=0x7fbfffdbe0, objInfo=<value optimized out>, strPrimaryObjName=@0x7fbfffd6f0,
    procParams=<value optimized out>) at BerkeleyCache.h:569
    #4 0x0000000000419166 in RefServer::loadObjects (this=0x7fbfffdbe0) at RefServer.cpp:579
    #5 0x0000000000419748 in main (argc=<value optimized out>, argv=<value optimized out>) at RefServer.cpp:296
    The code that calls the db->put() function is given below:
    <pre>
    bool BerkeleyCache::insert_i(size_t transactionId, const CachePersistable* pObj)
         bdbcache::Table* pTable = findTable_i(pObj->getPersistInfo().getObjectName());
         if (pTable == NULL)
              return false;
         DB_TXN* txnp = (DB_TXN*)transactionId;
         if (txnp == NULL)
              return false;
         bdbcache::Index* pPrimaryKey = pTable->getPrimaryKey();
         if (pPrimaryKey == NULL)
              return false;
         if (pTable->getDataOffset() == -1)
              pTable->setDataOffset( (int)(pObj->getDataBufferStartPos() - pObj->getDataStartPos()) );
         DB* pdb = pTable->getDB();
         int rc = 0;
         Synchronize sync(pPrimaryKey->getKeyBufferCriticalSection());
         pPrimaryKey->getKeyValues(pObj, pPrimaryKey->getKeyBuffer());
         DBT key, data;
         memset(&key, 0, sizeof(DBT));
         key.flags = DB_DBT_USERMEM;
         key.data = (void*)pPrimaryKey->getKeyBuffer().getBuffer();
         key.ulen = key.size = pPrimaryKey->getKeyBuffer().getBufferLength();
         memset(&data, 0, sizeof(DBT));
         data.flags = DB_DBT_USERMEM;
         if (pTable->isPrimaryDb())
              data.data = (void*)pObj->getDataBufferStartPos();
              data.ulen = data.size = pObj->getDataBufferSize();
              rc = pdb->put(pdb, (DB_TXN*)transactionId, &key, &data, DB_NOOVERWRITE);
         else
              const PersistInfo::Property* prop = pTable->getJoinProperty();
              Variant var = pObj->getValue( prop );
              int n = 0;
              switch (prop->_eType)
                   case PersistInfo::CHAR_ARRAY:
                   case PersistInfo::STRING:
                   case PersistInfo::VAR_STRING:
                        const char* pch = (const char*)var;
                        data.data = (void*)pch;
                        data.ulen = data.size = (int)strlen(pch) + 1;
                        break;
                   case PersistInfo::INT:
                        n = (int)var;
                        data.data = (void*)&n;
                        data.ulen = data.size = sizeof(int);
                        break;
              rc = pdb->put(pdb, (DB_TXN*)transactionId, &key, &data, 0);
         if (rc!= DB_SUCCESS)
              //_app.logError("BerkeleyCache : DB->put() failed [%s]", db_strerror(rc));
              _app.logInfo("ERROR:BerkeleyCache : DB->put() failed [%s]", db_strerror(rc));
              return false;
         return true;
    </pre>
    At the end of this function, the return value of db->put is checked for DB_SUCCESS. The application never executed this line when it throws SIGSEGV.
    I have tried using the BDB versions 4.5.20/4.6.18/4.6.19 with the application and it throws segmentation fault error with all versions of BDB. Following are the cache related configurable parameters that we use in our application.
    cache size = 16 MB
    page size = 16 KB
    max locks = 3000000
    dirty read = N
    We are using the Sybase Adaptive DB server running in Solaris/Linux servers. The same application that runs in Solaris connecting to Sybase DB (in solaris) is working perfectly fine. And the application that i am working in linux connects to the Sybase DB running in linux server.
    Please let me know what could be the issue that is causing our application to segmentation fault.
    Thanks
    Senthil

    I am working on porting an application that runs on
    sun solaris sparc (OS ver 5.8) with Berkeley DB ver
    4.2.50 into suse linux [ Linux version
    2.6.5-7.244-smp (gcc version 3.3.3 (SuSE Linux)) ].
    I have compiled the application in linux and i am
    getting segmentation fault error while running the
    application. The error occurs while the objects areWhich indicates in almost every typical case, for a well used library like berkeleydb, an application issue.
    loaded from the database into berkeley cache. The
    application fails in db->put function while loading
    the objects. This segmentation fault error is not
    consistently occuring every time on the same object.Also indicative of typical misuse of heap, pointer errors, or otherwise undefined behavior on the application's part.
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 182927004352 (LWP 14638)]
    0x0000002a9643203a in __db_check_txn () from
    /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/
    .libs/libdb-4.6.so
    (gdb) where
    #0 0x0000002a9643203a in __db_check_txn () from
    /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/
    .libs/libdb-4.6.so
    #1 0x0000002a9643475b in __db_put_pp () from
    /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/
    .libs/libdb-4.6.so
    #2 0x000000000043586b in
    esp::BerkeleyCache::insert_i (this=0x7fbfffe380,
    transactionId=866640768, pObj=0x7fbfffd3e0) at
    BerkeleyCache.cpp:838
    #3 0x00000000004119c5 in RefServer::loadObject
    (this=0x7fbfffdbe0, objInfo=<value optimized out>,
    strPrimaryObjName=@0x7fbfffd6f0,
    procParams=<value optimized out>) at
    BerkeleyCache.h:569
    4 0x0000000000419166 in RefServer::loadObjects
    (this=0x7fbfffdbe0) at RefServer.cpp:579
    #5 0x0000000000419748 in main (argc=<value optimized
    out>, argv=<value optimized out>) at
    RefServer.cpp:296Did you build the libraries stripped or otherwise remove debugging information?
    run "file /opt/home/pesprm/local/db-4.6.19/db-4.6.19/build_unix/.libs/libdb-4.6.so"
    Also, if I'm not mistaken this is Linux you're porting to, right? Might want to drop the "/opt" Solaris-ism as you continue to port more to Linux.
    The code that calls the db->put() function is given
    below:
         if (pTable->getDataOffset() == -1)Does this return an unsigned or signed value?
    pTable->setDataOffset(
    t( (int)(pObj->getDataBufferStartPos() -
    pObj->getDataStartPos()) );You cast to int here, what's the background reasoning for it?
         DB* pdb = pTable->getDB();
         int rc = 0;You don't check pdb is valid.
    Synchronize
    e sync(pPrimaryKey->getKeyBufferCriticalSection());
    pPrimaryKey->getKeyValues(pObj,
    , pPrimaryKey->getKeyBuffer());
         DBT key, data;
         memset(&key, 0, sizeof(DBT));
         key.flags = DB_DBT_USERMEM;
    key.data =
    = (void*)pPrimaryKey->getKeyBuffer().getBuffer();Do you verify this is even valid? Have you also checked the code within a debugger and verified the logic is correct?
    key.ulen = key.size =
    = pPrimaryKey->getKeyBuffer().getBufferLength();Same thing.
         memset(&data, 0, sizeof(DBT));
         data.flags = DB_DBT_USERMEM;
         if (pTable->isPrimaryDb())
              data.data = (void*)pObj->getDataBufferStartPos();
              data.ulen = data.size = pObj->getDataBufferSize();How do we know these are even valid? You're coming from the perspective that your code makes no mistakes when I have a hunch it does.
    rc = pdb->put(pdb, (DB_TXN*)transactionId, &key,
    y, &data, DB_NOOVERWRITE);Right, and this will most definitely result in a segmentation violation if you don't pass it valid data.
    You're on Linux, I highly suggest you download and build Valgrind, run your application w/ valgrind --tool=memcheck, and get back to us. Also, don't strip debugging information from the berkeley db libraries during this phase of troubleshooting - especially when you're still porting something over.
    I have tried using the BDB versions
    4.5.20/4.6.18/4.6.19 with the application and it
    throws segmentation fault error with all versions of
    BDB.Because the issue isn't within BDB.
    We are using the Sybase Adaptive DB server running in
    Solaris/Linux servers. The same application that
    runs in Solaris connecting to Sybase DB (in solaris)
    is working perfectly fine.More correctly, it was working perfectly fine under Solaris. That doesn't even mean that it's not taking part in undefined behavior - it just means it "worked."

  • Apache - Weblogic plug-in - Segmentation fault. Please Help me!

    Hi all,
    Im trying to set up Apache weblogic plug-in, and im having problems with
    that.
    Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic 7 with sp2.
    Here is what i did:
    I copied mod_wl_ssl.so from
    /bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to /usr/apache/libexec
    Added entries in httpd.conf as
    LoadModule weblogic_module /usr/apache/libexec/mod_wl_ssl.so
    AddModule mod_weblogic.c
    <LocationMatch "\.jsp$">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <LocationMatch "/(service1|service2|service3)/">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    When i access the url with out specifying port 7001 it's not working.
    I checked the /var/apache/logs/error_log file. Im getting the error as
    child pid 805 exit signal Segmentation Fault (11)
    Am i missing anything here?
    Thank you
    Raja

    You may want to check the certifications for Solaris 9 and the Apache plug-in at
    http://e-docs.bea.com/wls/certifications/certifications/sun_solaris9.html#40366.
    It looks like you will have to upgrade to at least Apache 2.0.39. We had to do
    this on Solaris 8 as well.
    "Raja Balasubramanian" <[email protected]> wrote:
    Thank you Eric,
    I will do that
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    I believe this is going to require more debugging such as attachinga
    debugger(gdb) to Apache and getting a backtrace.
    I suggest opening up a support case.
    Regards,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote in message
    news:[email protected]...
    Hi Eric,
    Thank you for the replies.
    I tried with the same test as you specified. Still im getting the
    same
    problem.
    [Mon Mar 10 13:57:21 2003] [notice] child pid 1184 exit signal
    Segmentation Fault (11)
    Im running Solaris 9 in SPARC platform. It's a Sun E450 server.
    Im using the default apache package which comes with Solaris 9. Ididn't
    do
    anything with apache.
    Bea website says that Weblogic 7 sp2 is certified for Soalris 9.
    That's
    y
    i
    installed Solaris 9.
    I tested the same on a Linux Machine (Redhat Linux 7.1 on IA). It
    works
    fine
    without any problem.
    How can i make things work?
    Thank you for your kind replies
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    Looks like it should work.
    Let's simplify your test:
    <Location /test>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    Debug ALL
    DebugConfigInfo ON
    SetHandler weblogic-handler
    </Location>
    Try with just that.
    Another thing is that I am unsure as to whether we have tested
    with
    Solaris
    9. This is SPARC right? Also, can you outline the steps you took
    when
    building apache? Did you use GCC?
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote
    in
    message
    news:[email protected]...
    Hi,
    Now i changed to mod_wl_ssl.so.
    And i changed the httpd.conf as
    LoadModule weblogic_module libexec/mod_wl_ssl.so
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    Debug ALL
    DebugConfigInfo ON
    StatPath true
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    But im getting the same error. NO wlproxy.log file is created
    in my
    server.
    I tried Debug ON also. Still the same.
    Am i doing anything wrong?
    Please help me...
    Thank you
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    That means that your apache instance is compiled with -DEAPI
    and
    should
    use
    the mod_wl_ssl.so.
    Can you please try to set Debug ALL and get the log in
    /tmp/wlproxy.log
    and
    share that?
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]> wrote
    in
    message
    news:[email protected]...
    Hi Eric,
    When im using mod_wl.so im getting warning from Apache as
    [Mon Mar 10 12:41:15 2003] [warn] Loaded DSO
    libexec/mod_wl.so
    uses
    plain Apache 1.3 API, this module might crash under
    EAPI!
    (please
    recompile it with -DEAPI)
    Thank you
    Raja
    "Eric Gross" <[email protected]> wrote in message
    news:[email protected]...
    Are you using modssl or any apache with EAPI compiled in?
    Otherwise, you should be using the mod_wl.so.
    As well, please set Debug ALL to see if we can get more
    debug.
    Thanks,
    Eric
    "Raja Balasubramanian" <[email protected]>
    wrote
    in
    message
    news:[email protected]...
    Hi all,
    Im trying to set up Apache weblogic plug-in, and im having
    problems
    with
    that.
    Im running Solaris 9 with Apache/1.3.26 (Unix) and Weblogic
    7
    with
    sp2.
    Here is what i did:
    I copied mod_wl_ssl.so from
    /bea/weblogic700/server/lib/solaris/mod_wl_ssl.so to/usr/apache/libexec
    Added entries in httpd.conf as
    LoadModule weblogic_module/usr/apache/libexec/mod_wl_ssl.so
    AddModule mod_weblogic.c
    <LocationMatch "\.jsp$">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <LocationMatch "/(service1|service2|service3)/">
    SetHandler weblogic-handler
    StatPath false
    </LocationMatch>
    <IfModule mod_weblogic.c>
    WebLogicHost 127.0.0.1
    WebLogicPort 7001
    HungServerRecoverSecs 300
    ConnectTimeoutSecs 5
    </IfModule>
    When i access the url with out specifying port 7001 it's
    not
    working.
    I checked the /var/apache/logs/error_log file. Im getting
    the
    error
    as
    child pid 805 exit signal Segmentation Fault
    (11)
    Am i missing anything here?
    Thank you
    Raja

  • Ardour Segmentation Fault

    When i try to create a new ardour project the app crashes with the following error:
    simone ~ $ ardour2
    Ardour/GTK 2.5
    (built using 3525 and GCC version 4.3.2)
    Copyright (C) 1999-2008 Paul Davis
    Some portions Copyright (C) Steve Harris, Ari Johnson, Brett Viren, Joel Baker
    Ardour comes with ABSOLUTELY NO WARRANTY
    not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
    This is free software, and you are welcome to redistribute it
    under certain conditions; see the source for copying conditions.
    loading default ui configuration file /etc/ardour2/ardour2_ui_default.conf
    Loading ui configuration file /etc/ardour2/ardour2_ui_dark.rc
    theme_init() called from internal clearlooks engine
    ardour: [INFO]: Ardour will be limited to 1024 open files
    loading system configuration file /etc/ardour2/ardour_system.rc
    ardour: [INFO]: No H/W specific optimizations in use
    ardour: [INFO]: looking for control protocols in /home/simone/.ardour2/surfaces/:/usr/lib/ardour2/surfaces/
    ardour: [INFO]: Control surface protocol discovered: "Generic MIDI"
    ardour: [INFO]: Control surface protocol discovered: "Mackie"
    powermate: Opening of powermate failed - No such file or directory
    ardour: [INFO]: Control protocol powermate not usable
    ardour: [INFO]: Control protocol Tranzport not usable
    (ardour-2.5:3421): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    (ardour-2.5:3421): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    (ardour-2.5:3421): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    (ardour-2.5:3421): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    no message buffer overruns
    Gtk-Message: (for origin information, set GTK_DEBUG): failed to retrieve property `GtkWidget::cursor-color' of type `GdkColor' from rc file value "((GString*) 0x22566c0)" of type `GString'
    loading bindings from /etc/ardour2/mnemonic-us.bindings
    Loading session /home/simone/test using snapshot test (2)
    Segmentation fault
    Jack in running and it works fine with other applications. I'm using the package from extra that is the 2.5 version, I've compiled ardour 2.7 but i got the same error when running it.

    I solved it, I think it's a bug in Ardour, but maybe could be also Arch related (someone wants to try it on other distros?), in fact to get Ardour starting you absolutely need the hostname "localhost" configured in /etc/hosts.
    For example this is my currently working /etc/hosts
    # /etc/hosts: static lookup table for host names
    #<ip-address> <hostname.domain.org> <hostname>
    #HOSTNAME (the same of rc.conf)
    127.0.0.1 arch.localdomain arch
    #ardour workaround
    127.0.0.2 localhost.localdomain localhost
    # End of file

  • [Solved] pSX Segmentation Fault - [Partially Solved] pSX problems

    Alright, I think that I've solved the segmentation fault thing that was happening in pSX whenever I ran it (I use Arch x86_64).  I'm not sure what was wrong, but after installing lib32-intel-dri-7.11.2-2 via pacman pSX appeared to work fine.  The only other problems I've encountered so far is that (1) installing one of the alsa plugin things (not sure which one since I was installing more than one at the time) seems to make it crash and stay crashed as long as the plugins are installed, (2) another problem was that when I try to load a savestate while running a loaded savestate of Final Fantasy 7 in pSX (I say FF7 because that's the only game I've tried playing so far) causes pSX to crash with a segmentation error, (3) and the last problem, which does happen to be the least important/crippling is that while pSX is running I keep getting a message displayed to xterm saying: "sound: underrun".  That's pretty much it.  So if any of you have been having trouble getting pSX to run on an x86_64 install of Arch/have been getting segmentation fault errors when you try to run pSX on Arch x86_64 just install lib32-intel-dri or the applicable alternative and it should hopefully work.
    Last edited by Orodruin (2012-01-06 09:44:00)

    I ran into this same problem after an upgrade on a Thinkpad T60 and this did fix the problem.
    Thanks to Roxas for posting the solution.

  • Labwindows​/CVI OI crashes when running sequence on the deployed system

    My Teststand Sequence runs fine on the development system. But when I run it on the target system using the Labwindows/CVI OI it sometimes just crashes and the Microsoft bugreporting tool comes up (see attached screenshot). If I run the OI out of the CVI development environment, it only shows a useless segmentation fault message when it crashes.  Any ideas, how to find the reason for the crashes ?   
    Is there any option ( other  than making screenshots) to save the information collected by Microsoft  and to use it for finding the bug ?  

    Hi Allen,
    Yes it is a popup panel used for input of serial and part number in a customized preUUT callback. 
    But installing But installing CVI runtime 8.0 doesn't solve the problem.
    It still sometimes crashes and sometimes the popup panel looks hosed (see attached pictures).  In that case running the sequence was OK and the during the next run of the preUUT callback the panel looked OK again. But when closing the OI ,there were error messages  ( see attachment) .
    It seems that there is some memory corruption going on, but where ?  The code in the preUUT callback seems to run fine on the development system ( neither crash nor corrupted panel) and is also used in two other sequences running on other PCs without showing that problem so far.
    Attachments:
    anweisung.png ‏7 KB
    numbers_damaged.png ‏4 KB
    numbers_normal.png ‏4 KB

  • Segmentation fault in SQL*Plus

    Late yesterday afternoon, I tried to query a table in my
    database and received a segmentation fault(core dumped). I
    receive the segmentation fault only when trying to query 4
    tables (out of a total of about 20) and only in SQL*Plus. If I
    query from svrmgrl or through an ODBC connection, I have no
    problems. I tried reinstallng SQL*Plus, but that did not help.
    Any ideas?
    Thanks
    null

    Try:
    SQL>Set arraysize 1.
    You may have longs or too much data for an array fetch > 1
    Howard Chalmers (guest) wrote:
    : Howard Chalmers (guest) wrote:
    : : Late yesterday afternoon, I tried to query a table in my
    : : database and received a segmentation fault(core dumped). I
    : : receive the segmentation fault only when trying to query 4
    : : tables (out of a total of about 20) and only in SQL*Plus. If
    : I
    : : query from svrmgrl or through an ODBC connection, I have no
    : : problems. I tried reinstallng SQL*Plus, but that did not
    help.
    : : Any ideas?
    : : Thanks
    : Additional info: if I try to query a small subset (usually 1-5)
    : of the fields in any of the tables, I do not get the
    : segmentation fault. If I try to select * or to select more
    than
    : about 5 fields, I get the fault.
    null

  • Segmentation fault running cdemocp under valgrind

    I have problems with debugging multithreaded application with connection pooling under valgrind.
    It faults at:
    ==469== Process terminating with default action of signal 11 (SIGSEGV)
    ==469== Access not within mapped region at address 0x7207258
    ==469== at 0x243562D: nigini1 (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x2436491: niqname (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x23627BF: kwfnran (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x232B523: kwfcinit (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x218F4E1: kpuatch (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x21C6A9A: kpulon2 (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x22AB876: OCILogon2 (in /usr/lib/oracle/10.2.0.1/client/lib/libclntsh.so.10.1)
    ==469== by 0x8048F69: threadFunction (cdemocp.c:147)
    ==469== by 0x1B9258D1: thread_wrapper (vg_libpthread.c:867)
    ==469== by 0xB000F14F: do__quit (vg_scheduler.c:1872)
    I have the same problem with other multithreaded applications that use OCI libraries.
    Any suggestions ?
    BTW. I also recieve tons of messages from valgrind about using uninitialized values.
    System: Linux - CentOS release 4.2
    InstantClient:10.2.0.1
    valgrind-2.2.0

    Hi Paul,
    I have the same problem with the J2SE 1.3.1_01 on an AMD Athlon 1 GHz processor with 128 MB RAM and with Linux kernel 2.4.0-4GB. Within the Forte For Java IDE, Xerces runs without any problems, but when I try to run it in a console (be it xterm, kvt or whatever), the segmentation fault occurs.
    The solution appears to be typing "ulimit -s 2048" before running Xerces. Then it works in any console.
    You can find the reason for this at http://www.apachelabs.org/tomcat-user/200109.mbox/%[email protected]%3E
    Good luck!
    Kris Wuyts

  • Segmentation fault when using snapshot isolation with Berkeley DB 6.1.19 and 5.1.29

    Hello,
    I have been experimenting with snapshot isolation with Berkeley DB, but I find that it frequently triggers a segmentation fault when write transactions are in progress.  The following test program reliably demonstrates the problem in Linux using either 5.1.29 or 6.1.19. 
    https://anl.app.box.com/s/3qq2yiij2676cg3vkgik
    Compilation instructions are at the top of the file.  The test program creates a temporary directory in /tmp, opens a new environment with the DB_MULTIVERSION flag, and spawns 8 threads.  Each thread performs 100 transactional put operations using DB_TXN_SNAPSHOT.  The stack trace when the program crashes generally looks like this:
    Program received signal SIGSEGV, Segmentation fault.
    [Switching to Thread 0x7ffff7483700 (LWP 11871)]
    0x00007ffff795e190 in __memp_fput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    (gdb) where
    #0  0x00007ffff795e190 in __memp_fput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #1  0x00007ffff7883c30 in __bam_get_root ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #2  0x00007ffff7883dca in __bam_search ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #3  0x00007ffff7870246 in ?? () from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #4  0x00007ffff787468f in ?? () from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #5  0x00007ffff79099f4 in __dbc_iput ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #6  0x00007ffff7906c10 in __db_put ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #7  0x00007ffff79191eb in __db_put_pp ()
       from /usr/lib/x86_64-linux-gnu/libdb-5.1.so
    #8  0x0000000000400f14 in thread_fn (foo=0x0)
        at ../tests/transactional-osd/bdb-snapshot-write.c:154
    #9  0x00007ffff7bc4182 in start_thread (arg=0x7ffff7483700)
        at pthread_create.c:312
    #10 0x00007ffff757f38d in clone ()
        at ../sysdeps/unix/sysv/linux/x86_64/clone.S:111
    I understand that this test program, with 8 concurrent (and deliberately conflicting) writers, is not an ideal use case for snapshot isolation, but this can be triggered in other scenarios as well.
    You can disable snapshot isolation by toggling the value of the USE_SNAP #define near the top of the source, and the test program then runs fine without it.
    Can someone help me to identify the problem?
    many thanks,
    -Phil

    Hi Phil,
       We have taken a look at this in more detail and there was a bug in the code.   We have fixed the bug.     We will roll it into our next 6.1 release that we do.   If you would like an early patch that will go on top of 6.1.19, please email me at [email protected], reference this forum post and I can get a patch sent out to you.   It will be a .diff file that apply on the source code and then rebuild the library.  Once again thanks for finding the issue, and providing a great test program which tremendously helped in getting this resolved.
    thanks
    mike

  • Segmentation Fault when connecting to SQL*Plus from Applications tier

    Hi Everyone -
    I am currently in the process of upgrading a client from 11.5.10.2 to 12.1.1 (eventually 12.1.3) on a OEL x86-64 server. I have laid down the software stack and followed all of the requirements as per the Installation manuals and 761566.1. I also have an open SR right now on this issue - but I wanted to see if any of you have ever run into the issue that I am encountering.
    When I try to run adadmin/adpatch - I get to the prompt of providing the system user password and the utility simply exits. No errors in adpatch.log or adadmin.log (both are 0 bytes in size).
    When I try to connect using SQL*Plus from the applications tier using either:
    sqlplus apps/****@SID
    sqlplus system/****@SID
    I get a Segmentation Fault error. There are also no errors in my alert log file on the database tier. I found this error while attempting to apply the upgrade merge patch.
    Has anyone ever seen s Segmentation Fault error? I have search MOS, found a couple of potential solutions - but nothing has solved the issue so far.
    Thanks in advance...
    Brenna

    >
    Are you on 11.1.0.5.0? Is this the database version?
    No, my database tier is 11.2.0.3 (the database version displayed above was the client version running on the Application Tier.
    Who is the owner of the application tier files? If it is applmgr user, please make sure you login as that user and source the application env file before running sqlplus -- Please issue "echo $ORACLE_HOME" and "which sqlplus" and post the output here.
    My owner of the application tier is oracle. I have sourced the environment using $APPL_TOP/APPSR12Dev1_******.env
    [oracle@****** log]$ echo $ORACLE_HOME
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2
    [oracle@****** log]$ which sqlplus
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/bin/sqlplus
    >
    Please relink sqlplus by issuing "$ORACLE_HOME/bin/relink all > relink.txt 2>&1" and check the relink.txt file for any error
    A number of errors occur during the relink, here are some of them:
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/bin/genclntsh
    /usr/bin/ld: warning: i386:x86-64 architecture of input file `/u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(nnfgt.o)' is incompatible with i386 output
    /usr/bin/ld: warning: i386:x86-64 architecture of input file `/u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o)' is incompatible with i386 output
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/bin/genagtsh /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libagtsh.so 1.0
    /usr/bin/ld: warning: i386:x86-64 architecture of input file `/u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(nnfgt.o)' is incompatible with i386 output
    /usr/bin/ld: warning: i386:x86-64 architecture of input file `/u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o)' is incompatible with i386 output
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(nnfgt.o):(.rodata+0xc8): undefined reference to `nnflboot'
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o):(.data+0x8): undefined reference to `nttini'
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o):(.data+0x28): undefined reference to `ntzini'
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o):(.data+0x68): undefined reference to `ntpini'
    /u01/app/oracle/R12Dev1/apps/tech_st/10.1.2/lib/libn10.a(ntcontab.o):(.data+0x88): undefined reference to `ntusini'
    collect2: ld returned 1 exit status
    Thanks again...

  • "Segmentation fault" while running code, how can I increase the stack size?

    Hi, I only have very limited knowledge about c+ codes and compiling them and I would be very happy if someone can assist me.
    My problem: I have two c++ codes, one with an array size of ~100,000, the other with ~1,500,000. When I compile them using terminal g++ -o commands, the smaller one works with no problem (it takes less than a minute to run), the larger one gives "Segmentation fault". I think it is a memory allocation problem and I am not an expert on dynamic memory allocation which I want to avoid for now.
    My question: When I compile the large code in Windows Visual Basic, I can go to settings to increase the stack and heap sizes and it does work. Is there a similar thing in OS X Leopard? I found some commands to do that in the terminal window but I wasn't able to resolve my problem.
    Thanks for all your help.

    Thanks for the link, I actually looked for a developer discussion group but was not able to find it through the main discussion page. I reposted to my question there.

  • Streamer gives segmentation fault when trying to grab a picture.

    I'm testing streamer to grab output from my web camera.
    Creating video works fine.
    # streamer -q -c /dev/video0 -f rgb24 -r 3 -t 00:30:00 -o outfile.avi
    But grabbing an image, gives segmentation fault.
    # streamer -c /dev/video0 -b 16 -o outfile.jpeg
    files / video: JPEG (JFIF) / audio: none
    Segmentation fault
    I got the commands from http://tldp.org/HOWTO/html_single/Webcam-HOWTO/#COMMAND
    Am I doing something wrong?

    Some extra information: If I run xawtv I get a blank screen but I can take a snapshot by pressing 'j' or by using the remote:
    $ xawtv-remote snap jpeg full picture.jpeg
    This actually gets an image from the camera. When I take a picture or close the xawtv client it briefly flashes an image of what the camera is seeing before returning back to black/closing.
    I also get exactly the same error as on the link above.

Maybe you are looking for

  • Acrobat printing certain PDF's with 8 - 9 lines across the pages.

    A few Acrobat user's are seeing thin black lines on the printed pages.  We do not see the lines on the PDF on the computer screen.  I am unable to reproduce the issue with Acrobat Pro 10.1.3, I upgraded the user that brought this to my attention to A

  • Kernel Panic in iTunes

    Hi, Folks! I have a 2008 Mac Pro, and just a few days, I started getting kernel panics in iTunes. This hasn't happened in any other applications. Here's a few patterns I've noticed: -the KP crash happens when I add folders of music (aka drag-and-drop

  • PO without material

    Hi All, Is it possible to create PO without material master and Account Assignment category as well. BR Govindaraj.d

  • Open SharePoint2010 List Attachment (.doc , .docx) in Browser after clicking attachment

    Hi All I have SharePoint list which having file Attachment column( attachments like this .doc,.docx, .pdf) Now I want to open that list attachment file in browser by clicking attachment button of the list. So please give me guideline how to implement

  • Enable parser view command on ACS 5.X

    Hi all, Would like to check out is it possible  binding Cisco secure ACS 5.x to support router/switch ios feature view -  superview and parser command Busines objective is assigning administrative roles, with different role based CLI access, using AC