./iasdeploy ? gives Segmentation fault

We are running a Solaris 8, iplanet 6.5 and when testing the command iasdeploy we receive a very strange error message. Does this fault derive from running the deploy command while the webserver is running?
Also, we did not shut down the KJS and KXS before deploying an ear file, is it necessary?
/iplanet/ias6/ias/bin> ./iasdeploy ?
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Error ID: 5448524541440E4350500631 FF
# Problematic Thread:
/iplanet/ias6/ias/bin/productversion[60]: 893 Segmentation Fault(coredump)
# HotSpot Virtual Machine Error, Internal Error
# Please report this error at
# http://java.sun.com/cgi-bin/bugreport.cgi
# Error ID: 5448524541440E4350500631 FF
# Problematic Thread:
./iasdeploy[65]: 906 Segmentation Fault(coredump)
Thomas

[root@lapdance ~]# bkhive /mnt/win/windows/system32/config/system key
Bkhive [email protected]
Segmentation fault
[root@lapdance ~]#
I get the same, and I have tried this on two different computers.  Did you get anywhere with the problem?
Cheers

Similar Messages

  • Pro c program in red hat linux gives segmentation fault

    Hi,
    I got Pro*C multithreaded program running redhat enterprise linux which gives segmentation faults at proc libraries.
    I wish if some one could help me in resolving this issue
    Below is valgrind log of the execution of one thread
    total valgrind summary
    Thread 2:
    ==31610== Invalid write of size 1
    ==31610== at 0x529DDF9: snlfgch (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52948E7: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== Address 0x67d0917 is 151 bytes inside a block of size 8,216 free'd
    ==31610== at 0x4A06084: free (vg_replace_malloc.c:366)
    ==31610== by 0x5292D88: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x51F9B2D: niqname (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5110603: kwfnran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610==
    ==31610== Invalid read of size 8
    ==31610== at 0x52948F4: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== Address 0x0 is not stack'd, malloc'd or (recently) free'd
    ==31610==
    ==31610==
    ==31610== Process terminating with default action of signal 11 (SIGSEGV)
    ==31610== Access not within mapped region at address 0x0
    ==31610== at 0x52948F4: nlparhs (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52935FD: nlpaparse (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5293378: nlpardfile (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5292CED: nlpains (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x529661A: nlpacheck_n_load (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52962FE: nlpagap (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531B103: nnfttran (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x531ADDC: nnftrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52121F5: nnfgrne (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x52A8AB4: nlolgobj (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x5210121: nnfun2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== by 0x520FEAC: nnfsn2a (in /opt/oracle/product10g/lib/libclntsh.so.10.1)
    ==31610== If you believe this happened as a result of a stack
    ==31610== overflow in your program's main thread (unlikely but
    ==31610== possible), you can try to increase the size of the
    ==31610== main thread stack using the --main-stacksize= flag.
    ==31610== The main thread stack size used in this run was 10485760.
    ==31610==
    ==31610== HEAP SUMMARY:
    ==31610== in use at exit: 3,207,418 bytes in 8,561 blocks
    ==31610== total heap usage: 13,879 allocs, 5,318 frees, 3,620,545 bytes allocated
    your help would be appreciated
    regards
    Sal

    One of the challenges in supporting Linux is the frequent changing of what ought to be stable public interfaces. We have found a number of changes in Red Hat 6 that affect the behavior of the compiler and applications built with the compiler.
    We plan to support RH 6 (and Oracle Linux 6) in a future release of Studio.

  • 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.

  • Error during up2date oracle-validated gives segmentation fault

    Hi all,
    I am trying to run the up2date oracle-validated command for Oracle Enterprise Linux 5 64 bit and it
    fails on memory dump errors.
    [root@tstdb01]# up2date oracle-validated
    Fetching Obsoletes list for channel: el5_x86_64_latest...
    Fetching rpm headers...
    Segmentation fault
    Any ideas how to resolve this?
    Edited by: 783904 on Aug 19, 2010 9:09 AM

    # cat /etc/sysconfig/rhn/up2date
    # Automatically generated Red Hat Update Agent config file, do not edit.
    # Format: 1.0
    enableRollbacks[comment]=Determine if up2date should create rollback rpms
    enableRollbacks=0
    noSSLServerURL[comment]=Remote server URL without SSL
    noSSLServerURL=http://linux-update.oracle.com/XMLRPC
    useNoSSLForPackages[comment] =Use the noSSLServerURL for package, package list, and header fetching
    useNoSSLForPackages=0
    debug[comment]=Whether or not debugging is enabled
    debug=0
    noReplaceConfig[comment]=When selected, no packages that would change configuration data are automatically installed
    noReplaceConfig=1
    retrieveOnly[comment]=Retrieve packages only
    retrieveOnly=0
    keepAfterInstall[comment]=Keep packages on disk after installation
    keepAfterInstall=0
    systemIdPath[comment]=Location of system id
    systemIdPath=/etc/sysconfig/rhn/systemid
    serverURL[comment]=Remote server URL
    serverURL=https://linux-update.oracle.com/XMLRPC
    pkgSkipList[comment]=A list of package names, optionally including wildcards, to skip
    pkgSkipList=kernel*;
    pkgsToInstallNotUpdate[comment]=A list of provides names or package names of packages to install not update
    pkgsToInstallNotUpdate=kernel;kernel-modules;kernel-devel;
    adminAddress[comment]=List of e-mail addresses for update agent to communicate with when run in batch mode
    adminAddress=root@localhost;
    storageDir[comment]=Where to store packages and other data when they are retrieved
    storageDir=/var/spool/up2date
    fileSkipList[comment]=A list of file names, optionally including wildcards, to skip
    fileSkipList=;
    removeSkipList[comment]=A list of package names, optionally including wildcards that up2date will not remove
    removeSkipList=kernel*;
    enableProxy[comment]=Use a HTTP Proxy
    enableProxy=0
    retrieveSource[comment]=Retrieve source RPM along with binary package
    retrieveSource=0
    versionOverride[comment]=Override the automatically determined system version
    versionOverride=
    httpProxy[comment]=HTTP proxy in host:port format, e.g. squid.redhat.com:3128
    httpProxy=
    useGPG[comment]=Use GPG to verify package integrity
    useGPG=1
    gpgKeyRing[comment]=The location of the gpg keyring to use for package checking
    gpgKeyRing=/etc/sysconfig/rhn/up2date-keyring.gpg
    noBootLoader[comment]=To disable modification of the boot loader (lilo, silo, etc)
    noBootLoader=0
    noReboot[comment]=Disable the reboot actions
    noReboot=0
    networkRetries[comment]=Number of attempts to make at network connections before giving up
    networkRetries=5
    updateUp2date[comment]=Allow up2date to update itself when possible
    updateUp2date=1
    disallowConfChanges[comment]=Config options that can not be overwritten by a config update action
    disallowConfChanges=noReboot;sslCACert;useNoSSLForPackages;noSSLServerURL;serverURL;disallowConfChanges;
    sslCACert[comment]=The CA cert used to verify the ssl server
    sslCACert=/usr/share/rhn/ULN-CA-CERT
    [root@tstdb01 up2date]# *up2date --show-channels*el5_x86_64_latest                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                       

  • Svrmgrl gives segmentation fault

    I recently upgraded from redhat 5.2 to redhat 6.0. A default
    intall of oracle errored out when it started creating the
    database objects. I did I a reinstall with out creating db
    objects and now when ever I try sqlplus or server manager I get
    a "Segmentation fault (core dumped)" error. I had oracle
    running on my old box. Does this have to do with the 2.2.5
    kernel?
    null

    : I did I a reinstall with out creating db objects and now when
    : ever I try sqlplus or server manager I get a "Segmentation fault
    : (core dumped)" error. I had oracle running on my old box.
    : Does this have to do with the 2.2.5 kernel?
    Not with kernel but with glibc 2.1 - see thread "Oracle8 and
    Redhat 6.0"
    above.
    Marek
    null

  • " getline(cin,stream) "  gives segmentation fault error

    Hi
    In our application, we have a client and a server. Client and server communicate from network with inetd services. server listens the port with fd_set and get the the string with " select " as a command line argument. everything looks fine in communication but when the client sent a string over the network and server tries the read with getline(cin,stream ), application throws a segmentation fault error.
    Code:
    struct timeval t;
    t.tv_sec=60;
    t.tv_usec=0;
    fd_set rset;
    FD_ZERO(&rset);
    FD_SET(STDIN_FILENO, &rset);
    if(select(2, &rset,NULL,NULL,&t) == 0)
    return NULL;
    getline(cin, stream); *//application crashes here*
    How can we solve this error ?
    thanks for your kindly answers.
    regards
    aykut

    Aykut wrote:
    Thanks for your addressing Andrew. i have already tried it. nothing have changed. well, i have read SunStudio11_Cpp_UserGuide and applied what it says. i think, my error is not related with standart compiler. this caused by 3rdparty tools. i am working on them right now.It's quite possible that your 3rd party tools are causing your problem, but given the dependencies between the C++ run-time libraries and the thread library, the link statement you provided earlier still has problems:
    /sunpro/11/bin/CC -xildoff /dev_obj/users/src/project/sample.o -L/dev_obj/users/src/lib -lcommonCode -L/3rdparty/sybase/ebf10536/lib -lblk_r -lct_r -lcs_r -lcomn_r -ltcl_r -lintl_r -L/usr/lib -lCstd -lnsl -ldl -lthread -lposix4 -lintl -lresolv -lsocket -lc -lcrypt -L/usr/perl5/5.00503/sun4-solaris/CORE -lperl /usr/perl5/5.00503/sun4-solaris/auto/DynaLoader/DynaLoader.a -L/3rdparty/roguewave/SUNPRO60/12s/lib -lctl12s8 -ldbt12s8 -ltls12s8 -L/3rdparty/roguewave/SUNPRO60/12s/lib -lstd12s8 -o /dev_obj/users/src/project/sampleYou should remove "-L/usr/lib -lCstd" from your link step, and probably "-lc" also.
    Also, your compile steps include the "-staticlib=libC" option, but your link step does not. That may or may not cause problems. You can try adding it to your link step, but try that after removing the extra library options, because that option probably does nothing when supplied to a compile-only step.
    Finally, what patch level are patches 108434 and 108434 at? The latest versions of those patches are 108434-24 and 108435-24:
    http://developers.sun.com/sunstudio/downloads/patches/ss11_patches.html
    In my experience, the patch levels have a huge impact on C++ run-time issues. Note that there are dramatic dependencies on the levels of those patches. Do not compile on a machine at 108434-24 and try running on a machine at 108434-14, for example. All your machines pretty much must be at the same patch level for these series of patches.
    If none of that works, and you can't isolate the problem to your third-party tools, you can try using the newer thread library, located in /usr/lib/lwp and /usr/lib/lwp/64, IIRC (I don't have access to a Solaris 8 box right now to check). You can add "-R/usr/lib/lwp" to your link statement and pick up the newer thread model.
    You should also explore upgrading Solaris. Solaris 8 is pretty much no longer supported and as you're finding out, there are some rather intricate dependencies under Solaris 8 that Sun really did a good job removing in Solaris 9 and especially Solaris 10.

  • Mutt sidebar and imap gmail account: Segmentation fault

    Hi,
    i recently installed mutt sidebar, but i cannot get it to work. if i use "mailboxes =INBOX" it gives segmentation fault, with that line commented out, it works (except for no sidebar folders)
    i've tried with +INBOX, +Inbox, =Inbox, Inbox, INBOX, [Gmail]/INBOX, and nothing seems to work
    is there a guide or something around the web to setup mutt sidebar with gmail correctly? or also a tool to discover my gmail folder tree?

    There's this:
    http://pbrisbin.com:8080/pages/mutt.html
    My mutt configuration is heavliy based on it.
    Last edited by alexandrite (2010-08-25 13:31:24)

  • Segmentation fault on SUNONE

    This pgm gives segmentation Fault err on SUNONE compiler
    but it works fine on workhop4.2. How to resolve this problem.
    Thanks
    #include <stdio.h>
    #include <ctype.h>
    #include <stdlib.h>
    #include <string.h>
    main()
    char* r ;
    char* s = "NONE,SITE,PANEL";
    if(r = strchr(s, ',' ))
    *r  = '\0' ;  //segmentation fault here, how to solve

    Sorry, I misunderstood the original question. I thought it was the C compiler (not the C++ compiler) that you were using. The problem you're seeing (I believe) is due to the fact that you're trying to modify static data. The initialization of the character pointer variable 's' creates a pointer to read only (static) data. When you try to change that data with the assignment, you get a segmentation violation.
    If, instead, you were to initialize the 's' variable as follows:
    #include <stdio.h>
    #include <ctype.h>
    #include <stdlib.h>
    #include <string.h>
    main() {
       char* r ;
       char s[] = "NONE,SITE,PANEL";
    /*   char *s = "NONE,SITE,PANEL"; */
       if(r = strchr(s, ',' )) {
          *r = '\0' ; //segmentation fault here, how to solve
    }The program would work as expected. This is because 's' now points at writeable data. You can see this by compiling the source into assembly with the -S option:
    % CC -S forum.cc
    % cat forum.s
    .section ".data",#alloc,#write
    .LI5:
    .ascii "NONE,SITE,PANEL\000"

  • "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.

  • 2.6.30 kernel + powernow-k8 gives modprobe segmentation fault at boot

    Dear all,
    hi there, that's another (Archlinux) forum newbie.
    I've been running the 64 bit flavour of Archlinux flawlessy on my asus l5d (1st generation amd athlon 64 3000+, 768 mb ram) until the recent kernel version bump (2.6.29.4 => 2.6.30).
    From there on my system is experiencing segmentation fault while loading powernow-k8. Here you have the relevant dmesg extract
    processor ACPI_CPU:00: registered as cooling_device0
    powernow-k8: Found 1 AMD Athlon(tm) 64 Processor 3000+ processors (1 cpu cores)
    (version 2.20.00)
    BUG: unable to handle kernel NULL pointer dereference at 000000000000001c
    IP: [<ffffffffa041451d>] powernowk8_cpu_init+0x364/0xad2 [powernow_k8]
    PGD 2ee22067 PUD 2e8dc067 PMD 0
    Oops: 0002 [#1] PREEMPT SMP
    last sysfs file: /sys/module/snd_pcm_oss/initstate
    CPU 0
    Modules linked in: powernow_k8(+) freq_table processor vboxnetflt vboxdrv snd_se
    q_dummy snd_seq_oss snd_seq_midi_event snd_seq snd_seq_device snd_intel8x0 snd_a
    c97_codec snd_pcm_oss snd_pcm snd_timer snd_page_alloc snd_mixer_oss snd soundco
    re ac97_bus slhc skge rtc_cmos rtc_core rtc_lib ext3 jbd mbcache ohci_hcd sr_mod
    ehci_hcd cdrom sd_mod usbcore ata_generic pata_amd pata_acpi libata scsi_mod
    Pid: 975, comm: modprobe Not tainted 2.6.30-ARCH #1 L5D
    RIP: 0010:[<ffffffffa041451d>] [<ffffffffa041451d>] powernowk8_cpu_init+0x364/0
    xad2 [powernow_k8]
    RSP: 0018:ffff88002eec3cc8 EFLAGS: 00010246
    RAX: 0000000000000000 RBX: ffff88002eecd100 RCX: 0000000000000000
    RDX: 0000000000000003 RSI: 00000000000c3500 RDI: 0000000000000012
    RBP: ffff88002efe6300 R08: 0000000000000003 R09: ffff88002efe6600
    R10: ffff88002ef032a0 R11: 0000000000000000 R12: ffff88002ebde640
    R13: 0000000000000003 R14: ffff88002efe6340 R15: 0000000000000002
    FS: 00007f00d10276f0(0000) GS:ffff88000100b000(0000) knlGS:0000000000000000
    CS: 0010 DS: 0000 ES: 0000 CR0: 000000008005003b
    CR2: 000000000000001c CR3: 000000002ee62000 CR4: 00000000000006e0
    DR0: 0000000000000000 DR1: 0000000000000000 DR2: 0000000000000000
    DR3: 0000000000000000 DR6: 00000000ffff0ff0 DR7: 0000000000000400
    Process modprobe (pid: 975, threadinfo ffff88002eec2000, task ffff88002efab280)
    Stack:
    ffffffff807c1e60 000000000d58bd2a ffff88002eec3d28 ffffffff803bde0f
    000000020000000e 000000000d58bd2a 000000000000e790 000000000d58bd2a
    0000000000000000 0000000000000000 ffff88002eecd100 ffff880001016428
    Call Trace:
    [<ffffffff803bde0f>] ? vsnprintf+0x30f/0x5d0
    [<ffffffff8048059d>] ? cpufreq_add_dev+0x1cd/0x690
    [<ffffffff8054e8e8>] ? __mutex_lock_slowpath+0x238/0x340
    [<ffffffff80461906>] ? sysdev_driver_register+0xb6/0x150
    [<ffffffffa0414c8b>] ? powernowk8_init+0x0/0xca [powernow_k8]
    [<ffffffff8047f3c4>] ? cpufreq_register_driver+0xa4/0x190
    [<ffffffff8020907b>] ? do_one_initcall+0x4b/0x1b0
    [<ffffffff802727a9>] ? __blocking_notifier_call_chain+0x79/0xc0
    [<ffffffff80288680>] ? sys_init_module+0xd0/0x220
    [<ffffffff8020c442>] ? system_call_fastpath+0x16/0x1b
    Code: 49 8b 04 00 48 69 d0 e8 03 00 00 48 39 d1 74 23 69 d0 e8 03 00 00 48 c7 c7
    b0 56 41 a0 31 c0 e8 2d 84 13 e0 48 8b 45 38 44 89 ea <c7> 44 d0 04 ff ff ff ff
    41 83 c5 01 44 3b 6d 68 0f 82 0c ff ff
    RIP [<ffffffffa041451d>] powernowk8_cpu_init+0x364/0xad2 [powernow_k8]
    RSP <ffff88002eec3cc8>
    CR2: 000000000000001c
    ---[ end trace 7086b00b1b998fa9 ]---
    The system continues booting surprisingly well, but everything gets hotter and hotter (I used to have it running at 800 mhz to reduce fan activity, as I don't really need full speed).
    I only wrote to know if anyone has got into similar troubles - I had a look over recent kernel ChangeLog and I've seen some activity about powernow-k8, but not really something
    I might have thought would blow everything up. I'd like also to be pointed at custom patches someone may have come up with  - I've no problem messing with kernel recompilation: if this doesn't get fixed in a new package, I'm thinking about reverting to 2.6.29.4 - or maybe some kernel parameters to cover the thing (at the moment and up until 2.6.29, II need "noapic nolapic").
    Thank you in advance. Let me know if you need additional info.

    I can confirm that powernow_k8 is broken somehow. I just got this when trying to change the governour. But I cannot reproduce it.
    INFO: task kondemand/0:3657 blocked for more than 120 seconds.
    "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    kondemand/0 D ffff88007e7992f0 0 3657 2
    ffff88007e7992f0 0000000000000046 000000007ef643c0 ffffffff8023f294
    ffffffff80826130 ffff88007ea2eb50 ffff88007e799590 00000000000111c0
    000000000000cb68 ffff88007e799590 ffff88007be8fdd0 ffff8800010211c0
    Call Trace:
    [<ffffffff8023f294>] ? task_rq_lock+0x64/0xc0
    [<ffffffff8054d9a9>] ? schedule+0x29/0x70
    [<ffffffff80550525>] ? __down_write_nested+0x95/0xe0
    [<ffffffff8048030b>] ? lock_policy_rwsem_write+0x5b/0xb0
    [<ffffffffa0d8b8c9>] ? do_dbs_timer+0x69/0x370 [cpufreq_ondemand]
    [<ffffffffa0d8b860>] ? do_dbs_timer+0x0/0x370 [cpufreq_ondemand]
    [<ffffffff80266431>] ? worker_thread+0x161/0x300
    [<ffffffff8026c6d0>] ? autoremove_wake_function+0x0/0x60
    [<ffffffff802662d0>] ? worker_thread+0x0/0x300
    [<ffffffff8026c0b4>] ? kthread+0x64/0xc0
    [<ffffffff8024ae30>] ? schedule_tail+0x30/0x80
    [<ffffffff8020d4fa>] ? child_rip+0xa/0x20
    [<ffffffff8026c050>] ? kthread+0x0/0xc0
    [<ffffffff8020d4f0>] ? child_rip+0x0/0x20
    INFO: task cpufreq-set:14658 blocked for more than 120 seconds.
    "echo 0 > /proc/sys/kernel/hung_task_timeout_secs" disables this message.
    cpufreq-set D 000000007c9e91cb 0 14658 1
    ffff88006a0bf1a0 0000000000000082 0000000000000000 ffff880040d6ed80
    ffff88006a0bc570 ffff88007ee52c30 ffff88006a0bf440 00000000000111c0
    000000000000cb68 ffff88006a0bf440 ffff88006a0c7740 ffff880040d6ed80
    Call Trace:
    [<ffffffff8054d2e7>] ? thread_return+0x4e/0x6e7
    [<ffffffff80214d05>] ? sched_clock+0x5/0x10
    [<ffffffff8054d9a9>] ? schedule+0x29/0x70
    [<ffffffff8054df25>] ? schedule_timeout+0x1a5/0x1f0
    [<ffffffff8054d9a9>] ? schedule+0x29/0x70
    [<ffffffff8054df25>] ? schedule_timeout+0x1a5/0x1f0
    [<ffffffff8054cd6d>] ? wait_for_common+0xdd/0x1b0
    [<ffffffff802494d0>] ? default_wake_function+0x0/0x40
    [<ffffffff80267210>] ? __cancel_work_timer+0x1c0/0x1d0
    [<ffffffff80266b50>] ? wq_barrier_func+0x0/0x40
    [<ffffffffa0d8bce7>] ? cpufreq_governor_dbs+0x117/0x37c [cpufreq_ondemand]
    [<ffffffff803ba272>] ? __up_read+0x32/0xe0
    [<ffffffff8047e5bc>] ? __cpufreq_governor+0xec/0x170
    [<ffffffff8047f2be>] ? __cpufreq_set_policy+0x15e/0x1c0
    [<ffffffff8047fb93>] ? store_scaling_governor+0x113/0x230
    [<ffffffff80480c10>] ? handle_update+0x0/0x40
    [<ffffffff8047fa80>] ? store_scaling_governor+0x0/0x230
    [<ffffffff80480ad1>] ? store+0x71/0xc0
    [<ffffffff8036b535>] ? sysfs_write_file+0xe5/0x190
    [<ffffffff802fc204>] ? vfs_write+0xe4/0x1c0
    [<ffffffff802fc3fe>] ? sys_write+0x5e/0xb0
    [<ffffffff802f8f2b>] ? do_sys_open+0xdb/0x130
    [<ffffffff8020c442>] ? system_call_fastpath+0x16/0x1b

  • Limitation on number of roles in oracle menu or segmentation fault in menu

    Hi All,
    Is there any limitation on the number of roles we can have in oracle menu? We are having around 300 roles created in our menu and after that if we try to add new role we are not able to compile the menu file. In the windows the form builder closes abruptly and in Linux it gives us segmentation fault error. Did anyone face the problem? Also if there is any solution then please provide the same.
    Please let me know.
    Thanks in advance!
    Ashish

    I just wonder how many forms do you have that you needed to create 300 roles. We normally create a role for one set of users. It means you've 300 different set of users for your application !!.

  • Midori segmentation fault

    When browsing with midori, it sometimes crashes. It seems to be random, a page might chras it someday, but not the otherday. When run in terminall with -g it gives this:
    Launching command: '/usr/bin/gdb' --batch -ex 'set print thread-events off' -ex run -ex bt -ex 'set logging on /tmp/midori-gdb.bt' --return-child-result --args midori
    warning: Could not load shared library symbols for linux-gate.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    ImportError: No module named backtrace
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    (midori4:5202): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2:19: Theming engine 'adwaita' not found
    a bunch of similar Gtk warnings...
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Program received signal SIGSEGV, Segmentation fault.
    0xb598565c in JSC::WeakBlock::visit(JSC::HeapRootVisitor&) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #0 0xb598565c in JSC::WeakBlock::visit(JSC::HeapRootVisitor&) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #1 0xb5983774 in JSC::MarkedSpace::visitWeakSets(JSC::HeapRootVisitor&) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #2 0xb597c340 in JSC::Heap::markRoots(bool) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #3 0xb597cec7 in JSC::Heap::collect(JSC::Heap::SweepToggle) () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #4 0xb597d08c in JSC::Heap::collectAllGarbage() () from /usr/lib/libjavascriptcoregtk-3.0.so.0
    #5 0xb5eaf77b in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #6 0xb5eafa45 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #7 0xb6bb5602 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #8 0xb6bb5675 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #9 0xb6c4436b in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #10 0xb7ebd46f in ?? () from /usr/lib/libglib-2.0.so.0
    #11 0xb7ebc793 in g_main_context_dispatch () from /usr/lib/libglib-2.0.so.0
    #12 0xb7ebcb30 in ?? () from /usr/lib/libglib-2.0.so.0
    #13 0xb7ebcf8b in g_main_loop_run () from /usr/lib/libglib-2.0.so.0
    #14 0xb7ad32f5 in gtk_main () from /usr/lib/libgtk-3.so.0
    #15 0x08067e45 in main ()
    *** NSPlugin Viewer *** ERROR: rpc_end_sync called when not in sync!
    Launching command: '/usr/bin/gdb' --batch -ex 'set print thread-events off' -ex run -ex bt -ex 'set logging on /tmp/midori-gdb.bt' --return-child-result --args midori d
    warning: Could not load shared library symbols for linux-gate.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    ImportError: No module named backtrace
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    (midori4:5560): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2:19: Theming engine 'adwaita' not found
    a bunch of similar Gtk warnings...
    ** (midori4:5560): CRITICAL **: midori_browser_add_uri: assertion `uri != NULL' failed
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Program received signal SIGSEGV, Segmentation fault.
    0x00000000 in ?? ()
    #0 0x00000000 in ?? ()
    #1 0xbffff438 in ?? ()
    #2 0x00000001 in ?? ()
    *** NSPlugin Viewer *** ERROR: rpc_end_sync called when not in sync!
    [matyilona@localhost ~]$ midori -gd
    Launching command: '/usr/bin/gdb' --batch -ex 'set print thread-events off' -ex run -ex bt -ex 'set logging on /tmp/midori-gdb.bt' --return-child-result --args midori d
    warning: Could not load shared library symbols for linux-gate.so.1.
    Do you need "set solib-search-path" or "set sysroot"?
    Traceback (most recent call last):
    File "/usr/share/gdb/auto-load/usr/lib/libgobject-2.0.so.0.3400.3-gdb.py", line 9, in <module>
    from gobject import register
    File "/usr/share/glib-2.0/gdb/gobject.py", line 3, in <module>
    import gdb.backtrace
    ImportError: No module named backtrace
    [Thread debugging using libthread_db enabled]
    Using host libthread_db library "/usr/lib/libthread_db.so.1".
    (midori4:7964): Gtk-WARNING **: Theme parsing error: gtk-widgets.css:2:19: Theming engine 'adwaita' not found
    a bunch of similar Gtk warnings...
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Failed to open VDPAU backend libvdpau_nvidia.so: cannot open shared object file: No such file or directory
    Program received signal SIGSEGV, Segmentation fault.
    0xb602a803 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #0 0xb602a803 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #1 0xb602ad56 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #2 0xb602d4de in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #3 0xb602e675 in ?? () from /usr/lib/libwebkitgtk-3.0.so.0
    #4 0xa0bdbc80 in ?? ()
    Backtrace stopped: previous frame inner to this frame (corrupt stack?)
    I dont know witch pages I was looking at when midori chrashed.
    I found this, but I'm not sure if I have the same problem. Are this three are all the same problem, and if so, is it something with flash?

    Are you using KDE? Did you just did an upgrade of KDE?
    I had a similar problem and it seems to be related to ~/.kde4 where it seems settings do not get updated. I even have a thread about the Pager Settings not updating.
    Anyway ... if this is your case deleting ~/.kde4 and logging out and in again solved the problem for me, for both: Chromium and Firefox. Of course you loose your personal settings but it's faster to re-set your settings than it is to find what file is failing to update in ~/.kde4
    Hope this helps.
    R

  • 10.4.8 and IDL 6.0.3 segmentation fault: solutions?

    It seems that there is a problem upgrading to 10.4.8 for IDL users on Intel Macs. On startup, IDL now gives the message: "segmentation fault" and gives up. A quick search brought up this:
    MacOS 10.4.8 Causes IDL segmentation fault
    Anyone out there encounter this and have a solution other than: "Therefore IDL users of versions prior to 6.3 probably should not upgrade their Intel Macs to 10.4.8."??
    I've contacted IDL to see if they have a solution, but I suspect that will be "buy a new license for 6.3"... not what I really want to do.
    Any ideas appreciated. Thanks in advance.
    ps- I tried repair permissions, reboot, etc... just in case it was a buggy thing.

    Update 2: Apparently IDL 6.3 is the only version supported for Intel Mac, and as the student version is always a back-version, there is currently no student IDL available which will work with 10.4.8. So, for those out there using IDL on an intel Mac who don't want to upgrade with a full new license, don't update to 10.4.8!
    My supervisor is being kind enough to buy a full license version of 6.3 for me... so my problem has been solved... though not very elegantly.

  • InDesign Server CS6 (MacOS) - JavaScripting & Troubleshooting "Bus error" or "Segmentation fault"

    I'm attempting to convert a workflow from InDesign CS5.5 Desktop with AppleScript to InDesign Server CS6 with JavaScript. It seems most of our templates work fine but every now and then I run into one that seems to work properly but right after we export to PDF and JPG which is the final step in the script I get either a Bus error or a Segmentation fault error. The files do export and the console sits idle for a few seconds then I get the crash. It doesn't seem to give me anything else and I can't find a crash dump or core file anywhere on disk to examine.
    The exact same input files on InDesign CS5.5 Desktop completing a very similar automation task via AppleScript work without an issue or error. I'm not certain if it's a problem with the way the InDesign files were put together, a version problem between a CS5.5 file and CS6, or something that I'm doing wrong in the script.
    Is there a way to get InDesign Server to go into debug or verbose mode so that it will show more than just two word errors on crash?  I've read a few people talking here about the debug version but every path I've found to get access to the debug version runs into a roadblock with a bad link.
    I would appreciate a point in the current right direction for how to debug these templates this script.

    Re: verbose mode. These are not InDesign error messages. They are system errors, saying that an app (InDesign?) crashed, went away, hence could not issue any kind of message. Crash logs are the place to start. If they don't help, and the crash is outside your code, after that it's over to the maintainer (Adobe?)
    Worth sharing a suitable crash log, as the list of routines active at the crash can narrow down issues.

  • [SOLVED] - all qt packages = segmentation fault

    Title says it all. kdm doesn't start, only kde related package which appears to work is ksensors. To give a few examples:
    toad@archtop 1004\7 /home/toad > okular
    Segmentation fault
    toad@archtop 1004\8 /home/toad > kate
    Segmentation fault
    toad@archtop 995\9 /home/toad > konsole
    Segmentation fault
    I tried reinstalling kde and renaming ~/.kde4 (desperation...) but no joy.
    What else could I do?
    EDIT:
    running 64-bit, vanilla kde
    started okular with strace, result here
    Last edited by toad (2010-03-25 11:56:19)

    ran memtest overnight, perfect memory...
    Sidux continues to run fine but I don't want sidux.
    Am on Arch and lxde at the mo and it is behaving nicely.
    I've removed kde just for the sake of it. Thinking about it, all qt apps give me a seg fault. I just got the latest qt which didn't help, so it must be another qt library or whatever. Will reinstall all qt related stuff and report back...
    Last edited by toad (2010-03-25 11:27:27)

Maybe you are looking for